@ancon/wildcat-utils 1.51.0-check-optimizations.3 → 1.51.0-check-optimizations.4

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.
@@ -1,4 +1,4 @@
1
- import { CheckDetails } from '@ancon/wildcat-types';
1
+ import { CheckDetailsV2 } from '@ancon/wildcat-types';
2
2
  /**
3
3
  * This creates localized check details by replacing following properties with localized values based on current app language.
4
4
  * Affected properties on each check item (and its sub-items):
@@ -12,5 +12,5 @@ import { CheckDetails } from '@ancon/wildcat-types';
12
12
  * @param locale - locale to be used for localization
13
13
  * @returns localized check details
14
14
  */
15
- declare function createLocalizedCheckDetails(checkDetails: CheckDetails, locale: string): CheckDetails;
15
+ declare function createLocalizedCheckDetails(checkDetails: CheckDetailsV2, locale: string): CheckDetailsV2;
16
16
  export default createLocalizedCheckDetails;
@@ -1 +1 @@
1
- "use strict";const l=require("@ancon/wildcat-types");function u(e){switch(e){case"sv":return l.IETFLanguageTag.Swedish;case"nb":return l.IETFLanguageTag.Norwegian;case"en":return l.IETFLanguageTag.English;default:return null}}function s(e,c){var i,o;const t=e,a=(i=e.localizedProductNames)==null?void 0:i[c],n=(o=e.localizedVariantNames)==null?void 0:o[c];return a&&(t.productName=a),n&&(t.variantName=n),t}function m(e,c){var i,o;const t=e,a=(i=e.localizedNames)==null?void 0:i[c],n=(o=e.localizedReplacementNames)==null?void 0:o[c];return a&&(t.name=a),n&&(t.replacementName=n),t}function z(e,c){const t=e;return t.product=s(e.product,c),t}function d(e,c){const t=e,{product:a,modifications:n,addOnProducts:i,subCheckItems:o}=e;return t.product=s(a,c),n.length&&(t.modifications=n.map(r=>m(r,c))),i!=null&&i.length&&(t.addOnProducts=i.map(r=>z(r,c))),o.length&&(t.subCheckItems=o.map(r=>d(r,c))),t}function f(e,c){const t=u(c);if(t){const a=e;return a.items=e.items.map(n=>d(n,t)),a}return e}module.exports=f;
1
+ "use strict";const r=require("@ancon/wildcat-types");function d(e){switch(e){case"sv":return r.IETFLanguageTag.Swedish;case"nb":return r.IETFLanguageTag.Norwegian;case"en":return r.IETFLanguageTag.English;default:return null}}function s(e,a){var t,i;if(e){const c=e,n=(t=e.localizedProductNames)==null?void 0:t[a],o=(i=e.localizedVariantNames)==null?void 0:i[a];return n&&(c.productName=n),o&&(c.variantName=o),c}return e}function m(e,a){var n,o;const t=e,i=(n=e.localizedNames)==null?void 0:n[a],c=(o=e.localizedReplacementNames)==null?void 0:o[a];return i&&(t.name=i),c&&(t.replacementName=c),t}function z(e,a){const t=e;return t.product=s(e.product,a),t}function u(e,a){const t=e,{product:i,modifications:c,addOnProducts:n,subCheckItems:o}=e;return t.product=s(i,a),c!=null&&c.length&&(t.modifications=c.map(l=>m(l,a))),n!=null&&n.length&&(t.addOnProducts=n==null?void 0:n.map(l=>z(l,a))),o!=null&&o.length&&(t.subCheckItems=o.map(l=>u(l,a))),t}function f(e,a){var i;const t=d(a);if(t){const c=e;return c.items=(i=e.items)==null?void 0:i.map(n=>u(n,t)),c}return e}module.exports=f;
@@ -1,5 +1,5 @@
1
1
  import { IETFLanguageTag as r } from "@ancon/wildcat-types";
2
- function u(e) {
2
+ function m(e) {
3
3
  switch (e) {
4
4
  case "sv":
5
5
  return r.Swedish;
@@ -11,43 +11,47 @@ function u(e) {
11
11
  return null;
12
12
  }
13
13
  }
14
- function d(e, c) {
15
- var i, n;
16
- const t = e, a = (i = e.localizedProductNames) == null ? void 0 : i[c], o = (n = e.localizedVariantNames) == null ? void 0 : n[c];
17
- return a && (t.productName = a), o && (t.variantName = o), t;
14
+ function u(e, a) {
15
+ var t, i;
16
+ if (e) {
17
+ const c = e, n = (t = e.localizedProductNames) == null ? void 0 : t[a], o = (i = e.localizedVariantNames) == null ? void 0 : i[a];
18
+ return n && (c.productName = n), o && (c.variantName = o), c;
19
+ }
20
+ return e;
18
21
  }
19
- function m(e, c) {
20
- var i, n;
21
- const t = e, a = (i = e.localizedNames) == null ? void 0 : i[c], o = (n = e.localizedReplacementNames) == null ? void 0 : n[c];
22
- return a && (t.name = a), o && (t.replacementName = o), t;
22
+ function s(e, a) {
23
+ var n, o;
24
+ const t = e, i = (n = e.localizedNames) == null ? void 0 : n[a], c = (o = e.localizedReplacementNames) == null ? void 0 : o[a];
25
+ return i && (t.name = i), c && (t.replacementName = c), t;
23
26
  }
24
- function f(e, c) {
27
+ function f(e, a) {
25
28
  const t = e;
26
- return t.product = d(
29
+ return t.product = u(
27
30
  e.product,
28
- c
31
+ a
29
32
  ), t;
30
33
  }
31
- function s(e, c) {
32
- const t = e, { product: a, modifications: o, addOnProducts: i, subCheckItems: n } = e;
33
- return t.product = d(a, c), o.length && (t.modifications = o.map(
34
- (l) => m(l, c)
35
- )), i != null && i.length && (t.addOnProducts = i.map(
36
- (l) => f(l, c)
37
- )), n.length && (t.subCheckItems = n.map(
38
- (l) => s(l, c)
34
+ function d(e, a) {
35
+ const t = e, { product: i, modifications: c, addOnProducts: n, subCheckItems: o } = e;
36
+ return t.product = u(i, a), c != null && c.length && (t.modifications = c.map(
37
+ (l) => s(l, a)
38
+ )), n != null && n.length && (t.addOnProducts = n == null ? void 0 : n.map(
39
+ (l) => f(l, a)
40
+ )), o != null && o.length && (t.subCheckItems = o.map(
41
+ (l) => d(l, a)
39
42
  )), t;
40
43
  }
41
- function p(e, c) {
42
- const t = u(c);
44
+ function N(e, a) {
45
+ var i;
46
+ const t = m(a);
43
47
  if (t) {
44
- const a = e;
45
- return a.items = e.items.map(
46
- (o) => s(o, t)
47
- ), a;
48
+ const c = e;
49
+ return c.items = (i = e.items) == null ? void 0 : i.map(
50
+ (n) => d(n, t)
51
+ ), c;
48
52
  }
49
53
  return e;
50
54
  }
51
55
  export {
52
- p as default
56
+ N as default
53
57
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ancon/wildcat-utils",
3
- "version": "1.51.0-check-optimizations.3",
3
+ "version": "1.51.0-check-optimizations.4",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",