@momo-kits/native-kits 0.162.6-debug → 0.162.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/package.json +1 -1
  2. package/build.gradle.kts +0 -11
  3. package/compose/build.gradle.kts +0 -189
  4. package/compose/build.gradle.kts.backup +0 -189
  5. package/compose/compose.podspec +0 -47
  6. package/compose/src/androidMain/kotlin/vn/momo/kits/navigation/ScrollToTop.android.kt +0 -6
  7. package/compose/src/androidMain/kotlin/vn/momo/kits/platform/Platform.android.kt +0 -123
  8. package/compose/src/commonMain/composeResources/font/momosignature.otf +0 -0
  9. package/compose/src/commonMain/composeResources/font/momotrustdisplay.otf +0 -0
  10. package/compose/src/commonMain/composeResources/font/sfprotext_black.otf +0 -0
  11. package/compose/src/commonMain/composeResources/font/sfprotext_black.ttf +0 -0
  12. package/compose/src/commonMain/composeResources/font/sfprotext_bold.ttf +0 -0
  13. package/compose/src/commonMain/composeResources/font/sfprotext_heavy.ttf +0 -0
  14. package/compose/src/commonMain/composeResources/font/sfprotext_light.ttf +0 -0
  15. package/compose/src/commonMain/composeResources/font/sfprotext_medium.ttf +0 -0
  16. package/compose/src/commonMain/composeResources/font/sfprotext_regular.ttf +0 -0
  17. package/compose/src/commonMain/composeResources/font/sfprotext_semibold.ttf +0 -0
  18. package/compose/src/commonMain/composeResources/font/sfprotext_thin.otf +0 -0
  19. package/compose/src/commonMain/composeResources/font/sfprotext_thin.ttf +0 -0
  20. package/compose/src/commonMain/composeResources/font/sfprotext_ultralight.otf +0 -0
  21. package/compose/src/commonMain/composeResources/font/sfprotext_ultralight.ttf +0 -0
  22. package/compose/src/commonMain/kotlin/vn/momo/kits/application/AnimationSearchInput.kt +0 -52
  23. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Context.kt +0 -116
  24. package/compose/src/commonMain/kotlin/vn/momo/kits/application/FloatingButton.kt +0 -183
  25. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Header.kt +0 -207
  26. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderAnimated.kt +0 -39
  27. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderBackground.kt +0 -86
  28. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderDefault.kt +0 -76
  29. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderExtended.kt +0 -76
  30. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderRight.kt +0 -294
  31. package/compose/src/commonMain/kotlin/vn/momo/kits/application/HeaderTitle.kt +0 -33
  32. package/compose/src/commonMain/kotlin/vn/momo/kits/application/LiteScreen.kt +0 -826
  33. package/compose/src/commonMain/kotlin/vn/momo/kits/application/NavigationContainer.kt +0 -109
  34. package/compose/src/commonMain/kotlin/vn/momo/kits/application/Screen.kt +0 -378
  35. package/compose/src/commonMain/kotlin/vn/momo/kits/application/useHeaderSearchAnimation.kt +0 -69
  36. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Avatar.kt +0 -157
  37. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Badge.kt +0 -82
  38. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BadgeDot.kt +0 -32
  39. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BadgeRibbon.kt +0 -338
  40. package/compose/src/commonMain/kotlin/vn/momo/kits/components/BaselineView.kt +0 -175
  41. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Button.kt +0 -354
  42. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Carousel.kt +0 -113
  43. package/compose/src/commonMain/kotlin/vn/momo/kits/components/CheckBox.kt +0 -89
  44. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Chip.kt +0 -128
  45. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Collapse.kt +0 -209
  46. package/compose/src/commonMain/kotlin/vn/momo/kits/components/CupertinoOverscroll.kt +0 -543
  47. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Divider.kt +0 -23
  48. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Icon.kt +0 -76
  49. package/compose/src/commonMain/kotlin/vn/momo/kits/components/IconButton.kt +0 -140
  50. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Image.kt +0 -188
  51. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Information.kt +0 -112
  52. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Input.kt +0 -477
  53. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputDropDown.kt +0 -114
  54. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputMoney.kt +0 -214
  55. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputOTP.kt +0 -240
  56. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputPhoneNumber.kt +0 -216
  57. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputSearch.kt +0 -259
  58. package/compose/src/commonMain/kotlin/vn/momo/kits/components/InputTextArea.kt +0 -182
  59. package/compose/src/commonMain/kotlin/vn/momo/kits/components/LazyColumnWithBouncing.kt +0 -343
  60. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Loader.kt +0 -108
  61. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationDot.kt +0 -56
  62. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationNumber.kt +0 -41
  63. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationScroll.kt +0 -84
  64. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PaginationWhiteDot.kt +0 -40
  65. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PopupNotify.kt +0 -331
  66. package/compose/src/commonMain/kotlin/vn/momo/kits/components/PopupPromotion.kt +0 -97
  67. package/compose/src/commonMain/kotlin/vn/momo/kits/components/ProgressInfo.kt +0 -310
  68. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Radio.kt +0 -59
  69. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Rating.kt +0 -87
  70. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Skeleton.kt +0 -90
  71. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Slider.kt +0 -323
  72. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Stepper.kt +0 -217
  73. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Steps.kt +0 -473
  74. package/compose/src/commonMain/kotlin/vn/momo/kits/components/SuggestAction.kt +0 -122
  75. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Swipe.kt +0 -199
  76. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Switch.kt +0 -91
  77. package/compose/src/commonMain/kotlin/vn/momo/kits/components/TabView.kt +0 -470
  78. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Tag.kt +0 -88
  79. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Text.kt +0 -134
  80. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Title.kt +0 -203
  81. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Tooltip.kt +0 -498
  82. package/compose/src/commonMain/kotlin/vn/momo/kits/components/TrustBanner.kt +0 -177
  83. package/compose/src/commonMain/kotlin/vn/momo/kits/components/Uploader.kt +0 -182
  84. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePicker.kt +0 -193
  85. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePickerTypes.kt +0 -29
  86. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/DateTimePickerUtils.kt +0 -234
  87. package/compose/src/commonMain/kotlin/vn/momo/kits/components/datetimepicker/WheelPicker.kt +0 -188
  88. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Colors.kt +0 -306
  89. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Radius.kt +0 -12
  90. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Spacing.kt +0 -16
  91. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Theme.kt +0 -188
  92. package/compose/src/commonMain/kotlin/vn/momo/kits/const/Typography.kt +0 -269
  93. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Card.kt +0 -2
  94. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Item.kt +0 -35
  95. package/compose/src/commonMain/kotlin/vn/momo/kits/layout/Section.kt +0 -2
  96. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/AutomationId.kt +0 -52
  97. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Clickable.kt +0 -66
  98. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Conditional.kt +0 -11
  99. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/DeprecatedModifier.kt +0 -104
  100. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Shadow.kt +0 -48
  101. package/compose/src/commonMain/kotlin/vn/momo/kits/modifier/Size.kt +0 -51
  102. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/BottomSheet.kt +0 -253
  103. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/ModalScreen.kt +0 -129
  104. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/Navigation.kt +0 -94
  105. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/NavigationContainer.kt +0 -186
  106. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/Navigator.kt +0 -360
  107. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/ScrollToTop.kt +0 -8
  108. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/StackScreen.kt +0 -557
  109. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/BottomTab.kt +0 -155
  110. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/BottomTabBar.kt +0 -225
  111. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/bottomtab/CurvedContainer.kt +0 -86
  112. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/FloatingButton.kt +0 -169
  113. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/Header.kt +0 -320
  114. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderBackground.kt +0 -81
  115. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderRight.kt +0 -309
  116. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderTitle.kt +0 -34
  117. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/HeaderUser.kt +0 -360
  118. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/component/SnackBar.kt +0 -132
  119. package/compose/src/commonMain/kotlin/vn/momo/kits/navigation/tracking/ScreenTracker.kt +0 -128
  120. package/compose/src/commonMain/kotlin/vn/momo/kits/platform/ComposeLottieAnimation.kt +0 -70
  121. package/compose/src/commonMain/kotlin/vn/momo/kits/platform/Platform.kt +0 -58
  122. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Icons.kt +0 -1329
  123. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Resources.kt +0 -55
  124. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Tracking.kt +0 -15
  125. package/compose/src/commonMain/kotlin/vn/momo/kits/utils/Utils.kt +0 -105
  126. package/compose/src/iosMain/kotlin/vn/momo/kits/navigation/ScrollToTop.ios.kt +0 -32
  127. package/compose/src/iosMain/kotlin/vn/momo/kits/platform/Platform.ios.kt +0 -184
  128. package/gradle/libs.versions.toml +0 -67
  129. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  130. package/gradle/wrapper/gradle-wrapper.properties +0 -8
  131. package/gradle.properties +0 -26
  132. package/gradlew +0 -252
  133. package/gradlew.bat +0 -94
  134. package/settings.gradle.kts +0 -64
