| 1. |
fun com.jar.app.aurum.component.button.AurumButtonConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumButtonConnection |
|
| 2. |
fun com.jar.app.aurum.component.button.AurumButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
variant |
AurumButtonVariant? = @static <expression> |
| 5 |
STABLE |
size |
AurumButtonSize? = @static <expression> |
| 6 |
STABLE |
isFullWidth |
Boolean = @static false |
| 7 |
STABLE |
isLoading |
Boolean = @static false |
| 8 |
STABLE |
leading |
Function2<Composer, Int, Unit>? = @static null |
| 9 |
STABLE |
trailing |
Function2<Composer, Int, Unit>? = @static null |
| 10 |
STABLE |
enabled |
Boolean = @static true |
|
| 3. |
fun com.jar.app.aurum.component.button.PreviewPrimaryVariants
Skippable
Restartable
|
| 4. |
fun com.jar.app.aurum.component.button.PreviewSecondaryVariants
Skippable
Restartable
|
| 5. |
fun com.jar.app.aurum.component.button.PreviewTertiaryVariants
Skippable
Restartable
|
| 6. |
fun com.jar.app.aurum.component.button.PreviewAllSizes
Skippable
Restartable
|
| 7. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
variant |
AurumButtonVariant |
| 2 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 8. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.borderFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
variant |
AurumButtonVariant |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 9. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.paddingFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 10. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.textStyle
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 11. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.loaderColorFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
variant |
AurumButtonVariant |
| 2 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 12. |
fun com.jar.app.aurum.component.button.AurumIconButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
enabled |
Boolean = @static true |
| 4 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 13. |
fun com.jar.app.aurum.component.button.PreviewAurumIconButton
Skippable
Restartable
|
| 14. |
fun com.jar.app.aurum.component.button.AurumLinkButtonConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumLinkButtonConnection |
|
| 15. |
fun com.jar.app.aurum.component.button.AurumLinkButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
leading |
Function2<Composer, Int, Unit>? = @static null |
| 5 |
STABLE |
trailing |
Function2<Composer, Int, Unit>? = @static null |
| 6 |
STABLE |
enabled |
Boolean = @static true |
|
| 16. |
fun com.jar.app.aurum.component.button.PreviewLinkButton
Skippable
Restartable
|
| 17. |
fun com.jar.app.aurum.component.card.AurumTransactionListCardConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTransactionListCardConnection |
|
| 18. |
fun com.jar.app.aurum.component.card.AurumTransactionListCard
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
dateText |
String |
| 3 |
STABLE |
amount |
String |
| 4 |
STABLE |
suffixText |
String? |
| 5 |
STABLE |
status |
AurumTransactionStatus |
| 6 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 7 |
STABLE |
helperText |
String? = @static null |
| 8 |
STABLE |
leadingIcon |
ImageVector? = @static null |
|
| 19. |
fun com.jar.app.aurum.component.card.AurumTransactionListCardDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
status |
AurumTransactionStatus |
| 2 |
STABLE |
<this> |
AurumTransactionListCardDefaults |
|
| 20. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardSuccess
Skippable
Restartable
|
| 21. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardError
Skippable
Restartable
|
| 22. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardPending
Skippable
Restartable
|
| 23. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardSuccessNoHelper
Skippable
Restartable
|
| 24. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardErrorNoIcon
Skippable
Restartable
|
| 25. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardLongLabel
Skippable
Restartable
|
| 26. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardAllStates
Skippable
Restartable
|
| 27. |
fun com.jar.app.aurum.component.chip.AurumChipConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumChipConnection |
|
| 28. |
fun com.jar.app.aurum.component.chip.AurumChip
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
type |
AurumChipType? = @static <expression> |
| 5 |
STABLE |
size |
AurumChipSize? = @static <expression> |
| 6 |
STABLE |
enabled |
Boolean = @static true |
| 7 |
STABLE |
leadingIcon |
ImageVector? = @static null |
| 8 |
STABLE |
trailingIcon |
ImageVector? = @static null |
|
| 29. |
fun com.jar.app.aurum.component.chip.textStyle
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumChipSize |
|
| 30. |
fun com.jar.app.aurum.component.chip.AurumChipDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
type |
AurumChipType |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
isPressed |
Boolean |
| 4 |
STABLE |
<this> |
AurumChipDefaults |
|
| 31. |
fun com.jar.app.aurum.component.chip.PreviewChipLargeTrailingIcon
Skippable
Restartable
|
| 32. |
fun com.jar.app.aurum.component.chip.PreviewChipLargeLeadingIcon
Skippable
Restartable
|
| 33. |
fun com.jar.app.aurum.component.chip.PreviewChipLargeBothIcons
Skippable
Restartable
|
| 34. |
fun com.jar.app.aurum.component.chip.PreviewChipLargeTextOnly
Skippable
Restartable
|
| 35. |
fun com.jar.app.aurum.component.chip.PreviewChipSmall
Skippable
Restartable
|
| 36. |
fun com.jar.app.aurum.component.chip.PreviewChipDisabled
Skippable
Restartable
|
| 37. |
fun com.jar.app.aurum.component.divider.AurumDivider
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
color |
Color = @dynamic <expression> |
| 3 |
STABLE |
thickness |
Dp = @dynamic <expression> |
|
| 38. |
fun com.jar.app.aurum.component.divider.PreviewAurumDivider
Skippable
Restartable
|
| 39. |
fun com.jar.app.aurum.component.feedback.AurumBadgeConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumBadgeConnection |
|
| 40. |
fun com.jar.app.aurum.component.feedback.AurumBadge
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
color |
AurumBadgeColor? = @static <expression> |
| 4 |
STABLE |
emphasis |
AurumBadgeEmphasis? = @static <expression> |
| 5 |
STABLE |
size |
AurumBadgeSize? = @static <expression> |
| 6 |
STABLE |
leadingIcon |
ImageVector? = @static null |
|
| 41. |
fun com.jar.app.aurum.component.feedback.AurumBadge
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
color |
AurumBadgeColor? = @static <expression> |
| 4 |
STABLE |
emphasis |
AurumBadgeEmphasis? = @static <expression> |
| 5 |
STABLE |
size |
AurumBadgeSize? = @static <expression> |
|
| 42. |
fun com.jar.app.aurum.component.feedback.AurumBadgeDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
color |
AurumBadgeColor |
| 2 |
STABLE |
emphasis |
AurumBadgeEmphasis |
| 3 |
STABLE |
<this> |
AurumBadgeDefaults |
|
| 43. |
fun com.jar.app.aurum.component.feedback.AurumBadgeDefaults.heightFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
size |
AurumBadgeSize |
| 2 |
STABLE |
<this> |
AurumBadgeDefaults |
|
| 44. |
fun com.jar.app.aurum.component.feedback.PreviewAurumBadgeIntense
Skippable
Restartable
|
| 45. |
fun com.jar.app.aurum.component.feedback.PreviewAurumBadgeSubtle
Skippable
Restartable
|
| 46. |
fun com.jar.app.aurum.component.feedback.PreviewAurumBadgeSizes
Skippable
Restartable
|
| 47. |
fun com.jar.app.aurum.component.feedback.AurumLoader
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
color |
Color = @dynamic <expression> |
| 3 |
STABLE |
trackColor |
Color = @dynamic <expression> |
| 4 |
STABLE |
strokeWidth |
Dp = @dynamic <expression> |
| 5 |
STABLE |
size |
Dp = @dynamic <expression> |
|
| 48. |
fun com.jar.app.aurum.component.feedback.PreviewAurumLoader
Skippable
Restartable
|
| 49. |
fun com.jar.app.aurum.component.feedback.AurumSkeleton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
shape |
Shape? = @dynamic <expression> |
|
| 50. |
fun com.jar.app.aurum.component.feedback.PreviewAurumSkeleton
Skippable
Restartable
|
| 51. |
fun com.jar.app.aurum.component.field.AurumAmountInputConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumAmountInputConnection |
|
| 52. |
fun com.jar.app.aurum.component.field.AurumAmountInput
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
helperText |
String? = @static null |
| 6 |
STABLE |
errorText |
String? = @static null |
| 7 |
STABLE |
successText |
String? = @static null |
| 8 |
STABLE |
currencySymbol |
String? = @static "₹" |
| 9 |
STABLE |
suffixText |
String? = @static null |
| 10 |
STABLE |
enabled |
Boolean = @static true |
| 11 |
STABLE |
readOnly |
Boolean = @static false |
| 12 |
STABLE |
loading |
Boolean = @static false |
|
| 53. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputDefault
Skippable
Restartable
|
| 54. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputWithValue
Skippable
Restartable
|
| 55. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputWithSuffix
Skippable
Restartable
|
| 56. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputError
Skippable
Restartable
|
| 57. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputSuccess
Skippable
Restartable
|
| 58. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputDisabled
Skippable
Restartable
|
| 59. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputReadOnly
Skippable
Restartable
|
| 60. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputLoading
Skippable
Restartable
|
| 61. |
fun com.jar.app.aurum.component.field.AurumOtpInputConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumOtpInputConnection |
|
| 62. |
fun com.jar.app.aurum.component.field.AurumOtpInput
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
length |
AurumOtpLength? = @static <expression> |
| 5 |
STABLE |
label |
String? = @static null |
| 6 |
STABLE |
helperText |
String? = @static null |
| 7 |
STABLE |
validationState |
AurumOtpValidationState? = @static <expression> |
| 8 |
STABLE |
enabled |
Boolean = @static true |
| 9 |
STABLE |
onComplete |
Function1<String, Unit>? = @static null |
|
| 63. |
fun com.jar.app.aurum.component.field.OtpCell
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
RowScope |
| 2 |
STABLE |
char |
Char? |
| 3 |
STABLE |
isActive |
Boolean |
| 4 |
STABLE |
validationState |
AurumOtpValidationState |
| 5 |
STABLE |
enabled |
Boolean |
|
| 64. |
fun com.jar.app.aurum.component.field.PreviewOtpSixDigit
Skippable
Restartable
|
| 65. |
fun com.jar.app.aurum.component.field.PreviewOtpFourDigit
Skippable
Restartable
|
| 66. |
fun com.jar.app.aurum.component.field.OtpStateMatrix
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
length |
AurumOtpLength |
| 2 |
STABLE |
filledValue |
String |
| 3 |
STABLE |
activeValue |
String |
|
| 67. |
fun com.jar.app.aurum.component.field.AurumPhoneNumberInputConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumPhoneNumberInputConnection |
|
| 68. |
fun com.jar.app.aurum.component.field.AurumPhoneNumberInput
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
countryCode |
String? = @static "+91" |
| 5 |
STABLE |
flag |
Function2<Composer, Int, Unit>? = @static null |
| 6 |
STABLE |
label |
String? = @static null |
| 7 |
STABLE |
placeholder |
String? = @static "Phone Number" |
| 8 |
STABLE |
helperText |
String? = @static null |
| 9 |
STABLE |
errorText |
String? = @static null |
| 10 |
STABLE |
successText |
String? = @static null |
| 11 |
STABLE |
isError |
Boolean = @dynamic <expression> |
| 12 |
STABLE |
isSuccess |
Boolean = @dynamic <expression> |
| 13 |
STABLE |
enabled |
Boolean = @static true |
| 14 |
STABLE |
readOnly |
Boolean = @static false |
| 15 |
STABLE |
maxLength |
Int = @static 10 |
| 16 |
STABLE |
keyboardActions |
KeyboardActions? = @static <expression> |
|
| 69. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputDefault
Skippable
Restartable
|
| 70. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputFilled
Skippable
Restartable
|
| 71. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputError
Skippable
Restartable
|
| 72. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputSuccess
Skippable
Restartable
|
| 73. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputDisabled
Skippable
Restartable
|
| 74. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputWithFlag
Skippable
Restartable
|
| 75. |
fun com.jar.app.aurum.component.field.AurumSearchField
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
placeholder |
String? = @static "Search" |
| 5 |
STABLE |
enabled |
Boolean = @static true |
| 6 |
STABLE |
onClear |
Function0<Unit>? = @static null |
|
| 76. |
fun com.jar.app.aurum.component.field.PreviewAurumSearchFieldDefault
Skippable
Restartable
|
| 77. |
fun com.jar.app.aurum.component.field.PreviewAurumSearchFieldFilled
Skippable
Restartable
|
| 78. |
fun com.jar.app.aurum.component.field.PreviewAurumSearchFieldWithClear
Skippable
Restartable
|
| 79. |
fun com.jar.app.aurum.component.field.PreviewAurumSearchFieldDisabled
Skippable
Restartable
|
| 80. |
fun com.jar.app.aurum.component.field.AurumTextFieldConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTextFieldConnection |
|
| 81. |
fun com.jar.app.aurum.component.field.AurumTextField
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
placeholder |
String? = @static null |
| 6 |
STABLE |
helperText |
String? = @static null |
| 7 |
STABLE |
errorText |
String? = @static null |
| 8 |
STABLE |
successText |
String? = @static null |
| 9 |
STABLE |
isError |
Boolean = @dynamic <expression> |
| 10 |
STABLE |
isSuccess |
Boolean = @dynamic <expression> |
| 11 |
STABLE |
leading |
Function2<Composer, Int, Unit>? = @static null |
| 12 |
STABLE |
trailing |
Function2<Composer, Int, Unit>? = @static null |
| 13 |
STABLE |
enabled |
Boolean = @static true |
| 14 |
STABLE |
readOnly |
Boolean = @static false |
| 15 |
STABLE |
singleLine |
Boolean = @static true |
| 16 |
STABLE |
maxLines |
Int = @dynamic <expression> |
| 17 |
STABLE |
maxLength |
Int = @static 2147483647 |
| 18 |
STABLE |
keyboardOptions |
KeyboardOptions? = @static <expression> |
| 19 |
STABLE |
keyboardActions |
KeyboardActions? = @static <expression> |
| 20 |
STABLE |
visualTransformation |
VisualTransformation? = @static <expression> |
| 21 |
STABLE |
shape |
Shape? = @dynamic <expression> |
|
| 82. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldDefault
Skippable
Restartable
|
| 83. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldFilled
Skippable
Restartable
|
| 84. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldError
Skippable
Restartable
|
| 85. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldSuccess
Skippable
Restartable
|
| 86. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldDisabled
Skippable
Restartable
|
| 87. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldReadOnly
Skippable
Restartable
|
| 88. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldPassword
Skippable
Restartable
|
| 89. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldWithIcons
Skippable
Restartable
|
| 90. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldCharCounter
Skippable
Restartable
|
| 91. |
fun com.jar.app.aurum.component.icon.AurumIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
imageVector |
ImageVector |
| 2 |
STABLE |
contentDescription |
String? |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
size |
Dp = @dynamic <expression> |
| 5 |
STABLE |
tint |
Color = @dynamic <expression> |
|
| 92. |
fun com.jar.app.aurum.component.icon.AurumIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
contentDescription |
String? |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
size |
Dp = @dynamic <expression> |
| 4 |
STABLE |
tint |
Color = @dynamic <expression> |
|
| 93. |
fun com.jar.app.aurum.component.icon.AurumIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
imageVector |
ImageVector |
| 2 |
STABLE |
contentDescription |
String? |
| 3 |
STABLE |
tint |
Brush |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 5 |
STABLE |
size |
Dp = @dynamic <expression> |
|
| 94. |
fun com.jar.app.aurum.component.icon.AurumIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
contentDescription |
String? |
| 2 |
STABLE |
tint |
Brush |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
size |
Dp = @dynamic <expression> |
|
| 95. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 96. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 97. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 98. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 99. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 100. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 101. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 102. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 103. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 104. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 105. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 106. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 107. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 108. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 109. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 110. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 111. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 112. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 113. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 114. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 115. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 116. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 117. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 118. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 119. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 120. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 121. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 122. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 123. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 124. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 125. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 126. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 127. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 128. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 129. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 130. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 131. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 132. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 133. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 134. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 135. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 136. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 137. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 138. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 139. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 140. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 141. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 142. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 143. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 144. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 145. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 146. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 147. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 148. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 149. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 150. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 151. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 152. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 153. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 154. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 155. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 156. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 157. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 158. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 159. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 160. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 161. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 162. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 163. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 164. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 165. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 166. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 167. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 168. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 169. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 170. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 171. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 172. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 173. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 174. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 175. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 176. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 177. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 178. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 179. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 180. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 181. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 182. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 183. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 184. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 185. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 186. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 187. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 188. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 189. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 190. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 191. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 192. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 193. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 194. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 195. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 196. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 197. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 198. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 199. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 200. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 201. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 202. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 203. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 204. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 205. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 206. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 207. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 208. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 209. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 210. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 211. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 212. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 213. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 214. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 215. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 216. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 217. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 218. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 219. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 220. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 221. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 222. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 223. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 224. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 225. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 226. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 227. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 228. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 229. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 230. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 231. |
fun com.jar.app.aurum.component.icon.AurumIcons.Selection.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Selection |
|
| 232. |
fun com.jar.app.aurum.component.icon.AurumIcons.Selection.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Selection |
|
| 233. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconAddFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconAddFigma |
|
| 234. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconAddFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconAddFilledFigma |
|
| 235. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowDownFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowDownFigma |
|
| 236. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowDownFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowDownFilledFigma |
|
| 237. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowLeftFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowLeftFigma |
|
| 238. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowLeftFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowLeftFilledFigma |
|
| 239. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowRightFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowRightFigma |
|
| 240. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowRightFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowRightFilledFigma |
|
| 241. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowUpFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowUpFigma |
|
| 242. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowUpFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowUpFilledFigma |
|
| 243. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBellFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBellFigma |
|
| 244. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBellFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBellFilledFigma |
|
| 245. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBookmarkFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBookmarkFigma |
|
| 246. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBookmarkFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBookmarkFilledFigma |
|
| 247. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBroadcastFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBroadcastFigma |
|
| 248. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBroadcastFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBroadcastFilledFigma |
|
| 249. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCalendarFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCalendarFigma |
|
| 250. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCalendarFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCalendarFilledFigma |
|
| 251. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCameraFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCameraFigma |
|
| 252. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCameraFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCameraFilledFigma |
|
| 253. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCartFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCartFigma |
|
| 254. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCartFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCartFilledFigma |
|
| 255. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChatFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChatFigma |
|
| 256. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChatFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChatFilledFigma |
|
| 257. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCheckFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCheckFigma |
|
| 258. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCheckFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCheckFilledFigma |
|
| 259. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronDownFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronDownFigma |
|
| 260. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronDownFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronDownFilledFigma |
|
| 261. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronLeftFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronLeftFigma |
|
| 262. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronLeftFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronLeftFilledFigma |
|
| 263. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronRightFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronRightFigma |
|
| 264. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronRightFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronRightFilledFigma |
|
| 265. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronUpFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronUpFigma |
|
| 266. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronUpFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronUpFilledFigma |
|
| 267. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCloseFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCloseFigma |
|
| 268. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCloseFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCloseFilledFigma |
|
| 269. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCompressFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCompressFigma |
|
| 270. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCompressFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCompressFilledFigma |
|
| 271. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCopyFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCopyFigma |
|
| 272. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCopyFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCopyFilledFigma |
|
| 273. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDeleteFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDeleteFigma |
|
| 274. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDeleteFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDeleteFilledFigma |
|
| 275. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDiscountFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDiscountFigma |
|
| 276. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDiscountFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDiscountFilledFigma |
|
| 277. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDocumentFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDocumentFigma |
|
| 278. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDocumentFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDocumentFilledFigma |
|
| 279. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDownloadFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDownloadFigma |
|
| 280. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDownloadFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDownloadFilledFigma |
|
| 281. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconEditFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconEditFigma |
|
| 282. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconEditFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconEditFilledFigma |
|
| 283. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconExpandFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconExpandFigma |
|
| 284. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconExpandFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconExpandFilledFigma |
|
| 285. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconGiftFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconGiftFigma |
|
| 286. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconGiftFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconGiftFilledFigma |
|
| 287. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHeartFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHeartFigma |
|
| 288. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHeartFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHeartFilledFigma |
|
| 289. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHelpFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHelpFigma |
|
| 290. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHelpFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHelpFilledFigma |
|
| 291. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHistoryFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHistoryFigma |
|
| 292. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHistoryFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHistoryFilledFigma |
|
| 293. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHomeFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHomeFigma |
|
| 294. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHomeFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHomeFilledFigma |
|
| 295. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconImageFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconImageFigma |
|
| 296. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconImageFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconImageFilledFigma |
|
| 297. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconInfoFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconInfoFigma |
|
| 298. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconInfoFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconInfoFilledFigma |
|
| 299. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLinkFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLinkFigma |
|
| 300. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLinkFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLinkFilledFigma |
|
| 301. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconListFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconListFigma |
|
| 302. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconListFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconListFilledFigma |
|
| 303. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLoaderFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLoaderFigma |
|
| 304. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLoaderFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLoaderFilledFigma |
|
| 305. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLocationFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLocationFigma |
|
| 306. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLocationFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLocationFilledFigma |
|
| 307. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLockFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLockFigma |
|
| 308. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLockFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLockFilledFigma |
|
| 309. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMicrophoneFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMicrophoneFigma |
|
| 310. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMicrophoneFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMicrophoneFilledFigma |
|
| 311. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMinusFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMinusFigma |
|
| 312. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMinusFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMinusFilledFigma |
|
| 313. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMoreHorizontalFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMoreHorizontalFigma |
|
| 314. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMoreHorizontalFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMoreHorizontalFilledFigma |
|
| 315. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconNekFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconNekFigma |
|
| 316. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconNekFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconNekFilledFigma |
|
| 317. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconOverflowFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconOverflowFigma |
|
| 318. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconOverflowFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconOverflowFilledFigma |
|
| 319. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPauseFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPauseFigma |
|
| 320. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPauseFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPauseFilledFigma |
|
| 321. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPendingFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPendingFigma |
|
| 322. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPendingFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPendingFilledFigma |
|
| 323. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPlayFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPlayFigma |
|
| 324. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPlayFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPlayFilledFigma |
|
| 325. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconQrCodeFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconQrCodeFigma |
|
| 326. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconQrCodeFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconQrCodeFilledFigma |
|
| 327. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconRefreshFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconRefreshFigma |
|
| 328. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconRefreshFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconRefreshFilledFigma |
|
| 329. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconRupeeFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconRupeeFigma |
|
| 330. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconRupeeFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconRupeeFilledFigma |
|
| 331. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSearchFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSearchFigma |
|
| 332. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSearchFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSearchFilledFigma |
|
| 333. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSettingsFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSettingsFigma |
|
| 334. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSettingsFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSettingsFilledFigma |
|
| 335. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconShareFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconShareFigma |
|
| 336. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconShareFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconShareFilledFigma |
|
| 337. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconShieldFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconShieldFigma |
|
| 338. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconShieldFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconShieldFilledFigma |
|
| 339. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSignInFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSignInFigma |
|
| 340. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSignInFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSignInFilledFigma |
|
| 341. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSignOutFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSignOutFigma |
|
| 342. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSignOutFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSignOutFilledFigma |
|
| 343. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSortAscendingFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSortAscendingFigma |
|
| 344. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSortAscendingFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSortAscendingFilledFigma |
|
| 345. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSortDescendingFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSortDescendingFigma |
|
| 346. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSortDescendingFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSortDescendingFilledFigma |
|
| 347. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSuccessFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSuccessFigma |
|
| 348. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSuccessFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSuccessFilledFigma |
|
| 349. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSupportFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSupportFigma |
|
| 350. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSupportFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSupportFilledFigma |
|
| 351. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconTranslateFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconTranslateFigma |
|
| 352. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconTranslateFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconTranslateFilledFigma |
|
| 353. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUnlockFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUnlockFigma |
|
| 354. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUnlockFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUnlockFilledFigma |
|
| 355. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUploadFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUploadFigma |
|
| 356. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUploadFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUploadFilledFigma |
|
| 357. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUserFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUserFigma |
|
| 358. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUserFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUserFilledFigma |
|
| 359. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVerifiedFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVerifiedFigma |
|
| 360. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVerifiedFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVerifiedFilledFigma |
|
| 361. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVolumeOffFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVolumeOffFigma |
|
| 362. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVolumeOffFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVolumeOffFilledFigma |
|
| 363. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVolumeOnFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVolumeOnFigma |
|
| 364. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVolumeOnFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVolumeOnFilledFigma |
|
| 365. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWalletFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWalletFigma |
|
| 366. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWalletFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWalletFilledFigma |
|
| 367. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWarningFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWarningFigma |
|
| 368. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWarningFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWarningFilledFigma |
|
| 369. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWithdrawFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWithdrawFigma |
|
| 370. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWithdrawFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWithdrawFilledFigma |
|
| 371. |
fun com.jar.app.aurum.component.input.AurumStepperConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumStepperConnection |
|
| 372. |
fun com.jar.app.aurum.component.input.AurumStepper
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
Int |
| 2 |
STABLE |
onValueChange |
Function1<Int, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
type |
AurumStepperType? = @static <expression> |
| 5 |
STABLE |
minValue |
Int = @static 0 |
| 6 |
STABLE |
maxValue |
Int = @static 2147483647 |
| 7 |
STABLE |
enabled |
Boolean = @static true |
|
| 373. |
fun com.jar.app.aurum.component.input.StepperIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
symbol |
String |
| 2 |
STABLE |
tint |
Color |
| 3 |
STABLE |
onClick |
Function0<Unit>? |
|
| 374. |
fun com.jar.app.aurum.component.input.AddButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
type |
AurumStepperType |
| 2 |
STABLE |
shape |
RoundedCornerShape |
| 3 |
STABLE |
onClick |
Function0<Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 375. |
fun com.jar.app.aurum.component.input.StepperDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
type |
AurumStepperType |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
<this> |
StepperDefaults |
|
| 376. |
fun com.jar.app.aurum.component.input.PreviewNeutralStates
Skippable
Restartable
|
| 377. |
fun com.jar.app.aurum.component.input.PreviewBrandStates
Skippable
Restartable
|
| 378. |
fun com.jar.app.aurum.component.navigation.AurumGlobalHeaderConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumGlobalHeaderConnection |
|
| 379. |
fun com.jar.app.aurum.component.navigation.AurumGlobalHeader
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onProfileClick |
Function0<Unit> |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
profileIcon |
ImageVector? = @dynamic <expression> |
| 4 |
STABLE |
profileContent |
Function2<Composer, Int, Unit>? = @static null |
| 5 |
STABLE |
containerColor |
Color = @dynamic <expression> |
|
| 380. |
fun com.jar.app.aurum.component.navigation.ProfilePill
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
profileIcon |
ImageVector |
| 3 |
STABLE |
content |
Function2<Composer, Int, Unit>? |
|
| 381. |
fun com.jar.app.aurum.component.navigation.SingleIconPill
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
icon |
ImageVector |
| 2 |
STABLE |
contentDescription |
String |
| 3 |
STABLE |
onClick |
Function0<Unit> |
|
| 382. |
fun com.jar.app.aurum.component.navigation.RewardsAndNotificationsPill
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
action |
AurumGlobalHeaderRewardsAction |
|
| 383. |
fun com.jar.app.aurum.component.navigation.LiveBuyPricePill
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
value |
String |
| 3 |
STABLE |
onClick |
Function0<Unit>? |
|
| 384. |
fun com.jar.app.aurum.component.navigation.PillFrame
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
role |
Role |
| 3 |
STABLE |
contentDescription |
String |
| 4 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 385. |
fun com.jar.app.aurum.component.navigation.pillSheen
Non Skippable
Non Restartable
|
| 386. |
fun com.jar.app.aurum.component.navigation.PreviewDefaultProfileOnly
Skippable
Restartable
|
| 387. |
fun com.jar.app.aurum.component.navigation.PreviewDefaultSupportOnly
Skippable
Restartable
|
| 388. |
fun com.jar.app.aurum.component.navigation.PreviewDefaultRewardsOnly
Skippable
Restartable
|
| 389. |
fun com.jar.app.aurum.component.navigation.PreviewDefaultFull
Skippable
Restartable
|
| 390. |
fun com.jar.app.aurum.component.navigation.PreviewLivePriceWithRewards
Skippable
Restartable
|
| 391. |
fun com.jar.app.aurum.component.navigation.PreviewLivePriceNoRewards
Skippable
Restartable
|
| 392. |
fun com.jar.app.aurum.component.navigation.AurumNavBarConnection.Example
Skippable
Restartable
|
| 393. |
fun com.jar.app.aurum.component.navigation.AurumNavBar
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
items |
ImmutableList<AurumNavBarItem> |
| 2 |
STABLE |
selectedIndex |
Int |
| 3 |
STABLE |
onSelect |
Function1<Int, Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 5 |
STABLE |
containerColor |
Color = @dynamic <expression> |
|
| 394. |
fun com.jar.app.aurum.component.navigation.AurumNavBarCell
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
item |
AurumNavBarItem |
| 2 |
STABLE |
selected |
Boolean |
| 3 |
STABLE |
onClick |
Function0<Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 395. |
fun com.jar.app.aurum.component.navigation.selectedIconBrush
Non Skippable
Non Restartable
|
| 396. |
fun com.jar.app.aurum.component.navigation.CenterQrButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 397. |
fun com.jar.app.aurum.component.navigation.NavBarPreviewSurface
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 398. |
fun com.jar.app.aurum.component.navigation.
Non Skippable
Non Restartable
|
| 399. |
fun com.jar.app.aurum.component.navigation.PreviewStandard3
Skippable
Restartable
|
| 400. |
fun com.jar.app.aurum.component.navigation.PreviewStandard4
Skippable
Restartable
|
| 401. |
fun com.jar.app.aurum.component.navigation.PreviewStandard5
Skippable
Restartable
|
| 402. |
fun com.jar.app.aurum.component.navigation.PreviewCenterQr5
Skippable
Restartable
|
| 403. |
fun com.jar.app.aurum.component.navigation.PreviewStandard5SelectedLast
Skippable
Restartable
|
| 404. |
fun com.jar.app.aurum.component.navigation.PreviewCenterQr5SelectedRight
Skippable
Restartable
|
| 405. |
fun com.jar.app.aurum.component.navigation.PreviewStandard5Wide
Skippable
Restartable
|
| 406. |
fun com.jar.app.aurum.component.navigation.PreviewCenterQr5Wide
Skippable
Restartable
|
| 407. |
fun com.jar.app.aurum.component.navigation.AurumSectionHeaderConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumSectionHeaderConnection |
|
| 408. |
fun com.jar.app.aurum.component.navigation.AurumSectionHeader
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
subtitle |
String? = @static null |
|
| 409. |
fun com.jar.app.aurum.component.navigation.LinkAction
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 410. |
fun com.jar.app.aurum.component.navigation.TextOnlyAction
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 411. |
fun com.jar.app.aurum.component.navigation.IconOnlyAction
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
icon |
ImageVector |
| 2 |
STABLE |
contentDescription |
String? |
| 3 |
STABLE |
onClick |
Function0<Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 412. |
fun com.jar.app.aurum.component.navigation.PreviewTitleOnly
Skippable
Restartable
|
| 413. |
fun com.jar.app.aurum.component.navigation.PreviewTitleAndSubtitle
Skippable
Restartable
|
| 414. |
fun com.jar.app.aurum.component.navigation.PreviewTitleWithLinkAction
Skippable
Restartable
|
| 415. |
fun com.jar.app.aurum.component.navigation.PreviewFullHeader
Skippable
Restartable
|
| 416. |
fun com.jar.app.aurum.component.navigation.PreviewTitleWithTextAction
Skippable
Restartable
|
| 417. |
fun com.jar.app.aurum.component.navigation.PreviewTitleWithIconAction
Skippable
Restartable
|
| 418. |
fun com.jar.app.aurum.component.navigation.AurumTabConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabConnection |
|
| 419. |
fun com.jar.app.aurum.component.navigation.AurumTab
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
selected |
Boolean |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
label |
String |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 5 |
STABLE |
icon |
ImageVector? = @static null |
|
| 420. |
fun com.jar.app.aurum.component.navigation.PreviewTabSelected
Skippable
Restartable
|
| 421. |
fun com.jar.app.aurum.component.navigation.PreviewTabUnselected
Skippable
Restartable
|
| 422. |
fun com.jar.app.aurum.component.navigation.PreviewTabSelectedWithIcon
Skippable
Restartable
|
| 423. |
fun com.jar.app.aurum.component.navigation.PreviewTabUnselectedWithIcon
Skippable
Restartable
|
| 424. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.selectedContentColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 425. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.unselectedContentColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 426. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.selectedIconColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 427. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.unselectedIconColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 428. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.indicatorColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 429. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.dividerColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 430. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.textStyle
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 431. |
fun com.jar.app.aurum.component.navigation.AurumTabRowConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabRowConnection |
|
| 432. |
fun com.jar.app.aurum.component.navigation.AurumTabRow
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
selectedTabIndex |
Int |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
tabs |
Function2<Composer, Int, Unit> |
|
| 433. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowTwoTabs
Skippable
Restartable
|
| 434. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowThreeTabs
Skippable
Restartable
|
| 435. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowFourTabs
Skippable
Restartable
|
| 436. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowWithIcons
Skippable
Restartable
|
| 437. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowFiveTabsScrolls
Skippable
Restartable
|
| 438. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowFourTabsTablet
Skippable
Restartable
|
| 439. |
fun com.jar.app.aurum.component.navigation.AurumTopAppBarConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTopAppBarConnection |
|
| 440. |
fun com.jar.app.aurum.component.navigation.AurumTopAppBar
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
subtitle |
String? = @static null |
| 4 |
STABLE |
onBack |
Function0<Unit>? = @static null |
| 5 |
STABLE |
primaryButton |
AurumTopAppBarButton? = @static null |
| 6 |
STABLE |
icon1 |
AurumTopAppBarAction? = @static null |
| 7 |
STABLE |
icon2 |
AurumTopAppBarAction? = @static null |
| 8 |
STABLE |
overflow |
AurumTopAppBarAction? = @static null |
| 9 |
STABLE |
contentColor |
Color = @dynamic <expression> |
| 10 |
STABLE |
containerColor |
Color = @dynamic <expression> |
| 11 |
STABLE |
applyStatusBarInsets |
Boolean = @static true |
|
| 441. |
fun com.jar.app.aurum.component.navigation.BackIconButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
tint |
Color |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 442. |
fun com.jar.app.aurum.component.navigation.TitleSubtitleColumn
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
subtitle |
String? |
| 3 |
STABLE |
titleColor |
Color |
| 4 |
STABLE |
subtitleColor |
Color |
| 5 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 443. |
fun com.jar.app.aurum.component.navigation.InlinePrimaryButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 444. |
fun com.jar.app.aurum.component.navigation.ActionIconButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
icon |
ImageVector |
| 2 |
STABLE |
contentDescription |
String? |
| 3 |
STABLE |
onClick |
Function0<Unit> |
| 4 |
STABLE |
tint |
Color |
| 5 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 445. |
fun com.jar.app.aurum.component.navigation.previewIcon1
Non Skippable
Non Restartable
|
| 446. |
fun com.jar.app.aurum.component.navigation.previewIcon2
Non Skippable
Non Restartable
|
| 447. |
fun com.jar.app.aurum.component.navigation.previewOverflow
Non Skippable
Non Restartable
|
| 448. |
fun com.jar.app.aurum.component.navigation.PreviewDefault
Skippable
Restartable
|
| 449. |
fun com.jar.app.aurum.component.navigation.PreviewWithBack
Skippable
Restartable
|
| 450. |
fun com.jar.app.aurum.component.navigation.PreviewWithSubtitle
Skippable
Restartable
|
| 451. |
fun com.jar.app.aurum.component.navigation.PreviewWithBackAndSubtitle
Skippable
Restartable
|
| 452. |
fun com.jar.app.aurum.component.navigation.PreviewTypeWithIcon
Skippable
Restartable
|
| 453. |
fun com.jar.app.aurum.component.navigation.PreviewTypeWithIcons
Skippable
Restartable
|
| 454. |
fun com.jar.app.aurum.component.navigation.PreviewTypeWithOverflow
Skippable
Restartable
|
| 455. |
fun com.jar.app.aurum.component.navigation.PreviewTypeIconAndOverflow
Skippable
Restartable
|
| 456. |
fun com.jar.app.aurum.component.navigation.PreviewTypeIconsAndOverflow
Skippable
Restartable
|
| 457. |
fun com.jar.app.aurum.component.navigation.PreviewTypeWithButton
Skippable
Restartable
|
| 458. |
fun com.jar.app.aurum.component.navigation.PreviewTypeButtonAndIcon
Skippable
Restartable
|
| 459. |
fun com.jar.app.aurum.component.navigation.PreviewTypeButtonAndIcons
Skippable
Restartable
|
| 460. |
fun com.jar.app.aurum.component.navigation.PreviewTypeButtonAndOverflow
Skippable
Restartable
|
| 461. |
fun com.jar.app.aurum.component.navigation.PreviewLongTitleEllipsis
Skippable
Restartable
|
| 462. |
fun com.jar.app.aurum.component.scaffold.AurumScreen
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
topBar |
Function2<Composer, Int, Unit>? = @static <expression> |
| 3 |
STABLE |
bottomBar |
Function2<Composer, Int, Unit>? = @static <expression> |
| 4 |
STABLE |
snackbarHostState |
SnackbarHostState? = @static <expression> |
| 5 |
STABLE |
isLoading |
Boolean = @static false |
| 6 |
STABLE |
containerColor |
Color = @dynamic <expression> |
| 7 |
STABLE |
contentWindowInsets |
WindowInsets? = @dynamic <expression> |
| 8 |
STABLE |
content |
Function3<PaddingValues, Composer, Int, Unit> |
|
| 463. |
fun com.jar.app.aurum.component.scaffold.PreviewAurumScreenDefault
Skippable
Restartable
|
| 464. |
fun com.jar.app.aurum.component.scaffold.PreviewAurumScreenWithTopBar
Skippable
Restartable
|
| 465. |
fun com.jar.app.aurum.component.scaffold.PreviewAurumScreenLoading
Skippable
Restartable
|
| 466. |
fun com.jar.app.aurum.component.scaffold.AurumSnackbar
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
snackbarData |
SnackbarData |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 467. |
fun com.jar.app.aurum.component.selection.AurumCheckboxConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumCheckboxConnection |
|
| 468. |
fun com.jar.app.aurum.component.selection.AurumCheckbox
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
checkState |
AurumCheckState |
| 2 |
STABLE |
onCheckStateChange |
Function1<AurumCheckState, Unit>? |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
subtext |
String? = @static null |
| 6 |
STABLE |
enabled |
Boolean = @static true |
| 7 |
STABLE |
error |
Boolean = @static false |
| 8 |
STABLE |
labelPosition |
AurumCheckLabelPosition? = @static <expression> |
|
| 469. |
fun com.jar.app.aurum.component.selection.CheckboxBox
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
checkState |
AurumCheckState |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
error |
Boolean |
| 4 |
STABLE |
isPressed |
Boolean |
| 5 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 470. |
fun com.jar.app.aurum.component.selection.PreviewUncheckedDefault
Skippable
Restartable
|
| 471. |
fun com.jar.app.aurum.component.selection.PreviewCheckedDefault
Skippable
Restartable
|
| 472. |
fun com.jar.app.aurum.component.selection.PreviewIndeterminate
Skippable
Restartable
|
| 473. |
fun com.jar.app.aurum.component.selection.PreviewWithSubtext
Skippable
Restartable
|
| 474. |
fun com.jar.app.aurum.component.selection.PreviewRightAligned
Skippable
Restartable
|
| 475. |
fun com.jar.app.aurum.component.selection.PreviewError
Skippable
Restartable
|
| 476. |
fun com.jar.app.aurum.component.selection.PreviewDisabled
Skippable
Restartable
|
| 477. |
fun com.jar.app.aurum.component.selection.PreviewWithoutLabel
Skippable
Restartable
|
| 478. |
fun com.jar.app.aurum.component.selection.AurumCheckboxGroupConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumCheckboxGroupConnection |
|
| 479. |
fun com.jar.app.aurum.component.selection.AurumCheckboxGroup
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
options |
ImmutableList<AurumCheckboxOption<T>> |
| 2 |
STABLE |
onSelectionChange |
Function2<T, Boolean, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
helperText |
String? = @static null |
| 6 |
STABLE |
errorText |
String? = @static null |
| 7 |
STABLE |
enabled |
Boolean = @static true |
| 8 |
STABLE |
labelPosition |
AurumCheckLabelPosition? = @static <expression> |
|
| 480. |
fun com.jar.app.aurum.component.selection.PreviewBasicGroup
Skippable
Restartable
|
| 481. |
fun com.jar.app.aurum.component.selection.PreviewGroupWithoutSubtext
Skippable
Restartable
|
| 482. |
fun com.jar.app.aurum.component.selection.PreviewGroupError
Skippable
Restartable
|
| 483. |
fun com.jar.app.aurum.component.selection.PreviewGroupDisabled
Skippable
Restartable
|
| 484. |
fun com.jar.app.aurum.component.selection.PreviewGroupRightAligned
Skippable
Restartable
|
| 485. |
fun com.jar.app.aurum.component.selection.AurumRadioButtonConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumRadioButtonConnection |
|
| 486. |
fun com.jar.app.aurum.component.selection.AurumRadioButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
selected |
Boolean |
| 2 |
STABLE |
onClick |
Function0<Unit>? |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
subtext |
String? = @static null |
| 6 |
STABLE |
enabled |
Boolean = @static true |
| 7 |
STABLE |
error |
Boolean = @static false |
| 8 |
STABLE |
labelPosition |
AurumRadioLabelPosition? = @static <expression> |
|
| 487. |
fun com.jar.app.aurum.component.selection.RadioCircle
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
selected |
Boolean |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
error |
Boolean |
| 4 |
STABLE |
isPressed |
Boolean |
| 5 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 488. |
fun com.jar.app.aurum.component.selection.PreviewUncheckedDefault
Skippable
Restartable
|
| 489. |
fun com.jar.app.aurum.component.selection.PreviewCheckedDefault
Skippable
Restartable
|
| 490. |
fun com.jar.app.aurum.component.selection.PreviewWithSubtext
Skippable
Restartable
|
| 491. |
fun com.jar.app.aurum.component.selection.PreviewRightAligned
Skippable
Restartable
|
| 492. |
fun com.jar.app.aurum.component.selection.PreviewError
Skippable
Restartable
|
| 493. |
fun com.jar.app.aurum.component.selection.PreviewDisabled
Skippable
Restartable
|
| 494. |
fun com.jar.app.aurum.component.selection.PreviewWithoutLabel
Skippable
Restartable
|
| 495. |
fun com.jar.app.aurum.component.selection.AurumRadioGroupConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumRadioGroupConnection |
|
| 496. |
fun com.jar.app.aurum.component.selection.AurumRadioGroup
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
options |
ImmutableList<AurumRadioOption<T>> |
| 2 |
STABLE |
onSelectionChange |
Function1<T, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
helperText |
String? = @static null |
| 6 |
STABLE |
errorText |
String? = @static null |
| 7 |
STABLE |
enabled |
Boolean = @static true |
| 8 |
STABLE |
labelPosition |
AurumRadioLabelPosition? = @static <expression> |
|
| 497. |
fun com.jar.app.aurum.component.selection.PreviewBasicGroup
Skippable
Restartable
|
| 498. |
fun com.jar.app.aurum.component.selection.PreviewGroupWithoutSubtext
Skippable
Restartable
|
| 499. |
fun com.jar.app.aurum.component.selection.PreviewGroupError
Skippable
Restartable
|
| 500. |
fun com.jar.app.aurum.component.selection.PreviewGroupDisabled
Skippable
Restartable
|
| 501. |
fun com.jar.app.aurum.component.selection.PreviewGroupRightAligned
Skippable
Restartable
|
| 502. |
fun com.jar.app.aurum.component.selection.AurumSwitchConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumSwitchConnection |
|
| 503. |
fun com.jar.app.aurum.component.selection.AurumSwitch
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
checked |
Boolean |
| 2 |
STABLE |
onCheckedChange |
Function1<Boolean, Unit>? |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
enabled |
Boolean = @static true |
|
| 504. |
fun com.jar.app.aurum.component.selection.PreviewAurumSwitchStates
Skippable
Restartable
|
| 505. |
fun com.jar.app.aurum.component.selection.SwitchPreviewRow
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 506. |
fun com.jar.app.aurum.component.surface.AurumSurface
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
color |
Color = @dynamic <expression> |
| 3 |
STABLE |
shape |
Shape? = @dynamic <expression> |
| 4 |
STABLE |
borderColor |
Color? = @static null |
| 5 |
STABLE |
borderWidth |
Dp = @dynamic <expression> |
| 6 |
STABLE |
elevation |
AurumElevationLevel? = @static null |
| 7 |
STABLE |
content |
@[ExtensionFunctionType] Function3<BoxScope, Composer, Int, Unit> |
|
| 507. |
fun com.jar.app.aurum.component.surface.PreviewAurumSurface
Skippable
Restartable
|
| 508. |
fun com.jar.app.aurum.component.text.AurumLabelConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumLabelConnection |
|
| 509. |
fun com.jar.app.aurum.component.text.AurumLabel
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
text |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
type |
AurumLabelType? = @static <expression> |
| 4 |
STABLE |
isUpperCase |
Boolean = @static false |
|
| 510. |
fun com.jar.app.aurum.component.text.PreviewAurumLabel
Skippable
Restartable
|
| 511. |
fun com.jar.app.aurum.component.text.AurumText
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
text |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
style |
TextStyle? = @dynamic <expression> |
| 4 |
STABLE |
color |
Color = @static <expression> |
| 5 |
STABLE |
textAlign |
TextAlign? = @static null |
| 6 |
STABLE |
maxLines |
Int = @static 2147483647 |
| 7 |
STABLE |
minLines |
Int = @static 1 |
| 8 |
STABLE |
overflow |
TextOverflow = @static <expression> |
| 9 |
STABLE |
onTextLayout |
Function1<TextLayoutResult, Unit>? = @static null |
|
| 512. |
fun com.jar.app.aurum.component.text.AurumText
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
text |
AnnotatedString |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
style |
TextStyle? = @dynamic <expression> |
| 4 |
STABLE |
color |
Color = @static <expression> |
| 5 |
STABLE |
textAlign |
TextAlign? = @static null |
| 6 |
STABLE |
maxLines |
Int = @static 2147483647 |
| 7 |
STABLE |
minLines |
Int = @static 1 |
| 8 |
STABLE |
overflow |
TextOverflow = @static <expression> |
| 9 |
STABLE |
inlineContent |
ImmutableMap<String, InlineTextContent>? = @static <expression> |
| 10 |
STABLE |
onTextLayout |
Function1<TextLayoutResult, Unit>? = @static null |
|
| 513. |
fun com.jar.app.aurum.component.text.PreviewAurumText
Skippable
Restartable
|
| 514. |
fun com.jar.app.aurum.modifier.PreviewAurumLinearBrushBorder
Skippable
Restartable
|
| 515. |
fun com.jar.app.aurum.modifier.PreviewAurumRadialBrushCentered
Skippable
Restartable
|
| 516. |
fun com.jar.app.aurum.modifier.PreviewAurumRadialBrushOffCenter
Skippable
Restartable
|
| 517. |
fun com.jar.app.aurum.modifier.PreviewAurumShineShimmer
Skippable
Restartable
|
| 518. |
fun com.jar.app.aurum.preview.AurumPreviewSurface
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 519. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 520. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 521. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 522. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 523. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 524. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 525. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 526. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 527. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 528. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 529. |
fun com.jar.app.aurum.theme.AurumTheme
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
colors |
AurumColors? = @static <expression> |
| 2 |
STABLE |
typography |
AurumTypography? = @static <expression> |
| 3 |
STABLE |
spacing |
AurumSpacing? = @static <expression> |
| 4 |
STABLE |
radius |
AurumRadius? = @static <expression> |
| 5 |
STABLE |
borderWidth |
AurumBorderWidth? = @static <expression> |
| 6 |
STABLE |
shapes |
AurumShapes? = @static <expression> |
| 7 |
STABLE |
elevation |
AurumElevation? = @static <expression> |
| 8 |
STABLE |
motion |
AurumMotion? = @static <expression> |
| 9 |
STABLE |
opacity |
AurumOpacity? = @static <expression> |
| 10 |
STABLE |
iconSize |
AurumIconSize? = @static <expression> |
| 11 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 530. |
fun com.jar.app.aurum.component.button.AurumButtonConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumButtonConnection |
|
| 531. |
fun com.jar.app.aurum.component.button.AurumButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
variant |
AurumButtonVariant? = @static <expression> |
| 5 |
STABLE |
size |
AurumButtonSize? = @static <expression> |
| 6 |
STABLE |
isFullWidth |
Boolean = @static false |
| 7 |
STABLE |
isLoading |
Boolean = @static false |
| 8 |
STABLE |
leading |
Function2<Composer, Int, Unit>? = @static null |
| 9 |
STABLE |
trailing |
Function2<Composer, Int, Unit>? = @static null |
| 10 |
STABLE |
enabled |
Boolean = @static true |
|
| 532. |
fun com.jar.app.aurum.component.button.PreviewPrimaryVariants
Skippable
Restartable
|
| 533. |
fun com.jar.app.aurum.component.button.PreviewSecondaryVariants
Skippable
Restartable
|
| 534. |
fun com.jar.app.aurum.component.button.PreviewTertiaryVariants
Skippable
Restartable
|
| 535. |
fun com.jar.app.aurum.component.button.PreviewAllSizes
Skippable
Restartable
|
| 536. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
variant |
AurumButtonVariant |
| 2 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 537. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.borderFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
variant |
AurumButtonVariant |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 538. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.paddingFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 539. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.textStyle
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 540. |
fun com.jar.app.aurum.component.button.AurumButtonDefaults.loaderColorFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
variant |
AurumButtonVariant |
| 2 |
STABLE |
<this> |
AurumButtonDefaults |
|
| 541. |
fun com.jar.app.aurum.component.button.AurumIconButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
enabled |
Boolean = @static true |
| 4 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 542. |
fun com.jar.app.aurum.component.button.PreviewAurumIconButton
Skippable
Restartable
|
| 543. |
fun com.jar.app.aurum.component.button.AurumLinkButtonConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumLinkButtonConnection |
|
| 544. |
fun com.jar.app.aurum.component.button.AurumLinkButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
leading |
Function2<Composer, Int, Unit>? = @static null |
| 5 |
STABLE |
trailing |
Function2<Composer, Int, Unit>? = @static null |
| 6 |
STABLE |
enabled |
Boolean = @static true |
|
| 545. |
fun com.jar.app.aurum.component.button.PreviewLinkButton
Skippable
Restartable
|
| 546. |
fun com.jar.app.aurum.component.card.AurumTransactionListCardConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTransactionListCardConnection |
|
| 547. |
fun com.jar.app.aurum.component.card.AurumTransactionListCard
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
dateText |
String |
| 3 |
STABLE |
amount |
String |
| 4 |
STABLE |
suffixText |
String? |
| 5 |
STABLE |
status |
AurumTransactionStatus |
| 6 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 7 |
STABLE |
helperText |
String? = @static null |
| 8 |
STABLE |
leadingIcon |
ImageVector? = @static null |
|
| 548. |
fun com.jar.app.aurum.component.card.AurumTransactionListCardDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
status |
AurumTransactionStatus |
| 2 |
STABLE |
<this> |
AurumTransactionListCardDefaults |
|
| 549. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardSuccess
Skippable
Restartable
|
| 550. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardError
Skippable
Restartable
|
| 551. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardPending
Skippable
Restartable
|
| 552. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardSuccessNoHelper
Skippable
Restartable
|
| 553. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardErrorNoIcon
Skippable
Restartable
|
| 554. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardLongLabel
Skippable
Restartable
|
| 555. |
fun com.jar.app.aurum.component.card.PreviewAurumTransactionListCardAllStates
Skippable
Restartable
|
| 556. |
fun com.jar.app.aurum.component.chip.AurumChipConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumChipConnection |
|
| 557. |
fun com.jar.app.aurum.component.chip.AurumChip
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
type |
AurumChipType? = @static <expression> |
| 5 |
STABLE |
size |
AurumChipSize? = @static <expression> |
| 6 |
STABLE |
enabled |
Boolean = @static true |
| 7 |
STABLE |
leadingIcon |
ImageVector? = @static null |
| 8 |
STABLE |
trailingIcon |
ImageVector? = @static null |
|
| 558. |
fun com.jar.app.aurum.component.chip.textStyle
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumChipSize |
|
| 559. |
fun com.jar.app.aurum.component.chip.AurumChipDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
type |
AurumChipType |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
isPressed |
Boolean |
| 4 |
STABLE |
<this> |
AurumChipDefaults |
|
| 560. |
fun com.jar.app.aurum.component.chip.PreviewChipLargeTrailingIcon
Skippable
Restartable
|
| 561. |
fun com.jar.app.aurum.component.chip.PreviewChipLargeLeadingIcon
Skippable
Restartable
|
| 562. |
fun com.jar.app.aurum.component.chip.PreviewChipLargeBothIcons
Skippable
Restartable
|
| 563. |
fun com.jar.app.aurum.component.chip.PreviewChipLargeTextOnly
Skippable
Restartable
|
| 564. |
fun com.jar.app.aurum.component.chip.PreviewChipSmall
Skippable
Restartable
|
| 565. |
fun com.jar.app.aurum.component.chip.PreviewChipDisabled
Skippable
Restartable
|
| 566. |
fun com.jar.app.aurum.component.divider.AurumDivider
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
color |
Color = @dynamic <expression> |
| 3 |
STABLE |
thickness |
Dp = @dynamic <expression> |
|
| 567. |
fun com.jar.app.aurum.component.divider.PreviewAurumDivider
Skippable
Restartable
|
| 568. |
fun com.jar.app.aurum.component.feedback.AurumBadgeConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumBadgeConnection |
|
| 569. |
fun com.jar.app.aurum.component.feedback.AurumBadge
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
color |
AurumBadgeColor? = @static <expression> |
| 4 |
STABLE |
emphasis |
AurumBadgeEmphasis? = @static <expression> |
| 5 |
STABLE |
size |
AurumBadgeSize? = @static <expression> |
| 6 |
STABLE |
leadingIcon |
ImageVector? = @static null |
|
| 570. |
fun com.jar.app.aurum.component.feedback.AurumBadge
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
color |
AurumBadgeColor? = @static <expression> |
| 4 |
STABLE |
emphasis |
AurumBadgeEmphasis? = @static <expression> |
| 5 |
STABLE |
size |
AurumBadgeSize? = @static <expression> |
|
| 571. |
fun com.jar.app.aurum.component.feedback.AurumBadgeDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
color |
AurumBadgeColor |
| 2 |
STABLE |
emphasis |
AurumBadgeEmphasis |
| 3 |
STABLE |
<this> |
AurumBadgeDefaults |
|
| 572. |
fun com.jar.app.aurum.component.feedback.AurumBadgeDefaults.heightFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
size |
AurumBadgeSize |
| 2 |
STABLE |
<this> |
AurumBadgeDefaults |
|
| 573. |
fun com.jar.app.aurum.component.feedback.PreviewAurumBadgeIntense
Skippable
Restartable
|
| 574. |
fun com.jar.app.aurum.component.feedback.PreviewAurumBadgeSubtle
Skippable
Restartable
|
| 575. |
fun com.jar.app.aurum.component.feedback.PreviewAurumBadgeSizes
Skippable
Restartable
|
| 576. |
fun com.jar.app.aurum.component.feedback.AurumLoader
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
color |
Color = @dynamic <expression> |
| 3 |
STABLE |
trackColor |
Color = @dynamic <expression> |
| 4 |
STABLE |
strokeWidth |
Dp = @dynamic <expression> |
| 5 |
STABLE |
size |
Dp = @dynamic <expression> |
|
| 577. |
fun com.jar.app.aurum.component.feedback.PreviewAurumLoader
Skippable
Restartable
|
| 578. |
fun com.jar.app.aurum.component.feedback.AurumSkeleton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
shape |
Shape? = @dynamic <expression> |
|
| 579. |
fun com.jar.app.aurum.component.feedback.PreviewAurumSkeleton
Skippable
Restartable
|
| 580. |
fun com.jar.app.aurum.component.field.AurumAmountInputConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumAmountInputConnection |
|
| 581. |
fun com.jar.app.aurum.component.field.AurumAmountInput
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
helperText |
String? = @static null |
| 6 |
STABLE |
errorText |
String? = @static null |
| 7 |
STABLE |
successText |
String? = @static null |
| 8 |
STABLE |
currencySymbol |
String? = @static "₹" |
| 9 |
STABLE |
suffixText |
String? = @static null |
| 10 |
STABLE |
enabled |
Boolean = @static true |
| 11 |
STABLE |
readOnly |
Boolean = @static false |
| 12 |
STABLE |
loading |
Boolean = @static false |
|
| 582. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputDefault
Skippable
Restartable
|
| 583. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputWithValue
Skippable
Restartable
|
| 584. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputWithSuffix
Skippable
Restartable
|
| 585. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputError
Skippable
Restartable
|
| 586. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputSuccess
Skippable
Restartable
|
| 587. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputDisabled
Skippable
Restartable
|
| 588. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputReadOnly
Skippable
Restartable
|
| 589. |
fun com.jar.app.aurum.component.field.PreviewAurumAmountInputLoading
Skippable
Restartable
|
| 590. |
fun com.jar.app.aurum.component.field.AurumOtpInputConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumOtpInputConnection |
|
| 591. |
fun com.jar.app.aurum.component.field.AurumOtpInput
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
length |
AurumOtpLength? = @static <expression> |
| 5 |
STABLE |
label |
String? = @static null |
| 6 |
STABLE |
helperText |
String? = @static null |
| 7 |
STABLE |
validationState |
AurumOtpValidationState? = @static <expression> |
| 8 |
STABLE |
enabled |
Boolean = @static true |
| 9 |
STABLE |
onComplete |
Function1<String, Unit>? = @static null |
|
| 592. |
fun com.jar.app.aurum.component.field.OtpCell
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
RowScope |
| 2 |
STABLE |
char |
Char? |
| 3 |
STABLE |
isActive |
Boolean |
| 4 |
STABLE |
validationState |
AurumOtpValidationState |
| 5 |
STABLE |
enabled |
Boolean |
|
| 593. |
fun com.jar.app.aurum.component.field.PreviewOtpSixDigit
Skippable
Restartable
|
| 594. |
fun com.jar.app.aurum.component.field.PreviewOtpFourDigit
Skippable
Restartable
|
| 595. |
fun com.jar.app.aurum.component.field.OtpStateMatrix
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
length |
AurumOtpLength |
| 2 |
STABLE |
filledValue |
String |
| 3 |
STABLE |
activeValue |
String |
|
| 596. |
fun com.jar.app.aurum.component.field.AurumPhoneNumberInputConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumPhoneNumberInputConnection |
|
| 597. |
fun com.jar.app.aurum.component.field.AurumPhoneNumberInput
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
countryCode |
String? = @static "+91" |
| 5 |
STABLE |
flag |
Function2<Composer, Int, Unit>? = @static null |
| 6 |
STABLE |
label |
String? = @static null |
| 7 |
STABLE |
placeholder |
String? = @static "Phone Number" |
| 8 |
STABLE |
helperText |
String? = @static null |
| 9 |
STABLE |
errorText |
String? = @static null |
| 10 |
STABLE |
successText |
String? = @static null |
| 11 |
STABLE |
isError |
Boolean = @dynamic <expression> |
| 12 |
STABLE |
isSuccess |
Boolean = @dynamic <expression> |
| 13 |
STABLE |
enabled |
Boolean = @static true |
| 14 |
STABLE |
readOnly |
Boolean = @static false |
| 15 |
STABLE |
maxLength |
Int = @static 10 |
| 16 |
STABLE |
keyboardActions |
KeyboardActions? = @static <expression> |
|
| 598. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputDefault
Skippable
Restartable
|
| 599. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputFilled
Skippable
Restartable
|
| 600. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputError
Skippable
Restartable
|
| 601. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputSuccess
Skippable
Restartable
|
| 602. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputDisabled
Skippable
Restartable
|
| 603. |
fun com.jar.app.aurum.component.field.PreviewAurumPhoneNumberInputWithFlag
Skippable
Restartable
|
| 604. |
fun com.jar.app.aurum.component.field.AurumSearchField
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
placeholder |
String? = @static "Search" |
| 5 |
STABLE |
enabled |
Boolean = @static true |
| 6 |
STABLE |
onClear |
Function0<Unit>? = @static null |
|
| 605. |
fun com.jar.app.aurum.component.field.PreviewAurumSearchFieldDefault
Skippable
Restartable
|
| 606. |
fun com.jar.app.aurum.component.field.PreviewAurumSearchFieldFilled
Skippable
Restartable
|
| 607. |
fun com.jar.app.aurum.component.field.PreviewAurumSearchFieldWithClear
Skippable
Restartable
|
| 608. |
fun com.jar.app.aurum.component.field.PreviewAurumSearchFieldDisabled
Skippable
Restartable
|
| 609. |
fun com.jar.app.aurum.component.field.AurumTextFieldConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTextFieldConnection |
|
| 610. |
fun com.jar.app.aurum.component.field.AurumTextField
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
placeholder |
String? = @static null |
| 6 |
STABLE |
helperText |
String? = @static null |
| 7 |
STABLE |
errorText |
String? = @static null |
| 8 |
STABLE |
successText |
String? = @static null |
| 9 |
STABLE |
isError |
Boolean = @dynamic <expression> |
| 10 |
STABLE |
isSuccess |
Boolean = @dynamic <expression> |
| 11 |
STABLE |
leading |
Function2<Composer, Int, Unit>? = @static null |
| 12 |
STABLE |
trailing |
Function2<Composer, Int, Unit>? = @static null |
| 13 |
STABLE |
enabled |
Boolean = @static true |
| 14 |
STABLE |
readOnly |
Boolean = @static false |
| 15 |
STABLE |
singleLine |
Boolean = @static true |
| 16 |
STABLE |
maxLines |
Int = @dynamic <expression> |
| 17 |
STABLE |
maxLength |
Int = @static 2147483647 |
| 18 |
STABLE |
keyboardOptions |
KeyboardOptions? = @static <expression> |
| 19 |
STABLE |
keyboardActions |
KeyboardActions? = @static <expression> |
| 20 |
STABLE |
visualTransformation |
VisualTransformation? = @static <expression> |
| 21 |
STABLE |
shape |
Shape? = @dynamic <expression> |
|
| 611. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldDefault
Skippable
Restartable
|
| 612. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldFilled
Skippable
Restartable
|
| 613. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldError
Skippable
Restartable
|
| 614. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldSuccess
Skippable
Restartable
|
| 615. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldDisabled
Skippable
Restartable
|
| 616. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldReadOnly
Skippable
Restartable
|
| 617. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldPassword
Skippable
Restartable
|
| 618. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldWithIcons
Skippable
Restartable
|
| 619. |
fun com.jar.app.aurum.component.field.PreviewAurumTextFieldCharCounter
Skippable
Restartable
|
| 620. |
fun com.jar.app.aurum.component.icon.AurumIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
imageVector |
ImageVector |
| 2 |
STABLE |
contentDescription |
String? |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
size |
Dp = @dynamic <expression> |
| 5 |
STABLE |
tint |
Color = @dynamic <expression> |
|
| 621. |
fun com.jar.app.aurum.component.icon.AurumIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
contentDescription |
String? |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
size |
Dp = @dynamic <expression> |
| 4 |
STABLE |
tint |
Color = @dynamic <expression> |
|
| 622. |
fun com.jar.app.aurum.component.icon.AurumIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
imageVector |
ImageVector |
| 2 |
STABLE |
contentDescription |
String? |
| 3 |
STABLE |
tint |
Brush |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 5 |
STABLE |
size |
Dp = @dynamic <expression> |
|
| 623. |
fun com.jar.app.aurum.component.icon.AurumIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
contentDescription |
String? |
| 2 |
STABLE |
tint |
Brush |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
size |
Dp = @dynamic <expression> |
|
| 624. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 625. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 626. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 627. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 628. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 629. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 630. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 631. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 632. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 633. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 634. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 635. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 636. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 637. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 638. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 639. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 640. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 641. |
fun com.jar.app.aurum.component.icon.AurumIcons.Navigation.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Navigation |
|
| 642. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 643. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 644. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 645. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 646. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 647. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 648. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 649. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 650. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 651. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 652. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 653. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 654. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 655. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 656. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 657. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 658. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 659. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 660. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 661. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 662. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 663. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 664. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 665. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 666. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 667. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 668. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 669. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 670. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 671. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 672. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 673. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 674. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 675. |
fun com.jar.app.aurum.component.icon.AurumIcons.Action.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Action |
|
| 676. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 677. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 678. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 679. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 680. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 681. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 682. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 683. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 684. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 685. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 686. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 687. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 688. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 689. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 690. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 691. |
fun com.jar.app.aurum.component.icon.AurumIcons.Content.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Content |
|
| 692. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 693. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 694. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 695. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 696. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 697. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 698. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 699. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 700. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 701. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 702. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 703. |
fun com.jar.app.aurum.component.icon.AurumIcons.Media.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Media |
|
| 704. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 705. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 706. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 707. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 708. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 709. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 710. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 711. |
fun com.jar.app.aurum.component.icon.AurumIcons.Commerce.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Commerce |
|
| 712. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 713. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 714. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 715. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 716. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 717. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 718. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 719. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 720. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 721. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 722. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 723. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 724. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 725. |
fun com.jar.app.aurum.component.icon.AurumIcons.System.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
System |
|
| 726. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 727. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 728. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 729. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 730. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 731. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 732. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 733. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 734. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 735. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 736. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 737. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 738. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 739. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 740. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 741. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 742. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 743. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 744. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 745. |
fun com.jar.app.aurum.component.icon.AurumIcons.Status.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Status |
|
| 746. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 747. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 748. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 749. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 750. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 751. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 752. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 753. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 754. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 755. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 756. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 757. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 758. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 759. |
fun com.jar.app.aurum.component.icon.AurumIcons.User.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
User |
|
| 760. |
fun com.jar.app.aurum.component.icon.AurumIcons.Selection.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Selection |
|
| 761. |
fun com.jar.app.aurum.component.icon.AurumIcons.Selection.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Selection |
|
| 762. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconAddFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconAddFigma |
|
| 763. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconAddFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconAddFilledFigma |
|
| 764. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowDownFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowDownFigma |
|
| 765. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowDownFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowDownFilledFigma |
|
| 766. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowLeftFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowLeftFigma |
|
| 767. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowLeftFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowLeftFilledFigma |
|
| 768. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowRightFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowRightFigma |
|
| 769. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowRightFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowRightFilledFigma |
|
| 770. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowUpFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowUpFigma |
|
| 771. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconArrowUpFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconArrowUpFilledFigma |
|
| 772. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBellFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBellFigma |
|
| 773. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBellFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBellFilledFigma |
|
| 774. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBookmarkFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBookmarkFigma |
|
| 775. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBookmarkFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBookmarkFilledFigma |
|
| 776. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBroadcastFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBroadcastFigma |
|
| 777. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconBroadcastFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconBroadcastFilledFigma |
|
| 778. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCalendarFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCalendarFigma |
|
| 779. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCalendarFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCalendarFilledFigma |
|
| 780. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCameraFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCameraFigma |
|
| 781. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCameraFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCameraFilledFigma |
|
| 782. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCartFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCartFigma |
|
| 783. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCartFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCartFilledFigma |
|
| 784. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChatFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChatFigma |
|
| 785. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChatFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChatFilledFigma |
|
| 786. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCheckFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCheckFigma |
|
| 787. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCheckFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCheckFilledFigma |
|
| 788. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronDownFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronDownFigma |
|
| 789. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronDownFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronDownFilledFigma |
|
| 790. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronLeftFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronLeftFigma |
|
| 791. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronLeftFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronLeftFilledFigma |
|
| 792. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronRightFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronRightFigma |
|
| 793. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronRightFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronRightFilledFigma |
|
| 794. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronUpFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronUpFigma |
|
| 795. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconChevronUpFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconChevronUpFilledFigma |
|
| 796. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCloseFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCloseFigma |
|
| 797. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCloseFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCloseFilledFigma |
|
| 798. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCompressFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCompressFigma |
|
| 799. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCompressFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCompressFilledFigma |
|
| 800. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCopyFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCopyFigma |
|
| 801. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconCopyFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconCopyFilledFigma |
|
| 802. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDeleteFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDeleteFigma |
|
| 803. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDeleteFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDeleteFilledFigma |
|
| 804. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDiscountFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDiscountFigma |
|
| 805. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDiscountFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDiscountFilledFigma |
|
| 806. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDocumentFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDocumentFigma |
|
| 807. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDocumentFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDocumentFilledFigma |
|
| 808. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDownloadFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDownloadFigma |
|
| 809. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconDownloadFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconDownloadFilledFigma |
|
| 810. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconEditFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconEditFigma |
|
| 811. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconEditFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconEditFilledFigma |
|
| 812. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconExpandFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconExpandFigma |
|
| 813. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconExpandFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconExpandFilledFigma |
|
| 814. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconGiftFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconGiftFigma |
|
| 815. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconGiftFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconGiftFilledFigma |
|
| 816. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHeartFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHeartFigma |
|
| 817. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHeartFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHeartFilledFigma |
|
| 818. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHelpFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHelpFigma |
|
| 819. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHelpFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHelpFilledFigma |
|
| 820. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHistoryFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHistoryFigma |
|
| 821. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHistoryFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHistoryFilledFigma |
|
| 822. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHomeFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHomeFigma |
|
| 823. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconHomeFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconHomeFilledFigma |
|
| 824. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconImageFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconImageFigma |
|
| 825. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconImageFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconImageFilledFigma |
|
| 826. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconInfoFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconInfoFigma |
|
| 827. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconInfoFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconInfoFilledFigma |
|
| 828. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLinkFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLinkFigma |
|
| 829. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLinkFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLinkFilledFigma |
|
| 830. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconListFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconListFigma |
|
| 831. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconListFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconListFilledFigma |
|
| 832. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLoaderFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLoaderFigma |
|
| 833. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLoaderFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLoaderFilledFigma |
|
| 834. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLocationFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLocationFigma |
|
| 835. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLocationFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLocationFilledFigma |
|
| 836. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLockFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLockFigma |
|
| 837. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconLockFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconLockFilledFigma |
|
| 838. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMicrophoneFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMicrophoneFigma |
|
| 839. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMicrophoneFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMicrophoneFilledFigma |
|
| 840. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMinusFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMinusFigma |
|
| 841. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMinusFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMinusFilledFigma |
|
| 842. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMoreHorizontalFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMoreHorizontalFigma |
|
| 843. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconMoreHorizontalFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconMoreHorizontalFilledFigma |
|
| 844. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconNekFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconNekFigma |
|
| 845. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconNekFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconNekFilledFigma |
|
| 846. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconOverflowFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconOverflowFigma |
|
| 847. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconOverflowFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconOverflowFilledFigma |
|
| 848. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPauseFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPauseFigma |
|
| 849. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPauseFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPauseFilledFigma |
|
| 850. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPendingFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPendingFigma |
|
| 851. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPendingFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPendingFilledFigma |
|
| 852. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPlayFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPlayFigma |
|
| 853. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconPlayFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconPlayFilledFigma |
|
| 854. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconQrCodeFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconQrCodeFigma |
|
| 855. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconQrCodeFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconQrCodeFilledFigma |
|
| 856. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconRefreshFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconRefreshFigma |
|
| 857. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconRefreshFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconRefreshFilledFigma |
|
| 858. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconRupeeFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconRupeeFigma |
|
| 859. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconRupeeFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconRupeeFilledFigma |
|
| 860. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSearchFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSearchFigma |
|
| 861. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSearchFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSearchFilledFigma |
|
| 862. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSettingsFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSettingsFigma |
|
| 863. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSettingsFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSettingsFilledFigma |
|
| 864. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconShareFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconShareFigma |
|
| 865. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconShareFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconShareFilledFigma |
|
| 866. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconShieldFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconShieldFigma |
|
| 867. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconShieldFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconShieldFilledFigma |
|
| 868. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSignInFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSignInFigma |
|
| 869. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSignInFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSignInFilledFigma |
|
| 870. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSignOutFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSignOutFigma |
|
| 871. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSignOutFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSignOutFilledFigma |
|
| 872. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSortAscendingFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSortAscendingFigma |
|
| 873. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSortAscendingFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSortAscendingFilledFigma |
|
| 874. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSortDescendingFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSortDescendingFigma |
|
| 875. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSortDescendingFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSortDescendingFilledFigma |
|
| 876. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSuccessFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSuccessFigma |
|
| 877. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSuccessFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSuccessFilledFigma |
|
| 878. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSupportFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSupportFigma |
|
| 879. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconSupportFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconSupportFilledFigma |
|
| 880. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconTranslateFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconTranslateFigma |
|
| 881. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconTranslateFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconTranslateFilledFigma |
|
| 882. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUnlockFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUnlockFigma |
|
| 883. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUnlockFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUnlockFilledFigma |
|
| 884. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUploadFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUploadFigma |
|
| 885. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUploadFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUploadFilledFigma |
|
| 886. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUserFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUserFigma |
|
| 887. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconUserFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconUserFilledFigma |
|
| 888. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVerifiedFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVerifiedFigma |
|
| 889. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVerifiedFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVerifiedFilledFigma |
|
| 890. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVolumeOffFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVolumeOffFigma |
|
| 891. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVolumeOffFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVolumeOffFilledFigma |
|
| 892. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVolumeOnFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVolumeOnFigma |
|
| 893. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconVolumeOnFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconVolumeOnFilledFigma |
|
| 894. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWalletFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWalletFigma |
|
| 895. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWalletFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWalletFilledFigma |
|
| 896. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWarningFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWarningFigma |
|
| 897. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWarningFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWarningFilledFigma |
|
| 898. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWithdrawFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWithdrawFigma |
|
| 899. |
fun com.jar.app.aurum.component.icon.figma_connect.AurumIconWithdrawFilledFigma.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumIconWithdrawFilledFigma |
|
| 900. |
fun com.jar.app.aurum.component.input.AurumStepperConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumStepperConnection |
|
| 901. |
fun com.jar.app.aurum.component.input.AurumStepper
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
Int |
| 2 |
STABLE |
onValueChange |
Function1<Int, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
type |
AurumStepperType? = @static <expression> |
| 5 |
STABLE |
minValue |
Int = @static 0 |
| 6 |
STABLE |
maxValue |
Int = @static 2147483647 |
| 7 |
STABLE |
enabled |
Boolean = @static true |
|
| 902. |
fun com.jar.app.aurum.component.input.StepperIcon
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
symbol |
String |
| 2 |
STABLE |
tint |
Color |
| 3 |
STABLE |
onClick |
Function0<Unit>? |
|
| 903. |
fun com.jar.app.aurum.component.input.AddButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
type |
AurumStepperType |
| 2 |
STABLE |
shape |
RoundedCornerShape |
| 3 |
STABLE |
onClick |
Function0<Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 904. |
fun com.jar.app.aurum.component.input.StepperDefaults.colorsFor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
type |
AurumStepperType |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
<this> |
StepperDefaults |
|
| 905. |
fun com.jar.app.aurum.component.input.PreviewNeutralStates
Skippable
Restartable
|
| 906. |
fun com.jar.app.aurum.component.input.PreviewBrandStates
Skippable
Restartable
|
| 907. |
fun com.jar.app.aurum.component.navigation.AurumGlobalHeaderConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumGlobalHeaderConnection |
|
| 908. |
fun com.jar.app.aurum.component.navigation.AurumGlobalHeader
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onProfileClick |
Function0<Unit> |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
profileIcon |
ImageVector? = @dynamic <expression> |
| 4 |
STABLE |
profileContent |
Function2<Composer, Int, Unit>? = @static null |
| 5 |
STABLE |
containerColor |
Color = @dynamic <expression> |
|
| 909. |
fun com.jar.app.aurum.component.navigation.ProfilePill
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
profileIcon |
ImageVector |
| 3 |
STABLE |
content |
Function2<Composer, Int, Unit>? |
|
| 910. |
fun com.jar.app.aurum.component.navigation.SingleIconPill
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
icon |
ImageVector |
| 2 |
STABLE |
contentDescription |
String |
| 3 |
STABLE |
onClick |
Function0<Unit> |
|
| 911. |
fun com.jar.app.aurum.component.navigation.RewardsAndNotificationsPill
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
action |
AurumGlobalHeaderRewardsAction |
|
| 912. |
fun com.jar.app.aurum.component.navigation.LiveBuyPricePill
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
value |
String |
| 3 |
STABLE |
onClick |
Function0<Unit>? |
|
| 913. |
fun com.jar.app.aurum.component.navigation.PillFrame
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
role |
Role |
| 3 |
STABLE |
contentDescription |
String |
| 4 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 914. |
fun com.jar.app.aurum.component.navigation.pillSheen
Non Skippable
Non Restartable
|
| 915. |
fun com.jar.app.aurum.component.navigation.PreviewDefaultProfileOnly
Skippable
Restartable
|
| 916. |
fun com.jar.app.aurum.component.navigation.PreviewDefaultSupportOnly
Skippable
Restartable
|
| 917. |
fun com.jar.app.aurum.component.navigation.PreviewDefaultRewardsOnly
Skippable
Restartable
|
| 918. |
fun com.jar.app.aurum.component.navigation.PreviewDefaultFull
Skippable
Restartable
|
| 919. |
fun com.jar.app.aurum.component.navigation.PreviewLivePriceWithRewards
Skippable
Restartable
|
| 920. |
fun com.jar.app.aurum.component.navigation.PreviewLivePriceNoRewards
Skippable
Restartable
|
| 921. |
fun com.jar.app.aurum.component.navigation.AurumNavBarConnection.Example
Skippable
Restartable
|
| 922. |
fun com.jar.app.aurum.component.navigation.AurumNavBar
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
items |
ImmutableList<AurumNavBarItem> |
| 2 |
STABLE |
selectedIndex |
Int |
| 3 |
STABLE |
onSelect |
Function1<Int, Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 5 |
STABLE |
containerColor |
Color = @dynamic <expression> |
|
| 923. |
fun com.jar.app.aurum.component.navigation.AurumNavBarCell
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
item |
AurumNavBarItem |
| 2 |
STABLE |
selected |
Boolean |
| 3 |
STABLE |
onClick |
Function0<Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 924. |
fun com.jar.app.aurum.component.navigation.selectedIconBrush
Non Skippable
Non Restartable
|
| 925. |
fun com.jar.app.aurum.component.navigation.CenterQrButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 926. |
fun com.jar.app.aurum.component.navigation.NavBarPreviewSurface
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 927. |
fun com.jar.app.aurum.component.navigation.
Non Skippable
Non Restartable
|
| 928. |
fun com.jar.app.aurum.component.navigation.PreviewStandard3
Skippable
Restartable
|
| 929. |
fun com.jar.app.aurum.component.navigation.PreviewStandard4
Skippable
Restartable
|
| 930. |
fun com.jar.app.aurum.component.navigation.PreviewStandard5
Skippable
Restartable
|
| 931. |
fun com.jar.app.aurum.component.navigation.PreviewCenterQr5
Skippable
Restartable
|
| 932. |
fun com.jar.app.aurum.component.navigation.PreviewStandard5SelectedLast
Skippable
Restartable
|
| 933. |
fun com.jar.app.aurum.component.navigation.PreviewCenterQr5SelectedRight
Skippable
Restartable
|
| 934. |
fun com.jar.app.aurum.component.navigation.PreviewStandard5Wide
Skippable
Restartable
|
| 935. |
fun com.jar.app.aurum.component.navigation.PreviewCenterQr5Wide
Skippable
Restartable
|
| 936. |
fun com.jar.app.aurum.component.navigation.AurumSectionHeaderConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumSectionHeaderConnection |
|
| 937. |
fun com.jar.app.aurum.component.navigation.AurumSectionHeader
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
subtitle |
String? = @static null |
|
| 938. |
fun com.jar.app.aurum.component.navigation.LinkAction
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 939. |
fun com.jar.app.aurum.component.navigation.TextOnlyAction
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 940. |
fun com.jar.app.aurum.component.navigation.IconOnlyAction
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
icon |
ImageVector |
| 2 |
STABLE |
contentDescription |
String? |
| 3 |
STABLE |
onClick |
Function0<Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 941. |
fun com.jar.app.aurum.component.navigation.PreviewTitleOnly
Skippable
Restartable
|
| 942. |
fun com.jar.app.aurum.component.navigation.PreviewTitleAndSubtitle
Skippable
Restartable
|
| 943. |
fun com.jar.app.aurum.component.navigation.PreviewTitleWithLinkAction
Skippable
Restartable
|
| 944. |
fun com.jar.app.aurum.component.navigation.PreviewFullHeader
Skippable
Restartable
|
| 945. |
fun com.jar.app.aurum.component.navigation.PreviewTitleWithTextAction
Skippable
Restartable
|
| 946. |
fun com.jar.app.aurum.component.navigation.PreviewTitleWithIconAction
Skippable
Restartable
|
| 947. |
fun com.jar.app.aurum.component.navigation.AurumTabConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabConnection |
|
| 948. |
fun com.jar.app.aurum.component.navigation.AurumTab
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
selected |
Boolean |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
label |
String |
| 4 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 5 |
STABLE |
icon |
ImageVector? = @static null |
|
| 949. |
fun com.jar.app.aurum.component.navigation.PreviewTabSelected
Skippable
Restartable
|
| 950. |
fun com.jar.app.aurum.component.navigation.PreviewTabUnselected
Skippable
Restartable
|
| 951. |
fun com.jar.app.aurum.component.navigation.PreviewTabSelectedWithIcon
Skippable
Restartable
|
| 952. |
fun com.jar.app.aurum.component.navigation.PreviewTabUnselectedWithIcon
Skippable
Restartable
|
| 953. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.selectedContentColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 954. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.unselectedContentColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 955. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.selectedIconColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 956. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.unselectedIconColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 957. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.indicatorColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 958. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.dividerColor
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 959. |
fun com.jar.app.aurum.component.navigation.AurumTabDefaults.textStyle
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabDefaults |
|
| 960. |
fun com.jar.app.aurum.component.navigation.AurumTabRowConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTabRowConnection |
|
| 961. |
fun com.jar.app.aurum.component.navigation.AurumTabRow
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
selectedTabIndex |
Int |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
tabs |
Function2<Composer, Int, Unit> |
|
| 962. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowTwoTabs
Skippable
Restartable
|
| 963. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowThreeTabs
Skippable
Restartable
|
| 964. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowFourTabs
Skippable
Restartable
|
| 965. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowWithIcons
Skippable
Restartable
|
| 966. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowFiveTabsScrolls
Skippable
Restartable
|
| 967. |
fun com.jar.app.aurum.component.navigation.PreviewTabRowFourTabsTablet
Skippable
Restartable
|
| 968. |
fun com.jar.app.aurum.component.navigation.AurumTopAppBarConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumTopAppBarConnection |
|
| 969. |
fun com.jar.app.aurum.component.navigation.AurumTopAppBar
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
subtitle |
String? = @static null |
| 4 |
STABLE |
onBack |
Function0<Unit>? = @static null |
| 5 |
STABLE |
primaryButton |
AurumTopAppBarButton? = @static null |
| 6 |
STABLE |
icon1 |
AurumTopAppBarAction? = @static null |
| 7 |
STABLE |
icon2 |
AurumTopAppBarAction? = @static null |
| 8 |
STABLE |
overflow |
AurumTopAppBarAction? = @static null |
| 9 |
STABLE |
contentColor |
Color = @dynamic <expression> |
| 10 |
STABLE |
containerColor |
Color = @dynamic <expression> |
| 11 |
STABLE |
applyStatusBarInsets |
Boolean = @static true |
|
| 970. |
fun com.jar.app.aurum.component.navigation.BackIconButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
| 2 |
STABLE |
tint |
Color |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 971. |
fun com.jar.app.aurum.component.navigation.TitleSubtitleColumn
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
subtitle |
String? |
| 3 |
STABLE |
titleColor |
Color |
| 4 |
STABLE |
subtitleColor |
Color |
| 5 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 972. |
fun com.jar.app.aurum.component.navigation.InlinePrimaryButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
onClick |
Function0<Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 973. |
fun com.jar.app.aurum.component.navigation.ActionIconButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
icon |
ImageVector |
| 2 |
STABLE |
contentDescription |
String? |
| 3 |
STABLE |
onClick |
Function0<Unit> |
| 4 |
STABLE |
tint |
Color |
| 5 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 974. |
fun com.jar.app.aurum.component.navigation.previewIcon1
Non Skippable
Non Restartable
|
| 975. |
fun com.jar.app.aurum.component.navigation.previewIcon2
Non Skippable
Non Restartable
|
| 976. |
fun com.jar.app.aurum.component.navigation.previewOverflow
Non Skippable
Non Restartable
|
| 977. |
fun com.jar.app.aurum.component.navigation.PreviewDefault
Skippable
Restartable
|
| 978. |
fun com.jar.app.aurum.component.navigation.PreviewWithBack
Skippable
Restartable
|
| 979. |
fun com.jar.app.aurum.component.navigation.PreviewWithSubtitle
Skippable
Restartable
|
| 980. |
fun com.jar.app.aurum.component.navigation.PreviewWithBackAndSubtitle
Skippable
Restartable
|
| 981. |
fun com.jar.app.aurum.component.navigation.PreviewTypeWithIcon
Skippable
Restartable
|
| 982. |
fun com.jar.app.aurum.component.navigation.PreviewTypeWithIcons
Skippable
Restartable
|
| 983. |
fun com.jar.app.aurum.component.navigation.PreviewTypeWithOverflow
Skippable
Restartable
|
| 984. |
fun com.jar.app.aurum.component.navigation.PreviewTypeIconAndOverflow
Skippable
Restartable
|
| 985. |
fun com.jar.app.aurum.component.navigation.PreviewTypeIconsAndOverflow
Skippable
Restartable
|
| 986. |
fun com.jar.app.aurum.component.navigation.PreviewTypeWithButton
Skippable
Restartable
|
| 987. |
fun com.jar.app.aurum.component.navigation.PreviewTypeButtonAndIcon
Skippable
Restartable
|
| 988. |
fun com.jar.app.aurum.component.navigation.PreviewTypeButtonAndIcons
Skippable
Restartable
|
| 989. |
fun com.jar.app.aurum.component.navigation.PreviewTypeButtonAndOverflow
Skippable
Restartable
|
| 990. |
fun com.jar.app.aurum.component.navigation.PreviewLongTitleEllipsis
Skippable
Restartable
|
| 991. |
fun com.jar.app.aurum.component.scaffold.AurumScreen
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
topBar |
Function2<Composer, Int, Unit>? = @static <expression> |
| 3 |
STABLE |
bottomBar |
Function2<Composer, Int, Unit>? = @static <expression> |
| 4 |
STABLE |
snackbarHostState |
SnackbarHostState? = @static <expression> |
| 5 |
STABLE |
isLoading |
Boolean = @static false |
| 6 |
STABLE |
containerColor |
Color = @dynamic <expression> |
| 7 |
STABLE |
contentWindowInsets |
WindowInsets? = @dynamic <expression> |
| 8 |
STABLE |
content |
Function3<PaddingValues, Composer, Int, Unit> |
|
| 992. |
fun com.jar.app.aurum.component.scaffold.PreviewAurumScreenDefault
Skippable
Restartable
|
| 993. |
fun com.jar.app.aurum.component.scaffold.PreviewAurumScreenWithTopBar
Skippable
Restartable
|
| 994. |
fun com.jar.app.aurum.component.scaffold.PreviewAurumScreenLoading
Skippable
Restartable
|
| 995. |
fun com.jar.app.aurum.component.scaffold.AurumSnackbar
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
snackbarData |
SnackbarData |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 996. |
fun com.jar.app.aurum.component.selection.AurumCheckboxConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumCheckboxConnection |
|
| 997. |
fun com.jar.app.aurum.component.selection.AurumCheckbox
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
checkState |
AurumCheckState |
| 2 |
STABLE |
onCheckStateChange |
Function1<AurumCheckState, Unit>? |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
subtext |
String? = @static null |
| 6 |
STABLE |
enabled |
Boolean = @static true |
| 7 |
STABLE |
error |
Boolean = @static false |
| 8 |
STABLE |
labelPosition |
AurumCheckLabelPosition? = @static <expression> |
|
| 998. |
fun com.jar.app.aurum.component.selection.CheckboxBox
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
checkState |
AurumCheckState |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
error |
Boolean |
| 4 |
STABLE |
isPressed |
Boolean |
| 5 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 999. |
fun com.jar.app.aurum.component.selection.PreviewUncheckedDefault
Skippable
Restartable
|
| 1000. |
fun com.jar.app.aurum.component.selection.PreviewCheckedDefault
Skippable
Restartable
|
| 1001. |
fun com.jar.app.aurum.component.selection.PreviewIndeterminate
Skippable
Restartable
|
| 1002. |
fun com.jar.app.aurum.component.selection.PreviewWithSubtext
Skippable
Restartable
|
| 1003. |
fun com.jar.app.aurum.component.selection.PreviewRightAligned
Skippable
Restartable
|
| 1004. |
fun com.jar.app.aurum.component.selection.PreviewError
Skippable
Restartable
|
| 1005. |
fun com.jar.app.aurum.component.selection.PreviewDisabled
Skippable
Restartable
|
| 1006. |
fun com.jar.app.aurum.component.selection.PreviewWithoutLabel
Skippable
Restartable
|
| 1007. |
fun com.jar.app.aurum.component.selection.AurumCheckboxGroupConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumCheckboxGroupConnection |
|
| 1008. |
fun com.jar.app.aurum.component.selection.AurumCheckboxGroup
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
options |
ImmutableList<AurumCheckboxOption<T>> |
| 2 |
STABLE |
onSelectionChange |
Function2<T, Boolean, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
helperText |
String? = @static null |
| 6 |
STABLE |
errorText |
String? = @static null |
| 7 |
STABLE |
enabled |
Boolean = @static true |
| 8 |
STABLE |
labelPosition |
AurumCheckLabelPosition? = @static <expression> |
|
| 1009. |
fun com.jar.app.aurum.component.selection.PreviewBasicGroup
Skippable
Restartable
|
| 1010. |
fun com.jar.app.aurum.component.selection.PreviewGroupWithoutSubtext
Skippable
Restartable
|
| 1011. |
fun com.jar.app.aurum.component.selection.PreviewGroupError
Skippable
Restartable
|
| 1012. |
fun com.jar.app.aurum.component.selection.PreviewGroupDisabled
Skippable
Restartable
|
| 1013. |
fun com.jar.app.aurum.component.selection.PreviewGroupRightAligned
Skippable
Restartable
|
| 1014. |
fun com.jar.app.aurum.component.selection.AurumRadioButtonConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumRadioButtonConnection |
|
| 1015. |
fun com.jar.app.aurum.component.selection.AurumRadioButton
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
selected |
Boolean |
| 2 |
STABLE |
onClick |
Function0<Unit>? |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
subtext |
String? = @static null |
| 6 |
STABLE |
enabled |
Boolean = @static true |
| 7 |
STABLE |
error |
Boolean = @static false |
| 8 |
STABLE |
labelPosition |
AurumRadioLabelPosition? = @static <expression> |
|
| 1016. |
fun com.jar.app.aurum.component.selection.RadioCircle
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
selected |
Boolean |
| 2 |
STABLE |
enabled |
Boolean |
| 3 |
STABLE |
error |
Boolean |
| 4 |
STABLE |
isPressed |
Boolean |
| 5 |
STABLE |
modifier |
Modifier? = @static <expression> |
|
| 1017. |
fun com.jar.app.aurum.component.selection.PreviewUncheckedDefault
Skippable
Restartable
|
| 1018. |
fun com.jar.app.aurum.component.selection.PreviewCheckedDefault
Skippable
Restartable
|
| 1019. |
fun com.jar.app.aurum.component.selection.PreviewWithSubtext
Skippable
Restartable
|
| 1020. |
fun com.jar.app.aurum.component.selection.PreviewRightAligned
Skippable
Restartable
|
| 1021. |
fun com.jar.app.aurum.component.selection.PreviewError
Skippable
Restartable
|
| 1022. |
fun com.jar.app.aurum.component.selection.PreviewDisabled
Skippable
Restartable
|
| 1023. |
fun com.jar.app.aurum.component.selection.PreviewWithoutLabel
Skippable
Restartable
|
| 1024. |
fun com.jar.app.aurum.component.selection.AurumRadioGroupConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumRadioGroupConnection |
|
| 1025. |
fun com.jar.app.aurum.component.selection.AurumRadioGroup
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
options |
ImmutableList<AurumRadioOption<T>> |
| 2 |
STABLE |
onSelectionChange |
Function1<T, Unit> |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
label |
String? = @static null |
| 5 |
STABLE |
helperText |
String? = @static null |
| 6 |
STABLE |
errorText |
String? = @static null |
| 7 |
STABLE |
enabled |
Boolean = @static true |
| 8 |
STABLE |
labelPosition |
AurumRadioLabelPosition? = @static <expression> |
|
| 1026. |
fun com.jar.app.aurum.component.selection.PreviewBasicGroup
Skippable
Restartable
|
| 1027. |
fun com.jar.app.aurum.component.selection.PreviewGroupWithoutSubtext
Skippable
Restartable
|
| 1028. |
fun com.jar.app.aurum.component.selection.PreviewGroupError
Skippable
Restartable
|
| 1029. |
fun com.jar.app.aurum.component.selection.PreviewGroupDisabled
Skippable
Restartable
|
| 1030. |
fun com.jar.app.aurum.component.selection.PreviewGroupRightAligned
Skippable
Restartable
|
| 1031. |
fun com.jar.app.aurum.component.selection.AurumSwitchConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumSwitchConnection |
|
| 1032. |
fun com.jar.app.aurum.component.selection.AurumSwitch
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
checked |
Boolean |
| 2 |
STABLE |
onCheckedChange |
Function1<Boolean, Unit>? |
| 3 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 4 |
STABLE |
enabled |
Boolean = @static true |
|
| 1033. |
fun com.jar.app.aurum.component.selection.PreviewAurumSwitchStates
Skippable
Restartable
|
| 1034. |
fun com.jar.app.aurum.component.selection.SwitchPreviewRow
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
label |
String |
| 2 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 1035. |
fun com.jar.app.aurum.component.surface.AurumSurface
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 2 |
STABLE |
color |
Color = @dynamic <expression> |
| 3 |
STABLE |
shape |
Shape? = @dynamic <expression> |
| 4 |
STABLE |
borderColor |
Color? = @static null |
| 5 |
STABLE |
borderWidth |
Dp = @dynamic <expression> |
| 6 |
STABLE |
elevation |
AurumElevationLevel? = @static null |
| 7 |
STABLE |
content |
@[ExtensionFunctionType] Function3<BoxScope, Composer, Int, Unit> |
|
| 1036. |
fun com.jar.app.aurum.component.surface.PreviewAurumSurface
Skippable
Restartable
|
| 1037. |
fun com.jar.app.aurum.component.text.AurumLabelConnection.Example
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
AurumLabelConnection |
|
| 1038. |
fun com.jar.app.aurum.component.text.AurumLabel
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
text |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
type |
AurumLabelType? = @static <expression> |
| 4 |
STABLE |
isUpperCase |
Boolean = @static false |
|
| 1039. |
fun com.jar.app.aurum.component.text.PreviewAurumLabel
Skippable
Restartable
|
| 1040. |
fun com.jar.app.aurum.component.text.AurumText
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
text |
String |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
style |
TextStyle? = @dynamic <expression> |
| 4 |
STABLE |
color |
Color = @static <expression> |
| 5 |
STABLE |
textAlign |
TextAlign? = @static null |
| 6 |
STABLE |
maxLines |
Int = @static 2147483647 |
| 7 |
STABLE |
minLines |
Int = @static 1 |
| 8 |
STABLE |
overflow |
TextOverflow = @static <expression> |
| 9 |
STABLE |
onTextLayout |
Function1<TextLayoutResult, Unit>? = @static null |
|
| 1041. |
fun com.jar.app.aurum.component.text.AurumText
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
text |
AnnotatedString |
| 2 |
STABLE |
modifier |
Modifier? = @static <expression> |
| 3 |
STABLE |
style |
TextStyle? = @dynamic <expression> |
| 4 |
STABLE |
color |
Color = @static <expression> |
| 5 |
STABLE |
textAlign |
TextAlign? = @static null |
| 6 |
STABLE |
maxLines |
Int = @static 2147483647 |
| 7 |
STABLE |
minLines |
Int = @static 1 |
| 8 |
STABLE |
overflow |
TextOverflow = @static <expression> |
| 9 |
STABLE |
inlineContent |
ImmutableMap<String, InlineTextContent>? = @static <expression> |
| 10 |
STABLE |
onTextLayout |
Function1<TextLayoutResult, Unit>? = @static null |
|
| 1042. |
fun com.jar.app.aurum.component.text.PreviewAurumText
Skippable
Restartable
|
| 1043. |
fun com.jar.app.aurum.modifier.PreviewAurumLinearBrushBorder
Skippable
Restartable
|
| 1044. |
fun com.jar.app.aurum.modifier.PreviewAurumRadialBrushCentered
Skippable
Restartable
|
| 1045. |
fun com.jar.app.aurum.modifier.PreviewAurumRadialBrushOffCenter
Skippable
Restartable
|
| 1046. |
fun com.jar.app.aurum.modifier.PreviewAurumShineShimmer
Skippable
Restartable
|
| 1047. |
fun com.jar.app.aurum.preview.AurumPreviewSurface
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 1048. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1049. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1050. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1051. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1052. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1053. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1054. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1055. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1056. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1057. |
fun com.jar.app.aurum.theme.Aurum.
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
<this> |
Aurum |
|
| 1058. |
fun com.jar.app.aurum.theme.AurumTheme
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
colors |
AurumColors? = @static <expression> |
| 2 |
STABLE |
typography |
AurumTypography? = @static <expression> |
| 3 |
STABLE |
spacing |
AurumSpacing? = @static <expression> |
| 4 |
STABLE |
radius |
AurumRadius? = @static <expression> |
| 5 |
STABLE |
borderWidth |
AurumBorderWidth? = @static <expression> |
| 6 |
STABLE |
shapes |
AurumShapes? = @static <expression> |
| 7 |
STABLE |
elevation |
AurumElevation? = @static <expression> |
| 8 |
STABLE |
motion |
AurumMotion? = @static <expression> |
| 9 |
STABLE |
opacity |
AurumOpacity? = @static <expression> |
| 10 |
STABLE |
iconSize |
AurumIconSize? = @static <expression> |
| 11 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|