@@ -87138,3 +87138,204 @@ exports[`snapshotAllPages XMLHttpRequest 6`] = `
8713887138 </View>
8713987139</View>
8714087140`;
87141+
87142+ exports[`snapshotAllPages Xaml WinUI3 (Experimental, for Fabric) 1`] = `
87143+ <RCTScrollView>
87144+ <View>
87145+ <View
87146+ style={
87147+ {
87148+ "flexDirection": "column",
87149+ "gap": 5,
87150+ "margin": 20,
87151+ }
87152+ }
87153+ >
87154+ <View
87155+ accessibilityRole="button"
87156+ accessibilityState={
87157+ {
87158+ "busy": undefined,
87159+ "checked": undefined,
87160+ "disabled": undefined,
87161+ "expanded": undefined,
87162+ "multiselectable": undefined,
87163+ "readOnly": undefined,
87164+ "required": undefined,
87165+ "selected": undefined,
87166+ }
87167+ }
87168+ accessibilityValue={
87169+ {
87170+ "max": undefined,
87171+ "min": undefined,
87172+ "now": undefined,
87173+ "text": undefined,
87174+ }
87175+ }
87176+ accessible={true}
87177+ focusable={true}
87178+ onBlur={[Function]}
87179+ onClick={[Function]}
87180+ onFocus={[Function]}
87181+ onKeyDown={[Function]}
87182+ onKeyUp={[Function]}
87183+ onMouseEnter={[Function]}
87184+ onMouseLeave={[Function]}
87185+ onResponderGrant={[Function]}
87186+ onResponderMove={[Function]}
87187+ onResponderRelease={[Function]}
87188+ onResponderTerminate={[Function]}
87189+ onResponderTerminationRequest={[Function]}
87190+ onStartShouldSetResponder={[Function]}
87191+ style={
87192+ [
87193+ {
87194+ "backgroundColor": {
87195+ "windowsbrush": [
87196+ "ButtonBackground",
87197+ ],
87198+ },
87199+ "borderBottomWidth": 1.5,
87200+ "borderColor": {
87201+ "windowsbrush": [
87202+ "ButtonBorderBrush",
87203+ ],
87204+ },
87205+ "borderRadius": 3,
87206+ "borderWidth": 1,
87207+ },
87208+ ]
87209+ }
87210+ >
87211+ <View
87212+ style={{}}
87213+ >
87214+ <View
87215+ style={{}}
87216+ >
87217+ <Text
87218+ style={
87219+ [
87220+ {
87221+ "color": {
87222+ "windowsbrush": [
87223+ "ButtonForeground",
87224+ ],
87225+ },
87226+ "fontSize": 14,
87227+ "fontWeight": "400",
87228+ "margin": 8,
87229+ "textAlign": "center",
87230+ },
87231+ ]
87232+ }
87233+ >
87234+ Before Button
87235+ </Text>
87236+ </View>
87237+ </View>
87238+ </View>
87239+ <Text>
87240+ Xaml CalendarView control. Selected date:
87241+ </Text>
87242+ <CalendarView
87243+ onSelectedDatesChanged={[Function]}
87244+ style={
87245+ {
87246+ "height": 400,
87247+ "minHeight": 400,
87248+ "minWidth": 400,
87249+ "width": 400,
87250+ }
87251+ }
87252+ />
87253+ <View
87254+ accessibilityRole="button"
87255+ accessibilityState={
87256+ {
87257+ "busy": undefined,
87258+ "checked": undefined,
87259+ "disabled": undefined,
87260+ "expanded": undefined,
87261+ "multiselectable": undefined,
87262+ "readOnly": undefined,
87263+ "required": undefined,
87264+ "selected": undefined,
87265+ }
87266+ }
87267+ accessibilityValue={
87268+ {
87269+ "max": undefined,
87270+ "min": undefined,
87271+ "now": undefined,
87272+ "text": undefined,
87273+ }
87274+ }
87275+ accessible={true}
87276+ focusable={true}
87277+ onBlur={[Function]}
87278+ onClick={[Function]}
87279+ onFocus={[Function]}
87280+ onKeyDown={[Function]}
87281+ onKeyUp={[Function]}
87282+ onMouseEnter={[Function]}
87283+ onMouseLeave={[Function]}
87284+ onResponderGrant={[Function]}
87285+ onResponderMove={[Function]}
87286+ onResponderRelease={[Function]}
87287+ onResponderTerminate={[Function]}
87288+ onResponderTerminationRequest={[Function]}
87289+ onStartShouldSetResponder={[Function]}
87290+ style={
87291+ [
87292+ {
87293+ "backgroundColor": {
87294+ "windowsbrush": [
87295+ "ButtonBackground",
87296+ ],
87297+ },
87298+ "borderBottomWidth": 1.5,
87299+ "borderColor": {
87300+ "windowsbrush": [
87301+ "ButtonBorderBrush",
87302+ ],
87303+ },
87304+ "borderRadius": 3,
87305+ "borderWidth": 1,
87306+ },
87307+ ]
87308+ }
87309+ >
87310+ <View
87311+ style={{}}
87312+ >
87313+ <View
87314+ style={{}}
87315+ >
87316+ <Text
87317+ style={
87318+ [
87319+ {
87320+ "color": {
87321+ "windowsbrush": [
87322+ "ButtonForeground",
87323+ ],
87324+ },
87325+ "fontSize": 14,
87326+ "fontWeight": "400",
87327+ "margin": 8,
87328+ "textAlign": "center",
87329+ },
87330+ ]
87331+ }
87332+ >
87333+ After Button
87334+ </Text>
87335+ </View>
87336+ </View>
87337+ </View>
87338+ </View>
87339+ </View>
87340+ </RCTScrollView>
87341+ `;
0 commit comments