lucid-extension-sdk 0.0.345 → 0.0.346
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.
|
@@ -35,6 +35,10 @@ export declare enum FieldDisplayType {
|
|
|
35
35
|
DateBadge = "DateBadge",
|
|
36
36
|
/** Given an object containing iconUrl (optional) and name (optional), determine whether
|
|
37
37
|
* to display as an ImageBadge or InitializedString (or nothing, if neither is present).
|
|
38
|
+
*
|
|
39
|
+
* If FF LucidCardUIRefresh ON:
|
|
40
|
+
* Given or string of name or an object containing iconUrl and name, display as
|
|
41
|
+
* an as a full name or an ImageBadge with full name (if name is present).
|
|
38
42
|
*/
|
|
39
43
|
UserProfile = "UserProfile"
|
|
40
44
|
}
|
|
@@ -39,6 +39,10 @@ var FieldDisplayType;
|
|
|
39
39
|
FieldDisplayType["DateBadge"] = "DateBadge";
|
|
40
40
|
/** Given an object containing iconUrl (optional) and name (optional), determine whether
|
|
41
41
|
* to display as an ImageBadge or InitializedString (or nothing, if neither is present).
|
|
42
|
+
*
|
|
43
|
+
* If FF LucidCardUIRefresh ON:
|
|
44
|
+
* Given or string of name or an object containing iconUrl and name, display as
|
|
45
|
+
* an as a full name or an ImageBadge with full name (if name is present).
|
|
42
46
|
*/
|
|
43
47
|
FieldDisplayType["UserProfile"] = "UserProfile";
|
|
44
48
|
})(FieldDisplayType || (exports.FieldDisplayType = FieldDisplayType = {}));
|