patent-editor 0.2.1 → 0.2.3

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/dist/lib.d.ts CHANGED
@@ -534,6 +534,7 @@ declare interface ToolbarItem {
534
534
  command: string;
535
535
  group?: 'text' | 'structure' | 'technical' | 'patent' | string;
536
536
  tooltip?: string;
537
+ tooltipZh?: string;
537
538
  shortcut?: string;
538
539
  icon?: string;
539
540
  enableWhen?: (context: CommandExecutionContext) => boolean;