Skip to content

Commit bb6776e

Browse files
committed
Update GitHub Pages documentation site to '1da7e293'.
1 parent 906f994 commit bb6776e

File tree

231 files changed

+7426
-971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+7426
-971
lines changed

docs/data/documentation/swiftcrossui.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/ResolvedMenu",
249249
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/SaveDialogOptions",
250250
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/TableRowBuilder",
251+
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/TapGesture",
251252
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/TupleScene10",
252253
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/TupleScene2",
253254
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/TupleScene3",
@@ -3942,6 +3943,37 @@
39423943
"type" : "topic",
39433944
"url" : "\/documentation\/swiftcrossui\/tablerowcontent"
39443945
},
3946+
"doc://SwiftCrossUI/documentation/SwiftCrossUI/TapGesture": {
3947+
"abstract" : [
3948+
3949+
],
3950+
"fragments" : [
3951+
{
3952+
"kind" : "keyword",
3953+
"text" : "struct"
3954+
},
3955+
{
3956+
"kind" : "text",
3957+
"text" : " "
3958+
},
3959+
{
3960+
"kind" : "identifier",
3961+
"text" : "TapGesture"
3962+
}
3963+
],
3964+
"identifier" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/TapGesture",
3965+
"kind" : "symbol",
3966+
"navigatorTitle" : [
3967+
{
3968+
"kind" : "identifier",
3969+
"text" : "TapGesture"
3970+
}
3971+
],
3972+
"role" : "symbol",
3973+
"title" : "TapGesture",
3974+
"type" : "topic",
3975+
"url" : "\/documentation\/swiftcrossui\/tapgesture"
3976+
},
39453977
"doc://SwiftCrossUI/documentation/SwiftCrossUI/Text": {
39463978
"abstract" : [
39473979
{

docs/data/documentation/swiftcrossui/anyview/onclick(perform:).json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
],
8989
"remoteSource" : {
9090
"fileName" : "OnTapGestureModifier.swift",
91-
"url" : "https:\/\/github.com\/stackotter\/swift-cross-ui\/blob\/main\/Sources\/SwiftCrossUI\/Modifiers\/OnTapGestureModifier.swift#L12"
91+
"url" : "https:\/\/github.com\/stackotter\/swift-cross-ui\/blob\/main\/Sources\/SwiftCrossUI\/Modifiers\/OnTapGestureModifier.swift#L33"
9292
},
9393
"role" : "symbol",
9494
"roleHeading" : "Instance Method",

docs/data/documentation/swiftcrossui/anyview/ontapgesture(perform:).json renamed to docs/data/documentation/swiftcrossui/anyview/ontapgesture(gesture:perform:).json

Lines changed: 101 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"identifier" : {
1818
"interfaceLanguage" : "swift",
19-
"url" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onTapGesture(perform:)"
19+
"url" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onTapGesture(gesture:perform:)"
2020
},
2121
"kind" : "symbol",
2222
"metadata" : {
2323
"extendedModule" : "SwiftCrossUI",
24-
"externalID" : "s:12SwiftCrossUI4ViewPAAE12onTapGesture7performQryyc_tF::SYNTHESIZED::s:12SwiftCrossUI7AnyViewV",
24+
"externalID" : "s:12SwiftCrossUI4ViewPAAE12onTapGesture7gesture7performQrAA0fG0V_yyctF::SYNTHESIZED::s:12SwiftCrossUI7AnyViewV",
2525
"fragments" : [
2626
{
2727
"kind" : "keyword",
@@ -39,6 +39,23 @@
3939
"kind" : "text",
4040
"text" : "("
4141
},
42+
{
43+
"kind" : "externalParam",
44+
"text" : "gesture"
45+
},
46+
{
47+
"kind" : "text",
48+
"text" : ": "
49+
},
50+
{
51+
"kind" : "typeIdentifier",
52+
"preciseIdentifier" : "s:12SwiftCrossUI10TapGestureV",
53+
"text" : "TapGesture"
54+
},
55+
{
56+
"kind" : "text",
57+
"text" : ", "
58+
},
4259
{
4360
"kind" : "externalParam",
4461
"text" : "perform"
@@ -77,12 +94,12 @@
7794
],
7895
"remoteSource" : {
7996
"fileName" : "OnTapGestureModifier.swift",
80-
"url" : "https:\/\/github.com\/stackotter\/swift-cross-ui\/blob\/main\/Sources\/SwiftCrossUI\/Modifiers\/OnTapGestureModifier.swift#L5"
97+
"url" : "https:\/\/github.com\/stackotter\/swift-cross-ui\/blob\/main\/Sources\/SwiftCrossUI\/Modifiers\/OnTapGestureModifier.swift#L24"
8198
},
8299
"role" : "symbol",
83100
"roleHeading" : "Instance Method",
84101
"symbolKind" : "method",
85-
"title" : "onTapGesture(perform:)"
102+
"title" : "onTapGesture(gesture:perform:)"
86103
},
87104
"primaryContentSections" : [
88105
{
@@ -111,6 +128,24 @@
111128
"kind" : "text",
112129
"text" : "("
113130
},
131+
{
132+
"kind" : "externalParam",
133+
"text" : "gesture"
134+
},
135+
{
136+
"kind" : "text",
137+
"text" : ": "
138+
},
139+
{
140+
"identifier" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/TapGesture",
141+
"kind" : "typeIdentifier",
142+
"preciseIdentifier" : "s:12SwiftCrossUI10TapGestureV",
143+
"text" : "TapGesture"
144+
},
145+
{
146+
"kind" : "text",
147+
"text" : " = .primary, "
148+
},
114149
{
115150
"kind" : "externalParam",
116151
"text" : "perform"
@@ -178,7 +213,15 @@
178213
{
179214
"inlineContent" : [
180215
{
181-
"text" : "Any tappable elements within the view will no longer be tappable.",
216+
"text" : "Any tappable elements within the view will no longer be tappable with the same gesture",
217+
"type" : "text"
218+
},
219+
{
220+
"text" : " ",
221+
"type" : "text"
222+
},
223+
{
224+
"text" : "type.",
182225
"type" : "text"
183226
}
184227
],
@@ -199,7 +242,7 @@
199242
"variants" : [
200243
{
201244
"paths" : [
202-
"\/documentation\/swiftcrossui\/anyview\/ontapgesture(perform:)"
245+
"\/documentation\/swiftcrossui\/anyview\/ontapgesture(gesture:perform:)"
203246
],
204247
"traits" : [
205248
{
@@ -306,7 +349,7 @@
306349
"type" : "topic",
307350
"url" : "\/documentation\/swiftcrossui\/anyview\/view-implementations"
308351
},
309-
"doc://SwiftCrossUI/documentation/SwiftCrossUI/AnyView/onTapGesture(perform:)": {
352+
"doc://SwiftCrossUI/documentation/SwiftCrossUI/AnyView/onTapGesture(gesture:perform:)": {
310353
"abstract" : [
311354
{
312355
"text" : "Adds an action to perform when the user taps or clicks this view.",
@@ -330,6 +373,23 @@
330373
"kind" : "text",
331374
"text" : "("
332375
},
376+
{
377+
"kind" : "externalParam",
378+
"text" : "gesture"
379+
},
380+
{
381+
"kind" : "text",
382+
"text" : ": "
383+
},
384+
{
385+
"kind" : "typeIdentifier",
386+
"preciseIdentifier" : "s:12SwiftCrossUI10TapGestureV",
387+
"text" : "TapGesture"
388+
},
389+
{
390+
"kind" : "text",
391+
"text" : ", "
392+
},
333393
{
334394
"kind" : "externalParam",
335395
"text" : "perform"
@@ -361,12 +421,43 @@
361421
"text" : "View"
362422
}
363423
],
364-
"identifier" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onTapGesture(perform:)",
424+
"identifier" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onTapGesture(gesture:perform:)",
425+
"kind" : "symbol",
426+
"role" : "symbol",
427+
"title" : "onTapGesture(gesture:perform:)",
428+
"type" : "topic",
429+
"url" : "\/documentation\/swiftcrossui\/anyview\/ontapgesture(gesture:perform:)"
430+
},
431+
"doc://SwiftCrossUI/documentation/SwiftCrossUI/TapGesture": {
432+
"abstract" : [
433+
434+
],
435+
"fragments" : [
436+
{
437+
"kind" : "keyword",
438+
"text" : "struct"
439+
},
440+
{
441+
"kind" : "text",
442+
"text" : " "
443+
},
444+
{
445+
"kind" : "identifier",
446+
"text" : "TapGesture"
447+
}
448+
],
449+
"identifier" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/TapGesture",
365450
"kind" : "symbol",
451+
"navigatorTitle" : [
452+
{
453+
"kind" : "identifier",
454+
"text" : "TapGesture"
455+
}
456+
],
366457
"role" : "symbol",
367-
"title" : "onTapGesture(perform:)",
458+
"title" : "TapGesture",
368459
"type" : "topic",
369-
"url" : "\/documentation\/swiftcrossui\/anyview\/ontapgesture(perform:)"
460+
"url" : "\/documentation\/swiftcrossui\/tapgesture"
370461
},
371462
"doc://SwiftCrossUI/documentation/SwiftCrossUI/View": {
372463
"abstract" : [

docs/data/documentation/swiftcrossui/anyview/view-implementations.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onDisappear(perform:)",
5656
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onOpenURL(perform:)",
5757
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onSubmit(perform:)",
58-
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onTapGesture(perform:)",
58+
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onTapGesture(gesture:perform:)",
5959
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/overlay(content:)",
6060
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/padding(_:)",
6161
"doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/padding(_:_:)",
@@ -1813,7 +1813,7 @@
18131813
"type" : "topic",
18141814
"url" : "\/documentation\/swiftcrossui\/anyview\/onsubmit(perform:)"
18151815
},
1816-
"doc://SwiftCrossUI/documentation/SwiftCrossUI/AnyView/onTapGesture(perform:)": {
1816+
"doc://SwiftCrossUI/documentation/SwiftCrossUI/AnyView/onTapGesture(gesture:perform:)": {
18171817
"abstract" : [
18181818
{
18191819
"text" : "Adds an action to perform when the user taps or clicks this view.",
@@ -1837,6 +1837,23 @@
18371837
"kind" : "text",
18381838
"text" : "("
18391839
},
1840+
{
1841+
"kind" : "externalParam",
1842+
"text" : "gesture"
1843+
},
1844+
{
1845+
"kind" : "text",
1846+
"text" : ": "
1847+
},
1848+
{
1849+
"kind" : "typeIdentifier",
1850+
"preciseIdentifier" : "s:12SwiftCrossUI10TapGestureV",
1851+
"text" : "TapGesture"
1852+
},
1853+
{
1854+
"kind" : "text",
1855+
"text" : ", "
1856+
},
18401857
{
18411858
"kind" : "externalParam",
18421859
"text" : "perform"
@@ -1868,12 +1885,12 @@
18681885
"text" : "View"
18691886
}
18701887
],
1871-
"identifier" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onTapGesture(perform:)",
1888+
"identifier" : "doc:\/\/SwiftCrossUI\/documentation\/SwiftCrossUI\/AnyView\/onTapGesture(gesture:perform:)",
18721889
"kind" : "symbol",
18731890
"role" : "symbol",
1874-
"title" : "onTapGesture(perform:)",
1891+
"title" : "onTapGesture(gesture:perform:)",
18751892
"type" : "topic",
1876-
"url" : "\/documentation\/swiftcrossui\/anyview\/ontapgesture(perform:)"
1893+
"url" : "\/documentation\/swiftcrossui\/anyview\/ontapgesture(gesture:perform:)"
18771894
},
18781895
"doc://SwiftCrossUI/documentation/SwiftCrossUI/AnyView/overlay(content:)": {
18791896
"abstract" : [

0 commit comments

Comments
 (0)