diff --git a/services/AnalyticsAPI.html b/services/AnalyticsAPI.html index a916c040f13..8390b0ee0e4 100644 --- a/services/AnalyticsAPI.html +++ b/services/AnalyticsAPI.html @@ -1335,13 +1335,13 @@
Example

diff --git a/services/DDOAPI.html b/services/DDOAPI.html index 3d7542e7e50..72df079313e 100644 --- a/services/DDOAPI.html +++ b/services/DDOAPI.html @@ -718,13 +718,13 @@
Returns:

diff --git a/services/KalturaPlayerAPI.html b/services/KalturaPlayerAPI.html index bbc7f453eb2..6afa50ec49f 100644 --- a/services/KalturaPlayerAPI.html +++ b/services/KalturaPlayerAPI.html @@ -1450,13 +1450,13 @@
Example

diff --git a/services/LocaleAPI.html b/services/LocaleAPI.html index 0c771ee5ce9..f098208acef 100644 --- a/services/LocaleAPI.html +++ b/services/LocaleAPI.html @@ -30,8 +30,7 @@

Class: LocaleAPI

LocaleAPI()

-

Locale API class with method of fetching user's locale for -ibm.com

+

Locale API class with method of fetching user's locale for ibm.com.

@@ -94,7 +93,7 @@

new LocaleAP
Source:
@@ -202,7 +201,7 @@

(static) c
Source:
@@ -246,7 +245,7 @@

(static) fe
-

Fetches the list data based on cc/lc combination

+

Fetches the list data based on cc/lc combination.

@@ -298,7 +297,7 @@

Parameters:
-

country code

+

Country code.

@@ -321,7 +320,7 @@
Parameters:
-

language code

+

Language code.

@@ -344,7 +343,7 @@
Parameters:
-

resolves the Promise

+

Resolves the Promise.

@@ -367,7 +366,7 @@
Parameters:
-

rejects the promise

+

Rejects the promise.

@@ -408,7 +407,7 @@
Parameters:
Source:
@@ -444,7 +443,7 @@
Parameters:
-

(static) getLang() → {object}

+

(async, static) getLang() → {Promise.<Locale>}

@@ -452,8 +451,7 @@

(static) getL
-

Checks for DDO object to return the correct cc and lc -Otherwise gets those values from the lang attribute

+

Gets the user's locale.

@@ -485,6 +483,8 @@

(static) getL +
Deprecated:
+ @@ -497,7 +497,7 @@

(static) getL
Source:
@@ -526,7 +526,7 @@

Returns:
-

locale object

+

Locale object.

@@ -537,7 +537,7 @@
Returns:
-object +Promise.<Locale>
@@ -564,7 +564,7 @@
Example
-

(async, static) getLangDisplay(langCode) → {Promise.<string>}

+

(async, static) getLangDisplay(locale) → {Promise.<string>}

@@ -572,7 +572,7 @@

