@univerjs/ui 0.1.4 → 0.1.6

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.
Files changed (86) hide show
  1. package/lib/cjs/index.js +14 -14
  2. package/lib/es/index.js +3359 -3304
  3. package/lib/index.css +1 -1
  4. package/lib/types/commands/operations/editor/set-editor-resize.operation.d.ts +2 -16
  5. package/lib/types/commands/operations/toggle-shortcut-panel.operation.d.ts +2 -16
  6. package/lib/types/common/component-manager.d.ts +4 -18
  7. package/lib/types/common/lifecycle.d.ts +2 -16
  8. package/lib/types/common/menu-hidden-observable.d.ts +3 -17
  9. package/lib/types/common/z-index-manager.d.ts +1 -0
  10. package/lib/types/components/custom-label/CustomLabel.d.ts +6 -19
  11. package/lib/types/components/editor/TextEditor.d.ts +4 -18
  12. package/lib/types/components/font-family/FontFamily.d.ts +3 -17
  13. package/lib/types/components/font-family/FontFamilyItem.d.ts +3 -17
  14. package/lib/types/components/font-family/interface.d.ts +2 -16
  15. package/lib/types/components/font-size/FontSize.d.ts +3 -17
  16. package/lib/types/components/font-size/interface.d.ts +3 -17
  17. package/lib/types/{views/components/popup/GlobalPopup.d.ts → components/hooks/__tests__/observable.spec.d.ts} +1 -2
  18. package/lib/types/components/hooks/event.d.ts +16 -0
  19. package/lib/types/components/hooks/locale.d.ts +1 -15
  20. package/lib/types/components/hooks/observable.d.ts +8 -19
  21. package/lib/types/components/menu/Menu.d.ts +3 -17
  22. package/lib/types/components/notification/Notification.d.ts +3 -17
  23. package/lib/types/components/notification/Notification.stories.d.ts +3 -17
  24. package/lib/types/components/range-selector/RangeSelector.d.ts +5 -18
  25. package/lib/types/controllers/error/error.controller.d.ts +2 -16
  26. package/lib/types/controllers/menus/menus.d.ts +3 -17
  27. package/lib/types/controllers/shared-shortcut.controller.d.ts +4 -19
  28. package/lib/types/controllers/shortcut-display/menu.d.ts +3 -17
  29. package/lib/types/controllers/shortcut-display/shortcut-panel.controller.d.ts +5 -19
  30. package/lib/types/controllers/ui/ui-desktop.controller.d.ts +7 -24
  31. package/lib/types/controllers/ui/ui.controller.d.ts +1 -1
  32. package/lib/types/index.d.ts +2 -1
  33. package/lib/types/locale/en-US.d.ts +2 -16
  34. package/lib/types/locale/zh-CN.d.ts +1 -0
  35. package/lib/types/services/before-close/before-close.service.d.ts +3 -17
  36. package/lib/types/services/clipboard/clipboard-interface.service.d.ts +3 -17
  37. package/lib/types/services/clipboard/clipboard.command.d.ts +2 -16
  38. package/lib/types/services/confirm/confirm.service.d.ts +5 -19
  39. package/lib/types/services/confirm/desktop-confirm.service.d.ts +4 -18
  40. package/lib/types/services/contextmenu/contextmenu.service.d.ts +4 -18
  41. package/lib/types/services/dialog/desktop-dialog.service.d.ts +5 -19
  42. package/lib/types/services/dialog/dialog.service.d.ts +5 -19
  43. package/lib/types/services/editor/editor.service.d.ts +8 -22
  44. package/lib/types/services/global-zone/desktop-global-zone.service.d.ts +5 -19
  45. package/lib/types/services/global-zone/global-zone.service.d.ts +4 -18
  46. package/lib/types/services/layout/layout.service.d.ts +4 -19
  47. package/lib/types/services/local-storage/local-storage.service.d.ts +2 -16
  48. package/lib/types/services/menu/menu.d.ts +3 -17
  49. package/lib/types/services/menu/menu.service.d.ts +6 -20
  50. package/lib/types/services/message/desktop-message.service.d.ts +4 -19
  51. package/lib/types/services/message/message.service.d.ts +4 -18
  52. package/lib/types/services/notification/desktop-notification.service.d.ts +4 -18
  53. package/lib/types/services/notification/notification.service.d.ts +4 -18
  54. package/lib/types/services/platform/platform.service.d.ts +1 -1
  55. package/lib/types/services/popup/canvas-popup.service.d.ts +32 -0
  56. package/lib/types/services/range-selector/range-selector.service.d.ts +5 -20
  57. package/lib/types/services/shortcut/shortcut-panel.service.d.ts +2 -16
  58. package/lib/types/services/shortcut/shortcut.service.d.ts +6 -20
  59. package/lib/types/services/sidebar/desktop-sidebar.service.d.ts +4 -18
  60. package/lib/types/services/sidebar/sidebar.service.d.ts +5 -19
  61. package/lib/types/services/zen-zone/desktop-zen-zone.service.d.ts +5 -19
  62. package/lib/types/services/zen-zone/zen-zone.service.d.ts +4 -18
  63. package/lib/types/ui-plugin.d.ts +3 -17
  64. package/lib/types/utils/cell.d.ts +2 -16
  65. package/lib/types/views/App.d.ts +3 -18
  66. package/lib/types/views/components/ComponentContainer.d.ts +2 -17
  67. package/lib/types/views/components/confirm-part/ConfirmPart.d.ts +2 -16
  68. package/lib/types/views/components/confirm-part/interface.d.ts +3 -17
  69. package/lib/types/views/components/context-menu/ContextMenu.d.ts +2 -16
  70. package/lib/types/views/components/dialog-part/DialogPart.d.ts +2 -16
  71. package/lib/types/views/components/dialog-part/interface.d.ts +3 -17
  72. package/lib/types/views/components/doc-bars/Button/ToolbarButton.d.ts +2 -16
  73. package/lib/types/views/components/doc-bars/Toolbar.d.ts +2 -17
  74. package/lib/types/views/components/doc-bars/ToolbarItem.d.ts +3 -17
  75. package/lib/types/views/components/global-zone/GlobalZone.d.ts +2 -16
  76. package/lib/types/views/components/popup/CanvasPopup.d.ts +3 -0
  77. package/lib/types/views/components/popup/index.d.ts +1 -1
  78. package/lib/types/views/components/shortcut-panel/ShortcutPanel.d.ts +2 -16
  79. package/lib/types/views/components/sidebar/Sidebar.d.ts +2 -16
  80. package/lib/types/views/components/sidebar/interface.d.ts +2 -16
  81. package/lib/types/views/components/zen-zone/ZenZone.d.ts +2 -16
  82. package/lib/types/views/hooks/active.d.ts +2 -16
  83. package/lib/types/views/parts.d.ts +2 -16
  84. package/lib/umd/index.js +14 -14
  85. package/package.json +20 -17
  86. package/lib/types/services/popup/global-popup-manager.service.d.ts +0 -45

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.