updated to iwa 14.0
This commit is contained in:
parent
2f3bd1eef9
commit
8ed1b0bdc0
@ -77,7 +77,7 @@ copy the raw byte representation (array of numbers) or parsed object (JSON).
|
||||
|
||||
`make deps` requires a SIP-disabled Mac with Keynote + Numbers + Pages.
|
||||
|
||||
The last run was on 2023-09-24 against version 13.2 (7038.0.87)
|
||||
The last run was on 2024-04-03 against version 14.0 (7039.0.94)
|
||||
|
||||
#### Software License Agreements
|
||||
|
||||
|
@ -530,7 +530,7 @@ message .TSWP.SelectionArchive {
|
||||
required .TSP.Range visual_definition_range = 2;
|
||||
required .TSWP.StyleInsertionBehavior styleInsertionBehavior = 3;
|
||||
required .TSWP.CaretAffinity caretAffinity = 4;
|
||||
required .TSP.Range smart_field_range = 5;
|
||||
required .TSP.Range smart_field_range = 5 [deprecated = true];
|
||||
optional bool leading_edge = 6;
|
||||
optional uint32 leading_char_index = 7;
|
||||
optional .TSWP.SelectionType type = 8;
|
||||
@ -2005,7 +2005,7 @@ message .TSWP.StorageActionCommandArchive {
|
||||
kKindBookmark = 32;
|
||||
kKindReplaceSection = 33;
|
||||
kKindApplyPencilAnnotation = 34;
|
||||
kKindCreateRuby = 35;
|
||||
kKindApplyRuby = 35;
|
||||
kKindModifyRuby = 36;
|
||||
kKindRemoveRuby = 37;
|
||||
kKindTateChuYoko = 38;
|
||||
@ -2013,6 +2013,7 @@ message .TSWP.StorageActionCommandArchive {
|
||||
kKindMergeField = 40;
|
||||
kKindModifyMergeField = 41;
|
||||
kKindMergeFieldTypeReplace = 42;
|
||||
kKindApplyPlaceholderText = 43;
|
||||
}
|
||||
optional .TSK.CommandArchive super = 1;
|
||||
optional .TSP.UUIDPath storage = 2;
|
||||
@ -5383,6 +5384,7 @@ message .TSS.StylesheetArchive {
|
||||
optional .TSS.StylesheetArchive.VersionedStyles styles_for_13_0 = 16;
|
||||
optional .TSS.StylesheetArchive.VersionedStyles styles_for_13_1 = 17;
|
||||
optional .TSS.StylesheetArchive.VersionedStyles styles_for_13_2 = 18;
|
||||
optional .TSS.StylesheetArchive.VersionedStyles styles_for_14_0 = 19;
|
||||
}
|
||||
|
||||
message .TSS.ThemeArchive {
|
||||
@ -8202,6 +8204,7 @@ message .TSP.PasteboardObject {
|
||||
repeated .TSP.Reference presets = 10;
|
||||
repeated .TSP.Reference top_level_objects = 11;
|
||||
optional .TSP.Reference native_content_description = 12;
|
||||
repeated .TSP.Range text_ranges = 13;
|
||||
}
|
||||
|
||||
message .TSP.ObjectCollection {
|
||||
@ -14314,7 +14317,7 @@ message .TP.UIStateArchive {
|
||||
optional bool shows_ctmarkup = 26 [default = true];
|
||||
optional bool shows_ctdeletions = 27 [default = true];
|
||||
optional bool change_tracking_paused = 28 [default = false];
|
||||
optional .TSK.SelectionPathArchive selection_path = 29;
|
||||
optional .TSK.SelectionPathArchive compatibility_2_selection_path = 29;
|
||||
optional string filtered_author_name = 30;
|
||||
optional .TP.ViewScaleModeiOS view_scale_mode_ios = 31 [default = ViewScaleModeiOS_UserDefined];
|
||||
optional .TSP.Reference filtered_author = 32;
|
||||
@ -14332,6 +14335,7 @@ message .TP.UIStateArchive {
|
||||
optional bool shows_activity_stream = 44 [default = false];
|
||||
optional float toc_or_page_nav_width = 45;
|
||||
optional float activity_or_annotation_width = 46;
|
||||
optional .TSK.SelectionPathArchive selection_path = 47;
|
||||
}
|
||||
|
||||
message .TP.ViewStateRootArchive {
|
||||
|
Loading…
Reference in New Issue
Block a user