(async, stati
-

This fetches the language display name based on language/locale combo

+

This fetches the language display name based on locale.

@@ -608,13 +608,16 @@
Parameters:
- langCode + locale -object +Locale +| + +boolean @@ -624,7 +627,7 @@
Parameters:
-

lang code with cc and lc

+

(optional) If not given, uses LocaleAPI.getLocale logic.

@@ -665,7 +668,7 @@
Parameters:
Source:
@@ -694,7 +697,7 @@
Returns:
-

Display name of locale/language

+

Display name of locale/language.

@@ -723,7 +726,7 @@
Returns:
-

(async, static) getList(params) → {Promise.<any>}

+

(async, static) getList(locale) → {Promise.<any>}

@@ -732,7 +735,7 @@

(async, static)

Get the country list of all supported countries and their languages -if it is not already stored in session storage

+if it is not already stored in session storage.

@@ -768,13 +771,13 @@
Parameters:
- params + locale -object +Locale @@ -784,7 +787,7 @@
Parameters:
-

params object

+

Locale object.

Properties
@@ -826,7 +829,7 @@
Properties
-

country code

+

Country code.

@@ -849,7 +852,7 @@
Properties
-

language code

+

Language code.

@@ -897,7 +900,7 @@
Properties
Source:
@@ -926,7 +929,7 @@
Returns:
-

promise object

+

Promise object.

@@ -965,7 +968,7 @@
Example
-

(async, static) getLocale() → {object}

+

(async, static) getLocale() → {Promise.<Locale>}

@@ -973,11 +976,16 @@

(async, static) -

Gets the user's locale

-

Grab the locale from the lang attribute from html, else -check if ipcinfo cookie exists (ipcinfoCookie util) -if not, retrieve the user's locale through DDO service + gets user's -browser language preference then set the cookie

+

Gets the user's locale.

+

Grab the locale from the available information on the page in the following +order:

+
    +
  1. DDO
  2. +
  3. HTML lang attribute
  4. +
  5. ipcInfo cookie
  6. +
  7. Browser (navigator.language)
  8. +
  9. Default (us-EN)
  10. +
@@ -1021,7 +1029,7 @@

(async, static) Source:
@@ -1050,7 +1058,7 @@
Returns:
-

object with lc and cc

+

Locale object.

@@ -1061,7 +1069,7 @@
Returns:
-object +Promise.<Locale>
@@ -1149,7 +1157,7 @@
Parameters:
-

session storage key

+

Session storage key.

@@ -1190,7 +1198,7 @@
Parameters:
Source:
@@ -1234,8 +1242,7 @@

(static) -

Verify that the cc and lc combo is in the list of -supported cc-lc combos

+

Verify that the cc and lc combo is in the list of supported cc-lc combos.

@@ -1287,7 +1294,7 @@

Parameters:
-

country code

+

Country code.

@@ -1310,7 +1317,7 @@
Parameters:
-

language code

+

Language code.

@@ -1333,7 +1340,7 @@
Parameters:
-

country list

+

Country list.

@@ -1374,7 +1381,7 @@
Parameters:
Source:
@@ -1403,7 +1410,7 @@
Returns:
-

object with lc and cc

+

Object with lc and cc.

@@ -1452,13 +1459,13 @@
Example

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/MarketingSearchAPI.html b/services/MarketingSearchAPI.html index 306ddda6128..85819246e2f 100644 --- a/services/MarketingSearchAPI.html +++ b/services/MarketingSearchAPI.html @@ -329,13 +329,13 @@
Example

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/MastheadLogoAPI.html b/services/MastheadLogoAPI.html index 597321f2d55..5a71955a210 100644 --- a/services/MastheadLogoAPI.html +++ b/services/MastheadLogoAPI.html @@ -278,13 +278,13 @@
Example

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/ProfileAPI.html b/services/ProfileAPI.html index 65a6f928aee..d57c7666d26 100644 --- a/services/ProfileAPI.html +++ b/services/ProfileAPI.html @@ -499,13 +499,13 @@
Example

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/SearchTypeaheadAPI.html b/services/SearchTypeaheadAPI.html index 7e0c6d31a72..11fb6780cdc 100644 --- a/services/SearchTypeaheadAPI.html +++ b/services/SearchTypeaheadAPI.html @@ -329,13 +329,13 @@
Example

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/TranslationAPI.html b/services/TranslationAPI.html index d29566eeb0e..0b43a0ec2b9 100644 --- a/services/TranslationAPI.html +++ b/services/TranslationAPI.html @@ -491,13 +491,13 @@
Example

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/VideoPlayerAPI.html b/services/VideoPlayerAPI.html index 3b77bf8e748..b275eafc2ba 100644 --- a/services/VideoPlayerAPI.html +++ b/services/VideoPlayerAPI.html @@ -563,13 +563,13 @@
Returns:

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/global.html b/services/global.html index f2dc64d19e5..7a287232f00 100644 --- a/services/global.html +++ b/services/global.html @@ -170,6 +170,337 @@

Methods

+

_getLocaleDefault() → {Locale}

+ + + + + + +
+

Retrieves the default locale.

+
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
Returns:
+ + +
+

The default locale.

+
+ + + +
+
+ Type +
+
+ +Locale + + +
+
+ + + + + + + + + + + + + +

(async) _getLocaleFromBrowser() → {Promise.<(Locale|boolean)>}

+ + + + + + +
+

Get the locale from the user's browser.

+
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
Returns:
+ + +
+

The verified locale or false if not found.

+
+ + + +
+
+ Type +
+
+ +Promise.<(Locale|boolean)> + + +
+
+ + + + + + + + + + + + + +

(async) _getLocaleFromCookie() → {Promise.<(Locale|boolean)>}

+ + + + + + +
+

Gets the locale from the cookie and returns it if both 'cc' and 'lc' values +are present.

+
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
Returns:
+ + +
+

The cookie object if 'cc' and 'lc' values are present, otherwise false.

+
+ + + +
+
+ Type +
+
+ +Promise.<(Locale|boolean)> + + +
+
+ + + + + + + + + + + + +

altlangs() → {object}

@@ -3743,6 +4074,153 @@
Example
+

Type Definitions

+ + + +

Locale

+ + + + + + +
Type:
+
    +
  • + +object + + +
  • +
+ + + + + +
Properties:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
cc + + +string + + + +

The country code.

lc + + +string + + + +

The language code.

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + @@ -3755,13 +4233,13 @@
Example

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/ibmdotcom.module_settings.html b/services/ibmdotcom.module_settings.html index 20eb074ac19..905f42e8111 100644 --- a/services/ibmdotcom.module_settings.html +++ b/services/ibmdotcom.module_settings.html @@ -222,13 +222,13 @@
Properties:

- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/index.html b/services/index.html index 7575d49c4d6..6c280c793db 100644 --- a/services/index.html +++ b/services/index.html @@ -87,13 +87,13 @@

📝 License


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/index.js.html b/services/index.js.html index 5277fe2dbb9..960d45efb26 100644 --- a/services/index.js.html +++ b/services/index.js.html @@ -44,13 +44,13 @@

Source: index.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_index.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_index.js.html index 1b0c92224aa..64bc9bd9bb9 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_index.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_index.js.html @@ -43,13 +43,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/index
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_StickyHeader_StickyHeader.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_StickyHeader_StickyHeader.js.html index d223fbfa8ce..7d1a17e53af 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_StickyHeader_StickyHeader.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_StickyHeader_StickyHeader.js.html @@ -360,13 +360,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_altlangs_altlangs.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_altlangs_altlangs.js.html index 232c373285a..bb6a8a17fdd 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_altlangs_altlangs.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_altlangs_altlangs.js.html @@ -69,13 +69,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_calculateTotalWidth_calculateTotalWidth.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_calculateTotalWidth_calculateTotalWidth.js.html index 515abbcdc40..7e16c5f4b89 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_calculateTotalWidth_calculateTotalWidth.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_calculateTotalWidth_calculateTotalWidth.js.html @@ -65,13 +65,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_decodeString_decodeString.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_decodeString_decodeString.js.html index 562d7b61a87..cadaf8f3139 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_decodeString_decodeString.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_decodeString_decodeString.js.html @@ -61,13 +61,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_escaperegexp_escaperegexp.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_escaperegexp_escaperegexp.js.html index 11db520fb01..b37dab9c00c 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_escaperegexp_escaperegexp.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_escaperegexp_escaperegexp.js.html @@ -58,13 +58,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_focuswrap_focuswrap.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_focuswrap_focuswrap.js.html index 54fab1f7992..39f7d30ce31 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_focuswrap_focuswrap.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_focuswrap_focuswrap.js.html @@ -94,13 +94,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_formatVideoCaption_formatVideoCaption.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_formatVideoCaption_formatVideoCaption.js.html index 9a5709a4f0d..1a7b555d646 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_formatVideoCaption_formatVideoCaption.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_formatVideoCaption_formatVideoCaption.js.html @@ -81,13 +81,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_formatVideoCaption_index.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_formatVideoCaption_index.js.html index 6a9319ed9de..3f0130c28ce 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_formatVideoCaption_index.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_formatVideoCaption_index.js.html @@ -43,13 +43,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_index.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_index.js.html index bfb86e9e0f0..8853dd51f23 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_index.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_index.js.html @@ -59,13 +59,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_ipcinfoCookie_ipcinfoCookie.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_ipcinfoCookie_ipcinfoCookie.js.html index 9c4d3702bdc..f9a6722d1d2 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_ipcinfoCookie_ipcinfoCookie.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_ipcinfoCookie_ipcinfoCookie.js.html @@ -137,13 +137,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_loadNonLatinPlex_loadNonLatinPlex.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_loadNonLatinPlex_loadNonLatinPlex.js.html index dd1b49139b3..5ba9bdceb81 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_loadNonLatinPlex_loadNonLatinPlex.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_loadNonLatinPlex_loadNonLatinPlex.js.html @@ -147,13 +147,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_markdownToHtml_markdownToHtml.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_markdownToHtml_markdownToHtml.js.html index 6781af8a15f..5507d01041f 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_markdownToHtml_markdownToHtml.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_markdownToHtml_markdownToHtml.js.html @@ -123,13 +123,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_on_on.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_on_on.js.html index 145886f618d..dcc5243bfdb 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_on_on.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_on_on.js.html @@ -62,13 +62,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_parseAspectRatio_parseAspectRatio.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_parseAspectRatio_parseAspectRatio.js.html index 698048ba2b9..0d8b8b13525 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_parseAspectRatio_parseAspectRatio.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_parseAspectRatio_parseAspectRatio.js.html @@ -67,13 +67,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_removeHtmlTagEntities_removeHtmlTagEntities.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_removeHtmlTagEntities_removeHtmlTagEntities.js.html index fd524dcd8d1..f4f484713e3 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_removeHtmlTagEntities_removeHtmlTagEntities.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_removeHtmlTagEntities_removeHtmlTagEntities.js.html @@ -78,13 +78,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_sameHeight_sameHeight.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_sameHeight_sameHeight.js.html index 3aecbe62441..4881683f8dd 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_sameHeight_sameHeight.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_sameHeight_sameHeight.js.html @@ -83,13 +83,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_serialize_serialize.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_serialize_serialize.js.html index 7c772e6953a..b44210c4734 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_serialize_serialize.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_serialize_serialize.js.html @@ -71,13 +71,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_settings_settings.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_settings_settings.js.html index b11fb5d411f..b0587e59a17 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_settings_settings.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_settings_settings.js.html @@ -57,13 +57,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_smoothScroll_smoothScroll.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_smoothScroll_smoothScroll.js.html index b243366b8f6..91aa0824082 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_smoothScroll_smoothScroll.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_smoothScroll_smoothScroll.js.html @@ -74,13 +74,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_stripHTML_stripHTML.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_stripHTML_stripHTML.js.html index 800e129f562..98d9d413bab 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_stripHTML_stripHTML.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_stripHTML_stripHTML.js.html @@ -58,13 +58,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_uniqueid_uniqueid.js.html b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_uniqueid_uniqueid.js.html index 32397586eb4..5ec51970351 100644 --- a/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_uniqueid_uniqueid.js.html +++ b/services/internal_vendor_@carbon_ibmdotcom-utilities_utilities_uniqueid_uniqueid.js.html @@ -69,13 +69,13 @@

Source: internal/vendor/@carbon/ibmdotcom-utilities/utili
- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_Analytics_Analytics.js.html b/services/services_Analytics_Analytics.js.html index ceb0a80d627..f17ebb330a0 100644 --- a/services/services_Analytics_Analytics.js.html +++ b/services/services_Analytics_Analytics.js.html @@ -327,13 +327,13 @@

Source: services/Analytics/Analytics.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_CloudAccountAuth_CloudAccountAuth.js.html b/services/services_CloudAccountAuth_CloudAccountAuth.js.html index b812e4c7a45..ef8a57e863e 100644 --- a/services/services_CloudAccountAuth_CloudAccountAuth.js.html +++ b/services/services_CloudAccountAuth_CloudAccountAuth.js.html @@ -98,13 +98,13 @@

Source: services/CloudAccountAuth/CloudAccountAuth.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_DDO_DDO.js.html b/services/services_DDO_DDO.js.html index e09a6f35572..f2021dc5ab8 100644 --- a/services/services_DDO_DDO.js.html +++ b/services/services_DDO_DDO.js.html @@ -186,13 +186,13 @@

Source: services/DDO/DDO.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_KalturaPlayer_KalturaPlayer.js.html b/services/services_KalturaPlayer_KalturaPlayer.js.html index 316ebf6072f..9c6d5567713 100644 --- a/services/services_KalturaPlayer_KalturaPlayer.js.html +++ b/services/services_KalturaPlayer_KalturaPlayer.js.html @@ -458,13 +458,13 @@

Source: services/KalturaPlayer/KalturaPlayer.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_Locale_Locale.js.html b/services/services_Locale_Locale.js.html index 40301d3463d..129fd79b360 100644 --- a/services/services_Locale_Locale.js.html +++ b/services/services_Locale_Locale.js.html @@ -27,7 +27,7 @@

Source: services/Locale/Locale.js

/**
- * Copyright IBM Corp. 2020, 2023
+ * Copyright IBM Corp. 2020, 2024
  *
  * This source code is licensed under the Apache-2.0 license found in the
  * LICENSE file in the root directory of this source tree.
@@ -39,7 +39,13 @@ 

Source: services/Locale/Locale.js

import root from 'window-or-global'; /** - * @constant {string | string} Host for the Locale API call + * @typedef {object} Locale + * @property {string} cc The country code. + * @property {string} lc The language code. + */ + +/** + * @constant {string | string} Host for the Locale API call. * @private */ const _host = @@ -48,9 +54,9 @@

Source: services/Locale/Locale.js

'https://1.www.s81c.com'; /** - * Sets the default location if nothing is returned + * Sets the default location if nothing is returned. * - * @type {object} + * @type {Locale} * @private */ const _localeDefault = { @@ -59,7 +65,7 @@

Source: services/Locale/Locale.js

}; /** - * Default display name for lang combination + * Default display name for lang combination. * * @type {string} * @private @@ -67,7 +73,7 @@

Source: services/Locale/Locale.js

const _localeNameDefault = 'United States — English'; /** - * Locale API endpoint + * Locale API endpoint. * * @type {string} * @private @@ -75,7 +81,7 @@

Source: services/Locale/Locale.js

const _endpoint = `${_host}/common/js/dynamicnav/www/countrylist/jsononly`; /** - * Configuration for axios + * Configuration for axios. * * @type {{headers: {'Content-Type': string}}} * @private @@ -87,7 +93,7 @@

Source: services/Locale/Locale.js

}; /** - * Session Storage key for country list + * Session Storage key for country list. * * @type {string} * @private @@ -103,38 +109,95 @@

Source: services/Locale/Locale.js

const _twoHours = 60 * 60 * 2000; /** - * Use the <html> lang attr to determine a return locale object + * The cache for in-flight or resolved requests for the country list, keyed by + * the initiating locale. * * @type {object} * @private */ -const _getLocaleByLangAttr = () => { +const _requestsList = {}; + +/** + * Retrieves the default locale. + * + * @returns {Locale} The default locale. + */ +const _getLocaleDefault = () => _localeDefault; + +/** + * Use the <html> lang attr to determine a return locale object, or "false" + * when it's not available so the consumer can decide what to do next. + * + * @type {(Locale | boolean)} + * @private + */ +function _getLocaleFromLangAttr() { if (root.document?.documentElement?.lang) { const lang = root.document.documentElement.lang.toLowerCase(); + const locale = {}; if (lang.indexOf('-') === -1) { - return { lc: lang }; + locale.lc = lang; } else { const codes = lang.split('-'); - return { cc: codes[1], lc: codes[0] }; + locale.cc = codes[1]; + locale.lc = codes[0]; } - } else { - return _localeDefault; + return locale; + } + return false; +} + +/** + * Gets the locale from the cookie and returns it if both 'cc' and 'lc' values + * are present. + * + * @async + * @returns {Promise<Locale|boolean>} The cookie object if 'cc' and 'lc' values are present, otherwise false. + */ +const _getLocaleFromCookie = async () => { + const cookie = ipcinfoCookie.get(); + if (cookie && cookie.cc && cookie.lc) { + await LocaleAPI.getList(cookie); + return cookie; } + return false; }; /** - * The cache for in-flight or resolved requests for the country list, keyed by the initiating locale. + * Get the locale from the user's browser. * - * @type {object} - * @private + * @async + * @returns {Promise<Locale|boolean>} The verified locale or false if not found. */ -const _requestsList = {}; +const _getLocaleFromBrowser = async () => { + try { + const cc = await DDOAPI.getLocation(); + + // Language preference from browser can return in either 'en-US' format or + // 'en' so will need to extract language only. + const lang = root.navigator.language; + const lc = lang.split('-')[0]; + + if (cc && lc) { + const list = await LocaleAPI.getList({ cc, lc }); + const verifiedCodes = LocaleAPI.verifyLocale(cc, lc, list); + + // Set the ipcInfo cookie. + ipcinfoCookie.set(verifiedCodes); + + return verifiedCodes; + } + } catch (e) { + // Intentionally throw away the exception in favor of returning false. + } + return false; +}; /** - * Return a locale object based on the DDO API, or "false" - * so the consumer can decide what to do next + * Return a locale object based on the DDO API, or "false" so the consumer can + * decide what to do next. * - * @type {(object | boolean)} + * @returns {(Locale | boolean)} Locale from the DDO, or "false" if not present. * @private */ function _getLocaleFromDDO() { @@ -178,8 +241,7 @@

Source: services/Locale/Locale.js

} /** - * Locale API class with method of fetching user's locale for - * ibm.com + * Locale API class with method of fetching user's locale for ibm.com. */ class LocaleAPI { /** @@ -198,14 +260,18 @@

Source: services/Locale/Locale.js

} /** - * Gets the user's locale + * Gets the user's locale. + * + * Grab the locale from the available information on the page in the following + * order: * - * Grab the locale from the `lang` attribute from html, else - * check if ipcinfo cookie exists (ipcinfoCookie util) - * if not, retrieve the user's locale through DDO service + gets user's - * browser language preference then set the cookie + * 1. DDO + * 2. HTML lang attribute + * 3. ipcInfo cookie + * 4. Browser (navigator.language) + * 5. Default (us-EN) * - * @returns {object} object with lc and cc + * @returns {Promise<Locale>} Locale object. * @example * import { LocaleAPI } from '@carbon/ibmdotcom-services'; * @@ -215,69 +281,46 @@

Source: services/Locale/Locale.js

* } */ static async getLocale() { - const cookie = ipcinfoCookie.get(); - const lang = await this.getLang(); - - if (lang) { - return lang; - } - // grab the locale from the cookie - else if (cookie && cookie.cc && cookie.lc) { - await this.getList(cookie); - return cookie; - } else { - const cc = await DDOAPI.getLocation(); - /** - * get language preference from browser - * can return in either 'en-US' format or 'en' so will need to extract language only - */ - const lang = root.navigator.language; - const lc = lang.split('-')[0]; - - if (cc && lc) { - const list = await this.getList({ cc, lc }); - const verifiedCodes = this.verifyLocale(cc, lc, list); - - // set the ipcInfo cookie - ipcinfoCookie.set(verifiedCodes); - - return verifiedCodes; + const localeGetters = [ + _getLocaleFromDDO, + _getLocaleFromLangAttr, + _getLocaleFromCookie, + _getLocaleFromBrowser, + ]; + for (const getter of localeGetters) { + const locale = await getter(); + if (locale) { + return locale; } } + return _getLocaleDefault(); } /** - * Checks for DDO object to return the correct cc and lc - * Otherwise gets those values from the <html> lang attribute + * Gets the user's locale. * - * @returns {object} locale object + * @returns {Promise<Locale>} Locale object. * @example * import { LocaleAPI } from '@carbon/ibmdotcom-services'; * * function async getLocale() { * const locale = await LocaleAPI.getLang(); * } + * + * @deprecated in favor of LocalAPI.getLocale. */ - static getLang() { - return new Promise((resolve) => { - const getLocaleFromDDO = _getLocaleFromDDO(); - - if (getLocaleFromDDO) { - resolve(getLocaleFromDDO); - } else { - resolve(_getLocaleByLangAttr()); - } - }); + static async getLang() { + return this.getLocale(); } /** - * This fetches the language display name based on language/locale combo + * This fetches the language display name based on locale. * - * @param {object} langCode lang code with cc and lc - * @returns {Promise<string>} Display name of locale/language + * @param {(Locale | boolean)} locale (optional) If not given, uses LocaleAPI.getLocale logic. + * @returns {Promise<string>} Display name of locale/language. */ - static async getLangDisplay(langCode) { - const lang = langCode ? langCode : await this.getLang(); + static async getLangDisplay(locale) { + const lang = locale ? locale : await this.getLocale(); const list = await this.getList(lang); // combines the countryList arrays let countries = []; @@ -309,12 +352,12 @@

Source: services/Locale/Locale.js

/** * Get the country list of all supported countries and their languages - * if it is not already stored in session storage + * if it is not already stored in session storage. * - * @param {object} params params object - * @param {string} params.cc country code - * @param {string} params.lc language code - * @returns {Promise<any>} promise object + * @param {Locale} locale Locale object. + * @param {string} locale.cc Country code. + * @param {string} locale.lc Language code. + * @returns {Promise<any>} Promise object. * @example * import { LocaleAPI } from '@carbon/ibmdotcom-services'; * @@ -330,12 +373,12 @@

Source: services/Locale/Locale.js

} /** - * Fetches the list data based on cc/lc combination + * Fetches the list data based on cc/lc combination. * - * @param {string} cc country code - * @param {string} lc language code - * @param {Function} resolve resolves the Promise - * @param {Function} reject rejects the promise + * @param {string} cc Country code. + * @param {string} lc Language code. + * @param {Function} resolve Resolves the Promise. + * @param {Function} reject Rejects the promise. */ static fetchList(cc, lc, resolve, reject) { const key = cc !== 'undefined' ? `${lc}-${cc}` : `${lc}`; @@ -373,13 +416,12 @@

Source: services/Locale/Locale.js

} /** - * Verify that the cc and lc combo is in the list of - * supported cc-lc combos + * Verify that the cc and lc combo is in the list of supported cc-lc combos. * - * @param {string} cc country code - * @param {string} lc language code - * @param {object} list country list - * @returns {object} object with lc and cc + * @param {string} cc Country code. + * @param {string} lc Language code. + * @param {object} list Country list. + * @returns {object} Object with lc and cc. * @example * import { LocaleAPI } from '@carbon/ibmdotcom-services'; * @@ -397,8 +439,8 @@

Source: services/Locale/Locale.js

list.regionList.forEach((region) => region.countryList.forEach((country) => { const code = country.locale[0][0].split('-'); - const countryCode = code[1]; const languageCode = code[0]; + const countryCode = code[1]; if (countryCode === cc && languageCode === lc) { locale = { cc, lc }; } @@ -417,7 +459,7 @@

Source: services/Locale/Locale.js

/** * Retrieves session cache and checks if cache needs to be refreshed * - * @param {string} key session storage key + * @param {string} key Session storage key. */ static getSessionCache(key) { const session = @@ -451,13 +493,13 @@

Source: services/Locale/Locale.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_MarketingSearch_MarketingSearch.js.html b/services/services_MarketingSearch_MarketingSearch.js.html index 088fc200325..e4731889d5e 100644 --- a/services/services_MarketingSearch_MarketingSearch.js.html +++ b/services/services_MarketingSearch_MarketingSearch.js.html @@ -102,13 +102,13 @@

Source: services/MarketingSearch/MarketingSearch.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_MastheadLogo_MastheadLogo.js.html b/services/services_MastheadLogo_MastheadLogo.js.html index 1d2a8c0a9a2..1c87ca7164a 100644 --- a/services/services_MastheadLogo_MastheadLogo.js.html +++ b/services/services_MastheadLogo_MastheadLogo.js.html @@ -82,13 +82,13 @@

Source: services/MastheadLogo/MastheadLogo.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_Profile_Profile.js.html b/services/services_Profile_Profile.js.html index ff61ed7ef5e..470349e3891 100644 --- a/services/services_Profile_Profile.js.html +++ b/services/services_Profile_Profile.js.html @@ -145,13 +145,13 @@

Source: services/Profile/Profile.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_SearchTypeahead_SearchTypeahead.js.html b/services/services_SearchTypeahead_SearchTypeahead.js.html index 0430afc6e39..2cf3b08dd6c 100644 --- a/services/services_SearchTypeahead_SearchTypeahead.js.html +++ b/services/services_SearchTypeahead_SearchTypeahead.js.html @@ -100,13 +100,13 @@

Source: services/SearchTypeahead/SearchTypeahead.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_Translation_Translation.js.html b/services/services_Translation_Translation.js.html index 88ec79e7865..90e2e0f2ab7 100644 --- a/services/services_Translation_Translation.js.html +++ b/services/services_Translation_Translation.js.html @@ -313,13 +313,13 @@

Source: services/Translation/Translation.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_VideoPlayer_VideoPlayer.js.html b/services/services_VideoPlayer_VideoPlayer.js.html index 096c3217a5e..bdf48c80bb5 100644 --- a/services/services_VideoPlayer_VideoPlayer.js.html +++ b/services/services_VideoPlayer_VideoPlayer.js.html @@ -94,13 +94,13 @@

Source: services/VideoPlayer/VideoPlayer.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_global_global.js.html b/services/services_global_global.js.html index 903f2f4bf4c..d5761743bab 100644 --- a/services/services_global_global.js.html +++ b/services/services_global_global.js.html @@ -82,13 +82,13 @@

Source: services/global/global.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_global_index.js.html b/services/services_global_index.js.html index 412659f4260..bb884afb482 100644 --- a/services/services_global_index.js.html +++ b/services/services_global_index.js.html @@ -44,13 +44,13 @@

Source: services/global/index.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)
diff --git a/services/services_index.js.html b/services/services_index.js.html index 9d377d6fcca..9fe8252f2e4 100644 --- a/services/services_index.js.html +++ b/services/services_index.js.html @@ -54,13 +54,13 @@

Source: services/index.js


- Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 18:45:36 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Thu Jan 18 2024 23:48:45 GMT+0000 (Coordinated Universal Time)