@@ -1,253 +0,0 @@
1
- package vn.momo.kits.navigation
2
-
3
- import androidx.compose.animation.core.Animatable
4
- import androidx.compose.animation.core.CubicBezierEasing
5
- import androidx.compose.animation.core.tween
6
- import androidx.compose.foundation.background
7
- import androidx.compose.foundation.border
8
- import androidx.compose.foundation.gestures.detectDragGestures
9
- import androidx.compose.foundation.layout.Box
10
- import androidx.compose.foundation.layout.BoxWithConstraints
11
- import androidx.compose.foundation.layout.Column
12
- import androidx.compose.foundation.layout.Row
13
- import androidx.compose.foundation.layout.Spacer
14
- import androidx.compose.foundation.layout.fillMaxHeight
15
- import androidx.compose.foundation.layout.fillMaxSize
16
- import androidx.compose.foundation.layout.fillMaxWidth
17
- import androidx.compose.foundation.layout.height
18
- import androidx.compose.foundation.layout.heightIn
19
- import androidx.compose.foundation.layout.offset
20
- import androidx.compose.foundation.layout.padding
21
- import androidx.compose.foundation.layout.size
22
- import androidx.compose.foundation.layout.width
23
- import androidx.compose.foundation.shape.RoundedCornerShape
24
- import androidx.compose.runtime.Composable
25
- import androidx.compose.runtime.DisposableEffect
26
- import androidx.compose.runtime.LaunchedEffect
27
- import androidx.compose.runtime.remember
28
- import androidx.compose.runtime.rememberCoroutineScope
29
- import androidx.compose.ui.Alignment
30
- import androidx.compose.ui.Modifier
31
- import androidx.compose.ui.graphics.Color
32
- import androidx.compose.ui.input.pointer.pointerInput
33
- import androidx.compose.ui.platform.LocalDensity
34
- import androidx.compose.ui.unit.IntOffset
35
- import androidx.compose.ui.unit.dp
36
- import kotlinx.coroutines.launch
37
- import vn.momo.kits.components.Divider
38
- import vn.momo.kits.components.Icon
39
- import vn.momo.kits.components.Text
40
- import vn.momo.kits.const.AppTheme
41
- import vn.momo.kits.const.Colors
42
- import vn.momo.kits.const.Radius
43
- import vn.momo.kits.const.Spacing
44
- import vn.momo.kits.application.ApplicationContext
45
- import vn.momo.kits.application.IsShowBaseLineDebug
46
- import vn.momo.kits.const.Typography
47
- import vn.momo.kits.navigation.tracking.ScreenTracker
48
- import vn.momo.kits.modifier.conditional
49
- import vn.momo.kits.modifier.noFeedbackClickable
50
- import vn.momo.kits.platform.BackHandler
51
- import vn.momo.kits.platform.getScreenHeight
52
-
53
- @Composable
54
- internal fun BottomSheet(
55
- content: @Composable () -> Unit,
56
- header: BottomHeader,
57
- isSurface: Boolean = false,
58
- barrierDismissible: Boolean = true,
59
- onDismiss: (() -> Unit)?
60
- ) {
61
- val navigator = LocalNavigator.current
62
-
63
- val screenHeightDp = getScreenHeight()
64
- val screenHeightPx = with(LocalDensity.current) { screenHeightDp.toPx() }
65
- val sheetOffset = remember { Animatable(screenHeightPx) }
66
-
67
- val backgroundAlpha = remember { Animatable(0f) }
68
- val dynamicAlpha = ((1f - (sheetOffset.value / screenHeightPx)).coerceIn(0f, 1f)) * 0.3f
69
- val alpha = backgroundAlpha.value + dynamicAlpha
70
-
71
- val sheetCloseOffset = with(LocalDensity.current) { 100.dp.toPx() }
72
-
73
- val coroutineScope = rememberCoroutineScope()
74
-
75
- val maxApi = LocalMaxApi.current
76
- val context = ApplicationContext.current
77
-
78
- DisposableEffect(Unit) {
79
- ScreenTracker.trackPopupDisplayed(
80
- maxApi = maxApi,
81
- context = context,
82
- parentScreenName = ScreenTracker.getLastScreenName()
83
- )
84
- onDispose { }
85
- }
86
-
87
- suspend fun openEvent(){
88
- backgroundAlpha.animateTo(
89
- targetValue = 0.3f,
90
- animationSpec = tween(
91
- durationMillis = 100,
92
- easing = CubicBezierEasing(0.05f, 0.7f, 0.1f, 1f)
93
- )
94
- )
95
- sheetOffset.animateTo(
96
- targetValue = 0f,
97
- animationSpec = tween(
98
- durationMillis = 350,
99
- easing = CubicBezierEasing(0.05f, 0.7f, 0.1f, 1f)
100
- )
101
- )
102
- }
103
-
104
- fun closeEvent(){
105
- coroutineScope.launch {
106
- sheetOffset.animateTo(
107
- targetValue = screenHeightPx,
108
- animationSpec = tween(
109
- durationMillis = 200,
110
- easing = CubicBezierEasing(0.3f, 0.0f, 0.8f, 0.15f)
111
- )
112
- )
113
- backgroundAlpha.animateTo(
114
- targetValue = 0f,
115
- animationSpec = tween(
116
- durationMillis = 100,
117
- easing = CubicBezierEasing(0.3f, 0.0f, 0.8f, 0.15f)
118
- )
119
- )
120
- navigator.pop()
121
- }
122
- }
123
-
124
- LaunchedEffect(Unit) {
125
- openEvent()
126
- }
127
-
128
- DisposableEffect(Unit) {
129
- OverplayComponentRegistry.bindClose { closeEvent() }
130
- onDispose {
131
- onDismiss?.invoke()
132
- }
133
- }
134
-
135
- BackHandler(true){
136
- closeEvent()
137
- }
138
-
139
- BoxWithConstraints(
140
- modifier = Modifier
141
- .fillMaxSize()
142
- .background(Color.Black.copy(alpha = alpha))
143
- .noFeedbackClickable {
144
- if(barrierDismissible) closeEvent()
145
- }
146
- ) {
147
- val parentHeight = with(LocalDensity.current) { constraints.maxHeight.toDp() }
148
-
149
- Box(
150
- modifier = Modifier
151
- .align(Alignment.BottomCenter)
152
- .offset { IntOffset(x = 0, y = sheetOffset.value.toInt()) }
153
- .fillMaxWidth()
154
- .heightIn(max = parentHeight - 90.dp)
155
- .background(
156
- color = if (isSurface) AppTheme.current.colors.background.surface else AppTheme.current.colors.background.default,
157
- shape = RoundedCornerShape(topStart = Radius.M, topEnd = Radius.M)
158
- )
159
- .conditional(IsShowBaseLineDebug) {
160
- border(1.dp, Colors.blue_03)
161
- }
162
- .noFeedbackClickable { },
163
- contentAlignment = Alignment.BottomCenter
164
- ) {
165
- Column {
166
- Box(
167
- modifier = Modifier
168
- .height(72.dp)
169
- .fillMaxWidth()
170
- .pointerInput(Unit) {
171
- detectDragGestures(
172
- onDrag = { change, dragAmount ->
173
- change.consume()
174
- coroutineScope.launch {
175
- val newOffset = (sheetOffset.value + dragAmount.y).coerceAtLeast(0f)
176
- sheetOffset.snapTo(newOffset)
177
- }
178
- },
179
- onDragEnd = {
180
- coroutineScope.launch {
181
- if (sheetOffset.value > sheetCloseOffset) {
182
- closeEvent()
183
- } else {
184
- sheetOffset.animateTo(0f)
185
- }
186
- }
187
- }
188
- )
189
- }
190
- ) {
191
- Column(
192
- modifier = Modifier
193
- .fillMaxSize()
194
- .padding(horizontal = Spacing.M),
195
- horizontalAlignment = Alignment.CenterHorizontally
196
- ) {
197
- Spacer(Modifier.height(8.dp))
198
- Box(
199
- modifier = Modifier
200
- .height(4.dp)
201
- .width(40.dp)
202
- .background(
203
- color = Colors.black_06,
204
- shape = RoundedCornerShape(Radius.S)
205
- )
206
- )
207
- Spacer(Modifier.height(4.dp))
208
- Box(Modifier.fillMaxWidth().height(56.dp), contentAlignment = Alignment.Center){
209
- when (header) {
210
- is BottomHeader.Title -> {
211
- Row(modifier = Modifier.fillMaxSize(), verticalAlignment = Alignment.CenterVertically) {
212
- Box(Modifier.size(24.dp))
213
- Box(Modifier.fillMaxHeight().weight(1f), contentAlignment = Alignment.Center){
214
- Text(
215
- text = header.data,
216
- color = Colors.black_17,
217
- style = Typography.headerDefaultBold
218
- )
219
- }
220
- Box(Modifier
221
- .size(24.dp)
222
- .noFeedbackClickable {
223
- closeEvent()
224
- },
225
- contentAlignment = Alignment.Center
226
- ){
227
- Icon(source = "navigation_close")
228
- }
229
- }
230
- }
231
- is BottomHeader.Custom -> {
232
- header.content()
233
- }
234
- }
235
- }
236
- }
237
- }
238
- Divider()
239
- content()
240
- }
241
- }
242
- }
243
- }
244
-
245
- sealed class BottomHeader {
246
- data class Title(
247
- val data: String = "Bottom Sheet Title",
248
- ) : BottomHeader()
249
-
250
- data class Custom(
251
- val content: @Composable () -> Unit
252
- ) : BottomHeader()
253
- }
@@ -1,129 +0,0 @@
1
- package vn.momo.kits.navigation
2
-
3
- import androidx.compose.animation.core.Animatable
4
- import androidx.compose.animation.core.CubicBezierEasing
5
- import androidx.compose.animation.core.tween
6
- import androidx.compose.foundation.background
7
- import androidx.compose.foundation.border
8
- import androidx.compose.foundation.clickable
9
- import androidx.compose.foundation.interaction.MutableInteractionSource
10
- import androidx.compose.foundation.layout.Box
11
- import androidx.compose.foundation.layout.fillMaxSize
12
- import androidx.compose.foundation.layout.wrapContentSize
13
- import androidx.compose.runtime.*
14
- import androidx.compose.ui.Alignment
15
- import androidx.compose.ui.Modifier
16
- import androidx.compose.ui.draw.alpha
17
- import androidx.compose.ui.draw.scale
18
- import androidx.compose.ui.graphics.Color
19
- import androidx.compose.ui.unit.dp
20
- import kotlinx.coroutines.launch
21
- import vn.momo.kits.application.ApplicationContext
22
- import vn.momo.kits.application.IsShowBaseLineDebug
23
- import vn.momo.kits.const.Colors
24
- import vn.momo.kits.modifier.conditional
25
- import vn.momo.kits.modifier.noFeedbackClickable
26
- import vn.momo.kits.navigation.tracking.ScreenTracker
27
- import vn.momo.kits.platform.BackHandler
28
-
29
- @Composable
30
- internal fun ModalScreen(
31
- content: @Composable () -> Unit,
32
- barrierDismissible: Boolean = true,
33
- onDismiss: (() -> Unit)? = null
34
- ) {
35
- val navigator = LocalNavigator.current
36
-
37
- val alpha = remember { Animatable(0f) }
38
- val scale = remember { Animatable(0.8f) }
39
-
40
- val coroutineScope = rememberCoroutineScope()
41
-
42
- val maxApi = LocalMaxApi.current
43
- val context = ApplicationContext.current
44
-
45
- DisposableEffect(Unit) {
46
- ScreenTracker.trackPopupDisplayed(
47
- maxApi = maxApi,
48
- context = context,
49
- parentScreenName = ScreenTracker.getLastScreenName()
50
- )
51
- onDispose { }
52
- }
53
-
54
- fun openEvent() {
55
- coroutineScope.launch {
56
- launch {
57
- alpha.animateTo(
58
- targetValue = 1f,
59
- animationSpec = tween(durationMillis = 250)
60
- )
61
- }
62
- launch {
63
- scale.animateTo(
64
- targetValue = 1f,
65
- animationSpec = tween(
66
- durationMillis = 250,
67
- easing = CubicBezierEasing(0.2f, 0.0f, 0f, 1f)
68
- )
69
- )
70
- }
71
- }
72
- }
73
-
74
- fun closeEvent() {
75
- coroutineScope.launch {
76
- alpha.animateTo(
77
- targetValue = 0f,
78
- animationSpec = tween(durationMillis = 200)
79
- )
80
- scale.animateTo(
81
- targetValue = 0.8f,
82
- animationSpec = tween(durationMillis = 200)
83
- )
84
- navigator.pop()
85
- }
86
- }
87
-
88
- LaunchedEffect(Unit) {
89
- openEvent()
90
- }
91
-
92
- DisposableEffect(Unit) {
93
- OverplayComponentRegistry.bindClose { closeEvent() }
94
- onDispose {
95
- onDismiss?.invoke()
96
- }
97
- }
98
-
99
- BackHandler(enabled = true) {
100
- closeEvent()
101
- }
102
-
103
- Box(
104
- modifier = Modifier
105
- .fillMaxSize()
106
- .background(Color.Black.copy(alpha = 0.6f * alpha.value))
107
- .noFeedbackClickable {
108
- if(barrierDismissible) closeEvent()
109
- },
110
- contentAlignment = Alignment.Center
111
- ) {
112
- Box(
113
- modifier = Modifier
114
- .scale(scale.value)
115
- .alpha(alpha.value)
116
- .wrapContentSize()
117
- .conditional(IsShowBaseLineDebug) {
118
- border(1.dp, Colors.blue_03)
119
- }
120
- .clickable(
121
- indication = null,
122
- interactionSource = remember { MutableInteractionSource() }
123
- ) {},
124
- contentAlignment = Alignment.Center
125
- ) {
126
- content()
127
- }
128
- }
129
- }
@@ -1,94 +0,0 @@
1
- package vn.momo.kits.navigation
2
-
3
- import androidx.compose.foundation.gestures.ScrollableState
4
- import androidx.compose.runtime.*
5
- import androidx.compose.ui.graphics.Color
6
- import vn.momo.kits.navigation.bottomtab.setBottomTabOption
7
- import vn.momo.kits.navigation.component.*
8
-
9
- class Navigation(
10
- val id: Int = -1,
11
- val bottomTabIndex: Int = -1,
12
- val initOptions: NavigationOptions? = null,
13
- private val registry: DynamicScreenRegistry? = null
14
- ) {
15
- private val _options = mutableStateOf(initOptions ?: NavigationOptions())
16
- val currentOptions: State<NavigationOptions> get() = _options
17
- val options: NavigationOptions get() = _options.value
18
-
19
- fun setOptions(
20
- onBackHandler: (() -> Unit)? = null,
21
- hiddenBack: Boolean? = null,
22
- headerBackProps: HeaderBackProps? = null,
23
- headerTitle: HeaderTitle? = null,
24
- titlePosition: TitlePosition? = null,
25
- headerRight: HeaderRight? = null,
26
- headerType: HeaderType? = null,
27
- scrollData: ScrollData? = null,
28
- backgroundColor: Color? = null,
29
- tintColor: Color? = null,
30
- footerComponent: (@Composable () -> Unit)? = null,
31
- floatingButtonProps: FloatingButtonProps? = null,
32
- keyboardOptions: KeyboardOptions? = null
33
- ) {
34
- updateOptions(
35
- options.copy(
36
- onBackHandler = onBackHandler ?: options.onBackHandler,
37
- hiddenBack = hiddenBack ?: options.hiddenBack,
38
- headerBackProps = headerBackProps ?: options.headerBackProps,
39
- headerTitle = headerTitle ?: options.headerTitle,
40
- titlePosition = titlePosition ?: options.titlePosition,
41
- headerRight = headerRight ?: options.headerRight,
42
- headerType = headerType ?: options.headerType,
43
- scrollData = scrollData ?: options.scrollData,
44
- backgroundColor = backgroundColor ?: options.backgroundColor,
45
- tintColor = tintColor ?: options.tintColor,
46
- footerComponent = footerComponent ?: options.footerComponent,
47
- floatingButtonProps = floatingButtonProps ?: options.floatingButtonProps,
48
- keyboardOptions = keyboardOptions ?: options.keyboardOptions,
49
- )
50
- )
51
- }
52
-
53
- fun setOptions(newOptions: NavigationOptions) {
54
- updateOptions(newOptions)
55
- }
56
-
57
- private fun updateOptions(updated: NavigationOptions) {
58
- _options.value = updated
59
- if (bottomTabIndex != -1) setBottomTabOption(bottomTabIndex, updated)
60
- if (id != -1) registry?.setOptions(id, updated)
61
- }
62
- }
63
-
64
- val LocalNavigation = staticCompositionLocalOf<Navigation> {
65
- error("No NavigationStack provided")
66
- }
67
-
68
- @Stable
69
- data class NavigationOptions(
70
- val screenName: String? = null,
71
- val onBackHandler: (() -> Unit)? = null,
72
- val hiddenBack: Boolean = false,
73
- val headerBackProps: HeaderBackProps = HeaderBackProps(),
74
- val headerTitle: HeaderTitle = HeaderTitle.Default("Stack"),
75
- val titlePosition: TitlePosition = TitlePosition.LEFT,
76
- val headerRight: HeaderRight = HeaderRight.Toolkit(),
77
- val headerType: HeaderType = HeaderType.Default(),
78
- val scrollData: ScrollData = ScrollData(),
79
- val backgroundColor: Color? = null,
80
- val tintColor: Color? = null,
81
- val footerComponent: @Composable (() -> Unit)? = null,
82
- val floatingButtonProps: FloatingButtonProps? = null,
83
- val keyboardOptions: KeyboardOptions = KeyboardOptions()
84
- )
85
-
86
- data class KeyboardOptions(
87
- val keyboardShouldPersistTaps: Boolean = false,
88
- val useAvoidKeyboard: Boolean = true
89
- )
90
- data class ScrollData(
91
- val scrollable: Boolean = true,
92
- val scrollState: ScrollableState? = null,
93
- val scrollToTopCallback: (() -> Unit)? = null,
94
- )
@@ -1,186 +0,0 @@
1
- package vn.momo.kits.navigation
2
-
3
- import androidx.compose.animation.*
4
- import androidx.compose.animation.core.tween
5
- import androidx.compose.runtime.*
6
- import androidx.compose.runtime.saveable.rememberSaveable
7
- import androidx.compose.ui.unit.Dp
8
- import androidx.navigation.compose.NavHost
9
- import androidx.navigation.compose.composable
10
- import androidx.navigation.compose.rememberNavController
11
- import androidx.navigation.toRoute
12
- import kotlinx.coroutines.flow.collect
13
- import vn.momo.kits.application.*
14
- import vn.momo.kits.const.*
15
- import vn.momo.kits.platform.ProvideNavigationEventDispatcherOwner
16
- import vn.momo.kits.utils.getAppStatusBarHeight
17
- import vn.momo.kits.utils.getNavigationBarHeight
18
- import vn.momo.maxapi.IMaxApi
19
-
20
- @Composable
21
- fun NavigationContainer(
22
- initialScreenName: String,
23
- initialScreen: @Composable () -> Unit,
24
- options: NavigationOptions? = null,
25
- initialTheme: Theme = defaultTheme,
26
- applicationContext: MiniAppContext? = null,
27
- maxApi: IMaxApi? = null,
28
- setNavigator: ((Navigator) -> Unit)? = null,
29
- statusBarHeight: Dp? = null,
30
- config: KitConfig? = null,
31
- language: String? = null
32
- ){
33
- val navController = rememberNavController()
34
- val registry = remember { DynamicScreenRegistry() }
35
- val navigator = remember { Navigator(navController = navController, maxApi = maxApi, registry = registry) }
36
- val statusBarHeight = statusBarHeight ?: getAppStatusBarHeight()
37
- val navigationBarHeight = getNavigationBarHeight()
38
-
39
- val parentContext = ApplicationContext.current
40
- val mergedContext = MiniAppContext.merge(parentContext, applicationContext)
41
-
42
- var observerFontScaleConfig by remember { mutableStateOf(mergedContext?.fontScaleConfig) }
43
- LaunchedEffect(maxApi) {
44
- val api = maxApi ?: return@LaunchedEffect
45
- runCatching {
46
- api.observer(FONT_SCALE_OBSERVER_KEY).collect { data ->
47
- observerFontScaleConfig = parseFontScaleConfig(data)
48
- }
49
- }
50
- }
51
-
52
- val theme = remember { mutableStateOf(initialTheme) }
53
-
54
- LaunchedEffect(Unit) {
55
- val headerBar = config?.headerBar
56
- if (headerBar != null && theme.value.assets.headerBackground == null) {
57
- theme.value = theme.value.copy(
58
- assets = ThemeAssets(
59
- headerBackground = headerBar
60
- )
61
- )
62
- }
63
- }
64
-
65
- val screenId = rememberSaveable { registry.nextId() }
66
- registry.bind(screenId, initialScreenName, initialScreen, options)
67
- val startDestination = remember(screenId) { DynamicScreenRoute(screenId) }
68
-
69
- ProvideNavigationEventDispatcherOwner {
70
- CompositionLocalProvider(
71
- LocalNavigator provides navigator,
72
- LocalDynamicScreenRegistry provides registry,
73
- LocalMaxApi provides maxApi,
74
- AppTheme provides theme.value,
75
- AppStatusBar provides statusBarHeight,
76
- AppNavigationBar provides navigationBarHeight,
77
- ApplicationContext provides mergedContext,
78
- AppConfig provides config,
79
- AppLanguage provides language,
80
- LocalFontScaleConfig provides (observerFontScaleConfig ?: LocalFontScaleConfig.current),
81
- ) {
82
- LaunchedEffect(Unit) {
83
- setNavigator?.invoke(navigator)
84
- }
85
-
86
- NavHost(navController, startDestination = startDestination) {
87
- composable<DynamicScreenRoute>(
88
- enterTransition = {
89
- slideInHorizontally(
90
- animationSpec = tween(300),
91
- initialOffsetX = { it }
92
- )
93
- },
94
- exitTransition = null,
95
- popEnterTransition = { fadeIn(animationSpec = tween(0)) },
96
- popExitTransition = {
97
- slideOutHorizontally(
98
- animationSpec = tween(300),
99
- targetOffsetX = { it }
100
- )
101
- }
102
- ) { backStackEntry ->
103
- val route = backStackEntry.toRoute<DynamicScreenRoute>()
104
- val screen = registry.getScreen(route.id)
105
-
106
- if (screen != null) {
107
- StackScreen(
108
- id = route.id,
109
- name = screen.name,
110
- content = screen.content,
111
- navigationOptions = screen.options
112
- )
113
- }
114
- }
115
-
116
- composable<DynamicDialogRoute>(
117
- enterTransition = {
118
- slideInVertically(
119
- animationSpec = tween(300),
120
- initialOffsetY = { it }
121
- )
122
- },
123
- exitTransition = null,
124
- popEnterTransition = { fadeIn(animationSpec = tween(0)) },
125
- popExitTransition = {
126
- slideOutVertically(
127
- animationSpec = tween(300),
128
- targetOffsetY = { it }
129
- )
130
- }
131
- ) { backStackEntry ->
132
- val route = backStackEntry.toRoute<DynamicDialogRoute>()
133
- val screen = registry.getScreen(route.id)
134
-
135
- if (screen != null) {
136
- StackScreen(
137
- id = route.id,
138
- name = screen.name,
139
- content = screen.content,
140
- navigationOptions = screen.options
141
- )
142
- }
143
- }
144
- }
145
- }
146
- }
147
-
148
- DisposableEffect(Unit) {
149
- onDispose {
150
- navigator.dispose()
151
- registry.unregisterScreen(screenId)
152
- }
153
- }
154
- }
155
-
156
- val LocalMaxApi = staticCompositionLocalOf<IMaxApi?> {
157
- error("No MaxApi provided")
158
- }
159
-
160
- private const val FONT_SCALE_OBSERVER_KEY = "font_scale_config"
161
-
162
- private fun parseFontScaleConfig(raw: Map<String, Any?>?): FontScaleConfig? {
163
- if (raw.isNullOrEmpty()) return null
164
- @Suppress("UNCHECKED_CAST")
165
- val data = (raw["response"] as? Map<String, Any?>)
166
- ?: (raw["data"] as? Map<String, Any?>)
167
- ?: raw
168
- if (!data.containsKey("useOSFontScale") && !data.containsKey("userScaleRate")) return null
169
- val useOS = when (val v = data["useOSFontScale"]) {
170
- is Boolean -> v
171
- is String -> v.equals("true", ignoreCase = true)
172
- is Number -> v.toInt() != 0
173
- else -> true
174
- }
175
- val rate = when (val v = data["userScaleRate"]) {
176
- is Number -> v.toFloat()
177
- is String -> v.toFloatOrNull()
178
- else -> null
179
- }
180
- val osScale = when (val v = data["osFontScale"]) {
181
- is Number -> v.toFloat()
182
- is String -> v.toFloatOrNull()
183
- else -> null
184
- }
185
- return FontScaleConfig(useOSFontScale = useOS, userScaleRate = rate, osFontScale = osScale)
186
- }