Description:

This module exports common interfaces, base classes, components and services utilized by other modules. Some examples include:

  • The sqOutsideClickListener directive is used to track if the user has clicked outside a specific element. It has been applied to the sq-modal component, as well as sq-dropdown and sq-typeahead.
  • The sqScrolledToBottomListener directive is used to track if the user has scrolled to the bottom of a specified container. Emits an event only if the user has reached the bottom of the container.
  • The InputCoreComponent class is used to make all of the FormElementsModule components "bindable" to the internal Angular data-binding mechanisms and reactive form approach.
  • The sq-paginator component is used to control the view collection of the sq-datatable component.

For information on how to apply each specific tool, refer to the documentation.