@dhiraj0720/report1chart 2.8.9 → 2.9.0
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
|
@@ -123,23 +123,6 @@ const Report3AScreen = ({ api, token, onBack }) => {
|
|
|
123
123
|
</TouchableOpacity>
|
|
124
124
|
</View>
|
|
125
125
|
|
|
126
|
-
<View style={styles.filterBar}>
|
|
127
|
-
<TouchableOpacity onPress={() => setMonthsModal(true)} style={styles.filterItem}>
|
|
128
|
-
<Svg width={22} height={22} viewBox="0 0 24 24" fill="none">
|
|
129
|
-
<Path d="M20 4H4V6.5L12 14.5L20 6.5V4Z" stroke="#000" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" />
|
|
130
|
-
<Path d="M8 11V19L16 19V11" stroke="#000" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" />
|
|
131
|
-
</Svg>
|
|
132
|
-
<Text style={styles.filterText}>Months ({selectedMonths.length}/{months.length})</Text>
|
|
133
|
-
</TouchableOpacity>
|
|
134
|
-
|
|
135
|
-
<TouchableOpacity onPress={() => setDivisionModal(true)} style={styles.filterItem}>
|
|
136
|
-
<Svg width={22} height={22} viewBox="0 0 24 24" fill="none">
|
|
137
|
-
<Path d="M20 4H4V6.5L12 14.5L20 6.5V4Z" stroke="#000" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" />
|
|
138
|
-
<Path d="M8 11V19L16 19V11" stroke="#000" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" />
|
|
139
|
-
</Svg>
|
|
140
|
-
<Text style={styles.filterText}>{currentDivisionName}</Text>
|
|
141
|
-
</TouchableOpacity>
|
|
142
|
-
</View>
|
|
143
126
|
|
|
144
127
|
<ScrollView style={styles.content}>
|
|
145
128
|
{/* FULL SCREEN BUTTON
|