@das-fed/upf-utils 6.4.0-dev.244 → 6.4.0-dev.245

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 (97) hide show
  1. package/api-services/es5.js +1349 -1361
  2. package/api-services/index.js +1055 -1073
  3. package/api-services/index.js.gz +0 -0
  4. package/api-services/modules/app-manage/es5.js +1088 -1079
  5. package/api-services/modules/app-manage/index.js +897 -883
  6. package/api-services/modules/app-manage/index.js.gz +0 -0
  7. package/api-services/modules/authentication/es5.js +1114 -1102
  8. package/api-services/modules/authentication/index.js +920 -902
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/es5.js +1118 -1106
  11. package/api-services/modules/bems/index.js +923 -905
  12. package/api-services/modules/bems/index.js.gz +0 -0
  13. package/api-services/modules/contract/es5.js +1079 -1088
  14. package/api-services/modules/contract/index.js +883 -897
  15. package/api-services/modules/contract/index.js.gz +0 -0
  16. package/api-services/modules/duty-manage/es5.js +1087 -1075
  17. package/api-services/modules/duty-manage/index.js +898 -880
  18. package/api-services/modules/duty-manage/index.js.gz +0 -0
  19. package/api-services/modules/es5.js +1317 -1327
  20. package/api-services/modules/index.js +1028 -1042
  21. package/api-services/modules/index.js.gz +0 -0
  22. package/api-services/modules/iot/es5.js +1122 -1134
  23. package/api-services/modules/iot/index.js +930 -948
  24. package/api-services/modules/iot/index.js.gz +0 -0
  25. package/api-services/modules/justauth/es5.js +854 -851
  26. package/api-services/modules/justauth/index.js +666 -662
  27. package/api-services/modules/justauth/index.js.gz +0 -0
  28. package/api-services/modules/knowledge/es5.js +1114 -1102
  29. package/api-services/modules/knowledge/index.js +920 -902
  30. package/api-services/modules/knowledge/index.js.gz +0 -0
  31. package/api-services/modules/link/es5.js +1114 -1102
  32. package/api-services/modules/link/index.js +920 -902
  33. package/api-services/modules/link/index.js.gz +0 -0
  34. package/api-services/modules/portal/es5.js +1102 -1114
  35. package/api-services/modules/portal/index.js +902 -920
  36. package/api-services/modules/portal/index.js.gz +0 -0
  37. package/api-services/modules/space-manage/es5.js +1114 -1102
  38. package/api-services/modules/space-manage/index.js +920 -902
  39. package/api-services/modules/space-manage/index.js.gz +0 -0
  40. package/api-services/modules/super-admin/es5.js +1081 -1093
  41. package/api-services/modules/super-admin/index.js +883 -901
  42. package/api-services/modules/super-admin/index.js.gz +0 -0
  43. package/api-services/modules/supplier/es5.js +1093 -1081
  44. package/api-services/modules/supplier/index.js +901 -883
  45. package/api-services/modules/supplier/index.js.gz +0 -0
  46. package/api-services/modules/systemConfiguration/es5.js +1079 -1088
  47. package/api-services/modules/systemConfiguration/index.js +883 -897
  48. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  49. package/api-services/src/create-service/es5.js +1089 -1077
  50. package/api-services/src/create-service/index.js +904 -886
  51. package/api-services/src/create-service/index.js.gz +0 -0
  52. package/common-info/es5.js +1257 -1248
  53. package/common-info/getPermissionMethod/es5.js +1344 -1332
  54. package/common-info/getPermissionMethod/index.js +1122 -1104
  55. package/common-info/getPermissionMethod/index.js.gz +0 -0
  56. package/common-info/index.js +1040 -1026
  57. package/common-info/index.js.gz +0 -0
  58. package/dimple-canvas/use-dimple-canvas/core/antv-x6/index.d.ts +29 -0
  59. package/dimple-canvas/use-dimple-canvas/core/antv-x6/index.js +19868 -0
  60. package/dimple-canvas/use-dimple-canvas/core/antv-x6/index.js.gz +0 -0
  61. package/dimple-canvas/use-dimple-canvas/core/konva/index.d.ts +55 -0
  62. package/dimple-canvas/use-dimple-canvas/core/konva/index.js +116 -0
  63. package/dimple-canvas/use-dimple-canvas/core/konva/index.js.gz +0 -0
  64. package/dimple-canvas/use-dimple-canvas/core/konva/utils/add-event-listener.d.ts +104 -0
  65. package/dimple-canvas/use-dimple-canvas/core/konva/utils/add-event-listener.js +17 -0
  66. package/dimple-canvas/use-dimple-canvas/core/konva/utils/add-object/index.d.ts +8 -0
  67. package/dimple-canvas/use-dimple-canvas/core/konva/utils/add-object/index.js +51 -0
  68. package/dimple-canvas/use-dimple-canvas/core/konva/utils/add-object/index.js.gz +0 -0
  69. package/dimple-canvas/use-dimple-canvas/core/konva/utils/create-canvas.d.ts +5 -0
  70. package/dimple-canvas/use-dimple-canvas/core/konva/utils/create-canvas.js +14 -0
  71. package/dimple-canvas/use-dimple-canvas/core/konva/utils/find.d.ts +7 -0
  72. package/dimple-canvas/use-dimple-canvas/core/konva/utils/find.js +5 -0
  73. package/dimple-canvas/use-dimple-canvas/core/konva/utils/guideline.d.ts +5 -0
  74. package/dimple-canvas/use-dimple-canvas/core/konva/utils/guideline.js +180 -0
  75. package/dimple-canvas/use-dimple-canvas/core/konva/utils/guideline.js.gz +0 -0
  76. package/dimple-canvas/use-dimple-canvas/core/konva/utils/lib.d.ts +4 -0
  77. package/dimple-canvas/use-dimple-canvas/core/konva/utils/lib.js +7535 -0
  78. package/dimple-canvas/use-dimple-canvas/core/konva/utils/lib.js.gz +0 -0
  79. package/dimple-canvas/use-dimple-canvas/core/konva/utils/load-json.d.ts +6 -0
  80. package/dimple-canvas/use-dimple-canvas/core/konva/utils/load-json.js +13 -0
  81. package/dimple-canvas/use-dimple-canvas/core/konva/utils/remove-object.d.ts +6 -0
  82. package/dimple-canvas/use-dimple-canvas/core/konva/utils/remove-object.js +7 -0
  83. package/dimple-canvas/use-dimple-canvas/core/konva/utils/rule.d.ts +8 -0
  84. package/dimple-canvas/use-dimple-canvas/core/konva/utils/rule.js +193 -0
  85. package/dimple-canvas/use-dimple-canvas/core/konva/utils/rule.js.gz +0 -0
  86. package/dimple-canvas/use-dimple-canvas/core/konva/utils/transform-axis.d.ts +11 -0
  87. package/dimple-canvas/use-dimple-canvas/core/konva/utils/transform-axis.js +20 -0
  88. package/dimple-canvas/use-dimple-canvas/core/konva/utils/transformer.d.ts +5 -0
  89. package/dimple-canvas/use-dimple-canvas/core/konva/utils/transformer.js +52 -0
  90. package/dimple-canvas/use-dimple-canvas/core/konva/utils/transformer.js.gz +0 -0
  91. package/dimple-canvas/use-dimple-canvas/core/konva/utils/wheel-zoom.d.ts +4 -0
  92. package/dimple-canvas/use-dimple-canvas/core/konva/utils/wheel-zoom.js +14 -0
  93. package/dimple-canvas/use-dimple-canvas/es5.d.ts +9 -0
  94. package/dimple-canvas/use-dimple-canvas/es5.js +20 -0
  95. package/dimple-canvas/use-dimple-canvas/index.d.ts +9 -0
  96. package/dimple-canvas/use-dimple-canvas/index.js +10 -0
  97. package/package.json +3 -3
