From 8ed1b0bdc09d21beebe3010fda098785f83d98b1 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Wed, 3 Apr 2024 02:45:58 -0400 Subject: [PATCH] updated to iwa 14.0 --- README.md | 2 +- public/protos | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1df637d..e2d9849 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/public/protos b/public/protos index 59772f2..84bb89a 100644 --- a/public/protos +++ b/public/protos @@ -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 {