1.1.8 • Published 4 years ago

aem-fed-utils v1.1.8

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

AEM FED Utilities

Projects that use the FED-Archetype (UI.Frontend) and go with Typescript can add this package to their project to get some very common global helper modules.

This is a work-in-progess. I plan to make these interfaces and focus on extensibility. I also have plans to add more utilities as I finish evaulating the ones see myself using a lot.

The modules in this include:

  • CollapseContent
    • addClickCollapseListener
    • toggleClick
    • openContent
    • closeContent
    • setCustomCallback
    • setCustomOnClickClass
    • setInstanceVariables
    • checkIfElementHasCollapseClasses
    • toggleCollapseClass
    • setInitialCollapseState
    • setAriaState
  • CustomEventPolyfill
    • CustomEvent
    • polyfill
  • Devices (enum)
    • Mobile
    • Tablet
    • Web
    • Desktop
  • DeviceCheck
    • private static readonly smBreakpoint;
    • private static readonly mdBreakpoint;
    • private static readonly lgBreakpoint;
    • getCurrentDevice
    • isMobileDevice
    • isTabletDevice
    • isWebDevice
    • isDesktop
    • isBrowser
  • DocumentReady
    • ready
  • Focus
    • preventFocusIndicatorOnClick
  • QueryParams
    • getParam
  • RequestUtils
    • makeJSONRequest
  • ScrollToTarget
    • scrollToTarget
    • scrollIntoView
  • TrapFocus
    • trapFocus
  • WCMUtils
    • getWcmMode
    • isWcmEditMode
    • isAuthorInstance
1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago