Commit Graph

83 Commits

Author SHA1 Message Date
kozbial 514f744a6f Migrate core/interfaces/i_autohideable.js named requires 2021-07-19 15:20:10 -07:00
kozbial e43c82d9bb Migrate core/interfaces/i_autohideable.js to goog.module 2021-07-19 15:20:10 -07:00
kozbial 867c6cb140 Migrate core/interfaces/i_toolbox.js named requires 2021-07-19 15:14:54 -07:00
kozbial c72805b48a Migrate core/interfaces/i_toolbox.js to goog.module 2021-07-19 15:14:54 -07:00
kozbial d55ce59224 Migrate core/interfaces/i_flyout.js named requires 2021-07-19 15:14:28 -07:00
kozbial 583e321647 Migrate core/interfaces/i_flyout.js to goog.module 2021-07-19 15:14:28 -07:00
kozbial bdede7c1ab Migrate core/interfaces/i_contextmenu.js to goog.module 2021-07-19 10:29:21 -07:00
kozbial 94e36dba31 Migrate core/interfaces/i_keyboard_accessible.js named requires 2021-07-19 10:28:07 -07:00
kozbial 3d174ae058 Migrate core/interfaces/i_keyboard_accessible.js to goog.module 2021-07-19 10:28:07 -07:00
kozbial 04ef2705d1 Migrate core/interfaces/i_ast_node_location_with_block.js named requires 2021-07-19 10:28:07 -07:00
kozbial 794e4554fe Migrate core/interfaces/i_ast_node_location_with_block.js to goog.module 2021-07-19 10:28:07 -07:00
kozbial cdea0789dd Migrate core/interfaces/i_ast_node_location_svg.js named requires 2021-07-19 10:28:07 -07:00
kozbial 1c72055e4f Migrate core/interfaces/i_ast_node_location_svg.js to goog.module 2021-07-19 10:28:07 -07:00
kozbial 81b067f83a Migrate core/interfaces/i_ast_node_location.js to goog.module 2021-07-19 10:28:07 -07:00
kozbial e722097c1b Break up interfaces in core/i_accessibility.js into separate files 2021-07-19 10:28:07 -07:00
kozbial 456969767b Migrate core/interfaces/i_selectable.js to goog.module 2021-07-19 10:26:10 -07:00
kozbial bac62dc9be Update jsdoc annotation in core/interfaces/i_bubble.js 2021-07-19 10:13:45 -07:00
kozbial 2c80b90dab Migrate core/interfaces/i_bubble.js named requires 2021-07-19 10:13:45 -07:00
kozbial 30f27606c8 Migrate core/interfaces/i_bubble.js to goog.module 2021-07-19 10:13:45 -07:00
kozbial cc324d53e5 Migrate core/interfaces/i_drag_target.js named requires 2021-07-19 09:21:36 -07:00
kozbial f723d1d384 Migrate core/interfaces/i_drag_target.js to goog.module 2021-07-19 09:21:36 -07:00
kozbial 282cd26ede Migrate core/interfaces/i_positionable.js named requires 2021-07-19 09:20:02 -07:00
kozbial 11b47aab25 Migrate core/interfaces/i_positionable.js to goog.module 2021-07-19 09:20:02 -07:00
kozbial b990eb08a3 Migrate core/interfaces/i_styleable.js to goog.module 2021-07-16 17:10:01 -07:00
kozbial dbf6308f03 Migrate core/interfaces/i_movable.js to goog.module 2021-07-16 16:24:45 -07:00
kozbial fb512f8b8e Migrate core/interfaces/i_copyable.js named requires 2021-07-16 14:31:24 -07:00
kozbial 35cc70c528 Migrate core/interfaces/i_copyable.js to goog.module 2021-07-16 14:31:24 -07:00
kozbial 1b15437e2f Migrate core/interfaces/i_draggable.js named requires 2021-07-16 14:15:17 -07:00
kozbial 9806fc13f9 Migrate core/interfaces/i_draggable.js to goog.module 2021-07-16 14:15:17 -07:00
kozbial 98e6020baf Migrate core/interfaces/i_delete_area.js named requires 2021-07-16 14:14:28 -07:00
kozbial cae985369d Migrate core/interfaces/i_delete_area.js to goog.module 2021-07-16 14:14:28 -07:00
kozbial a2d12a1536 Migrate core/interfaces/i_deletable.js to goog.module 2021-07-16 13:13:13 -07:00
kozbial 4ab9380434 Migrate core/interfaces/i_component.js to goog.module 2021-07-16 13:03:24 -07:00
kozbial bfc801ed9f Migrate core/interfaces/i_bounded_element.js named requires 2021-07-16 13:02:52 -07:00
kozbial e922d2a831 Migrate core/interfaces/i_bounded_element.js to goog.module 2021-07-16 13:02:52 -07:00
kozbial 88525f5ab4 Migrate core/interfaces/i_block_dragger.js named requires 2021-07-16 12:25:06 -07:00
kozbial 19e86ed5db Migrate core/interfaces/i_block_dragger.js to goog.module 2021-07-16 12:25:06 -07:00
Monica Kozbial 7b286dbf82 Update the registered component ids (#4898) 2021-06-17 17:50:04 -07:00
Monica Kozbial ff34e067f8 Update positionable jsdoc (#4908) 2021-06-14 13:14:01 -07:00
Monica Kozbial 1931c31aa6 Update JsDoc for IDragTarget (#4907) 2021-06-14 12:19:36 -07:00
Monica Kozbial a17cb7f12e Adding parameter to dragEnter and dragExit (#4890)
* introduce IDraggable interface
* Add parameter to drag methods in IDragTarget
* combines bubble/drag methods on IDragTarget and IDeleteArea to take an IDraggable element
2021-06-11 12:58:26 -07:00
Monica Kozbial 2005576036 Add onDragOver and wouldDelete_ to DeleteArea (#4888)
* keep track of state for whether the block or bubble would be deleted for use with drag enter exit

* Check if block and bubble is deletable in IDeleteArea

* Add to jsdoc of IDeleteArea
2021-06-10 16:27:04 -07:00
Monica Kozbial e40093dc23 Add API to IDragTarget to prevent block move (#4886) 2021-06-10 16:17:07 -07:00
Monica Kozbial 0014ad3257 Add id to component interface (#4887) 2021-06-10 16:03:43 -07:00
alschmiedt 9eaca6a1e1 Adds necessary methods for scroll-options plugin (#4893) 2021-06-10 15:50:42 -07:00
Monica Kozbial d2579a7369 Add removeComponent to ComponentManager (#4884) 2021-06-09 22:29:33 -07:00
Monica Kozbial 11390341b1 Adding IDragTarget support. (#4852) 2021-06-09 13:59:22 -07:00
Monica Kozbial 5344ad6c21 Add support for IAutoHideable (#4855) 2021-05-27 17:01:11 -07:00
Monica Kozbial 1cadbb94bd Rename PluginManager and related elements (#4857)
* Rename PluginManager and related elements to use component instead of plugin

* Rename types to capabilities
2021-05-27 16:14:33 -07:00
Neil Fraser dd0314bc0b Normalize comments 2021-05-19 09:57:14 -07:00