@@ -0,0 +1,6 @@
1
+ declare const loadJSON: (container: HTMLDivElement, json: any) => {
2
+ canvas: any;
3
+ layer: any;
4
+ ruleLayer: any;
5
+ };
6
+ export { loadJSON };
@@ -0,0 +1,13 @@
1
+ import { Konva as c } from "@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/konva/utils/lib";
2
+ const m = (t, n) => {
3
+ const a = c.Node.create(n, t), o = a.getLayers().find((e) => e.getAttr("name") === "base"), s = a.getLayers().find((e) => e.getAttr("name") === "ruleLayer");
4
+ return a.find("Image").forEach((e) => {
5
+ const r = new Image();
6
+ r.src = e.attrs.src, r.onload = () => {
7
+ e.image(r);
8
+ };
9
+ }), { canvas: a, layer: o, ruleLayer: s };
10
+ };
11
+ export {
12
+ m as loadJSON
13
+ };
@@ -0,0 +1,6 @@
1
+ import { Canvas } from '@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/type';
2
+
3
+ declare const removeObject: (canvas: Canvas | null | undefined,
4
+ /** 需要删除对象的id或者name:name: .name;id: #id */
5
+ key: string) => void;
6
+ export { removeObject };
@@ -0,0 +1,7 @@
1
+ const r = (e, t) => {
2
+ const o = e == null ? void 0 : e.findOne(`${t}`);
3
+ o && o.remove();
4
+ };
5
+ export {
6
+ r as removeObject
7
+ };
@@ -0,0 +1,8 @@
1
+ export declare function initRule(layer: any, options?: {
2
+ /** 刻度间隔 */
3
+ precision?: number;
4
+ /** 刻度文字颜色 */
5
+ textColor?: string;
6
+ /** 刻度线颜色 */
7
+ lineColor?: string;
8
+ }): any;
@@ -0,0 +1,193 @@
1
+ import { Konva as i } from "@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/konva/utils/lib";
2
+ function C(h, c) {
3
+ const {
4
+ precision: n = 50,
5
+ textColor: f = "#F56C6C",
6
+ lineColor: l = "#ccc",
7
+ originalPoint: e = { x: 0, y: 0 },
8
+ backgroundColor: w = "#EAEAEA",
9
+ scaleWidth: r = 30,
10
+ scalePoint: g = { x: 0, y: 0 }
11
+ } = c || {}, d = h.height() - r, a = h.width() - r;
12
+ h.offsetX(), h.offsetY();
13
+ const x = n / 10;
14
+ var p = new i.Line({
15
+ points: [
16
+ e.x - r,
17
+ e.y - r,
18
+ e.x - r,
19
+ d,
20
+ g.x,
21
+ d,
22
+ g.x,
23
+ g.y,
24
+ a,
25
+ g.y,
26
+ a,
27
+ e.y - r
28
+ ],
29
+ fill: w,
30
+ stroke: l,
31
+ strokeWidth: 1,
32
+ closed: !0,
33
+ name: "disabled"
34
+ });
35
+ let o = new i.Layer();
36
+ o.name("ruleLayer"), o.add(p), o.setDraggable(!1);
37
+ const L = new i.Line({
38
+ points: [e.x, e.y, a, e.y],
39
+ stroke: l,
40
+ strokeWidth: 1,
41
+ lineCap: "round",
42
+ lineJoin: "round",
43
+ fill: l,
44
+ listening: !1
45
+ });
46
+ for (let t = 1; t < 10; t++)
47
+ o.add(
48
+ new i.Line({
49
+ points: [
50
+ e.x + t * x,
51
+ e.y,
52
+ e.x + t * x,
53
+ t === 5 ? e.x - 15 : e.x - 10
54
+ ],
55
+ stroke: l,
56
+ strokeWidth: 1,
57
+ listening: !1
58
+ })
59
+ );
60
+ const u = new i.Text({
61
+ x: a - 20,
62
+ y: 0,
63
+ text: "",
64
+ fontSize: 20,
65
+ fill: f,
66
+ listening: !1
67
+ }), W = new i.Line({
68
+ points: [e.x, e.y, e.x, d],
69
+ stroke: l,
70
+ fill: l,
71
+ strokeWidth: 1,
72
+ lineCap: "round",
73
+ lineJoin: "round",
74
+ listening: !1
75
+ });
76
+ for (let t = 1; t < 10; t++)
77
+ o.add(
78
+ new i.Line({
79
+ points: [
80
+ e.x,
81
+ e.y + t * x,
82
+ t === 5 ? e.y - 15 : e.y - 10,
83
+ e.y + t * x
84
+ ],
85
+ stroke: l,
86
+ strokeWidth: 1,
87
+ listening: !1
88
+ })
89
+ );
90
+ const b = new i.Text({
91
+ x: 10,
92
+ y: d - 20,
93
+ text: "",
94
+ fontSize: 20,
95
+ width: 100,
96
+ fill: f,
97
+ listening: !1
98
+ });
99
+ o.add(L, W, u, b), o.add(
100
+ new i.Text({
101
+ x: e.x - 10,
102
+ y: e.y - 10,
103
+ text: "0",
104
+ fontSize: 10,
105
+ fill: f,
106
+ listening: !1
107
+ })
108
+ );
109
+ for (let t = 1; t <= Math.floor(d / n); t++) {
110
+ o.add(
111
+ new i.Line({
112
+ points: [
113
+ e.x,
114
+ t * n + e.y,
115
+ e.x - r,
116
+ t * n + e.y
117
+ ],
118
+ stroke: l,
119
+ strokeWidth: 1,
120
+ listening: !1
121
+ })
122
+ );
123
+ let y = d - t * n - e.y, k = y < n ? y / x : 10;
124
+ for (let s = 1; s < k; s++)
125
+ o.add(
126
+ new i.Line({
127
+ points: [
128
+ e.x,
129
+ t * n + e.y + s * x,
130
+ s === 5 ? e.y - 15 : e.y - 10,
131
+ t * n + e.y + s * x
132
+ ],
133
+ stroke: l,
134
+ strokeWidth: 1,
135
+ listening: !1
136
+ })
137
+ );
138
+ o.add(
139
+ new i.Text({
140
+ x: e.x - r + 2,
141
+ y: t * n + e.y - 10,
142
+ text: "" + t * n,
143
+ fontSize: 10,
144
+ fill: f,
145
+ listening: !1
146
+ })
147
+ );
148
+ }
149
+ for (let t = 1; t <= Math.floor(a / n); t++) {
150
+ o.add(
151
+ new i.Line({
152
+ points: [
153
+ t * n + e.x,
154
+ e.y,
155
+ t * n + e.x,
156
+ e.y - r
157
+ ],
158
+ stroke: l,
159
+ strokeWidth: 1,
160
+ listening: !1
161
+ })
162
+ );
163
+ let y = a - t * n - e.x, k = y < n ? y / x : 10;
164
+ for (let s = 1; s < k; s++)
165
+ o.add(
166
+ new i.Line({
167
+ points: [
168
+ e.x + t * n + s * x,
169
+ e.y,
170
+ e.x + t * n + s * x,
171
+ s === 5 ? e.x - 15 : e.x - 10
172
+ ],
173
+ stroke: l,
174
+ strokeWidth: 1,
175
+ listening: !1
176
+ })
177
+ );
178
+ o.add(
179
+ new i.Text({
180
+ x: t * n + e.x,
181
+ y: e.y - r + 2,
182
+ text: "" + t * n,
183
+ fontSize: 10,
184
+ fill: f,
185
+ listening: !1
186
+ })
187
+ );
188
+ }
189
+ return o;
190
+ }
191
+ export {
192
+ C as initRule
193
+ };
@@ -0,0 +1,11 @@
1
+ import { Canvas } from '@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/type';
2
+
3
+ declare const transformAxis: (containerEl: HTMLDivElement, canvas: Canvas | null | undefined, coordinate: {
4
+ x: number;
5
+ y: number;
6
+ [key: string]: any;
7
+ }) => {
8
+ x: number;
9
+ y: number;
10
+ };
11
+ export { transformAxis };
@@ -0,0 +1,20 @@
1
+ function Y(l, t) {
2
+ const { x: i, y: r } = l;
3
+ var x = i * Math.cos(t * Math.PI / 180) - r * Math.sin(t * Math.PI / 180), h = i * Math.sin(t * Math.PI / 180) + r * Math.cos(t * Math.PI / 180);
4
+ return { x, y: h };
5
+ }
6
+ const w = (l, t, i) => {
7
+ var y, P;
8
+ const { left: r, top: x, width: h, height: M } = l.getBoundingClientRect();
9
+ let { x: o = 0, y: e = 0 } = i;
10
+ o = o - r, e = e - x, o < 0 && (o = 0), o > h && (o = h), e < 0 && (e = 0), e > M && (e = M);
11
+ let d = (t == null ? void 0 : t.x()) || 0, u = (t == null ? void 0 : t.y()) || 0;
12
+ o = o - d, e = e - u;
13
+ const I = ((y = t == null ? void 0 : t.scale()) == null ? void 0 : y.x) || 1, X = ((P = t == null ? void 0 : t.scale()) == null ? void 0 : P.y) || 1;
14
+ o = o / I, e = e / X;
15
+ const f = Y({ x: o, y: e }, 360 - ((t == null ? void 0 : t.rotation()) || 0));
16
+ return o = f.x, e = f.y, { x: o, y: e };
17
+ };
18
+ export {
19
+ w as transformAxis
20
+ };
@@ -0,0 +1,5 @@
1
+ import { Canvas, Layer } from '@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/type';
2
+
3
+ declare const initTransformer: (canvas?: Canvas | null, layer?: Layer | null) => any;
4
+ declare const removeTransformer: () => void;
5
+ export { initTransformer, removeTransformer };
@@ -0,0 +1,52 @@
1
+ import { Konva as m } from "@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/konva/utils/lib";
2
+ let r, i;
3
+ const h = (t, f) => {
4
+ if (t && f) {
5
+ i = new m.Transformer(), f.add(i), r = new m.Rect({
6
+ fill: "rgba(0,0,255,0.5)",
7
+ visible: !1
8
+ }), f.add(r);
9
+ var g, u, l, d;
10
+ return t.on("mousedown", (e) => {
11
+ e.target === t && (e.evt.preventDefault(), g = t.getPointerPosition().x, u = t.getPointerPosition().y, l = t.getPointerPosition().x, d = t.getPointerPosition().y, r.visible(!0), r.width(0), r.height(0));
12
+ }), t.on("mousemove", (e) => {
13
+ r.visible() && (e.evt.preventDefault(), l = t.getPointerPosition().x, d = t.getPointerPosition().y, r.setAttrs({
14
+ x: Math.min(g, l),
15
+ y: Math.min(u, d),
16
+ width: Math.abs(l - g),
17
+ height: Math.abs(d - u)
18
+ }));
19
+ }), t.on("mouseup", (e) => {
20
+ if (r.visible()) {
21
+ e.evt.preventDefault(), setTimeout(() => {
22
+ r.visible(!1);
23
+ });
24
+ var n = t.find(".rect"), s = r.getClientRect(), o = n.filter((a) => m.Util.haveIntersection(s, a.getClientRect()));
25
+ i.nodes(o);
26
+ }
27
+ }), t.on("click", function(e) {
28
+ if (e.target.name() === "disabled" || r.visible())
29
+ return;
30
+ if (e.target === t) {
31
+ i.nodes([]);
32
+ return;
33
+ }
34
+ const n = e.evt.shiftKey || e.evt.ctrlKey || e.evt.metaKey, s = i.nodes().indexOf(e.target) >= 0;
35
+ if (!n && !s)
36
+ i.nodes([e.target]), i.rotateEnabled(e.target.name() !== "backgroundImage");
37
+ else if (n && s) {
38
+ const o = i.nodes().slice();
39
+ o.splice(o.indexOf(e.target), 1), i.nodes(o);
40
+ } else if (n && !s) {
41
+ const o = i.nodes().concat([e.target]);
42
+ i.nodes(o);
43
+ }
44
+ }), i;
45
+ }
46
+ }, P = () => {
47
+ i.nodes([]);
48
+ };
49
+ export {
50
+ h as initTransformer,
51
+ P as removeTransformer
52
+ };
@@ -0,0 +1,4 @@
1
+ import { Canvas } from '@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/type';
2
+
3
+ declare const initWheelZoom: (canvas: Canvas) => void;
4
+ export { initWheelZoom };
@@ -0,0 +1,14 @@
1
+ const r = (e) => {
2
+ e.on("wheel", (l) => {
3
+ l.evt.preventDefault();
4
+ let t = e.scaleX(), i = e.getPointerPosition();
5
+ (i.x - e.x()) / t, (i.y - e.y()) / t;
6
+ let o = l.evt.deltaY > 0 ? 1 : -1;
7
+ l.evt.ctrlKey && (o = -o);
8
+ let y = o > 0 ? t * 1.01 : t / 1.01;
9
+ e.scale({ x: y, y });
10
+ });
11
+ };
12
+ export {
13
+ r as initWheelZoom
14
+ };
@@ -0,0 +1,9 @@
1
+ import { useKonva, Konva } from '@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/konva';
2
+ import { useAntvX6, Graph } from '@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/antv-x6';
3
+
4
+ type HookTypeMap = {
5
+ konva: ReturnType<typeof useKonva>;
6
+ 'antv-x6': ReturnType<typeof useAntvX6>;
7
+ };
8
+ declare const useDimpleCanvas: <T extends "konva" | "antv-x6" = "konva">(core?: T, initOptions?: Graph.Options) => T extends "antv-x6" ? HookTypeMap["antv-x6"] : HookTypeMap["konva"];
9
+ export { useDimpleCanvas, Konva, Graph };
@@ -0,0 +1,20 @@
1
+ 'use strict';
2
+
3
+ var konva = require('@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/konva/es5');
4
+ var antvX6 = require('@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/antv-x6/es5');
5
+ var p = function p(r, t) {
6
+ return r || konva.useKonva(), r === "antv-x6" ? antvX6.useAntvX6(t || {}) : konva.useKonva();
7
+ };
8
+ Object.defineProperty(exports, "Konva", {
9
+ enumerable: true,
10
+ get: function get() {
11
+ return konva.Konva;
12
+ }
13
+ });
14
+ Object.defineProperty(exports, "Graph", {
15
+ enumerable: true,
16
+ get: function get() {
17
+ return antvX6.Graph;
18
+ }
19
+ });
20
+ exports.useDimpleCanvas = p;
@@ -0,0 +1,9 @@
1
+ import { useKonva, Konva } from '@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/konva';
2
+ import { useAntvX6, Graph } from '@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/antv-x6';
3
+
4
+ type HookTypeMap = {
5
+ konva: ReturnType<typeof useKonva>;
6
+ 'antv-x6': ReturnType<typeof useAntvX6>;
7
+ };
8
+ declare const useDimpleCanvas: <T extends "konva" | "antv-x6" = "konva">(core?: T, initOptions?: Graph.Options) => T extends "antv-x6" ? HookTypeMap["antv-x6"] : HookTypeMap["konva"];
9
+ export { useDimpleCanvas, Konva, Graph };
@@ -0,0 +1,10 @@
1
+ import { useKonva as o } from "@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/konva";
2
+ import { Konva as i } from "@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/konva";
3
+ import { useAntvX6 as e } from "@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/antv-x6";
4
+ import { Graph as u } from "@das-fed/upf-utils/dimple-canvas/use-dimple-canvas/core/antv-x6";
5
+ const p = (r, t) => (r || o(), r === "antv-x6" ? e(t || {}) : o());
6
+ export {
7
+ u as Graph,
8
+ i as Konva,
9
+ p as useDimpleCanvas
10
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/upf-utils",
3
- "version": "6.4.0-dev.244",
3
+ "version": "6.4.0-dev.245",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/preset-env": "7.26.0",
25
- "@das-fed/upf-cli": "6.4.0-dev.244",
26
- "@das-fed/upf-web": "6.4.0-dev.244",
25
+ "@das-fed/upf-cli": "6.4.0-dev.245",
26
+ "@das-fed/upf-web": "6.4.0-dev.245",
27
27
  "@rollup/plugin-babel": "6.0.4",
28
28
  "@types/js-cookie": "^3.0.6",
29
29
  "@types/lodash-es": "^4.17.12",