@shortkitsdk/react-native 0.2.46 → 0.2.47
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/android/libs/shortkit-release.aar +0 -0
- package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +2 -4
- package/ios/ShortKitBridge.swift +74 -1
- package/ios/ShortKitModule.mm +10 -0
- package/ios/ShortKitPushHostViewController.swift +59 -0
- package/ios/ShortKitSDK.xcframework/Info.plist +5 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +2 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +1296 -107
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +30 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +30 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +9 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Info.plist +2 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1296 -107
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +30 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +30 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1296 -107
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +30 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +30 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +17 -17
- package/package.json +1 -1
- package/src/ShortKitCommands.ts +39 -0
- package/src/index.ts +5 -0
- package/src/specs/NativeShortKitModule.ts +4 -0
|
@@ -8920,10 +8920,160 @@
|
|
|
8920
8920
|
}
|
|
8921
8921
|
]
|
|
8922
8922
|
},
|
|
8923
|
+
{
|
|
8924
|
+
"kind": "Var",
|
|
8925
|
+
"name": "shouldExpandLiveRoom",
|
|
8926
|
+
"printedName": "shouldExpandLiveRoom",
|
|
8927
|
+
"children": [
|
|
8928
|
+
{
|
|
8929
|
+
"kind": "TypeNominal",
|
|
8930
|
+
"name": "Optional",
|
|
8931
|
+
"printedName": "((ShortKitSDK.ContentItem) -> Swift.Bool)?",
|
|
8932
|
+
"children": [
|
|
8933
|
+
{
|
|
8934
|
+
"kind": "TypeFunc",
|
|
8935
|
+
"name": "Function",
|
|
8936
|
+
"printedName": "(ShortKitSDK.ContentItem) -> Swift.Bool",
|
|
8937
|
+
"children": [
|
|
8938
|
+
{
|
|
8939
|
+
"kind": "TypeNominal",
|
|
8940
|
+
"name": "Bool",
|
|
8941
|
+
"printedName": "Swift.Bool",
|
|
8942
|
+
"usr": "s:Sb"
|
|
8943
|
+
},
|
|
8944
|
+
{
|
|
8945
|
+
"kind": "TypeNominal",
|
|
8946
|
+
"name": "ContentItem",
|
|
8947
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
8948
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
8949
|
+
}
|
|
8950
|
+
]
|
|
8951
|
+
}
|
|
8952
|
+
],
|
|
8953
|
+
"usr": "s:Sq"
|
|
8954
|
+
}
|
|
8955
|
+
],
|
|
8956
|
+
"declKind": "Var",
|
|
8957
|
+
"usr": "s:11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvp",
|
|
8958
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvp",
|
|
8959
|
+
"moduleName": "ShortKitSDK",
|
|
8960
|
+
"declAttributes": [
|
|
8961
|
+
"HasInitialValue",
|
|
8962
|
+
"HasStorage",
|
|
8963
|
+
"AccessControl",
|
|
8964
|
+
"RawDocComment"
|
|
8965
|
+
],
|
|
8966
|
+
"hasStorage": true,
|
|
8967
|
+
"accessors": [
|
|
8968
|
+
{
|
|
8969
|
+
"kind": "Accessor",
|
|
8970
|
+
"name": "Get",
|
|
8971
|
+
"printedName": "Get()",
|
|
8972
|
+
"children": [
|
|
8973
|
+
{
|
|
8974
|
+
"kind": "TypeNominal",
|
|
8975
|
+
"name": "Optional",
|
|
8976
|
+
"printedName": "((ShortKitSDK.ContentItem) -> Swift.Bool)?",
|
|
8977
|
+
"children": [
|
|
8978
|
+
{
|
|
8979
|
+
"kind": "TypeFunc",
|
|
8980
|
+
"name": "Function",
|
|
8981
|
+
"printedName": "(ShortKitSDK.ContentItem) -> Swift.Bool",
|
|
8982
|
+
"children": [
|
|
8983
|
+
{
|
|
8984
|
+
"kind": "TypeNominal",
|
|
8985
|
+
"name": "Bool",
|
|
8986
|
+
"printedName": "Swift.Bool",
|
|
8987
|
+
"usr": "s:Sb"
|
|
8988
|
+
},
|
|
8989
|
+
{
|
|
8990
|
+
"kind": "TypeNominal",
|
|
8991
|
+
"name": "ContentItem",
|
|
8992
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
8993
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
8994
|
+
}
|
|
8995
|
+
]
|
|
8996
|
+
}
|
|
8997
|
+
],
|
|
8998
|
+
"usr": "s:Sq"
|
|
8999
|
+
}
|
|
9000
|
+
],
|
|
9001
|
+
"declKind": "Accessor",
|
|
9002
|
+
"usr": "s:11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvg",
|
|
9003
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvg",
|
|
9004
|
+
"moduleName": "ShortKitSDK",
|
|
9005
|
+
"implicit": true,
|
|
9006
|
+
"accessorKind": "get"
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
"kind": "Accessor",
|
|
9010
|
+
"name": "Set",
|
|
9011
|
+
"printedName": "Set()",
|
|
9012
|
+
"children": [
|
|
9013
|
+
{
|
|
9014
|
+
"kind": "TypeNominal",
|
|
9015
|
+
"name": "Void",
|
|
9016
|
+
"printedName": "()"
|
|
9017
|
+
},
|
|
9018
|
+
{
|
|
9019
|
+
"kind": "TypeNominal",
|
|
9020
|
+
"name": "Optional",
|
|
9021
|
+
"printedName": "((ShortKitSDK.ContentItem) -> Swift.Bool)?",
|
|
9022
|
+
"children": [
|
|
9023
|
+
{
|
|
9024
|
+
"kind": "TypeFunc",
|
|
9025
|
+
"name": "Function",
|
|
9026
|
+
"printedName": "(ShortKitSDK.ContentItem) -> Swift.Bool",
|
|
9027
|
+
"children": [
|
|
9028
|
+
{
|
|
9029
|
+
"kind": "TypeNominal",
|
|
9030
|
+
"name": "Bool",
|
|
9031
|
+
"printedName": "Swift.Bool",
|
|
9032
|
+
"usr": "s:Sb"
|
|
9033
|
+
},
|
|
9034
|
+
{
|
|
9035
|
+
"kind": "TypeNominal",
|
|
9036
|
+
"name": "ContentItem",
|
|
9037
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
9038
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
9039
|
+
}
|
|
9040
|
+
]
|
|
9041
|
+
}
|
|
9042
|
+
],
|
|
9043
|
+
"usr": "s:Sq"
|
|
9044
|
+
}
|
|
9045
|
+
],
|
|
9046
|
+
"declKind": "Accessor",
|
|
9047
|
+
"usr": "s:11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvs",
|
|
9048
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvs",
|
|
9049
|
+
"moduleName": "ShortKitSDK",
|
|
9050
|
+
"implicit": true,
|
|
9051
|
+
"accessorKind": "set"
|
|
9052
|
+
},
|
|
9053
|
+
{
|
|
9054
|
+
"kind": "Accessor",
|
|
9055
|
+
"name": "Modify",
|
|
9056
|
+
"printedName": "Modify()",
|
|
9057
|
+
"children": [
|
|
9058
|
+
{
|
|
9059
|
+
"kind": "TypeNominal",
|
|
9060
|
+
"name": "Void",
|
|
9061
|
+
"printedName": "()"
|
|
9062
|
+
}
|
|
9063
|
+
],
|
|
9064
|
+
"declKind": "Accessor",
|
|
9065
|
+
"usr": "s:11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvM",
|
|
9066
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV20shouldExpandLiveRoomSbAA11ContentItemVcSgvM",
|
|
9067
|
+
"moduleName": "ShortKitSDK",
|
|
9068
|
+
"implicit": true,
|
|
9069
|
+
"accessorKind": "_modify"
|
|
9070
|
+
}
|
|
9071
|
+
]
|
|
9072
|
+
},
|
|
8923
9073
|
{
|
|
8924
9074
|
"kind": "Constructor",
|
|
8925
9075
|
"name": "init",
|
|
8926
|
-
"printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay:surveyOverlay:adOverlay:liveOverlay:liveEndedOverlay:liveRoomMask:muteOnStart:autoplay:feedSource:coldStartEnabled:pullToRefreshEnabled:filter:preload:)",
|
|
9076
|
+
"printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay:surveyOverlay:adOverlay:liveOverlay:liveEndedOverlay:liveRoomMask:muteOnStart:autoplay:feedSource:coldStartEnabled:pullToRefreshEnabled:filter:preload:shouldExpandLiveRoom:)",
|
|
8927
9077
|
"children": [
|
|
8928
9078
|
{
|
|
8929
9079
|
"kind": "TypeNominal",
|
|
@@ -9065,11 +9215,39 @@
|
|
|
9065
9215
|
],
|
|
9066
9216
|
"hasDefaultArg": true,
|
|
9067
9217
|
"usr": "s:Sq"
|
|
9218
|
+
},
|
|
9219
|
+
{
|
|
9220
|
+
"kind": "TypeNominal",
|
|
9221
|
+
"name": "Optional",
|
|
9222
|
+
"printedName": "((ShortKitSDK.ContentItem) -> Swift.Bool)?",
|
|
9223
|
+
"children": [
|
|
9224
|
+
{
|
|
9225
|
+
"kind": "TypeFunc",
|
|
9226
|
+
"name": "Function",
|
|
9227
|
+
"printedName": "(ShortKitSDK.ContentItem) -> Swift.Bool",
|
|
9228
|
+
"children": [
|
|
9229
|
+
{
|
|
9230
|
+
"kind": "TypeNominal",
|
|
9231
|
+
"name": "Bool",
|
|
9232
|
+
"printedName": "Swift.Bool",
|
|
9233
|
+
"usr": "s:Sb"
|
|
9234
|
+
},
|
|
9235
|
+
{
|
|
9236
|
+
"kind": "TypeNominal",
|
|
9237
|
+
"name": "ContentItem",
|
|
9238
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
9239
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
9240
|
+
}
|
|
9241
|
+
]
|
|
9242
|
+
}
|
|
9243
|
+
],
|
|
9244
|
+
"hasDefaultArg": true,
|
|
9245
|
+
"usr": "s:Sq"
|
|
9068
9246
|
}
|
|
9069
9247
|
],
|
|
9070
9248
|
"declKind": "Constructor",
|
|
9071
|
-
"usr": "s:
|
|
9072
|
-
"mangledName": "$
|
|
9249
|
+
"usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK004liveK00p5EndedK00P8RoomMask11muteOnStart8autoplay0F6Source04coldV7Enabled013pullToRefreshZ06filter7preload016shouldExpandLiveR0AcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOAA04LiveK4ModeOAA04LiveqK4ModeOAA04LiverS4ModeOS2bAA0dX0OS2bAA0D6FilterVSgAA0D7PreloadCSgSbAA11ContentItemVcSgtcfc",
|
|
9250
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK004liveK00p5EndedK00P8RoomMask11muteOnStart8autoplay0F6Source04coldV7Enabled013pullToRefreshZ06filter7preload016shouldExpandLiveR0AcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOAA04LiveK4ModeOAA04LiveqK4ModeOAA04LiverS4ModeOS2bAA0dX0OS2bAA0D6FilterVSgAA0D7PreloadCSgSbAA11ContentItemVcSgtcfc",
|
|
9073
9251
|
"moduleName": "ShortKitSDK",
|
|
9074
9252
|
"declAttributes": [
|
|
9075
9253
|
"AccessControl"
|
|
@@ -19353,7 +19531,7 @@
|
|
|
19353
19531
|
{
|
|
19354
19532
|
"kind": "Constructor",
|
|
19355
19533
|
"name": "init",
|
|
19356
|
-
"printedName": "init(immediateItems:)",
|
|
19534
|
+
"printedName": "init(immediateItems:isSeed:)",
|
|
19357
19535
|
"children": [
|
|
19358
19536
|
{
|
|
19359
19537
|
"kind": "TypeNominal",
|
|
@@ -19374,11 +19552,18 @@
|
|
|
19374
19552
|
}
|
|
19375
19553
|
],
|
|
19376
19554
|
"usr": "s:Sa"
|
|
19555
|
+
},
|
|
19556
|
+
{
|
|
19557
|
+
"kind": "TypeNominal",
|
|
19558
|
+
"name": "Bool",
|
|
19559
|
+
"printedName": "Swift.Bool",
|
|
19560
|
+
"hasDefaultArg": true,
|
|
19561
|
+
"usr": "s:Sb"
|
|
19377
19562
|
}
|
|
19378
19563
|
],
|
|
19379
19564
|
"declKind": "Constructor",
|
|
19380
|
-
"usr": "s:
|
|
19381
|
-
"mangledName": "$
|
|
19565
|
+
"usr": "s:11ShortKitSDK11FeedPreloadC14immediateItems6isSeedACSayAA0D5InputOG_Sbtcfc",
|
|
19566
|
+
"mangledName": "$s11ShortKitSDK11FeedPreloadC14immediateItems6isSeedACSayAA0D5InputOG_Sbtcfc",
|
|
19382
19567
|
"moduleName": "ShortKitSDK",
|
|
19383
19568
|
"declAttributes": [
|
|
19384
19569
|
"AccessControl",
|
|
@@ -29146,12 +29331,12 @@
|
|
|
29146
29331
|
{
|
|
29147
29332
|
"kind": "TypeFunc",
|
|
29148
29333
|
"name": "Function",
|
|
29149
|
-
"printedName": "(ShortKitSDK.FeedInput.Type) -> (Swift.String, ShortKitSDK.ContentOrigin, Swift.String?) -> ShortKitSDK.FeedInput",
|
|
29334
|
+
"printedName": "(ShortKitSDK.FeedInput.Type) -> (Swift.String, ShortKitSDK.ContentOrigin, Swift.String?, Swift.String?) -> ShortKitSDK.FeedInput",
|
|
29150
29335
|
"children": [
|
|
29151
29336
|
{
|
|
29152
29337
|
"kind": "TypeFunc",
|
|
29153
29338
|
"name": "Function",
|
|
29154
|
-
"printedName": "(Swift.String, ShortKitSDK.ContentOrigin, Swift.String?) -> ShortKitSDK.FeedInput",
|
|
29339
|
+
"printedName": "(Swift.String, ShortKitSDK.ContentOrigin, Swift.String?, Swift.String?) -> ShortKitSDK.FeedInput",
|
|
29155
29340
|
"children": [
|
|
29156
29341
|
{
|
|
29157
29342
|
"kind": "TypeNominal",
|
|
@@ -29162,7 +29347,7 @@
|
|
|
29162
29347
|
{
|
|
29163
29348
|
"kind": "TypeNominal",
|
|
29164
29349
|
"name": "Tuple",
|
|
29165
|
-
"printedName": "(playbackId: Swift.String, origin: ShortKitSDK.ContentOrigin, fallbackUrl: Swift.String?)",
|
|
29350
|
+
"printedName": "(playbackId: Swift.String, origin: ShortKitSDK.ContentOrigin, fallbackUrl: Swift.String?, contentId: Swift.String?)",
|
|
29166
29351
|
"children": [
|
|
29167
29352
|
{
|
|
29168
29353
|
"kind": "TypeNominal",
|
|
@@ -29176,6 +29361,20 @@
|
|
|
29176
29361
|
"printedName": "ShortKitSDK.ContentOrigin",
|
|
29177
29362
|
"usr": "s:11ShortKitSDK13ContentOriginO"
|
|
29178
29363
|
},
|
|
29364
|
+
{
|
|
29365
|
+
"kind": "TypeNominal",
|
|
29366
|
+
"name": "Optional",
|
|
29367
|
+
"printedName": "Swift.String?",
|
|
29368
|
+
"children": [
|
|
29369
|
+
{
|
|
29370
|
+
"kind": "TypeNominal",
|
|
29371
|
+
"name": "String",
|
|
29372
|
+
"printedName": "Swift.String",
|
|
29373
|
+
"usr": "s:SS"
|
|
29374
|
+
}
|
|
29375
|
+
],
|
|
29376
|
+
"usr": "s:Sq"
|
|
29377
|
+
},
|
|
29179
29378
|
{
|
|
29180
29379
|
"kind": "TypeNominal",
|
|
29181
29380
|
"name": "Optional",
|
|
@@ -29211,8 +29410,8 @@
|
|
|
29211
29410
|
}
|
|
29212
29411
|
],
|
|
29213
29412
|
"declKind": "EnumElement",
|
|
29214
|
-
"usr": "s:
|
|
29215
|
-
"mangledName": "$
|
|
29413
|
+
"usr": "s:11ShortKitSDK9FeedInputO5videoyACSS_AA13ContentOriginOSSSgAGtcACmF",
|
|
29414
|
+
"mangledName": "$s11ShortKitSDK9FeedInputO5videoyACSS_AA13ContentOriginOSSSgAGtcACmF",
|
|
29216
29415
|
"moduleName": "ShortKitSDK",
|
|
29217
29416
|
"declAttributes": [
|
|
29218
29417
|
"RawDocComment"
|
|
@@ -45798,6 +45997,43 @@
|
|
|
45798
45997
|
],
|
|
45799
45998
|
"funcSelfKind": "NonMutating"
|
|
45800
45999
|
},
|
|
46000
|
+
{
|
|
46001
|
+
"kind": "Function",
|
|
46002
|
+
"name": "preloadFeed",
|
|
46003
|
+
"printedName": "preloadFeed(seedItems:)",
|
|
46004
|
+
"children": [
|
|
46005
|
+
{
|
|
46006
|
+
"kind": "TypeNominal",
|
|
46007
|
+
"name": "FeedPreload",
|
|
46008
|
+
"printedName": "ShortKitSDK.FeedPreload",
|
|
46009
|
+
"usr": "s:11ShortKitSDK11FeedPreloadC"
|
|
46010
|
+
},
|
|
46011
|
+
{
|
|
46012
|
+
"kind": "TypeNominal",
|
|
46013
|
+
"name": "Array",
|
|
46014
|
+
"printedName": "[ShortKitSDK.FeedInput]",
|
|
46015
|
+
"children": [
|
|
46016
|
+
{
|
|
46017
|
+
"kind": "TypeNominal",
|
|
46018
|
+
"name": "FeedInput",
|
|
46019
|
+
"printedName": "ShortKitSDK.FeedInput",
|
|
46020
|
+
"usr": "s:11ShortKitSDK9FeedInputO"
|
|
46021
|
+
}
|
|
46022
|
+
],
|
|
46023
|
+
"usr": "s:Sa"
|
|
46024
|
+
}
|
|
46025
|
+
],
|
|
46026
|
+
"declKind": "Func",
|
|
46027
|
+
"usr": "s:11ShortKitSDK0aB0C11preloadFeed9seedItemsAA0E7PreloadCSayAA0E5InputOG_tF",
|
|
46028
|
+
"mangledName": "$s11ShortKitSDK0aB0C11preloadFeed9seedItemsAA0E7PreloadCSayAA0E5InputOG_tF",
|
|
46029
|
+
"moduleName": "ShortKitSDK",
|
|
46030
|
+
"declAttributes": [
|
|
46031
|
+
"Final",
|
|
46032
|
+
"AccessControl",
|
|
46033
|
+
"RawDocComment"
|
|
46034
|
+
],
|
|
46035
|
+
"funcSelfKind": "NonMutating"
|
|
46036
|
+
},
|
|
45801
46037
|
{
|
|
45802
46038
|
"kind": "Function",
|
|
45803
46039
|
"name": "fetchContent",
|
|
@@ -49268,6 +49504,233 @@
|
|
|
49268
49504
|
],
|
|
49269
49505
|
"funcSelfKind": "NonMutating"
|
|
49270
49506
|
},
|
|
49507
|
+
{
|
|
49508
|
+
"kind": "Var",
|
|
49509
|
+
"name": "onContentHeightChange",
|
|
49510
|
+
"printedName": "onContentHeightChange",
|
|
49511
|
+
"children": [
|
|
49512
|
+
{
|
|
49513
|
+
"kind": "TypeNominal",
|
|
49514
|
+
"name": "Optional",
|
|
49515
|
+
"printedName": "((CoreGraphics.CGFloat) -> ())?",
|
|
49516
|
+
"children": [
|
|
49517
|
+
{
|
|
49518
|
+
"kind": "TypeFunc",
|
|
49519
|
+
"name": "Function",
|
|
49520
|
+
"printedName": "(CoreGraphics.CGFloat) -> ()",
|
|
49521
|
+
"children": [
|
|
49522
|
+
{
|
|
49523
|
+
"kind": "TypeNominal",
|
|
49524
|
+
"name": "Void",
|
|
49525
|
+
"printedName": "()"
|
|
49526
|
+
},
|
|
49527
|
+
{
|
|
49528
|
+
"kind": "TypeNominal",
|
|
49529
|
+
"name": "CGFloat",
|
|
49530
|
+
"printedName": "CoreGraphics.CGFloat",
|
|
49531
|
+
"usr": "s:14CoreFoundation7CGFloatV"
|
|
49532
|
+
}
|
|
49533
|
+
]
|
|
49534
|
+
}
|
|
49535
|
+
],
|
|
49536
|
+
"usr": "s:Sq"
|
|
49537
|
+
}
|
|
49538
|
+
],
|
|
49539
|
+
"declKind": "Var",
|
|
49540
|
+
"usr": "s:11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey14CoreFoundation7CGFloatVcSgvp",
|
|
49541
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey12CoreGraphics7CGFloatVcSgvp",
|
|
49542
|
+
"moduleName": "ShortKitSDK",
|
|
49543
|
+
"declAttributes": [
|
|
49544
|
+
"HasInitialValue",
|
|
49545
|
+
"Final",
|
|
49546
|
+
"Preconcurrency",
|
|
49547
|
+
"Custom",
|
|
49548
|
+
"HasStorage",
|
|
49549
|
+
"AccessControl",
|
|
49550
|
+
"RawDocComment"
|
|
49551
|
+
],
|
|
49552
|
+
"hasStorage": true,
|
|
49553
|
+
"accessors": [
|
|
49554
|
+
{
|
|
49555
|
+
"kind": "Accessor",
|
|
49556
|
+
"name": "Get",
|
|
49557
|
+
"printedName": "Get()",
|
|
49558
|
+
"children": [
|
|
49559
|
+
{
|
|
49560
|
+
"kind": "TypeNominal",
|
|
49561
|
+
"name": "Optional",
|
|
49562
|
+
"printedName": "((CoreGraphics.CGFloat) -> ())?",
|
|
49563
|
+
"children": [
|
|
49564
|
+
{
|
|
49565
|
+
"kind": "TypeFunc",
|
|
49566
|
+
"name": "Function",
|
|
49567
|
+
"printedName": "(CoreGraphics.CGFloat) -> ()",
|
|
49568
|
+
"children": [
|
|
49569
|
+
{
|
|
49570
|
+
"kind": "TypeNominal",
|
|
49571
|
+
"name": "Void",
|
|
49572
|
+
"printedName": "()"
|
|
49573
|
+
},
|
|
49574
|
+
{
|
|
49575
|
+
"kind": "TypeNominal",
|
|
49576
|
+
"name": "CGFloat",
|
|
49577
|
+
"printedName": "CoreGraphics.CGFloat",
|
|
49578
|
+
"usr": "s:14CoreFoundation7CGFloatV"
|
|
49579
|
+
}
|
|
49580
|
+
]
|
|
49581
|
+
}
|
|
49582
|
+
],
|
|
49583
|
+
"usr": "s:Sq"
|
|
49584
|
+
}
|
|
49585
|
+
],
|
|
49586
|
+
"declKind": "Accessor",
|
|
49587
|
+
"usr": "s:11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey14CoreFoundation7CGFloatVcSgvg",
|
|
49588
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey12CoreGraphics7CGFloatVcSgvg",
|
|
49589
|
+
"moduleName": "ShortKitSDK",
|
|
49590
|
+
"implicit": true,
|
|
49591
|
+
"declAttributes": [
|
|
49592
|
+
"Final"
|
|
49593
|
+
],
|
|
49594
|
+
"accessorKind": "get"
|
|
49595
|
+
},
|
|
49596
|
+
{
|
|
49597
|
+
"kind": "Accessor",
|
|
49598
|
+
"name": "Set",
|
|
49599
|
+
"printedName": "Set()",
|
|
49600
|
+
"children": [
|
|
49601
|
+
{
|
|
49602
|
+
"kind": "TypeNominal",
|
|
49603
|
+
"name": "Void",
|
|
49604
|
+
"printedName": "()"
|
|
49605
|
+
},
|
|
49606
|
+
{
|
|
49607
|
+
"kind": "TypeNominal",
|
|
49608
|
+
"name": "Optional",
|
|
49609
|
+
"printedName": "((CoreGraphics.CGFloat) -> ())?",
|
|
49610
|
+
"children": [
|
|
49611
|
+
{
|
|
49612
|
+
"kind": "TypeFunc",
|
|
49613
|
+
"name": "Function",
|
|
49614
|
+
"printedName": "(CoreGraphics.CGFloat) -> ()",
|
|
49615
|
+
"children": [
|
|
49616
|
+
{
|
|
49617
|
+
"kind": "TypeNominal",
|
|
49618
|
+
"name": "Void",
|
|
49619
|
+
"printedName": "()"
|
|
49620
|
+
},
|
|
49621
|
+
{
|
|
49622
|
+
"kind": "TypeNominal",
|
|
49623
|
+
"name": "CGFloat",
|
|
49624
|
+
"printedName": "CoreGraphics.CGFloat",
|
|
49625
|
+
"usr": "s:14CoreFoundation7CGFloatV"
|
|
49626
|
+
}
|
|
49627
|
+
]
|
|
49628
|
+
}
|
|
49629
|
+
],
|
|
49630
|
+
"usr": "s:Sq"
|
|
49631
|
+
}
|
|
49632
|
+
],
|
|
49633
|
+
"declKind": "Accessor",
|
|
49634
|
+
"usr": "s:11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey14CoreFoundation7CGFloatVcSgvs",
|
|
49635
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey12CoreGraphics7CGFloatVcSgvs",
|
|
49636
|
+
"moduleName": "ShortKitSDK",
|
|
49637
|
+
"implicit": true,
|
|
49638
|
+
"declAttributes": [
|
|
49639
|
+
"Final"
|
|
49640
|
+
],
|
|
49641
|
+
"accessorKind": "set"
|
|
49642
|
+
},
|
|
49643
|
+
{
|
|
49644
|
+
"kind": "Accessor",
|
|
49645
|
+
"name": "Modify",
|
|
49646
|
+
"printedName": "Modify()",
|
|
49647
|
+
"children": [
|
|
49648
|
+
{
|
|
49649
|
+
"kind": "TypeNominal",
|
|
49650
|
+
"name": "Void",
|
|
49651
|
+
"printedName": "()"
|
|
49652
|
+
}
|
|
49653
|
+
],
|
|
49654
|
+
"declKind": "Accessor",
|
|
49655
|
+
"usr": "s:11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey14CoreFoundation7CGFloatVcSgvM",
|
|
49656
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21onContentHeightChangey12CoreGraphics7CGFloatVcSgvM",
|
|
49657
|
+
"moduleName": "ShortKitSDK",
|
|
49658
|
+
"implicit": true,
|
|
49659
|
+
"declAttributes": [
|
|
49660
|
+
"Final"
|
|
49661
|
+
],
|
|
49662
|
+
"accessorKind": "_modify"
|
|
49663
|
+
}
|
|
49664
|
+
]
|
|
49665
|
+
},
|
|
49666
|
+
{
|
|
49667
|
+
"kind": "Function",
|
|
49668
|
+
"name": "appendItems",
|
|
49669
|
+
"printedName": "appendItems(_:)",
|
|
49670
|
+
"children": [
|
|
49671
|
+
{
|
|
49672
|
+
"kind": "TypeNominal",
|
|
49673
|
+
"name": "Void",
|
|
49674
|
+
"printedName": "()"
|
|
49675
|
+
},
|
|
49676
|
+
{
|
|
49677
|
+
"kind": "TypeNominal",
|
|
49678
|
+
"name": "Array",
|
|
49679
|
+
"printedName": "[ShortKitSDK.WidgetInput]",
|
|
49680
|
+
"children": [
|
|
49681
|
+
{
|
|
49682
|
+
"kind": "TypeNominal",
|
|
49683
|
+
"name": "WidgetInput",
|
|
49684
|
+
"printedName": "ShortKitSDK.WidgetInput",
|
|
49685
|
+
"usr": "s:11ShortKitSDK11WidgetInputO"
|
|
49686
|
+
}
|
|
49687
|
+
],
|
|
49688
|
+
"usr": "s:Sa"
|
|
49689
|
+
}
|
|
49690
|
+
],
|
|
49691
|
+
"declKind": "Func",
|
|
49692
|
+
"usr": "s:11ShortKitSDK0aB20WidgetViewControllerC11appendItemsyySayAA0D5InputOGF",
|
|
49693
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC11appendItemsyySayAA0D5InputOGF",
|
|
49694
|
+
"moduleName": "ShortKitSDK",
|
|
49695
|
+
"declAttributes": [
|
|
49696
|
+
"Preconcurrency",
|
|
49697
|
+
"Custom",
|
|
49698
|
+
"Final",
|
|
49699
|
+
"AccessControl",
|
|
49700
|
+
"RawDocComment"
|
|
49701
|
+
],
|
|
49702
|
+
"funcSelfKind": "NonMutating"
|
|
49703
|
+
},
|
|
49704
|
+
{
|
|
49705
|
+
"kind": "Function",
|
|
49706
|
+
"name": "parentScrollViewDidScroll",
|
|
49707
|
+
"printedName": "parentScrollViewDidScroll(_:)",
|
|
49708
|
+
"children": [
|
|
49709
|
+
{
|
|
49710
|
+
"kind": "TypeNominal",
|
|
49711
|
+
"name": "Void",
|
|
49712
|
+
"printedName": "()"
|
|
49713
|
+
},
|
|
49714
|
+
{
|
|
49715
|
+
"kind": "TypeNominal",
|
|
49716
|
+
"name": "UIScrollView",
|
|
49717
|
+
"printedName": "UIKit.UIScrollView",
|
|
49718
|
+
"usr": "c:objc(cs)UIScrollView"
|
|
49719
|
+
}
|
|
49720
|
+
],
|
|
49721
|
+
"declKind": "Func",
|
|
49722
|
+
"usr": "s:11ShortKitSDK0aB20WidgetViewControllerC012parentScrolle3DidH0yySo08UIScrollE0CF",
|
|
49723
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC012parentScrolle3DidH0yySo08UIScrollE0CF",
|
|
49724
|
+
"moduleName": "ShortKitSDK",
|
|
49725
|
+
"declAttributes": [
|
|
49726
|
+
"Preconcurrency",
|
|
49727
|
+
"Custom",
|
|
49728
|
+
"Final",
|
|
49729
|
+
"AccessControl",
|
|
49730
|
+
"RawDocComment"
|
|
49731
|
+
],
|
|
49732
|
+
"funcSelfKind": "NonMutating"
|
|
49733
|
+
},
|
|
49271
49734
|
{
|
|
49272
49735
|
"kind": "Function",
|
|
49273
49736
|
"name": "viewDidLoad",
|
|
@@ -49329,6 +49792,33 @@
|
|
|
49329
49792
|
],
|
|
49330
49793
|
"funcSelfKind": "NonMutating"
|
|
49331
49794
|
},
|
|
49795
|
+
{
|
|
49796
|
+
"kind": "Function",
|
|
49797
|
+
"name": "viewDidLayoutSubviews",
|
|
49798
|
+
"printedName": "viewDidLayoutSubviews()",
|
|
49799
|
+
"children": [
|
|
49800
|
+
{
|
|
49801
|
+
"kind": "TypeNominal",
|
|
49802
|
+
"name": "Void",
|
|
49803
|
+
"printedName": "()"
|
|
49804
|
+
}
|
|
49805
|
+
],
|
|
49806
|
+
"declKind": "Func",
|
|
49807
|
+
"usr": "c:@M@ShortKitSDK@objc(cs)ShortKitWidgetViewController(im)viewDidLayoutSubviews",
|
|
49808
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC21viewDidLayoutSubviewsyyF",
|
|
49809
|
+
"moduleName": "ShortKitSDK",
|
|
49810
|
+
"overriding": true,
|
|
49811
|
+
"objc_name": "viewDidLayoutSubviews",
|
|
49812
|
+
"declAttributes": [
|
|
49813
|
+
"Final",
|
|
49814
|
+
"ObjC",
|
|
49815
|
+
"Preconcurrency",
|
|
49816
|
+
"Custom",
|
|
49817
|
+
"Override",
|
|
49818
|
+
"AccessControl"
|
|
49819
|
+
],
|
|
49820
|
+
"funcSelfKind": "NonMutating"
|
|
49821
|
+
},
|
|
49332
49822
|
{
|
|
49333
49823
|
"kind": "Function",
|
|
49334
49824
|
"name": "viewWillDisappear",
|
|
@@ -49496,6 +49986,50 @@
|
|
|
49496
49986
|
"isFromExtension": true,
|
|
49497
49987
|
"funcSelfKind": "NonMutating"
|
|
49498
49988
|
},
|
|
49989
|
+
{
|
|
49990
|
+
"kind": "Function",
|
|
49991
|
+
"name": "collectionView",
|
|
49992
|
+
"printedName": "collectionView(_:willDisplay:forItemAt:)",
|
|
49993
|
+
"children": [
|
|
49994
|
+
{
|
|
49995
|
+
"kind": "TypeNominal",
|
|
49996
|
+
"name": "Void",
|
|
49997
|
+
"printedName": "()"
|
|
49998
|
+
},
|
|
49999
|
+
{
|
|
50000
|
+
"kind": "TypeNominal",
|
|
50001
|
+
"name": "UICollectionView",
|
|
50002
|
+
"printedName": "UIKit.UICollectionView",
|
|
50003
|
+
"usr": "c:objc(cs)UICollectionView"
|
|
50004
|
+
},
|
|
50005
|
+
{
|
|
50006
|
+
"kind": "TypeNominal",
|
|
50007
|
+
"name": "UICollectionViewCell",
|
|
50008
|
+
"printedName": "UIKit.UICollectionViewCell",
|
|
50009
|
+
"usr": "c:objc(cs)UICollectionViewCell"
|
|
50010
|
+
},
|
|
50011
|
+
{
|
|
50012
|
+
"kind": "TypeNominal",
|
|
50013
|
+
"name": "IndexPath",
|
|
50014
|
+
"printedName": "Foundation.IndexPath",
|
|
50015
|
+
"usr": "s:10Foundation9IndexPathV"
|
|
50016
|
+
}
|
|
50017
|
+
],
|
|
50018
|
+
"declKind": "Func",
|
|
50019
|
+
"usr": "c:@CM@ShortKitSDK@objc(cs)ShortKitWidgetViewController(im)collectionView:willDisplayCell:forItemAtIndexPath:",
|
|
50020
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC010collectionE0_11willDisplay9forItemAtySo012UICollectionE0C_So0mE4CellC10Foundation9IndexPathVtF",
|
|
50021
|
+
"moduleName": "ShortKitSDK",
|
|
50022
|
+
"objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:",
|
|
50023
|
+
"declAttributes": [
|
|
50024
|
+
"Final",
|
|
50025
|
+
"ObjC",
|
|
50026
|
+
"Preconcurrency",
|
|
50027
|
+
"Custom",
|
|
50028
|
+
"AccessControl"
|
|
50029
|
+
],
|
|
50030
|
+
"isFromExtension": true,
|
|
50031
|
+
"funcSelfKind": "NonMutating"
|
|
50032
|
+
},
|
|
49499
50033
|
{
|
|
49500
50034
|
"kind": "Function",
|
|
49501
50035
|
"name": "collectionView",
|
|
@@ -49799,35 +50333,35 @@
|
|
|
49799
50333
|
},
|
|
49800
50334
|
{
|
|
49801
50335
|
"kind": "TypeDecl",
|
|
49802
|
-
"name": "
|
|
49803
|
-
"printedName": "
|
|
50336
|
+
"name": "GridSide",
|
|
50337
|
+
"printedName": "GridSide",
|
|
49804
50338
|
"children": [
|
|
49805
50339
|
{
|
|
49806
50340
|
"kind": "Var",
|
|
49807
|
-
"name": "
|
|
49808
|
-
"printedName": "
|
|
50341
|
+
"name": "left",
|
|
50342
|
+
"printedName": "left",
|
|
49809
50343
|
"children": [
|
|
49810
50344
|
{
|
|
49811
50345
|
"kind": "TypeFunc",
|
|
49812
50346
|
"name": "Function",
|
|
49813
|
-
"printedName": "(ShortKitSDK.
|
|
50347
|
+
"printedName": "(ShortKitSDK.GridSide.Type) -> ShortKitSDK.GridSide",
|
|
49814
50348
|
"children": [
|
|
49815
50349
|
{
|
|
49816
50350
|
"kind": "TypeNominal",
|
|
49817
|
-
"name": "
|
|
49818
|
-
"printedName": "ShortKitSDK.
|
|
49819
|
-
"usr": "s:
|
|
50351
|
+
"name": "GridSide",
|
|
50352
|
+
"printedName": "ShortKitSDK.GridSide",
|
|
50353
|
+
"usr": "s:11ShortKitSDK8GridSideO"
|
|
49820
50354
|
},
|
|
49821
50355
|
{
|
|
49822
50356
|
"kind": "TypeNominal",
|
|
49823
50357
|
"name": "Metatype",
|
|
49824
|
-
"printedName": "ShortKitSDK.
|
|
50358
|
+
"printedName": "ShortKitSDK.GridSide.Type",
|
|
49825
50359
|
"children": [
|
|
49826
50360
|
{
|
|
49827
50361
|
"kind": "TypeNominal",
|
|
49828
|
-
"name": "
|
|
49829
|
-
"printedName": "ShortKitSDK.
|
|
49830
|
-
"usr": "s:
|
|
50362
|
+
"name": "GridSide",
|
|
50363
|
+
"printedName": "ShortKitSDK.GridSide",
|
|
50364
|
+
"usr": "s:11ShortKitSDK8GridSideO"
|
|
49831
50365
|
}
|
|
49832
50366
|
]
|
|
49833
50367
|
}
|
|
@@ -49835,39 +50369,36 @@
|
|
|
49835
50369
|
}
|
|
49836
50370
|
],
|
|
49837
50371
|
"declKind": "EnumElement",
|
|
49838
|
-
"usr": "s:
|
|
49839
|
-
"mangledName": "$
|
|
49840
|
-
"moduleName": "ShortKitSDK"
|
|
49841
|
-
"declAttributes": [
|
|
49842
|
-
"RawDocComment"
|
|
49843
|
-
]
|
|
50372
|
+
"usr": "s:11ShortKitSDK8GridSideO4leftyA2CmF",
|
|
50373
|
+
"mangledName": "$s11ShortKitSDK8GridSideO4leftyA2CmF",
|
|
50374
|
+
"moduleName": "ShortKitSDK"
|
|
49844
50375
|
},
|
|
49845
50376
|
{
|
|
49846
50377
|
"kind": "Var",
|
|
49847
|
-
"name": "
|
|
49848
|
-
"printedName": "
|
|
50378
|
+
"name": "right",
|
|
50379
|
+
"printedName": "right",
|
|
49849
50380
|
"children": [
|
|
49850
50381
|
{
|
|
49851
50382
|
"kind": "TypeFunc",
|
|
49852
50383
|
"name": "Function",
|
|
49853
|
-
"printedName": "(ShortKitSDK.
|
|
50384
|
+
"printedName": "(ShortKitSDK.GridSide.Type) -> ShortKitSDK.GridSide",
|
|
49854
50385
|
"children": [
|
|
49855
50386
|
{
|
|
49856
50387
|
"kind": "TypeNominal",
|
|
49857
|
-
"name": "
|
|
49858
|
-
"printedName": "ShortKitSDK.
|
|
49859
|
-
"usr": "s:
|
|
50388
|
+
"name": "GridSide",
|
|
50389
|
+
"printedName": "ShortKitSDK.GridSide",
|
|
50390
|
+
"usr": "s:11ShortKitSDK8GridSideO"
|
|
49860
50391
|
},
|
|
49861
50392
|
{
|
|
49862
50393
|
"kind": "TypeNominal",
|
|
49863
50394
|
"name": "Metatype",
|
|
49864
|
-
"printedName": "ShortKitSDK.
|
|
50395
|
+
"printedName": "ShortKitSDK.GridSide.Type",
|
|
49865
50396
|
"children": [
|
|
49866
50397
|
{
|
|
49867
50398
|
"kind": "TypeNominal",
|
|
49868
|
-
"name": "
|
|
49869
|
-
"printedName": "ShortKitSDK.
|
|
49870
|
-
"usr": "s:
|
|
50399
|
+
"name": "GridSide",
|
|
50400
|
+
"printedName": "ShortKitSDK.GridSide",
|
|
50401
|
+
"usr": "s:11ShortKitSDK8GridSideO"
|
|
49871
50402
|
}
|
|
49872
50403
|
]
|
|
49873
50404
|
}
|
|
@@ -49875,12 +50406,9 @@
|
|
|
49875
50406
|
}
|
|
49876
50407
|
],
|
|
49877
50408
|
"declKind": "EnumElement",
|
|
49878
|
-
"usr": "s:
|
|
49879
|
-
"mangledName": "$
|
|
49880
|
-
"moduleName": "ShortKitSDK"
|
|
49881
|
-
"declAttributes": [
|
|
49882
|
-
"RawDocComment"
|
|
49883
|
-
]
|
|
50409
|
+
"usr": "s:11ShortKitSDK8GridSideO5rightyA2CmF",
|
|
50410
|
+
"mangledName": "$s11ShortKitSDK8GridSideO5rightyA2CmF",
|
|
50411
|
+
"moduleName": "ShortKitSDK"
|
|
49884
50412
|
},
|
|
49885
50413
|
{
|
|
49886
50414
|
"kind": "Var",
|
|
@@ -49895,8 +50423,8 @@
|
|
|
49895
50423
|
}
|
|
49896
50424
|
],
|
|
49897
50425
|
"declKind": "Var",
|
|
49898
|
-
"usr": "s:
|
|
49899
|
-
"mangledName": "$
|
|
50426
|
+
"usr": "s:11ShortKitSDK8GridSideO9hashValueSivp",
|
|
50427
|
+
"mangledName": "$s11ShortKitSDK8GridSideO9hashValueSivp",
|
|
49900
50428
|
"moduleName": "ShortKitSDK",
|
|
49901
50429
|
"implicit": true,
|
|
49902
50430
|
"accessors": [
|
|
@@ -49913,8 +50441,8 @@
|
|
|
49913
50441
|
}
|
|
49914
50442
|
],
|
|
49915
50443
|
"declKind": "Accessor",
|
|
49916
|
-
"usr": "s:
|
|
49917
|
-
"mangledName": "$
|
|
50444
|
+
"usr": "s:11ShortKitSDK8GridSideO9hashValueSivg",
|
|
50445
|
+
"mangledName": "$s11ShortKitSDK8GridSideO9hashValueSivg",
|
|
49918
50446
|
"moduleName": "ShortKitSDK",
|
|
49919
50447
|
"implicit": true,
|
|
49920
50448
|
"accessorKind": "get"
|
|
@@ -49940,11 +50468,242 @@
|
|
|
49940
50468
|
}
|
|
49941
50469
|
],
|
|
49942
50470
|
"declKind": "Func",
|
|
49943
|
-
"usr": "s:
|
|
49944
|
-
"mangledName": "$
|
|
50471
|
+
"usr": "s:11ShortKitSDK8GridSideO4hash4intoys6HasherVz_tF",
|
|
50472
|
+
"mangledName": "$s11ShortKitSDK8GridSideO4hash4intoys6HasherVz_tF",
|
|
50473
|
+
"moduleName": "ShortKitSDK",
|
|
50474
|
+
"implicit": true,
|
|
50475
|
+
"funcSelfKind": "NonMutating"
|
|
50476
|
+
},
|
|
50477
|
+
{
|
|
50478
|
+
"kind": "Function",
|
|
50479
|
+
"name": "==",
|
|
50480
|
+
"printedName": "==(_:_:)",
|
|
50481
|
+
"children": [
|
|
50482
|
+
{
|
|
50483
|
+
"kind": "TypeNominal",
|
|
50484
|
+
"name": "Bool",
|
|
50485
|
+
"printedName": "Swift.Bool",
|
|
50486
|
+
"usr": "s:Sb"
|
|
50487
|
+
},
|
|
50488
|
+
{
|
|
50489
|
+
"kind": "TypeNominal",
|
|
50490
|
+
"name": "GridSide",
|
|
50491
|
+
"printedName": "ShortKitSDK.GridSide",
|
|
50492
|
+
"usr": "s:11ShortKitSDK8GridSideO"
|
|
50493
|
+
},
|
|
50494
|
+
{
|
|
50495
|
+
"kind": "TypeNominal",
|
|
50496
|
+
"name": "GridSide",
|
|
50497
|
+
"printedName": "ShortKitSDK.GridSide",
|
|
50498
|
+
"usr": "s:11ShortKitSDK8GridSideO"
|
|
50499
|
+
}
|
|
50500
|
+
],
|
|
50501
|
+
"declKind": "Func",
|
|
50502
|
+
"usr": "s:11ShortKitSDK8GridSideO2eeoiySbAC_ACtFZ",
|
|
50503
|
+
"mangledName": "$s11ShortKitSDK8GridSideO2eeoiySbAC_ACtFZ",
|
|
49945
50504
|
"moduleName": "ShortKitSDK",
|
|
50505
|
+
"static": true,
|
|
49946
50506
|
"implicit": true,
|
|
49947
50507
|
"funcSelfKind": "NonMutating"
|
|
50508
|
+
}
|
|
50509
|
+
],
|
|
50510
|
+
"declKind": "Enum",
|
|
50511
|
+
"usr": "s:11ShortKitSDK8GridSideO",
|
|
50512
|
+
"mangledName": "$s11ShortKitSDK8GridSideO",
|
|
50513
|
+
"moduleName": "ShortKitSDK",
|
|
50514
|
+
"declAttributes": [
|
|
50515
|
+
"AccessControl",
|
|
50516
|
+
"RawDocComment"
|
|
50517
|
+
],
|
|
50518
|
+
"conformances": [
|
|
50519
|
+
{
|
|
50520
|
+
"kind": "Conformance",
|
|
50521
|
+
"name": "Copyable",
|
|
50522
|
+
"printedName": "Copyable",
|
|
50523
|
+
"usr": "s:s8CopyableP",
|
|
50524
|
+
"mangledName": "$ss8CopyableP"
|
|
50525
|
+
},
|
|
50526
|
+
{
|
|
50527
|
+
"kind": "Conformance",
|
|
50528
|
+
"name": "Escapable",
|
|
50529
|
+
"printedName": "Escapable",
|
|
50530
|
+
"usr": "s:s9EscapableP",
|
|
50531
|
+
"mangledName": "$ss9EscapableP"
|
|
50532
|
+
},
|
|
50533
|
+
{
|
|
50534
|
+
"kind": "Conformance",
|
|
50535
|
+
"name": "Hashable",
|
|
50536
|
+
"printedName": "Hashable",
|
|
50537
|
+
"usr": "s:SH",
|
|
50538
|
+
"mangledName": "$sSH"
|
|
50539
|
+
},
|
|
50540
|
+
{
|
|
50541
|
+
"kind": "Conformance",
|
|
50542
|
+
"name": "Equatable",
|
|
50543
|
+
"printedName": "Equatable",
|
|
50544
|
+
"usr": "s:SQ",
|
|
50545
|
+
"mangledName": "$sSQ"
|
|
50546
|
+
},
|
|
50547
|
+
{
|
|
50548
|
+
"kind": "Conformance",
|
|
50549
|
+
"name": "Sendable",
|
|
50550
|
+
"printedName": "Sendable",
|
|
50551
|
+
"usr": "s:s8SendableP",
|
|
50552
|
+
"mangledName": "$ss8SendableP"
|
|
50553
|
+
},
|
|
50554
|
+
{
|
|
50555
|
+
"kind": "Conformance",
|
|
50556
|
+
"name": "SendableMetatype",
|
|
50557
|
+
"printedName": "SendableMetatype",
|
|
50558
|
+
"usr": "s:s16SendableMetatypeP",
|
|
50559
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
50560
|
+
}
|
|
50561
|
+
]
|
|
50562
|
+
},
|
|
50563
|
+
{
|
|
50564
|
+
"kind": "TypeDecl",
|
|
50565
|
+
"name": "WidgetPlaybackMode",
|
|
50566
|
+
"printedName": "WidgetPlaybackMode",
|
|
50567
|
+
"children": [
|
|
50568
|
+
{
|
|
50569
|
+
"kind": "Var",
|
|
50570
|
+
"name": "singleVisibleRotating",
|
|
50571
|
+
"printedName": "singleVisibleRotating",
|
|
50572
|
+
"children": [
|
|
50573
|
+
{
|
|
50574
|
+
"kind": "TypeFunc",
|
|
50575
|
+
"name": "Function",
|
|
50576
|
+
"printedName": "(ShortKitSDK.WidgetPlaybackMode.Type) -> ShortKitSDK.WidgetPlaybackMode",
|
|
50577
|
+
"children": [
|
|
50578
|
+
{
|
|
50579
|
+
"kind": "TypeNominal",
|
|
50580
|
+
"name": "WidgetPlaybackMode",
|
|
50581
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode",
|
|
50582
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
|
|
50583
|
+
},
|
|
50584
|
+
{
|
|
50585
|
+
"kind": "TypeNominal",
|
|
50586
|
+
"name": "Metatype",
|
|
50587
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode.Type",
|
|
50588
|
+
"children": [
|
|
50589
|
+
{
|
|
50590
|
+
"kind": "TypeNominal",
|
|
50591
|
+
"name": "WidgetPlaybackMode",
|
|
50592
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode",
|
|
50593
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
|
|
50594
|
+
}
|
|
50595
|
+
]
|
|
50596
|
+
}
|
|
50597
|
+
]
|
|
50598
|
+
}
|
|
50599
|
+
],
|
|
50600
|
+
"declKind": "EnumElement",
|
|
50601
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO21singleVisibleRotatingyA2CmF",
|
|
50602
|
+
"mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO21singleVisibleRotatingyA2CmF",
|
|
50603
|
+
"moduleName": "ShortKitSDK",
|
|
50604
|
+
"declAttributes": [
|
|
50605
|
+
"RawDocComment"
|
|
50606
|
+
]
|
|
50607
|
+
},
|
|
50608
|
+
{
|
|
50609
|
+
"kind": "Var",
|
|
50610
|
+
"name": "allVisibleSimultaneous",
|
|
50611
|
+
"printedName": "allVisibleSimultaneous",
|
|
50612
|
+
"children": [
|
|
50613
|
+
{
|
|
50614
|
+
"kind": "TypeFunc",
|
|
50615
|
+
"name": "Function",
|
|
50616
|
+
"printedName": "(ShortKitSDK.WidgetPlaybackMode.Type) -> ShortKitSDK.WidgetPlaybackMode",
|
|
50617
|
+
"children": [
|
|
50618
|
+
{
|
|
50619
|
+
"kind": "TypeNominal",
|
|
50620
|
+
"name": "WidgetPlaybackMode",
|
|
50621
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode",
|
|
50622
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
|
|
50623
|
+
},
|
|
50624
|
+
{
|
|
50625
|
+
"kind": "TypeNominal",
|
|
50626
|
+
"name": "Metatype",
|
|
50627
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode.Type",
|
|
50628
|
+
"children": [
|
|
50629
|
+
{
|
|
50630
|
+
"kind": "TypeNominal",
|
|
50631
|
+
"name": "WidgetPlaybackMode",
|
|
50632
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode",
|
|
50633
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
|
|
50634
|
+
}
|
|
50635
|
+
]
|
|
50636
|
+
}
|
|
50637
|
+
]
|
|
50638
|
+
}
|
|
50639
|
+
],
|
|
50640
|
+
"declKind": "EnumElement",
|
|
50641
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO22allVisibleSimultaneousyA2CmF",
|
|
50642
|
+
"mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO22allVisibleSimultaneousyA2CmF",
|
|
50643
|
+
"moduleName": "ShortKitSDK",
|
|
50644
|
+
"declAttributes": [
|
|
50645
|
+
"RawDocComment"
|
|
50646
|
+
]
|
|
50647
|
+
},
|
|
50648
|
+
{
|
|
50649
|
+
"kind": "Var",
|
|
50650
|
+
"name": "gridAlternating",
|
|
50651
|
+
"printedName": "gridAlternating",
|
|
50652
|
+
"children": [
|
|
50653
|
+
{
|
|
50654
|
+
"kind": "TypeFunc",
|
|
50655
|
+
"name": "Function",
|
|
50656
|
+
"printedName": "(ShortKitSDK.WidgetPlaybackMode.Type) -> (ShortKitSDK.GridSide) -> ShortKitSDK.WidgetPlaybackMode",
|
|
50657
|
+
"children": [
|
|
50658
|
+
{
|
|
50659
|
+
"kind": "TypeFunc",
|
|
50660
|
+
"name": "Function",
|
|
50661
|
+
"printedName": "(ShortKitSDK.GridSide) -> ShortKitSDK.WidgetPlaybackMode",
|
|
50662
|
+
"children": [
|
|
50663
|
+
{
|
|
50664
|
+
"kind": "TypeNominal",
|
|
50665
|
+
"name": "WidgetPlaybackMode",
|
|
50666
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode",
|
|
50667
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
|
|
50668
|
+
},
|
|
50669
|
+
{
|
|
50670
|
+
"kind": "TypeNominal",
|
|
50671
|
+
"name": "Tuple",
|
|
50672
|
+
"printedName": "(startSide: ShortKitSDK.GridSide)",
|
|
50673
|
+
"children": [
|
|
50674
|
+
{
|
|
50675
|
+
"kind": "TypeNominal",
|
|
50676
|
+
"name": "GridSide",
|
|
50677
|
+
"printedName": "ShortKitSDK.GridSide",
|
|
50678
|
+
"usr": "s:11ShortKitSDK8GridSideO"
|
|
50679
|
+
}
|
|
50680
|
+
]
|
|
50681
|
+
}
|
|
50682
|
+
]
|
|
50683
|
+
},
|
|
50684
|
+
{
|
|
50685
|
+
"kind": "TypeNominal",
|
|
50686
|
+
"name": "Metatype",
|
|
50687
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode.Type",
|
|
50688
|
+
"children": [
|
|
50689
|
+
{
|
|
50690
|
+
"kind": "TypeNominal",
|
|
50691
|
+
"name": "WidgetPlaybackMode",
|
|
50692
|
+
"printedName": "ShortKitSDK.WidgetPlaybackMode",
|
|
50693
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO"
|
|
50694
|
+
}
|
|
50695
|
+
]
|
|
50696
|
+
}
|
|
50697
|
+
]
|
|
50698
|
+
}
|
|
50699
|
+
],
|
|
50700
|
+
"declKind": "EnumElement",
|
|
50701
|
+
"usr": "s:11ShortKitSDK18WidgetPlaybackModeO15gridAlternatingyAcA8GridSideO_tcACmF",
|
|
50702
|
+
"mangledName": "$s11ShortKitSDK18WidgetPlaybackModeO15gridAlternatingyAcA8GridSideO_tcACmF",
|
|
50703
|
+
"moduleName": "ShortKitSDK",
|
|
50704
|
+
"declAttributes": [
|
|
50705
|
+
"RawDocComment"
|
|
50706
|
+
]
|
|
49948
50707
|
},
|
|
49949
50708
|
{
|
|
49950
50709
|
"kind": "Function",
|
|
@@ -49995,6 +50754,13 @@
|
|
|
49995
50754
|
"usr": "s:s8CopyableP",
|
|
49996
50755
|
"mangledName": "$ss8CopyableP"
|
|
49997
50756
|
},
|
|
50757
|
+
{
|
|
50758
|
+
"kind": "Conformance",
|
|
50759
|
+
"name": "Equatable",
|
|
50760
|
+
"printedName": "Equatable",
|
|
50761
|
+
"usr": "s:SQ",
|
|
50762
|
+
"mangledName": "$sSQ"
|
|
50763
|
+
},
|
|
49998
50764
|
{
|
|
49999
50765
|
"kind": "Conformance",
|
|
50000
50766
|
"name": "Escapable",
|
|
@@ -50004,10 +50770,185 @@
|
|
|
50004
50770
|
},
|
|
50005
50771
|
{
|
|
50006
50772
|
"kind": "Conformance",
|
|
50007
|
-
"name": "
|
|
50008
|
-
"printedName": "
|
|
50009
|
-
"usr": "s:
|
|
50010
|
-
"mangledName": "$
|
|
50773
|
+
"name": "Sendable",
|
|
50774
|
+
"printedName": "Sendable",
|
|
50775
|
+
"usr": "s:s8SendableP",
|
|
50776
|
+
"mangledName": "$ss8SendableP"
|
|
50777
|
+
},
|
|
50778
|
+
{
|
|
50779
|
+
"kind": "Conformance",
|
|
50780
|
+
"name": "SendableMetatype",
|
|
50781
|
+
"printedName": "SendableMetatype",
|
|
50782
|
+
"usr": "s:s16SendableMetatypeP",
|
|
50783
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
50784
|
+
}
|
|
50785
|
+
]
|
|
50786
|
+
},
|
|
50787
|
+
{
|
|
50788
|
+
"kind": "TypeDecl",
|
|
50789
|
+
"name": "WidgetLayout",
|
|
50790
|
+
"printedName": "WidgetLayout",
|
|
50791
|
+
"children": [
|
|
50792
|
+
{
|
|
50793
|
+
"kind": "Var",
|
|
50794
|
+
"name": "carousel",
|
|
50795
|
+
"printedName": "carousel",
|
|
50796
|
+
"children": [
|
|
50797
|
+
{
|
|
50798
|
+
"kind": "TypeFunc",
|
|
50799
|
+
"name": "Function",
|
|
50800
|
+
"printedName": "(ShortKitSDK.WidgetLayout.Type) -> ShortKitSDK.WidgetLayout",
|
|
50801
|
+
"children": [
|
|
50802
|
+
{
|
|
50803
|
+
"kind": "TypeNominal",
|
|
50804
|
+
"name": "WidgetLayout",
|
|
50805
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
50806
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
50807
|
+
},
|
|
50808
|
+
{
|
|
50809
|
+
"kind": "TypeNominal",
|
|
50810
|
+
"name": "Metatype",
|
|
50811
|
+
"printedName": "ShortKitSDK.WidgetLayout.Type",
|
|
50812
|
+
"children": [
|
|
50813
|
+
{
|
|
50814
|
+
"kind": "TypeNominal",
|
|
50815
|
+
"name": "WidgetLayout",
|
|
50816
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
50817
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
50818
|
+
}
|
|
50819
|
+
]
|
|
50820
|
+
}
|
|
50821
|
+
]
|
|
50822
|
+
}
|
|
50823
|
+
],
|
|
50824
|
+
"declKind": "EnumElement",
|
|
50825
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO8carouselyA2CmF",
|
|
50826
|
+
"mangledName": "$s11ShortKitSDK12WidgetLayoutO8carouselyA2CmF",
|
|
50827
|
+
"moduleName": "ShortKitSDK",
|
|
50828
|
+
"declAttributes": [
|
|
50829
|
+
"RawDocComment"
|
|
50830
|
+
]
|
|
50831
|
+
},
|
|
50832
|
+
{
|
|
50833
|
+
"kind": "Var",
|
|
50834
|
+
"name": "grid",
|
|
50835
|
+
"printedName": "grid",
|
|
50836
|
+
"children": [
|
|
50837
|
+
{
|
|
50838
|
+
"kind": "TypeFunc",
|
|
50839
|
+
"name": "Function",
|
|
50840
|
+
"printedName": "(ShortKitSDK.WidgetLayout.Type) -> (Swift.Int, CoreGraphics.CGFloat, Swift.Bool) -> ShortKitSDK.WidgetLayout",
|
|
50841
|
+
"children": [
|
|
50842
|
+
{
|
|
50843
|
+
"kind": "TypeFunc",
|
|
50844
|
+
"name": "Function",
|
|
50845
|
+
"printedName": "(Swift.Int, CoreGraphics.CGFloat, Swift.Bool) -> ShortKitSDK.WidgetLayout",
|
|
50846
|
+
"children": [
|
|
50847
|
+
{
|
|
50848
|
+
"kind": "TypeNominal",
|
|
50849
|
+
"name": "WidgetLayout",
|
|
50850
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
50851
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
50852
|
+
},
|
|
50853
|
+
{
|
|
50854
|
+
"kind": "TypeNominal",
|
|
50855
|
+
"name": "Tuple",
|
|
50856
|
+
"printedName": "(columns: Swift.Int, cellAspectRatio: CoreGraphics.CGFloat, scrollable: Swift.Bool)",
|
|
50857
|
+
"children": [
|
|
50858
|
+
{
|
|
50859
|
+
"kind": "TypeNominal",
|
|
50860
|
+
"name": "Int",
|
|
50861
|
+
"printedName": "Swift.Int",
|
|
50862
|
+
"usr": "s:Si"
|
|
50863
|
+
},
|
|
50864
|
+
{
|
|
50865
|
+
"kind": "TypeNominal",
|
|
50866
|
+
"name": "CGFloat",
|
|
50867
|
+
"printedName": "CoreGraphics.CGFloat",
|
|
50868
|
+
"usr": "s:14CoreFoundation7CGFloatV"
|
|
50869
|
+
},
|
|
50870
|
+
{
|
|
50871
|
+
"kind": "TypeNominal",
|
|
50872
|
+
"name": "Bool",
|
|
50873
|
+
"printedName": "Swift.Bool",
|
|
50874
|
+
"usr": "s:Sb"
|
|
50875
|
+
}
|
|
50876
|
+
]
|
|
50877
|
+
}
|
|
50878
|
+
]
|
|
50879
|
+
},
|
|
50880
|
+
{
|
|
50881
|
+
"kind": "TypeNominal",
|
|
50882
|
+
"name": "Metatype",
|
|
50883
|
+
"printedName": "ShortKitSDK.WidgetLayout.Type",
|
|
50884
|
+
"children": [
|
|
50885
|
+
{
|
|
50886
|
+
"kind": "TypeNominal",
|
|
50887
|
+
"name": "WidgetLayout",
|
|
50888
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
50889
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
50890
|
+
}
|
|
50891
|
+
]
|
|
50892
|
+
}
|
|
50893
|
+
]
|
|
50894
|
+
}
|
|
50895
|
+
],
|
|
50896
|
+
"declKind": "EnumElement",
|
|
50897
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO4gridyACSi_14CoreFoundation7CGFloatVSbtcACmF",
|
|
50898
|
+
"mangledName": "$s11ShortKitSDK12WidgetLayoutO4gridyACSi_12CoreGraphics7CGFloatVSbtcACmF",
|
|
50899
|
+
"moduleName": "ShortKitSDK",
|
|
50900
|
+
"declAttributes": [
|
|
50901
|
+
"RawDocComment"
|
|
50902
|
+
]
|
|
50903
|
+
},
|
|
50904
|
+
{
|
|
50905
|
+
"kind": "Function",
|
|
50906
|
+
"name": "==",
|
|
50907
|
+
"printedName": "==(_:_:)",
|
|
50908
|
+
"children": [
|
|
50909
|
+
{
|
|
50910
|
+
"kind": "TypeNominal",
|
|
50911
|
+
"name": "Bool",
|
|
50912
|
+
"printedName": "Swift.Bool",
|
|
50913
|
+
"usr": "s:Sb"
|
|
50914
|
+
},
|
|
50915
|
+
{
|
|
50916
|
+
"kind": "TypeNominal",
|
|
50917
|
+
"name": "WidgetLayout",
|
|
50918
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
50919
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
50920
|
+
},
|
|
50921
|
+
{
|
|
50922
|
+
"kind": "TypeNominal",
|
|
50923
|
+
"name": "WidgetLayout",
|
|
50924
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
50925
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
50926
|
+
}
|
|
50927
|
+
],
|
|
50928
|
+
"declKind": "Func",
|
|
50929
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO2eeoiySbAC_ACtFZ",
|
|
50930
|
+
"mangledName": "$s11ShortKitSDK12WidgetLayoutO2eeoiySbAC_ACtFZ",
|
|
50931
|
+
"moduleName": "ShortKitSDK",
|
|
50932
|
+
"static": true,
|
|
50933
|
+
"implicit": true,
|
|
50934
|
+
"funcSelfKind": "NonMutating"
|
|
50935
|
+
}
|
|
50936
|
+
],
|
|
50937
|
+
"declKind": "Enum",
|
|
50938
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO",
|
|
50939
|
+
"mangledName": "$s11ShortKitSDK12WidgetLayoutO",
|
|
50940
|
+
"moduleName": "ShortKitSDK",
|
|
50941
|
+
"declAttributes": [
|
|
50942
|
+
"AccessControl",
|
|
50943
|
+
"RawDocComment"
|
|
50944
|
+
],
|
|
50945
|
+
"conformances": [
|
|
50946
|
+
{
|
|
50947
|
+
"kind": "Conformance",
|
|
50948
|
+
"name": "Copyable",
|
|
50949
|
+
"printedName": "Copyable",
|
|
50950
|
+
"usr": "s:s8CopyableP",
|
|
50951
|
+
"mangledName": "$ss8CopyableP"
|
|
50011
50952
|
},
|
|
50012
50953
|
{
|
|
50013
50954
|
"kind": "Conformance",
|
|
@@ -50016,6 +50957,13 @@
|
|
|
50016
50957
|
"usr": "s:SQ",
|
|
50017
50958
|
"mangledName": "$sSQ"
|
|
50018
50959
|
},
|
|
50960
|
+
{
|
|
50961
|
+
"kind": "Conformance",
|
|
50962
|
+
"name": "Escapable",
|
|
50963
|
+
"printedName": "Escapable",
|
|
50964
|
+
"usr": "s:s9EscapableP",
|
|
50965
|
+
"mangledName": "$ss9EscapableP"
|
|
50966
|
+
},
|
|
50019
50967
|
{
|
|
50020
50968
|
"kind": "Conformance",
|
|
50021
50969
|
"name": "Sendable",
|
|
@@ -51171,10 +52119,96 @@
|
|
|
51171
52119
|
}
|
|
51172
52120
|
]
|
|
51173
52121
|
},
|
|
52122
|
+
{
|
|
52123
|
+
"kind": "Var",
|
|
52124
|
+
"name": "layout",
|
|
52125
|
+
"printedName": "layout",
|
|
52126
|
+
"children": [
|
|
52127
|
+
{
|
|
52128
|
+
"kind": "TypeNominal",
|
|
52129
|
+
"name": "WidgetLayout",
|
|
52130
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
52131
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
52132
|
+
}
|
|
52133
|
+
],
|
|
52134
|
+
"declKind": "Var",
|
|
52135
|
+
"usr": "s:11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvp",
|
|
52136
|
+
"mangledName": "$s11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvp",
|
|
52137
|
+
"moduleName": "ShortKitSDK",
|
|
52138
|
+
"declAttributes": [
|
|
52139
|
+
"HasStorage",
|
|
52140
|
+
"AccessControl",
|
|
52141
|
+
"RawDocComment"
|
|
52142
|
+
],
|
|
52143
|
+
"hasStorage": true,
|
|
52144
|
+
"accessors": [
|
|
52145
|
+
{
|
|
52146
|
+
"kind": "Accessor",
|
|
52147
|
+
"name": "Get",
|
|
52148
|
+
"printedName": "Get()",
|
|
52149
|
+
"children": [
|
|
52150
|
+
{
|
|
52151
|
+
"kind": "TypeNominal",
|
|
52152
|
+
"name": "WidgetLayout",
|
|
52153
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
52154
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
52155
|
+
}
|
|
52156
|
+
],
|
|
52157
|
+
"declKind": "Accessor",
|
|
52158
|
+
"usr": "s:11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvg",
|
|
52159
|
+
"mangledName": "$s11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvg",
|
|
52160
|
+
"moduleName": "ShortKitSDK",
|
|
52161
|
+
"implicit": true,
|
|
52162
|
+
"accessorKind": "get"
|
|
52163
|
+
},
|
|
52164
|
+
{
|
|
52165
|
+
"kind": "Accessor",
|
|
52166
|
+
"name": "Set",
|
|
52167
|
+
"printedName": "Set()",
|
|
52168
|
+
"children": [
|
|
52169
|
+
{
|
|
52170
|
+
"kind": "TypeNominal",
|
|
52171
|
+
"name": "Void",
|
|
52172
|
+
"printedName": "()"
|
|
52173
|
+
},
|
|
52174
|
+
{
|
|
52175
|
+
"kind": "TypeNominal",
|
|
52176
|
+
"name": "WidgetLayout",
|
|
52177
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
52178
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
52179
|
+
}
|
|
52180
|
+
],
|
|
52181
|
+
"declKind": "Accessor",
|
|
52182
|
+
"usr": "s:11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvs",
|
|
52183
|
+
"mangledName": "$s11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvs",
|
|
52184
|
+
"moduleName": "ShortKitSDK",
|
|
52185
|
+
"implicit": true,
|
|
52186
|
+
"accessorKind": "set"
|
|
52187
|
+
},
|
|
52188
|
+
{
|
|
52189
|
+
"kind": "Accessor",
|
|
52190
|
+
"name": "Modify",
|
|
52191
|
+
"printedName": "Modify()",
|
|
52192
|
+
"children": [
|
|
52193
|
+
{
|
|
52194
|
+
"kind": "TypeNominal",
|
|
52195
|
+
"name": "Void",
|
|
52196
|
+
"printedName": "()"
|
|
52197
|
+
}
|
|
52198
|
+
],
|
|
52199
|
+
"declKind": "Accessor",
|
|
52200
|
+
"usr": "s:11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvM",
|
|
52201
|
+
"mangledName": "$s11ShortKitSDK12WidgetConfigV6layoutAA0D6LayoutOvM",
|
|
52202
|
+
"moduleName": "ShortKitSDK",
|
|
52203
|
+
"implicit": true,
|
|
52204
|
+
"accessorKind": "_modify"
|
|
52205
|
+
}
|
|
52206
|
+
]
|
|
52207
|
+
},
|
|
51174
52208
|
{
|
|
51175
52209
|
"kind": "Constructor",
|
|
51176
52210
|
"name": "init",
|
|
51177
|
-
"printedName": "init(cardCount:cardSpacing:cornerRadius:autoplay:muteOnStart:loop:rotationInterval:clickAction:cardOverlay:feedConfig:filter:playbackMode:previewDuration:)",
|
|
52211
|
+
"printedName": "init(cardCount:cardSpacing:cornerRadius:autoplay:muteOnStart:loop:rotationInterval:clickAction:cardOverlay:feedConfig:filter:playbackMode:previewDuration:layout:)",
|
|
51178
52212
|
"children": [
|
|
51179
52213
|
{
|
|
51180
52214
|
"kind": "TypeNominal",
|
|
@@ -51280,17 +52314,102 @@
|
|
|
51280
52314
|
"printedName": "Swift.Double",
|
|
51281
52315
|
"hasDefaultArg": true,
|
|
51282
52316
|
"usr": "s:Sd"
|
|
52317
|
+
},
|
|
52318
|
+
{
|
|
52319
|
+
"kind": "TypeNominal",
|
|
52320
|
+
"name": "WidgetLayout",
|
|
52321
|
+
"printedName": "ShortKitSDK.WidgetLayout",
|
|
52322
|
+
"hasDefaultArg": true,
|
|
52323
|
+
"usr": "s:11ShortKitSDK12WidgetLayoutO"
|
|
51283
52324
|
}
|
|
51284
52325
|
],
|
|
51285
52326
|
"declKind": "Constructor",
|
|
51286
|
-
"usr": "s:
|
|
51287
|
-
"mangledName": "$
|
|
52327
|
+
"usr": "s:11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE06filter12playbackMode15previewDuration6layoutACSi_14CoreFoundation7CGFloatVATS3bSdAA011PlayerClickS0OAA05VideotX0OAA04FeedE0VAA10FeedFilterVSgAA0d8PlaybackX0OSdAA0D6LayoutOtcfc",
|
|
52328
|
+
"mangledName": "$s11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE06filter12playbackMode15previewDuration6layoutACSi_12CoreGraphics7CGFloatVATS3bSdAA011PlayerClickS0OAA05VideotX0OAA04FeedE0VAA10FeedFilterVSgAA0d8PlaybackX0OSdAA0D6LayoutOtcfc",
|
|
51288
52329
|
"moduleName": "ShortKitSDK",
|
|
51289
52330
|
"declAttributes": [
|
|
51290
52331
|
"AccessControl"
|
|
51291
52332
|
],
|
|
51292
52333
|
"init_kind": "Designated"
|
|
51293
52334
|
},
|
|
52335
|
+
{
|
|
52336
|
+
"kind": "Function",
|
|
52337
|
+
"name": "gridCellHeight",
|
|
52338
|
+
"printedName": "gridCellHeight(forContainerWidth:)",
|
|
52339
|
+
"children": [
|
|
52340
|
+
{
|
|
52341
|
+
"kind": "TypeNominal",
|
|
52342
|
+
"name": "Optional",
|
|
52343
|
+
"printedName": "CoreGraphics.CGFloat?",
|
|
52344
|
+
"children": [
|
|
52345
|
+
{
|
|
52346
|
+
"kind": "TypeNominal",
|
|
52347
|
+
"name": "CGFloat",
|
|
52348
|
+
"printedName": "CoreGraphics.CGFloat",
|
|
52349
|
+
"usr": "s:14CoreFoundation7CGFloatV"
|
|
52350
|
+
}
|
|
52351
|
+
],
|
|
52352
|
+
"usr": "s:Sq"
|
|
52353
|
+
},
|
|
52354
|
+
{
|
|
52355
|
+
"kind": "TypeNominal",
|
|
52356
|
+
"name": "CGFloat",
|
|
52357
|
+
"printedName": "CoreGraphics.CGFloat",
|
|
52358
|
+
"usr": "s:14CoreFoundation7CGFloatV"
|
|
52359
|
+
}
|
|
52360
|
+
],
|
|
52361
|
+
"declKind": "Func",
|
|
52362
|
+
"usr": "s:11ShortKitSDK12WidgetConfigV14gridCellHeight17forContainerWidth14CoreFoundation7CGFloatVSgAH_tF",
|
|
52363
|
+
"mangledName": "$s11ShortKitSDK12WidgetConfigV14gridCellHeight17forContainerWidth12CoreGraphics7CGFloatVSgAH_tF",
|
|
52364
|
+
"moduleName": "ShortKitSDK",
|
|
52365
|
+
"declAttributes": [
|
|
52366
|
+
"AccessControl",
|
|
52367
|
+
"RawDocComment"
|
|
52368
|
+
],
|
|
52369
|
+
"funcSelfKind": "NonMutating"
|
|
52370
|
+
},
|
|
52371
|
+
{
|
|
52372
|
+
"kind": "Function",
|
|
52373
|
+
"name": "preferredGridHeight",
|
|
52374
|
+
"printedName": "preferredGridHeight(forContainerWidth:itemCount:)",
|
|
52375
|
+
"children": [
|
|
52376
|
+
{
|
|
52377
|
+
"kind": "TypeNominal",
|
|
52378
|
+
"name": "Optional",
|
|
52379
|
+
"printedName": "CoreGraphics.CGFloat?",
|
|
52380
|
+
"children": [
|
|
52381
|
+
{
|
|
52382
|
+
"kind": "TypeNominal",
|
|
52383
|
+
"name": "CGFloat",
|
|
52384
|
+
"printedName": "CoreGraphics.CGFloat",
|
|
52385
|
+
"usr": "s:14CoreFoundation7CGFloatV"
|
|
52386
|
+
}
|
|
52387
|
+
],
|
|
52388
|
+
"usr": "s:Sq"
|
|
52389
|
+
},
|
|
52390
|
+
{
|
|
52391
|
+
"kind": "TypeNominal",
|
|
52392
|
+
"name": "CGFloat",
|
|
52393
|
+
"printedName": "CoreGraphics.CGFloat",
|
|
52394
|
+
"usr": "s:14CoreFoundation7CGFloatV"
|
|
52395
|
+
},
|
|
52396
|
+
{
|
|
52397
|
+
"kind": "TypeNominal",
|
|
52398
|
+
"name": "Int",
|
|
52399
|
+
"printedName": "Swift.Int",
|
|
52400
|
+
"usr": "s:Si"
|
|
52401
|
+
}
|
|
52402
|
+
],
|
|
52403
|
+
"declKind": "Func",
|
|
52404
|
+
"usr": "s:11ShortKitSDK12WidgetConfigV19preferredGridHeight17forContainerWidth9itemCount14CoreFoundation7CGFloatVSgAI_SitF",
|
|
52405
|
+
"mangledName": "$s11ShortKitSDK12WidgetConfigV19preferredGridHeight17forContainerWidth9itemCount12CoreGraphics7CGFloatVSgAI_SitF",
|
|
52406
|
+
"moduleName": "ShortKitSDK",
|
|
52407
|
+
"declAttributes": [
|
|
52408
|
+
"AccessControl",
|
|
52409
|
+
"RawDocComment"
|
|
52410
|
+
],
|
|
52411
|
+
"funcSelfKind": "NonMutating"
|
|
52412
|
+
},
|
|
51294
52413
|
{
|
|
51295
52414
|
"kind": "Function",
|
|
51296
52415
|
"name": "resolvedFeedConfig",
|
|
@@ -51919,28 +53038,28 @@
|
|
|
51919
53038
|
{
|
|
51920
53039
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
51921
53040
|
"kind": "BooleanLiteral",
|
|
51922
|
-
"offset":
|
|
53041
|
+
"offset": 3383,
|
|
51923
53042
|
"length": 4,
|
|
51924
53043
|
"value": "true"
|
|
51925
53044
|
},
|
|
51926
53045
|
{
|
|
51927
53046
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
51928
53047
|
"kind": "BooleanLiteral",
|
|
51929
|
-
"offset":
|
|
53048
|
+
"offset": 3414,
|
|
51930
53049
|
"length": 4,
|
|
51931
53050
|
"value": "true"
|
|
51932
53051
|
},
|
|
51933
53052
|
{
|
|
51934
53053
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
51935
53054
|
"kind": "BooleanLiteral",
|
|
51936
|
-
"offset":
|
|
53055
|
+
"offset": 3500,
|
|
51937
53056
|
"length": 5,
|
|
51938
53057
|
"value": "false"
|
|
51939
53058
|
},
|
|
51940
53059
|
{
|
|
51941
53060
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
51942
53061
|
"kind": "BooleanLiteral",
|
|
51943
|
-
"offset":
|
|
53062
|
+
"offset": 3544,
|
|
51944
53063
|
"length": 4,
|
|
51945
53064
|
"value": "true"
|
|
51946
53065
|
},
|
|
@@ -52430,7 +53549,21 @@
|
|
|
52430
53549
|
{
|
|
52431
53550
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedPreload.swift",
|
|
52432
53551
|
"kind": "BooleanLiteral",
|
|
52433
|
-
"offset":
|
|
53552
|
+
"offset": 1251,
|
|
53553
|
+
"length": 5,
|
|
53554
|
+
"value": "false"
|
|
53555
|
+
},
|
|
53556
|
+
{
|
|
53557
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedPreload.swift",
|
|
53558
|
+
"kind": "BooleanLiteral",
|
|
53559
|
+
"offset": 5471,
|
|
53560
|
+
"length": 5,
|
|
53561
|
+
"value": "false"
|
|
53562
|
+
},
|
|
53563
|
+
{
|
|
53564
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedPreload.swift",
|
|
53565
|
+
"kind": "BooleanLiteral",
|
|
53566
|
+
"offset": 10220,
|
|
52434
53567
|
"length": 5,
|
|
52435
53568
|
"value": "false"
|
|
52436
53569
|
},
|
|
@@ -52616,31 +53749,45 @@
|
|
|
52616
53749
|
"length": 2,
|
|
52617
53750
|
"value": "24"
|
|
52618
53751
|
},
|
|
53752
|
+
{
|
|
53753
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
53754
|
+
"kind": "IntegerLiteral",
|
|
53755
|
+
"offset": 19108,
|
|
53756
|
+
"length": 1,
|
|
53757
|
+
"value": "5"
|
|
53758
|
+
},
|
|
53759
|
+
{
|
|
53760
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
53761
|
+
"kind": "IntegerLiteral",
|
|
53762
|
+
"offset": 19112,
|
|
53763
|
+
"length": 1,
|
|
53764
|
+
"value": "0"
|
|
53765
|
+
},
|
|
52619
53766
|
{
|
|
52620
53767
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
52621
53768
|
"kind": "BooleanLiteral",
|
|
52622
|
-
"offset":
|
|
53769
|
+
"offset": 36510,
|
|
52623
53770
|
"length": 5,
|
|
52624
53771
|
"value": "false"
|
|
52625
53772
|
},
|
|
52626
53773
|
{
|
|
52627
53774
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
52628
53775
|
"kind": "BooleanLiteral",
|
|
52629
|
-
"offset":
|
|
53776
|
+
"offset": 127898,
|
|
52630
53777
|
"length": 5,
|
|
52631
53778
|
"value": "false"
|
|
52632
53779
|
},
|
|
52633
53780
|
{
|
|
52634
53781
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
52635
53782
|
"kind": "BooleanLiteral",
|
|
52636
|
-
"offset":
|
|
53783
|
+
"offset": 257371,
|
|
52637
53784
|
"length": 5,
|
|
52638
53785
|
"value": "false"
|
|
52639
53786
|
},
|
|
52640
53787
|
{
|
|
52641
53788
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
52642
53789
|
"kind": "BooleanLiteral",
|
|
52643
|
-
"offset":
|
|
53790
|
+
"offset": 268157,
|
|
52644
53791
|
"length": 5,
|
|
52645
53792
|
"value": "false"
|
|
52646
53793
|
},
|
|
@@ -52794,21 +53941,21 @@
|
|
|
52794
53941
|
{
|
|
52795
53942
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
|
|
52796
53943
|
"kind": "IntegerLiteral",
|
|
52797
|
-
"offset":
|
|
53944
|
+
"offset": 3833,
|
|
52798
53945
|
"length": 1,
|
|
52799
53946
|
"value": "5"
|
|
52800
53947
|
},
|
|
52801
53948
|
{
|
|
52802
53949
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
|
|
52803
53950
|
"kind": "IntegerLiteral",
|
|
52804
|
-
"offset":
|
|
53951
|
+
"offset": 3872,
|
|
52805
53952
|
"length": 1,
|
|
52806
53953
|
"value": "0"
|
|
52807
53954
|
},
|
|
52808
53955
|
{
|
|
52809
53956
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
|
|
52810
53957
|
"kind": "IntegerLiteral",
|
|
52811
|
-
"offset":
|
|
53958
|
+
"offset": 3907,
|
|
52812
53959
|
"length": 1,
|
|
52813
53960
|
"value": "0"
|
|
52814
53961
|
},
|
|
@@ -53155,45 +54302,59 @@
|
|
|
53155
54302
|
"length": 1,
|
|
53156
54303
|
"value": "0"
|
|
53157
54304
|
},
|
|
54305
|
+
{
|
|
54306
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
54307
|
+
"kind": "BooleanLiteral",
|
|
54308
|
+
"offset": 3167,
|
|
54309
|
+
"length": 5,
|
|
54310
|
+
"value": "false"
|
|
54311
|
+
},
|
|
53158
54312
|
{
|
|
53159
54313
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
53160
54314
|
"kind": "IntegerLiteral",
|
|
53161
|
-
"offset":
|
|
54315
|
+
"offset": 3208,
|
|
54316
|
+
"length": 1,
|
|
54317
|
+
"value": "0"
|
|
54318
|
+
},
|
|
54319
|
+
{
|
|
54320
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
54321
|
+
"kind": "IntegerLiteral",
|
|
54322
|
+
"offset": 3836,
|
|
53162
54323
|
"length": 1,
|
|
53163
54324
|
"value": "0"
|
|
53164
54325
|
},
|
|
53165
54326
|
{
|
|
53166
54327
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
53167
54328
|
"kind": "FloatLiteral",
|
|
53168
|
-
"offset":
|
|
54329
|
+
"offset": 5135,
|
|
53169
54330
|
"length": 3,
|
|
53170
54331
|
"value": "5.0"
|
|
53171
54332
|
},
|
|
53172
54333
|
{
|
|
53173
54334
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
53174
54335
|
"kind": "BooleanLiteral",
|
|
53175
|
-
"offset":
|
|
54336
|
+
"offset": 5317,
|
|
53176
54337
|
"length": 4,
|
|
53177
54338
|
"value": "true"
|
|
53178
54339
|
},
|
|
53179
54340
|
{
|
|
53180
54341
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
53181
54342
|
"kind": "BooleanLiteral",
|
|
53182
|
-
"offset":
|
|
54343
|
+
"offset": 5428,
|
|
53183
54344
|
"length": 5,
|
|
53184
54345
|
"value": "false"
|
|
53185
54346
|
},
|
|
53186
54347
|
{
|
|
53187
54348
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
53188
54349
|
"kind": "BooleanLiteral",
|
|
53189
|
-
"offset":
|
|
54350
|
+
"offset": 9880,
|
|
53190
54351
|
"length": 5,
|
|
53191
54352
|
"value": "false"
|
|
53192
54353
|
},
|
|
53193
54354
|
{
|
|
53194
54355
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
53195
54356
|
"kind": "BooleanLiteral",
|
|
53196
|
-
"offset":
|
|
54357
|
+
"offset": 27598,
|
|
53197
54358
|
"length": 5,
|
|
53198
54359
|
"value": "false"
|
|
53199
54360
|
},
|
|
@@ -53340,14 +54501,14 @@
|
|
|
53340
54501
|
{
|
|
53341
54502
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
53342
54503
|
"kind": "IntegerLiteral",
|
|
53343
|
-
"offset":
|
|
54504
|
+
"offset": 4736,
|
|
53344
54505
|
"length": 1,
|
|
53345
|
-
"value": "
|
|
54506
|
+
"value": "4"
|
|
53346
54507
|
},
|
|
53347
54508
|
{
|
|
53348
54509
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
53349
54510
|
"kind": "BooleanLiteral",
|
|
53350
|
-
"offset":
|
|
54511
|
+
"offset": 17621,
|
|
53351
54512
|
"length": 5,
|
|
53352
54513
|
"value": "false"
|
|
53353
54514
|
},
|
|
@@ -53531,7 +54692,7 @@
|
|
|
53531
54692
|
"kind": "StringLiteral",
|
|
53532
54693
|
"offset": 154,
|
|
53533
54694
|
"length": 8,
|
|
53534
|
-
"value": "\"0.2.
|
|
54695
|
+
"value": "\"0.2.47\""
|
|
53535
54696
|
},
|
|
53536
54697
|
{
|
|
53537
54698
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
@@ -53592,7 +54753,7 @@
|
|
|
53592
54753
|
{
|
|
53593
54754
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
53594
54755
|
"kind": "IntegerLiteral",
|
|
53595
|
-
"offset":
|
|
54756
|
+
"offset": 31970,
|
|
53596
54757
|
"length": 2,
|
|
53597
54758
|
"value": "10"
|
|
53598
54759
|
},
|
|
@@ -53911,10 +55072,17 @@
|
|
|
53911
55072
|
"length": 2,
|
|
53912
55073
|
"value": "12"
|
|
53913
55074
|
},
|
|
55075
|
+
{
|
|
55076
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/FeedInteractiveDismissController.swift",
|
|
55077
|
+
"kind": "BooleanLiteral",
|
|
55078
|
+
"offset": 3630,
|
|
55079
|
+
"length": 5,
|
|
55080
|
+
"value": "false"
|
|
55081
|
+
},
|
|
53914
55082
|
{
|
|
53915
55083
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/FeedInteractiveDismissController.swift",
|
|
53916
55084
|
"kind": "IntegerLiteral",
|
|
53917
|
-
"offset":
|
|
55085
|
+
"offset": 22079,
|
|
53918
55086
|
"length": 2,
|
|
53919
55087
|
"value": "40"
|
|
53920
55088
|
},
|
|
@@ -54054,119 +55222,133 @@
|
|
|
54054
55222
|
{
|
|
54055
55223
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54056
55224
|
"kind": "Array",
|
|
54057
|
-
"offset":
|
|
55225
|
+
"offset": 907,
|
|
54058
55226
|
"length": 2,
|
|
54059
55227
|
"value": "[]"
|
|
54060
55228
|
},
|
|
54061
55229
|
{
|
|
54062
55230
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54063
55231
|
"kind": "IntegerLiteral",
|
|
54064
|
-
"offset":
|
|
55232
|
+
"offset": 1958,
|
|
54065
55233
|
"length": 1,
|
|
54066
55234
|
"value": "0"
|
|
54067
55235
|
},
|
|
54068
55236
|
{
|
|
54069
55237
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54070
55238
|
"kind": "Array",
|
|
54071
|
-
"offset":
|
|
55239
|
+
"offset": 2500,
|
|
54072
55240
|
"length": 2,
|
|
54073
55241
|
"value": "[]"
|
|
54074
55242
|
},
|
|
54075
55243
|
{
|
|
54076
55244
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54077
55245
|
"kind": "Array",
|
|
54078
|
-
"offset":
|
|
55246
|
+
"offset": 2736,
|
|
54079
55247
|
"length": 2,
|
|
54080
55248
|
"value": "[]"
|
|
54081
55249
|
},
|
|
54082
55250
|
{
|
|
54083
55251
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54084
55252
|
"kind": "Array",
|
|
54085
|
-
"offset":
|
|
55253
|
+
"offset": 3060,
|
|
54086
55254
|
"length": 2,
|
|
54087
55255
|
"value": "[]"
|
|
54088
55256
|
},
|
|
54089
55257
|
{
|
|
54090
55258
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54091
55259
|
"kind": "Array",
|
|
54092
|
-
"offset":
|
|
55260
|
+
"offset": 3333,
|
|
54093
55261
|
"length": 2,
|
|
54094
55262
|
"value": "[]"
|
|
54095
55263
|
},
|
|
54096
55264
|
{
|
|
54097
55265
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54098
55266
|
"kind": "IntegerLiteral",
|
|
54099
|
-
"offset":
|
|
55267
|
+
"offset": 4123,
|
|
54100
55268
|
"length": 1,
|
|
54101
55269
|
"value": "3"
|
|
54102
55270
|
},
|
|
54103
55271
|
{
|
|
54104
55272
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54105
55273
|
"kind": "BooleanLiteral",
|
|
54106
|
-
"offset":
|
|
55274
|
+
"offset": 7624,
|
|
54107
55275
|
"length": 4,
|
|
54108
55276
|
"value": "true"
|
|
54109
55277
|
},
|
|
54110
55278
|
{
|
|
54111
55279
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54112
55280
|
"kind": "Array",
|
|
54113
|
-
"offset":
|
|
55281
|
+
"offset": 8506,
|
|
54114
55282
|
"length": 2,
|
|
54115
55283
|
"value": "[]"
|
|
54116
55284
|
},
|
|
54117
55285
|
{
|
|
54118
55286
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54119
55287
|
"kind": "BooleanLiteral",
|
|
54120
|
-
"offset":
|
|
55288
|
+
"offset": 11236,
|
|
55289
|
+
"length": 5,
|
|
55290
|
+
"value": "false"
|
|
55291
|
+
},
|
|
55292
|
+
{
|
|
55293
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
55294
|
+
"kind": "IntegerLiteral",
|
|
55295
|
+
"offset": 12543,
|
|
55296
|
+
"length": 1,
|
|
55297
|
+
"value": "0"
|
|
55298
|
+
},
|
|
55299
|
+
{
|
|
55300
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
55301
|
+
"kind": "BooleanLiteral",
|
|
55302
|
+
"offset": 14045,
|
|
54121
55303
|
"length": 5,
|
|
54122
55304
|
"value": "false"
|
|
54123
55305
|
},
|
|
54124
55306
|
{
|
|
54125
55307
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54126
55308
|
"kind": "BooleanLiteral",
|
|
54127
|
-
"offset":
|
|
55309
|
+
"offset": 14131,
|
|
54128
55310
|
"length": 5,
|
|
54129
55311
|
"value": "false"
|
|
54130
55312
|
},
|
|
54131
55313
|
{
|
|
54132
55314
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54133
55315
|
"kind": "BooleanLiteral",
|
|
54134
|
-
"offset":
|
|
55316
|
+
"offset": 14652,
|
|
54135
55317
|
"length": 5,
|
|
54136
55318
|
"value": "false"
|
|
54137
55319
|
},
|
|
54138
55320
|
{
|
|
54139
55321
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54140
55322
|
"kind": "BooleanLiteral",
|
|
54141
|
-
"offset":
|
|
55323
|
+
"offset": 14696,
|
|
54142
55324
|
"length": 5,
|
|
54143
55325
|
"value": "false"
|
|
54144
55326
|
},
|
|
54145
55327
|
{
|
|
54146
55328
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54147
55329
|
"kind": "BooleanLiteral",
|
|
54148
|
-
"offset":
|
|
55330
|
+
"offset": 14727,
|
|
54149
55331
|
"length": 5,
|
|
54150
55332
|
"value": "false"
|
|
54151
55333
|
},
|
|
54152
55334
|
{
|
|
54153
55335
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54154
55336
|
"kind": "BooleanLiteral",
|
|
54155
|
-
"offset":
|
|
55337
|
+
"offset": 14766,
|
|
54156
55338
|
"length": 5,
|
|
54157
55339
|
"value": "false"
|
|
54158
55340
|
},
|
|
54159
55341
|
{
|
|
54160
55342
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54161
55343
|
"kind": "BooleanLiteral",
|
|
54162
|
-
"offset":
|
|
55344
|
+
"offset": 14814,
|
|
54163
55345
|
"length": 4,
|
|
54164
55346
|
"value": "true"
|
|
54165
55347
|
},
|
|
54166
55348
|
{
|
|
54167
55349
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
54168
55350
|
"kind": "StringLiteral",
|
|
54169
|
-
"offset":
|
|
55351
|
+
"offset": 55963,
|
|
54170
55352
|
"length": 16,
|
|
54171
55353
|
"value": "\"WidgetCardCell\""
|
|
54172
55354
|
},
|
|
@@ -54177,59 +55359,66 @@
|
|
|
54177
55359
|
"length": 3,
|
|
54178
55360
|
"value": "0.6"
|
|
54179
55361
|
},
|
|
55362
|
+
{
|
|
55363
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
55364
|
+
"kind": "BooleanLiteral",
|
|
55365
|
+
"offset": 2498,
|
|
55366
|
+
"length": 4,
|
|
55367
|
+
"value": "true"
|
|
55368
|
+
},
|
|
54180
55369
|
{
|
|
54181
55370
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
54182
55371
|
"kind": "IntegerLiteral",
|
|
54183
|
-
"offset":
|
|
55372
|
+
"offset": 3704,
|
|
54184
55373
|
"length": 1,
|
|
54185
55374
|
"value": "3"
|
|
54186
55375
|
},
|
|
54187
55376
|
{
|
|
54188
55377
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
54189
55378
|
"kind": "IntegerLiteral",
|
|
54190
|
-
"offset":
|
|
55379
|
+
"offset": 3738,
|
|
54191
55380
|
"length": 1,
|
|
54192
55381
|
"value": "8"
|
|
54193
55382
|
},
|
|
54194
55383
|
{
|
|
54195
55384
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
54196
55385
|
"kind": "IntegerLiteral",
|
|
54197
|
-
"offset":
|
|
55386
|
+
"offset": 3773,
|
|
54198
55387
|
"length": 2,
|
|
54199
55388
|
"value": "12"
|
|
54200
55389
|
},
|
|
54201
55390
|
{
|
|
54202
55391
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
54203
55392
|
"kind": "BooleanLiteral",
|
|
54204
|
-
"offset":
|
|
55393
|
+
"offset": 3802,
|
|
54205
55394
|
"length": 4,
|
|
54206
55395
|
"value": "true"
|
|
54207
55396
|
},
|
|
54208
55397
|
{
|
|
54209
55398
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
54210
55399
|
"kind": "BooleanLiteral",
|
|
54211
|
-
"offset":
|
|
55400
|
+
"offset": 3836,
|
|
54212
55401
|
"length": 4,
|
|
54213
55402
|
"value": "true"
|
|
54214
55403
|
},
|
|
54215
55404
|
{
|
|
54216
55405
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
54217
55406
|
"kind": "BooleanLiteral",
|
|
54218
|
-
"offset":
|
|
55407
|
+
"offset": 3863,
|
|
54219
55408
|
"length": 4,
|
|
54220
55409
|
"value": "true"
|
|
54221
55410
|
},
|
|
54222
55411
|
{
|
|
54223
55412
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
54224
55413
|
"kind": "IntegerLiteral",
|
|
54225
|
-
"offset":
|
|
55414
|
+
"offset": 3910,
|
|
54226
55415
|
"length": 2,
|
|
54227
55416
|
"value": "10"
|
|
54228
55417
|
},
|
|
54229
55418
|
{
|
|
54230
55419
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
54231
55420
|
"kind": "FloatLiteral",
|
|
54232
|
-
"offset":
|
|
55421
|
+
"offset": 4198,
|
|
54233
55422
|
"length": 3,
|
|
54234
55423
|
"value": "5.0"
|
|
54235
55424
|
}
|