diff --git a/core/src/components.d.ts b/core/src/components.d.ts index 9d1c5183b9..f1f37fdc76 100644 --- a/core/src/components.d.ts +++ b/core/src/components.d.ts @@ -116,6 +116,9 @@ import { import { SelectPopoverOption, } from './components/select-popover/select-popover'; +import { + FrameworkDelegate as FrameworkDelegate3, +} from './utils/framework-delegate'; import { DomRenderFn, HeaderFn, @@ -3052,6 +3055,7 @@ declare global { * Programatically open the Menu. */ 'open': (menuId?: string) => Promise; + 'registerAnimation': (name: string, animation: AnimationBuilder) => void; /** * Used to enable or disable the ability to swipe open the menu. */ @@ -5753,6 +5757,7 @@ declare global { * The component to display inside of the tab. */ 'component': any; + 'delegate': FrameworkDelegate; /** * If true, the user cannot interact with the tab. Defaults to `false`. */ @@ -5819,6 +5824,7 @@ declare global { * The component to display inside of the tab. */ 'component'?: any; + 'delegate'?: FrameworkDelegate; /** * If true, the user cannot interact with the tab. Defaults to `false`. */ diff --git a/core/src/components/menu-controller/readme.md b/core/src/components/menu-controller/readme.md index b2663fd57b..72f10a37fa 100644 --- a/core/src/components/menu-controller/readme.md +++ b/core/src/components/menu-controller/readme.md @@ -66,6 +66,9 @@ property. If a menu is not found then it'll return `null`. Programatically open the Menu. +#### registerAnimation() + + #### swipeEnable() Used to enable or disable the ability to swipe open the menu. diff --git a/core/src/components/platform/test/basic/index.html b/core/src/components/platform/test/basic/index.html index 17a69c5dca..8123420789 100644 --- a/core/src/components/platform/test/basic/index.html +++ b/core/src/components/platform/test/basic/index.html @@ -9,33 +9,29 @@ + + + + Platform - basic + + - - - Platform - basic - - + +

The Platforms are:

+
    - -

    The Platforms are:

    -
      - -

      The Platforms versions are:

      -
        - -

        The orientation is

        - -

        The ready event has fired:

        -
        +

        The Platforms versions are:

        +
          +

          The orientation is

          +

          The ready event has fired:

          +