@nativescript/types-swiftui 0.0.1

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.
Binary file
Binary file
package/index.js ADDED
@@ -0,0 +1,21 @@
1
+ function loadSwift() {
2
+ if (globalThis.SwiftLoaded) return;
3
+
4
+ globalThis.SwiftLoaded = true;
5
+
6
+ if (
7
+ typeof NSBundle !== "undefined" &&
8
+ NSBundle.mainBundle?.bundleIdentifier
9
+ ) {
10
+ const mainBundle = NSBundle.mainBundle;
11
+ const resourcePath = mainBundle.resourcePath;
12
+ if (resourcePath) {
13
+ const nodeFilePath = resourcePath + "/libSwiftBridge.node";
14
+ module.exports = require(nodeFilePath);
15
+ }
16
+ } else {
17
+ module.exports = require(__dirname + "/dist/libSwiftBridge.node");
18
+ }
19
+ }
20
+
21
+ loadSwift();
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@nativescript/types-swiftui",
3
+ "version": "0.0.1",
4
+ "description": "",
5
+ "license": "MIT",
6
+ "author": "dj",
7
+ "type": "commonjs",
8
+ "main": "index.js",
9
+ "types": "./types/index.d.ts",
10
+ "files": [
11
+ "./index.js",
12
+ "./types/*",
13
+ "./dist/*"
14
+ ]
15
+ }
@@ -0,0 +1,513 @@
1
+ // Auto-generated TypeScript type definitions for SwiftUI enums
2
+ // This file is generated by SwiftBindGen - do not edit manually
3
+ export type AccessibilityLabeledPairRole = "label" | "content";
4
+
5
+ export type AccessibilityAdjustmentDirection = "increment" | "decrement";
6
+
7
+ export type DropOperation = "cancel" | "forbidden" | "copy" | "move" | "delete" | "alias";
8
+
9
+ export type HoverPhase = "ended";
10
+
11
+ export type TabViewBottomAccessoryPlacement = "inline" | "expanded";
12
+
13
+ export type ScenePhase = "background" | "inactive" | "active";
14
+
15
+ export type ScrollTransitionPhase = "topLeading" | "identity" | "bottomTrailing";
16
+
17
+ export type DigitalCrownRotationalSensitivity = "low" | "medium" | "high";
18
+
19
+ export type FrameResizePosition = "top" | "leading" | "bottom" | "trailing" | "topLeading" | "topTrailing" | "bottomLeading" | "bottomTrailing";
20
+
21
+ export type FrameResizeDirection = "inward" | "outward";
22
+
23
+ export type SidebarRowSize = "small" | "medium" | "large";
24
+
25
+ export type PreviewPlatform = "iOS" | "macOS" | "tvOS" | "watchOS";
26
+
27
+ export type MoveCommandDirection = "up" | "down" | "left" | "right";
28
+
29
+ export type PencilSqueezeGesturePhase = "failed";
30
+
31
+ export type AsyncImagePhase = "empty";
32
+
33
+ export type SquareAzimuth = "front" | "right" | "back" | "left";
34
+
35
+ export type EditMode = "inactive" | "transient" | "active";
36
+
37
+ export type TextSelectionAffinity = "automatic" | "upstream" | "downstream";
38
+
39
+ export type LayoutDirection = "leftToRight" | "rightToLeft";
40
+
41
+ export type ScrollPhase = "idle" | "tracking" | "interacting" | "decelerating" | "animating";
42
+
43
+ export type HorizontalDirection = "leading" | "trailing";
44
+
45
+ export type VerticalDirection = "up" | "down";
46
+
47
+ export type Edge = "top" | "leading" | "bottom" | "trailing";
48
+
49
+ export type HorizontalEdge = "leading" | "trailing";
50
+
51
+ export type VerticalEdge = "top" | "bottom";
52
+
53
+ export type TimelineScheduleMode = "normal" | "lowFrequency";
54
+
55
+ export type WorldRecenterPhase = "began" | "ended";
56
+
57
+ export type Axis = "horizontal" | "vertical";
58
+
59
+ export type LayoutDirectionBehavior = "fixed";
60
+
61
+ export type ColorRenderingMode = "nonLinear" | "linear" | "extendedLinear";
62
+
63
+ export type AccessibilityHeadingLevel = "unspecified" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
64
+
65
+ export type ControlSize = "mini" | "small" | "regular" | "large" | "extraLarge";
66
+
67
+ export type BlendMode = "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "colorDodge" | "colorBurn" | "softLight" | "hardLight" | "difference" | "exclusion" | "hue" | "saturation" | "color" | "luminosity" | "sourceAtop" | "destinationOver" | "destinationOut" | "plusDarker" | "plusLighter";
68
+
69
+ export type ContentMode = "fit" | "fill";
70
+
71
+ export type ShapeRole = "fill" | "stroke" | "separator";
72
+
73
+ export type DynamicTypeSize = "xSmall" | "small" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | "accessibility1" | "accessibility2" | "accessibility3" | "accessibility4" | "accessibility5";
74
+
75
+ export type ContentSizeCategory = "extraSmall" | "small" | "medium" | "large" | "extraLarge" | "extraExtraLarge" | "extraExtraExtraLarge" | "accessibilityMedium" | "accessibilityLarge" | "accessibilityExtraLarge" | "accessibilityExtraExtraLarge" | "accessibilityExtraExtraExtraLarge";
76
+
77
+ export type Prominence = "standard" | "increased";
78
+
79
+ export type Visibility = "automatic" | "visible" | "hidden";
80
+
81
+ export type TransitionPhase = "willAppear" | "identity" | "didDisappear";
82
+
83
+ export type CoordinateSpace = "global" | "local";
84
+
85
+ export type TextAlignment = "leading" | "center" | "trailing";
86
+
87
+ export type UserInterfaceSizeClass = "compact" | "regular";
88
+
89
+ export type ControlActiveState = "key" | "active" | "inactive";
90
+
91
+ export type LegibilityWeight = "regular" | "bold";
92
+
93
+ export type ColorScheme = "light" | "dark";
94
+
95
+ export type ColorSchemeContrast = "standard" | "increased";
96
+
97
+ export type RoundedCornerStyle = "circular" | "continuous";
98
+
99
+ export type GraphicsContext_BlurOptions = "opaque" | "dithersResult";
100
+
101
+ export type WindowIdealSize = "automatic" | "fitToContent" | "maximum";
102
+
103
+ export type Shape = "buttonBorder" | "rect" | "capsule" | "ellipse" | "circle" | "containerRelative";
104
+
105
+ export type ViewAlignedScrollTargetBehavior_LimitBehavior = "automatic" | "always" | "alwaysByFew" | "alwaysByOne" | "never";
106
+
107
+ export type BlurReplaceTransition_Configuration = "downUp" | "upUp";
108
+
109
+ export type WindowToolbarFullScreenVisibility = "automatic" | "visible" | "onHover";
110
+
111
+ export type WorldAlignmentBehavior = "automatic" | "adaptive" | "gravityAligned";
112
+
113
+ export type ProposedViewSize = "zero" | "unspecified" | "infinity";
114
+
115
+ export type UnitPoint = "zero" | "center" | "leading" | "trailing" | "top" | "bottom" | "topLeading" | "topTrailing" | "bottomLeading" | "bottomTrailing";
116
+
117
+ export type SearchPresentationToolbarBehavior = "automatic" | "avoidHidingContent";
118
+
119
+ export type TabCustomizationBehavior = "automatic" | "reorderable" | "disabled";
120
+
121
+ export type MatchedGeometryProperties = "position" | "size" | "frame";
122
+
123
+ export type DatePickerComponents = "hourAndMinute" | "date" | "hourMinuteAndSecond";
124
+
125
+ export type ToolbarItemPlacement = "automatic" | "principal" | "navigation" | "primaryAction" | "secondaryAction" | "status" | "confirmationAction" | "cancellationAction" | "destructiveAction" | "keyboard" | "topBarLeading" | "topBarTrailing" | "navigationBarLeading" | "navigationBarTrailing" | "title" | "largeTitle" | "bottomBar" | "bottomOrnament" | "subtitle" | "largeSubtitle";
126
+
127
+ export type SymbolVariableValueMode = "color" | "draw";
128
+
129
+ export type TextInputAutocapitalization = "never" | "words" | "sentences" | "characters";
130
+
131
+ export type ScenePadding = "minimum" | "navigationBar";
132
+
133
+ export type ControlGroupStyle = "palette" | "automatic" | "navigation" | "menu" | "compactMenu";
134
+
135
+ export type NavigationSplitViewStyle = "balanced" | "prominentDetail" | "automatic";
136
+
137
+ export type ScrollDismissesKeyboardMode = "automatic" | "immediately" | "interactively" | "never";
138
+
139
+ export type AccessibilityActionKind = "default" | "escape" | "magicTap" | "delete" | "showMenu";
140
+
141
+ export type TextSelectability = "enabled" | "disabled";
142
+
143
+ export type CustomHoverEffect = "automatic" | "highlight" | "lift" | "empty";
144
+
145
+ export type VerticalAlignment = "top" | "center" | "bottom" | "firstTextBaseline" | "lastTextBaseline";
146
+
147
+ export type TextInputFormattingControlPlacement_Set = "accessoryBar" | "contextMenu" | "inputAssistant" | "fontPanel" | "all" | "default" | ("accessoryBar" | "contextMenu" | "inputAssistant" | "fontPanel" | "all" | "default")[];
148
+
149
+ export type SensoryFeedback_Flexibility = "rigid" | "solid" | "soft";
150
+
151
+ export type TimelineSchedule = "animation" | "everyMinute";
152
+
153
+ export type PencilPreferredAction = "switchEraser" | "switchPrevious" | "showColorPalette" | "showInkAttributes" | "showContextualPalette" | "runSystemShortcut" | "ignore";
154
+
155
+ export type RedactionReasons = "placeholder" | "privacy" | "invalidated";
156
+
157
+ export type TabBarMinimizeBehavior = "automatic" | "onScrollDown" | "onScrollUp" | "never";
158
+
159
+ export type ToolbarCustomizationBehavior = "default" | "reorderable" | "disabled";
160
+
161
+ export type SymbolVariants = "none" | "circle" | "square" | "rectangle" | "fill" | "slash";
162
+
163
+ export type PointerStyle = "default" | "horizontalText" | "verticalText" | "rectSelection" | "grabIdle" | "grabActive" | "link" | "zoomIn" | "zoomOut" | "columnResize" | "rowResize";
164
+
165
+ export type ScrollInputKind = "handGestureShortcut" | "look";
166
+
167
+ export type PrimitiveButtonStyle = "automatic" | "glass" | "borderless" | "glassProminent" | "link" | "plain" | "accessoryBar" | "accessoryBarAction" | "bordered" | "card" | "borderedProminent";
168
+
169
+ export type Alignment = "center" | "leading" | "trailing" | "top" | "bottom" | "topLeading" | "topTrailing" | "bottomLeading" | "bottomTrailing" | "centerFirstTextBaseline" | "centerLastTextBaseline" | "leadingFirstTextBaseline" | "leadingLastTextBaseline" | "trailingFirstTextBaseline" | "trailingLastTextBaseline";
170
+
171
+ export type ScrollInputBehavior = "automatic" | "enabled" | "disabled";
172
+
173
+ export type Material = "regular" | "thick" | "thin" | "ultraThin" | "ultraThick" | "bar";
174
+
175
+ export type ShapeStyle = "fill" | "placeholder" | "link" | "selection" | "windowBackground" | "regularMaterial" | "thickMaterial" | "thinMaterial" | "ultraThinMaterial" | "ultraThickMaterial" | "bar" | "primary" | "secondary" | "tertiary" | "quaternary" | "quinary" | "red" | "orange" | "yellow" | "green" | "mint" | "teal" | "cyan" | "blue" | "indigo" | "purple" | "pink" | "brown" | "white" | "gray" | "black" | "clear" | "separator" | "background" | "foreground" | "tint";
176
+
177
+ export type SubmitLabel = "done" | "go" | "send" | "join" | "route" | "search" | "return" | "next" | "continue";
178
+
179
+ export type FormStyle = "columns" | "grouped" | "automatic";
180
+
181
+ export type MaterialActiveAppearance = "automatic" | "active" | "inactive" | "matchWindow";
182
+
183
+ export type ButtonSizing = "automatic" | "flexible" | "fitted";
184
+
185
+ export type PickerStyle = "wheel" | "radioGroup" | "inline" | "automatic" | "segmented" | "palette" | "navigationLink" | "menu";
186
+
187
+ export type ToolbarPlacement = "automatic" | "bottomBar" | "navigationBar" | "windowToolbar" | "tabBar" | "bottomOrnament";
188
+
189
+ export type AccessibilityChildBehavior = "ignore" | "contain" | "combine";
190
+
191
+ export type TextInputDictationActivation = "onSelect" | "onLook";
192
+
193
+ export type GaugeStyle = "accessoryCircularCapacity" | "circular" | "linearCapacity" | "accessoryLinear" | "accessoryLinearCapacity" | "linear" | "automatic" | "accessoryCircular";
194
+
195
+ export type SearchScopeActivation = "automatic" | "onTextEntry" | "onSearchPresentation";
196
+
197
+ export type PresentationContentInteraction = "automatic" | "resizes" | "scrolls";
198
+
199
+ export type VolumeViewpointUpdateStrategy = "all" | "supported";
200
+
201
+ export type ContainerBackgroundPlacement = "tabView" | "navigation" | "navigationSplitView" | "window";
202
+
203
+ export type TabPlacement = "automatic" | "pinned" | "sidebarOnly";
204
+
205
+ export type Spring = "smooth" | "snappy" | "bouncy";
206
+
207
+ export type Animation = "systemOverlayAppearance" | "systemOverlayDisappearance" | "systemOverlayDelayedDisappearance" | "default" | "interpolatingSpring" | "spring" | "interactiveSpring" | "smooth" | "snappy" | "bouncy" | "easeInOut" | "easeIn" | "easeOut" | "linear";
208
+
209
+ export type HoverEffectGroup_Behavior = "activatesGroup" | "followsGroup" | "ignoresGroup" | "preservesGroup";
210
+
211
+ export type ToolbarRole = "automatic" | "navigationStack" | "browser" | "editor";
212
+
213
+ export type PaletteSelectionEffect = "automatic" | "custom";
214
+
215
+ export type Font = "largeTitle" | "title" | "title2" | "title3" | "headline" | "subheadline" | "body" | "callout" | "footnote" | "caption" | "caption2" | "extraLargeTitle" | "extraLargeTitle2" | "default";
216
+
217
+ export type MenuActionDismissBehavior = "automatic" | "enabled" | "disabled";
218
+
219
+ export type ScrollTargetBehavior = "paging" | "viewAligned";
220
+
221
+ export type ButtonRepeatBehavior = "automatic" | "enabled" | "disabled";
222
+
223
+ export type KeyboardShortcut = "defaultAction" | "cancelAction";
224
+
225
+ export type ScrollIndicatorVisibility = "automatic" | "visible" | "hidden" | "never";
226
+
227
+ export type PresentationSizing = "form" | "page" | "fitted" | "automatic";
228
+
229
+ export type PageIndexViewStyle_BackgroundDisplayMode = "automatic" | "interactive" | "always" | "never";
230
+
231
+ export type WindowToolbarStyle = "automatic" | "unified" | "expanded" | "unifiedCompact";
232
+
233
+ export type DefaultFocusEvaluationPriority = "automatic" | "userInitiated";
234
+
235
+ export type GraphicsContext_GradientOptions = "repeat" | "mirror" | "linearColor";
236
+
237
+ export type BackgroundProminence = "standard" | "increased";
238
+
239
+ export type AccessibilityQuickActionStyle = "prompt" | "outline";
240
+
241
+ export type FocusInteractions = "activate" | "edit" | "automatic";
242
+
243
+ export type CoordinateSpaceProtocol = "local" | "global" | "scrollView";
244
+
245
+ export type TextInputDictationBehavior = "automatic" | "preventDictation";
246
+
247
+ export type DismissBehavior = "interactive" | "destructive";
248
+
249
+ export type HoverEffectPhaseOverride = "active" | "inactive";
250
+
251
+ export type ProgressViewStyle = "linear" | "circular" | "automatic";
252
+
253
+ export type TextEditorStyle = "automatic" | "roundedBorder" | "plain";
254
+
255
+ export type WritingToolsBehavior = "automatic" | "complete" | "limited" | "disabled";
256
+
257
+ export type SensoryFeedback_Weight = "light" | "medium" | "heavy";
258
+
259
+ export type DialogSeverity = "automatic" | "critical" | "standard";
260
+
261
+ export type PinnedScrollableViews = "sectionHeaders" | "sectionFooters";
262
+
263
+ export type KeyEquivalent = "upArrow" | "downArrow" | "leftArrow" | "rightArrow" | "escape" | "delete" | "deleteForward" | "home" | "end" | "pageUp" | "pageDown" | "clear" | "tab" | "space" | "return";
264
+
265
+ export type SearchFieldPlacement = "automatic" | "toolbar" | "toolbarPrincipal" | "sidebar" | "navigationBarDrawer";
266
+
267
+ export type SafeAreaRegions = "container" | "keyboard" | "all";
268
+
269
+ export type EventModifiers = "capsLock" | "shift" | "control" | "option" | "command" | "numericPad" | "function" | "all";
270
+
271
+ export type TextVariantPreference = "fixed" | "sizeDependent";
272
+
273
+ export type CommandGroupPlacement = "appInfo" | "appSettings" | "systemServices" | "appVisibility" | "appTermination" | "newItem" | "saveItem" | "importExport" | "printItem" | "undoRedo" | "pasteboard" | "textEditing" | "textFormatting" | "toolbar" | "sidebar" | "windowSize" | "windowList" | "singleWindowList" | "windowArrangement" | "help";
274
+
275
+ export type ScrollContentOffsetAdjustmentBehavior = "automatic" | "disabled";
276
+
277
+ export type NavigationViewStyle = "columns" | "automatic" | "stack";
278
+
279
+ export type AccessibilityTraits = "isButton" | "isHeader" | "isSelected" | "isLink" | "isSearchField" | "isImage" | "playsSound" | "isKeyboardKey" | "isStaticText" | "isSummaryElement" | "updatesFrequently" | "startsMediaSession" | "allowsDirectInteraction" | "causesPageTurn" | "isModal" | "isToggle" | "isTabBar";
280
+
281
+ export type GraphicsContext_BlendMode = "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "colorDodge" | "colorBurn" | "softLight" | "hardLight" | "difference" | "exclusion" | "hue" | "saturation" | "color" | "luminosity" | "clear" | "copy" | "sourceIn" | "sourceOut" | "sourceAtop" | "destinationOver" | "destinationIn" | "destinationOut" | "destinationAtop" | "xor" | "plusDarker" | "plusLighter";
282
+
283
+ export type AccessibilityTechnologies = "voiceOver" | "switchControl";
284
+
285
+ export type PresentationAdaptation = "automatic" | "none" | "popover" | "sheet" | "fullScreenCover";
286
+
287
+ export type ToolbarTitleDisplayMode = "automatic" | "large" | "inlineLarge" | "inline";
288
+
289
+ export type TableColumnAlignment = "automatic" | "leading" | "center" | "trailing" | "numeric";
290
+
291
+ export type Glass = "regular" | "clear" | "identity";
292
+
293
+ export type WindowInteractionBehavior = "automatic" | "enabled" | "disabled";
294
+
295
+ export type GraphicsContext_Shading = "backdrop" | "foreground";
296
+
297
+ export type EditActions = "delete" | "all" | "move";
298
+
299
+ export type PresentationDetent = "medium" | "large";
300
+
301
+ export type DatePickerStyle = "wheel" | "automatic" | "stepperField" | "field" | "graphical" | "compact";
302
+
303
+ export type SpringLoadingBehavior = "automatic" | "enabled" | "disabled";
304
+
305
+ export type ToolbarLabelStyle = "automatic" | "titleAndIcon" | "iconOnly" | "titleOnly";
306
+
307
+ export type LabelStyle = "automatic" | "iconOnly" | "titleAndIcon" | "titleOnly";
308
+
309
+ export type SymbolRenderingMode = "monochrome" | "multicolor" | "hierarchical" | "palette";
310
+
311
+ export type HorizontalAlignment = "leading" | "center" | "trailing" | "listRowSeparatorLeading" | "listRowSeparatorTrailing";
312
+
313
+ export type SymbolColorRenderingMode = "flat" | "gradient";
314
+
315
+ export type UIHostingControllerSizingOptions = "preferredContentSize" | "intrinsicContentSize";
316
+
317
+ export type DragDropPreviewsFormation = "default" | "none" | "pile" | "list" | "stack";
318
+
319
+ export type WindowResizability = "automatic" | "contentSize" | "contentMinSize";
320
+
321
+ export type GestureMask = "none" | "gesture" | "subviews" | "all";
322
+
323
+ export type TabSearchActivation = "automatic" | "searchTabSelection";
324
+
325
+ export type Transition = "symbolEffect" | "opacity" | "slide" | "identity" | "blurReplace" | "scale";
326
+
327
+ export type NSHostingSceneBridgingOptions = "title" | "toolbars" | "all";
328
+
329
+ export type OpenWindowAction_SharingBehavior = "requested" | "required";
330
+
331
+ export type TextFieldStyle = "automatic" | "roundedBorder" | "plain" | "squareBorder";
332
+
333
+ export type ButtonRole = "destructive" | "cancel" | "confirm" | "close";
334
+
335
+ export type AlternatingRowBackgroundBehavior = "automatic" | "enabled" | "disabled";
336
+
337
+ export type MenuOrder = "automatic" | "priority" | "fixed";
338
+
339
+ export type VerticalPageTabViewStyle_TransitionStyle = "automatic" | "blur" | "identity";
340
+
341
+ export type GlassEffectTransition = "matchedGeometry" | "materialize" | "identity";
342
+
343
+ export type OpenURLAction_Result = "handled" | "discarded" | "systemAction";
344
+
345
+ export type AnyTransition = "opacity" | "slide" | "identity" | "scale";
346
+
347
+ export type NavigationSplitViewColumn = "sidebar" | "content" | "detail";
348
+
349
+ export type ContentMarginPlacement = "automatic" | "scrollContent" | "scrollIndicators";
350
+
351
+ export type ListSectionSpacing = "default" | "compact";
352
+
353
+ export type SensoryFeedback = "success" | "warning" | "error" | "selection" | "increase" | "decrease" | "start" | "stop" | "alignment" | "levelChange" | "pathComplete" | "impact";
354
+
355
+ export type UnitCurve = "easeInEaseOut" | "easeInOut" | "easeIn" | "easeOut" | "circularEaseIn" | "circularEaseOut" | "circularEaseInOut" | "linear";
356
+
357
+ export type ListStyle = "automatic" | "sidebar" | "inset" | "grouped" | "insetGrouped" | "plain" | "elliptical" | "carousel" | "bordered";
358
+
359
+ export type AccessibilityTextContentType = "plain" | "console" | "fileSystem" | "messaging" | "narrative" | "sourceCode" | "spreadsheet" | "wordProcessing";
360
+
361
+ export type SubmitTriggers = "text" | "search";
362
+
363
+ export type BadgeProminence = "decreased" | "standard" | "increased";
364
+
365
+ export type ToolbarDefaultItemKind = "sidebarToggle" | "title" | "search";
366
+
367
+ export type SearchToolbarBehavior = "automatic" | "minimize";
368
+
369
+ export type ToggleStyle = "button" | "checkbox" | "automatic" | "switch";
370
+
371
+ export type AccessibilityActionCategory = "default" | "edit";
372
+
373
+ export type AnimationCompletionCriteria = "logicallyComplete" | "removed";
374
+
375
+ export type ScrollEdgeEffectStyle = "automatic" | "hard" | "soft";
376
+
377
+ export type ContentShapeKinds = "interaction" | "dragPreview" | "contextMenuPreview" | "hoverEffect" | "focusEffect" | "accessibility";
378
+
379
+ export type WindowManagerRole = "automatic" | "principal" | "associated";
380
+
381
+ export type MenuBarExtraStyle = "window" | "menu" | "automatic";
382
+
383
+ export type ScrollAnchorRole = "initialOffset" | "sizeChanges" | "alignment";
384
+
385
+ export type GraphicsContext_ShadowOptions = "shadowAbove" | "shadowOnly" | "invertsAlpha" | "disablesGroup";
386
+
387
+ export type WindowStyle = "titleBar" | "automatic" | "hiddenTitleBar" | "plain";
388
+
389
+ export type FileDialogBrowserOptions = "enumeratePackages" | "includeHiddenFiles" | "displayFileExtensions";
390
+
391
+ export type NavigationSplitViewVisibility = "detailOnly" | "doubleColumn" | "all" | "automatic";
392
+
393
+ export type TableColumnCustomizationBehavior = "all" | "reorder" | "resize" | "visibility";
394
+
395
+ export type SearchSuggestionsPlacement_Set = "menu" | "content" | ("menu" | "content")[];
396
+
397
+ export type SceneLaunchBehavior = "automatic" | "presented" | "suppressed";
398
+
399
+ export type ScrollBounceBehavior = "automatic" | "always" | "basedOnSize";
400
+
401
+ export type TabViewStyle = "carousel" | "sidebarAdaptable" | "page" | "tabBarOnly" | "verticalPage" | "automatic" | "grouped";
402
+
403
+ export type InterfaceOrientation = "portrait" | "portraitUpsideDown" | "landscapeLeft" | "landscapeRight";
404
+
405
+ export type MenuStyle = "borderedButton" | "button" | "automatic" | "borderlessButton";
406
+
407
+ export type PageTabViewStyle_IndexDisplayMode = "automatic" | "always" | "never";
408
+
409
+ export type SpacerSizing = "flexible" | "fixed";
410
+
411
+ export type WindowLevel = "automatic" | "desktop" | "floating" | "normal";
412
+
413
+ export type AdaptableTabBarPlacement = "automatic" | "tabBar" | "sidebar";
414
+
415
+ export type HierarchicalShapeStyle = "primary" | "secondary" | "tertiary" | "quaternary" | "quinary";
416
+
417
+ export type AccessibilityDirectTouchOptions = "silentOnTouch" | "requiresActivation";
418
+
419
+ export type ScrollTransitionConfiguration = "animated" | "interactive" | "identity";
420
+
421
+ export type HoverEffect = "automatic" | "highlight" | "lift";
422
+
423
+ export type SceneRestorationBehavior = "automatic" | "disabled";
424
+
425
+ export type PresentationBackgroundInteraction = "automatic" | "enabled" | "disabled";
426
+
427
+ export type KeyboardShortcut_Localization = "automatic" | "withoutMirroring" | "custom";
428
+
429
+ export type TabBarPlacement = "topBar" | "sidebar" | "bottomBar" | "ornament" | "pageIndicator";
430
+
431
+ export type AccessibilitySystemRotor = "links" | "headings" | "boldText" | "italicText" | "underlineText" | "misspelledWords" | "images" | "textFields" | "tables" | "lists" | "landmarks";
432
+
433
+ export type SearchSuggestionsPlacement = "automatic" | "menu" | "content";
434
+
435
+ export type TableStyle = "inset" | "automatic" | "bordered";
436
+
437
+ export type ContentTransition = "identity" | "opacity" | "interpolate" | "symbolEffect";
438
+
439
+ export type DropOperation_Set = "cancel" | "copy" | "move" | "forbidden" | "delete" | "alias" | ("cancel" | "copy" | "move" | "forbidden" | "delete" | "alias")[];
440
+
441
+ export type FrameResizeDirection_Set = "inward" | "outward" | "all" | ("inward" | "outward" | "all")[];
442
+
443
+ export type SquareAzimuth_Set = "front" | "right" | "back" | "left" | "all" | ("front" | "right" | "back" | "left" | "all")[];
444
+
445
+ export type HorizontalDirection_Set = "leading" | "trailing" | "all" | ("leading" | "trailing" | "all")[];
446
+
447
+ export type VerticalDirection_Set = "up" | "down" | "all" | ("up" | "down" | "all")[];
448
+
449
+ export type Edge_Set = "top" | "leading" | "bottom" | "trailing" | "all" | "horizontal" | "vertical" | ("top" | "leading" | "bottom" | "trailing" | "all" | "horizontal" | "vertical")[];
450
+
451
+ export type HorizontalEdge_Set = "leading" | "trailing" | "all" | ("leading" | "trailing" | "all")[];
452
+
453
+ export type VerticalEdge_Set = "top" | "bottom" | "all" | ("top" | "bottom" | "all")[];
454
+
455
+ export type Axis_Set = "horizontal" | "vertical" | ("horizontal" | "vertical")[];
456
+
457
+ export type SensoryFeedback_SelectionFeedback = "maximum" | "minimum" | "on" | "off";
458
+
459
+ export type SensoryFeedback_PressFeedback = "button" | "buttonIconOnly" | "slider" | "toggle" | "tab";
460
+
461
+ export type Subview_ContainerSizingOptions = "variable";
462
+
463
+ export type ScrollTransitionConfiguration_Threshold = "visible" | "hidden" | "centered";
464
+
465
+ export type SearchFieldPlacement_NavigationBarDrawerDisplayMode = "automatic" | "always";
466
+
467
+ export type NSUserActivity_TypedPayloadError = "invalidContent" | "encodingError";
468
+
469
+ export type KeyPress_Result = "handled" | "ignored";
470
+
471
+ export type KeyPress_Phases = "down" | "repeat" | "up" | "all";
472
+
473
+ export type Image_ResizingMode = "tile" | "stretch";
474
+
475
+ export type Image_Orientation = "up" | "upMirrored" | "down" | "downMirrored" | "left" | "leftMirrored" | "right" | "rightMirrored";
476
+
477
+ export type Color_RGBColorSpace = "sRGB" | "sRGBLinear" | "displayP3";
478
+
479
+ export type Image_Interpolation = "none" | "low" | "medium" | "high";
480
+
481
+ export type Shader_UsageType = "shapeStyle" | "colorEffect" | "distortionEffect" | "layerEffect";
482
+
483
+ export type Text_DateStyle = "time" | "date" | "relative" | "offset" | "timer";
484
+
485
+ export type Text_TruncationMode = "head" | "tail" | "middle";
486
+
487
+ export type Text_Case = "uppercase" | "lowercase";
488
+
489
+ export type Font_TextStyle = "largeTitle" | "title" | "title2" | "title3" | "headline" | "subheadline" | "body" | "callout" | "footnote" | "caption" | "caption2" | "extraLargeTitle" | "extraLargeTitle2";
490
+
491
+ export type Font_Leading = "standard" | "tight" | "loose";
492
+
493
+ export type Font_Weight = "ultraLight" | "thin" | "light" | "regular" | "medium" | "semibold" | "bold" | "heavy" | "black";
494
+
495
+ export type Font_Width = "compressed" | "condensed" | "standard" | "expanded";
496
+
497
+ export type Text_WritingDirectionStrategy = "layoutBased" | "contentBased" | "default";
498
+
499
+ export type Text_Scale = "default" | "secondary";
500
+
501
+ export type Image_DynamicRange = "standard" | "constrainedHigh" | "high";
502
+
503
+ export type Text_AlignmentStrategy = "layoutBased" | "writingDirectionBased" | "default";
504
+
505
+ export type Image_TemplateRenderingMode = "template" | "original";
506
+
507
+ export type Image_Scale = "small" | "medium" | "large";
508
+
509
+ export type Gradient_ColorSpace = "device" | "perceptual";
510
+
511
+ export type Font_Design = "default" | "serif" | "rounded" | "monospaced";
512
+
513
+ export type Edge_Corner = "topLeading" | "topTrailing" | "bottomLeading" | "bottomTrailing";