@fto-consult/expo-ui 6.79.2 → 6.79.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -142,7 +142,7 @@ const DatagridAccordionRow = React.forwardRef((props,ref)=>{
|
|
142
142
|
React.setRef(innerRef,el);
|
143
143
|
}}
|
144
144
|
>
|
145
|
-
<
|
145
|
+
<View
|
146
146
|
ref = {swipeableRef}
|
147
147
|
testID={testID+'_ContentContainerSwipeable'}
|
148
148
|
friction={2}
|
@@ -194,7 +194,7 @@ const DatagridAccordionRow = React.forwardRef((props,ref)=>{
|
|
194
194
|
{right}
|
195
195
|
</Label> : null}
|
196
196
|
</View>
|
197
|
-
</
|
197
|
+
</View>
|
198
198
|
</Pressable>
|
199
199
|
})
|
200
200
|
|
@@ -523,7 +523,7 @@ const DatagridFactory = (Factory)=>{
|
|
523
523
|
{datagridHeader}
|
524
524
|
{this.renderProgressBar()}
|
525
525
|
{!canRenderChart && showFooters ? (
|
526
|
-
<View testID={testID+"_FooterContainer"} pointerEvents={pointerEvents} style={[theme.styles.justifyContentCenter
|
526
|
+
<View testID={testID+"_FooterContainer"} pointerEvents={pointerEvents} style={[theme.styles.justifyContentCenter]}>
|
527
527
|
<View testID={testID+"_FooterContentContainer"} style={[styles.footersContainer]}>
|
528
528
|
<ScrollView testID={testID+"_FooterScrollView"} horizontal contentContainerStyle={[styles.contentContainerStyle]}>
|
529
529
|
<View testID={testID+"_FooterContent"} style={[styles.table,theme.styles.p1]}>
|