@isettingkit/business-rules 2.1.20 → 2.1.22
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/dist/index.es.js +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -2129,7 +2129,7 @@ const xo = (e) => {
|
|
|
2129
2129
|
const pe = S[M];
|
|
2130
2130
|
pe && Array.isArray(pe) ? A[M] = pe.map((L) => {
|
|
2131
2131
|
let I = L.labelName;
|
|
2132
|
-
L.
|
|
2132
|
+
L.timeUnit && L.labelName && (I = To(L.labelName, L.timeUnit));
|
|
2133
2133
|
let j = L.value;
|
|
2134
2134
|
return (L == null ? void 0 : L.howToSetTheCondition) !== void 0 && (L == null ? void 0 : L.howToSetTheCondition) !== null && (L == null ? void 0 : L.value) !== void 0 && (L == null ? void 0 : L.value) !== null && (j = wo(
|
|
2135
2135
|
L.value,
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"description": "",
|
|
12
12
|
"private": false,
|
|
13
|
-
"version": "2.1.
|
|
13
|
+
"version": "2.1.22",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@formkit/drag-and-drop": "^0.5.3",
|
|
40
40
|
"@inubekit/inubekit": "^6.1.0",
|
|
41
|
-
"@isettingkit/input": "^1.0.
|
|
42
|
-
"@isettingkit/view": "^0.1.
|
|
41
|
+
"@isettingkit/input": "^1.0.13",
|
|
42
|
+
"@isettingkit/view": "^0.1.29",
|
|
43
43
|
"axios": "^1.9.0",
|
|
44
44
|
"franc-min": "^6.2.0"
|
|
45
45
|
},
|