@ionic/angular 8.8.17 → 8.8.18-dev.11786108988.1fd94742
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.
- package/README.md +9 -6
- package/dist/common/directives/control-value-accessors/index.d.ts +2 -0
- package/dist/common/directives/control-value-accessors/index.d.ts.map +1 -0
- package/{common/directives/control-value-accessors/index.d.ts → dist/common/directives/control-value-accessors/index.js} +1 -0
- package/dist/common/directives/control-value-accessors/index.js.map +1 -0
- package/{common → dist/common}/directives/control-value-accessors/value-accessor.d.ts +2 -1
- package/dist/common/directives/control-value-accessors/value-accessor.d.ts.map +1 -0
- package/dist/common/directives/control-value-accessors/value-accessor.js +152 -0
- package/dist/common/directives/control-value-accessors/value-accessor.js.map +1 -0
- package/{common → dist/common}/directives/navigation/back-button.d.ts +2 -1
- package/dist/common/directives/navigation/back-button.d.ts.map +1 -0
- package/dist/common/directives/navigation/back-button.js +61 -0
- package/dist/common/directives/navigation/back-button.js.map +1 -0
- package/{common → dist/common}/directives/navigation/nav-params.d.ts +1 -0
- package/dist/common/directives/navigation/nav-params.d.ts.map +1 -0
- package/dist/common/directives/navigation/nav-params.js +47 -0
- package/dist/common/directives/navigation/nav-params.js.map +1 -0
- package/{common → dist/common}/directives/navigation/nav.d.ts +2 -1
- package/dist/common/directives/navigation/nav.d.ts.map +1 -0
- package/dist/common/directives/navigation/nav.js +49 -0
- package/dist/common/directives/navigation/nav.js.map +1 -0
- package/{common → dist/common}/directives/navigation/router-link-delegate.d.ts +3 -2
- package/dist/common/directives/navigation/router-link-delegate.d.ts.map +1 -0
- package/dist/common/directives/navigation/router-link-delegate.js +188 -0
- package/dist/common/directives/navigation/router-link-delegate.js.map +1 -0
- package/{common → dist/common}/directives/navigation/router-outlet.d.ts +2 -1
- package/dist/common/directives/navigation/router-outlet.d.ts.map +1 -0
- package/dist/common/directives/navigation/router-outlet.js +476 -0
- package/dist/common/directives/navigation/router-outlet.js.map +1 -0
- package/{common → dist/common}/directives/navigation/stack-controller.d.ts +1 -0
- package/dist/common/directives/navigation/stack-controller.d.ts.map +1 -0
- package/dist/common/directives/navigation/stack-controller.js +282 -0
- package/dist/common/directives/navigation/stack-controller.js.map +1 -0
- package/{common → dist/common}/directives/navigation/stack-utils.d.ts +1 -0
- package/dist/common/directives/navigation/stack-utils.d.ts.map +1 -0
- package/dist/common/directives/navigation/stack-utils.js +73 -0
- package/dist/common/directives/navigation/stack-utils.js.map +1 -0
- package/{common → dist/common}/directives/navigation/tabs.d.ts +10 -1
- package/dist/common/directives/navigation/tabs.d.ts.map +1 -0
- package/dist/common/directives/navigation/tabs.js +290 -0
- package/dist/common/directives/navigation/tabs.js.map +1 -0
- package/{common → dist/common}/index.d.ts +2 -1
- package/dist/common/index.d.ts.map +1 -0
- package/dist/common/index.js +20 -0
- package/dist/common/index.js.map +1 -0
- package/{common → dist/common}/overlays/modal.d.ts +2 -1
- package/dist/common/overlays/modal.d.ts.map +1 -0
- package/dist/common/overlays/modal.js +96 -0
- package/dist/common/overlays/modal.js.map +1 -0
- package/{common → dist/common}/overlays/popover.d.ts +2 -1
- package/dist/common/overlays/popover.d.ts.map +1 -0
- package/dist/common/overlays/popover.js +84 -0
- package/dist/common/overlays/popover.js.map +1 -0
- package/{common → dist/common}/providers/angular-delegate.d.ts +3 -2
- package/dist/common/providers/angular-delegate.d.ts.map +1 -0
- package/dist/common/providers/angular-delegate.js +229 -0
- package/dist/common/providers/angular-delegate.js.map +1 -0
- package/{common → dist/common}/providers/config.d.ts +1 -0
- package/dist/common/providers/config.d.ts.map +1 -0
- package/dist/common/providers/config.js +44 -0
- package/dist/common/providers/config.js.map +1 -0
- package/{common → dist/common}/providers/dom-controller.d.ts +1 -0
- package/dist/common/providers/dom-controller.d.ts.map +1 -0
- package/dist/common/providers/dom-controller.js +44 -0
- package/dist/common/providers/dom-controller.js.map +1 -0
- package/{common → dist/common}/providers/menu-controller.d.ts +1 -0
- package/dist/common/providers/menu-controller.d.ts.map +1 -0
- package/dist/common/providers/menu-controller.js +114 -0
- package/dist/common/providers/menu-controller.js.map +1 -0
- package/{common → dist/common}/providers/nav-controller.d.ts +1 -0
- package/dist/common/providers/nav-controller.d.ts.map +1 -0
- package/dist/common/providers/nav-controller.js +232 -0
- package/dist/common/providers/nav-controller.js.map +1 -0
- package/{common → dist/common}/providers/platform.d.ts +1 -0
- package/dist/common/providers/platform.d.ts.map +1 -0
- package/dist/common/providers/platform.js +256 -0
- package/dist/common/providers/platform.js.map +1 -0
- package/{common → dist/common}/types/interfaces.d.ts +1 -0
- package/dist/common/types/interfaces.d.ts.map +1 -0
- package/dist/common/types/interfaces.js +2 -0
- package/dist/common/types/interfaces.js.map +1 -0
- package/{common → dist/common}/types/ionic-lifecycle-hooks.d.ts +1 -0
- package/dist/common/types/ionic-lifecycle-hooks.d.ts.map +1 -0
- package/dist/common/types/ionic-lifecycle-hooks.js +5 -0
- package/dist/common/types/ionic-lifecycle-hooks.js.map +1 -0
- package/{common → dist/common}/types/overlay-options.d.ts +1 -0
- package/dist/common/types/overlay-options.d.ts.map +1 -0
- package/dist/common/types/overlay-options.js +2 -0
- package/dist/common/types/overlay-options.js.map +1 -0
- package/{common → dist/common}/utils/overlay.d.ts +1 -0
- package/dist/common/utils/overlay.d.ts.map +1 -0
- package/dist/common/utils/overlay.js +26 -0
- package/dist/common/utils/overlay.js.map +1 -0
- package/{common → dist/common}/utils/proxy.d.ts +1 -0
- package/dist/common/utils/proxy.d.ts.map +1 -0
- package/dist/common/utils/proxy.js +47 -0
- package/dist/common/utils/proxy.js.map +1 -0
- package/{common → dist/common}/utils/routing.d.ts +1 -0
- package/dist/common/utils/routing.d.ts.map +1 -0
- package/dist/common/utils/routing.js +55 -0
- package/dist/common/utils/routing.js.map +1 -0
- package/{common → dist/common}/utils/util.d.ts +1 -0
- package/dist/common/utils/util.d.ts.map +1 -0
- package/dist/common/utils/util.js +10 -0
- package/dist/common/utils/util.js.map +1 -0
- package/{app-initialize.d.ts → dist/lazy/app-initialize.d.ts} +1 -0
- package/dist/lazy/app-initialize.d.ts.map +1 -0
- package/dist/lazy/app-initialize.js +29 -0
- package/dist/lazy/app-initialize.js.map +1 -0
- package/{directives → dist/lazy/directives}/angular-component-lib/utils.d.ts +1 -0
- package/dist/lazy/directives/angular-component-lib/utils.d.ts.map +1 -0
- package/dist/lazy/directives/angular-component-lib/utils.js +59 -0
- package/dist/lazy/directives/angular-component-lib/utils.js.map +1 -0
- package/{directives → dist/lazy/directives}/control-value-accessors/boolean-value-accessor.d.ts +2 -1
- package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.d.ts.map +1 -0
- package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js +47 -0
- package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js.map +1 -0
- package/dist/lazy/directives/control-value-accessors/index.d.ts +5 -0
- package/dist/lazy/directives/control-value-accessors/index.d.ts.map +1 -0
- package/{directives/control-value-accessors/index.d.ts → dist/lazy/directives/control-value-accessors/index.js} +1 -0
- package/dist/lazy/directives/control-value-accessors/index.js.map +1 -0
- package/{directives → dist/lazy/directives}/control-value-accessors/numeric-value-accessor.d.ts +2 -1
- package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.d.ts.map +1 -0
- package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js +55 -0
- package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js.map +1 -0
- package/{directives → dist/lazy/directives}/control-value-accessors/select-value-accessor.d.ts +2 -1
- package/dist/lazy/directives/control-value-accessors/select-value-accessor.d.ts.map +1 -0
- package/dist/lazy/directives/control-value-accessors/select-value-accessor.js +44 -0
- package/dist/lazy/directives/control-value-accessors/select-value-accessor.js.map +1 -0
- package/{directives → dist/lazy/directives}/control-value-accessors/text-value-accessor.d.ts +2 -1
- package/dist/lazy/directives/control-value-accessors/text-value-accessor.d.ts.map +1 -0
- package/dist/lazy/directives/control-value-accessors/text-value-accessor.js +43 -0
- package/dist/lazy/directives/control-value-accessors/text-value-accessor.js.map +1 -0
- package/{directives → dist/lazy/directives}/navigation/ion-back-button.d.ts +1 -0
- package/dist/lazy/directives/navigation/ion-back-button.d.ts.map +1 -0
- package/dist/lazy/directives/navigation/ion-back-button.js +24 -0
- package/dist/lazy/directives/navigation/ion-back-button.js.map +1 -0
- package/{directives → dist/lazy/directives}/navigation/ion-nav.d.ts +1 -0
- package/dist/lazy/directives/navigation/ion-nav.d.ts.map +1 -0
- package/dist/lazy/directives/navigation/ion-nav.js +21 -0
- package/dist/lazy/directives/navigation/ion-nav.js.map +1 -0
- package/{directives → dist/lazy/directives}/navigation/ion-router-outlet.d.ts +1 -0
- package/dist/lazy/directives/navigation/ion-router-outlet.d.ts.map +1 -0
- package/dist/lazy/directives/navigation/ion-router-outlet.js +52 -0
- package/dist/lazy/directives/navigation/ion-router-outlet.js.map +1 -0
- package/{directives → dist/lazy/directives}/navigation/ion-tabs.d.ts +1 -0
- package/dist/lazy/directives/navigation/ion-tabs.d.ts.map +1 -0
- package/dist/lazy/directives/navigation/ion-tabs.js +58 -0
- package/dist/lazy/directives/navigation/ion-tabs.js.map +1 -0
- package/{directives → dist/lazy/directives}/navigation/router-link-delegate.d.ts +1 -0
- package/dist/lazy/directives/navigation/router-link-delegate.d.ts.map +1 -0
- package/dist/lazy/directives/navigation/router-link-delegate.js +32 -0
- package/dist/lazy/directives/navigation/router-link-delegate.js.map +1 -0
- package/{directives → dist/lazy/directives}/overlays/modal.d.ts +1 -0
- package/dist/lazy/directives/overlays/modal.d.ts.map +1 -0
- package/dist/lazy/directives/overlays/modal.js +22 -0
- package/dist/lazy/directives/overlays/modal.js.map +1 -0
- package/{directives → dist/lazy/directives}/overlays/popover.d.ts +1 -0
- package/dist/lazy/directives/overlays/popover.d.ts.map +1 -0
- package/dist/lazy/directives/overlays/popover.js +18 -0
- package/dist/lazy/directives/overlays/popover.js.map +1 -0
- package/{directives → dist/lazy/directives}/proxies-list.d.ts +2 -1
- package/dist/lazy/directives/proxies-list.d.ts.map +1 -0
- package/dist/lazy/directives/proxies-list.js +89 -0
- package/dist/lazy/directives/proxies-list.js.map +1 -0
- package/{directives → dist/lazy/directives}/proxies.d.ts +291 -191
- package/dist/lazy/directives/proxies.d.ts.map +1 -0
- package/dist/lazy/directives/proxies.js +2759 -0
- package/dist/lazy/directives/proxies.js.map +1 -0
- package/dist/lazy/directives/validators/index.d.ts +3 -0
- package/dist/lazy/directives/validators/index.d.ts.map +1 -0
- package/{directives/validators/index.d.ts → dist/lazy/directives/validators/index.js} +1 -0
- package/dist/lazy/directives/validators/index.js.map +1 -0
- package/{directives → dist/lazy/directives}/validators/max-validator.d.ts +1 -0
- package/dist/lazy/directives/validators/max-validator.d.ts.map +1 -0
- package/dist/lazy/directives/validators/max-validator.js +26 -0
- package/dist/lazy/directives/validators/max-validator.js.map +1 -0
- package/{directives → dist/lazy/directives}/validators/min-validator.d.ts +1 -0
- package/dist/lazy/directives/validators/min-validator.d.ts.map +1 -0
- package/dist/lazy/directives/validators/min-validator.js +26 -0
- package/dist/lazy/directives/validators/min-validator.js.map +1 -0
- package/{index.d.ts → dist/lazy/index.d.ts} +2 -2
- package/dist/lazy/index.d.ts.map +1 -0
- package/dist/lazy/index.js +34 -0
- package/dist/lazy/index.js.map +1 -0
- package/dist/lazy/ionic-module.d.ts +39 -0
- package/dist/lazy/ionic-module.d.ts.map +1 -0
- package/dist/lazy/ionic-module.js +121 -0
- package/dist/lazy/ionic-module.js.map +1 -0
- package/{providers → dist/lazy/providers}/action-sheet-controller.d.ts +1 -0
- package/dist/lazy/providers/action-sheet-controller.d.ts.map +1 -0
- package/dist/lazy/providers/action-sheet-controller.js +18 -0
- package/dist/lazy/providers/action-sheet-controller.js.map +1 -0
- package/{providers → dist/lazy/providers}/alert-controller.d.ts +1 -0
- package/dist/lazy/providers/alert-controller.d.ts.map +1 -0
- package/dist/lazy/providers/alert-controller.js +18 -0
- package/dist/lazy/providers/alert-controller.js.map +1 -0
- package/{standalone → dist/lazy}/providers/animation-controller.d.ts +1 -0
- package/dist/lazy/providers/animation-controller.d.ts.map +1 -0
- package/dist/lazy/providers/animation-controller.js +37 -0
- package/dist/lazy/providers/animation-controller.js.map +1 -0
- package/{providers → dist/lazy/providers}/gesture-controller.d.ts +1 -0
- package/dist/lazy/providers/gesture-controller.d.ts.map +1 -0
- package/dist/lazy/providers/gesture-controller.js +32 -0
- package/dist/lazy/providers/gesture-controller.js.map +1 -0
- package/{providers → dist/lazy/providers}/loading-controller.d.ts +1 -0
- package/dist/lazy/providers/loading-controller.d.ts.map +1 -0
- package/dist/lazy/providers/loading-controller.js +18 -0
- package/dist/lazy/providers/loading-controller.js.map +1 -0
- package/{providers → dist/lazy/providers}/menu-controller.d.ts +1 -0
- package/dist/lazy/providers/menu-controller.d.ts.map +1 -0
- package/dist/lazy/providers/menu-controller.js +18 -0
- package/dist/lazy/providers/menu-controller.js.map +1 -0
- package/{standalone → dist/lazy}/providers/modal-controller.d.ts +1 -0
- package/dist/lazy/providers/modal-controller.d.ts.map +1 -0
- package/dist/lazy/providers/modal-controller.js +25 -0
- package/dist/lazy/providers/modal-controller.js.map +1 -0
- package/{providers → dist/lazy/providers}/popover-controller.d.ts +1 -0
- package/dist/lazy/providers/popover-controller.d.ts.map +1 -0
- package/dist/lazy/providers/popover-controller.js +19 -0
- package/dist/lazy/providers/popover-controller.js.map +1 -0
- package/{providers → dist/lazy/providers}/toast-controller.d.ts +1 -0
- package/dist/lazy/providers/toast-controller.d.ts.map +1 -0
- package/dist/lazy/providers/toast-controller.js +18 -0
- package/dist/lazy/providers/toast-controller.js.map +1 -0
- package/{schematics → dist/schematics}/add/index.js +6 -6
- package/dist/schematics/utils/ast.js +64 -0
- package/{schematics → dist/schematics}/utils/config.js +10 -11
- package/{schematics → dist/schematics}/utils/package.js +6 -4
- package/{standalone → dist/standalone}/directives/angular-component-lib/utils.d.ts +1 -0
- package/dist/standalone/directives/angular-component-lib/utils.d.ts.map +1 -0
- package/dist/standalone/directives/angular-component-lib/utils.js +59 -0
- package/dist/standalone/directives/angular-component-lib/utils.js.map +1 -0
- package/{standalone → dist/standalone}/directives/checkbox.d.ts +1 -0
- package/dist/standalone/directives/checkbox.d.ts.map +1 -0
- package/dist/standalone/directives/checkbox.js +75 -0
- package/dist/standalone/directives/checkbox.js.map +1 -0
- package/{standalone → dist/standalone}/directives/datetime.d.ts +1 -0
- package/dist/standalone/directives/datetime.d.ts.map +1 -0
- package/dist/standalone/directives/datetime.js +93 -0
- package/dist/standalone/directives/datetime.js.map +1 -0
- package/{standalone → dist/standalone}/directives/icon.d.ts +1 -0
- package/dist/standalone/directives/icon.d.ts.map +1 -0
- package/dist/standalone/directives/icon.js +35 -0
- package/dist/standalone/directives/icon.js.map +1 -0
- package/dist/standalone/directives/index.d.ts +13 -0
- package/dist/standalone/directives/index.d.ts.map +1 -0
- package/{standalone/directives/index.d.ts → dist/standalone/directives/index.js} +1 -0
- package/dist/standalone/directives/index.js.map +1 -0
- package/{standalone → dist/standalone}/directives/input-otp.d.ts +1 -0
- package/dist/standalone/directives/input-otp.d.ts.map +1 -0
- package/dist/standalone/directives/input-otp.js +89 -0
- package/dist/standalone/directives/input-otp.js.map +1 -0
- package/{standalone → dist/standalone}/directives/input.d.ts +1 -0
- package/dist/standalone/directives/input.d.ts.map +1 -0
- package/dist/standalone/directives/input.js +112 -0
- package/dist/standalone/directives/input.js.map +1 -0
- package/dist/standalone/directives/ion-accordion-group.d.ts +22 -0
- package/dist/standalone/directives/ion-accordion-group.d.ts.map +1 -0
- package/dist/standalone/directives/ion-accordion-group.js +40 -0
- package/dist/standalone/directives/ion-accordion-group.js.map +1 -0
- package/dist/standalone/directives/ion-accordion.d.ts +13 -0
- package/dist/standalone/directives/ion-accordion.d.ts.map +1 -0
- package/dist/standalone/directives/ion-accordion.js +36 -0
- package/dist/standalone/directives/ion-accordion.js.map +1 -0
- package/dist/standalone/directives/ion-action-sheet.d.ts +59 -0
- package/dist/standalone/directives/ion-action-sheet.d.ts.map +1 -0
- package/dist/standalone/directives/ion-action-sheet.js +62 -0
- package/dist/standalone/directives/ion-action-sheet.js.map +1 -0
- package/dist/standalone/directives/ion-alert.d.ts +59 -0
- package/dist/standalone/directives/ion-alert.d.ts.map +1 -0
- package/dist/standalone/directives/ion-alert.js +62 -0
- package/dist/standalone/directives/ion-alert.js.map +1 -0
- package/dist/standalone/directives/ion-app.d.ts +13 -0
- package/dist/standalone/directives/ion-app.d.ts.map +1 -0
- package/dist/standalone/directives/ion-app.js +36 -0
- package/dist/standalone/directives/ion-app.js.map +1 -0
- package/dist/standalone/directives/ion-avatar.d.ts +13 -0
- package/dist/standalone/directives/ion-avatar.d.ts.map +1 -0
- package/dist/standalone/directives/ion-avatar.js +35 -0
- package/dist/standalone/directives/ion-avatar.js.map +1 -0
- package/dist/standalone/directives/ion-backdrop.d.ts +19 -0
- package/dist/standalone/directives/ion-backdrop.d.ts.map +1 -0
- package/dist/standalone/directives/ion-backdrop.js +40 -0
- package/dist/standalone/directives/ion-backdrop.js.map +1 -0
- package/dist/standalone/directives/ion-badge.d.ts +13 -0
- package/dist/standalone/directives/ion-badge.d.ts.map +1 -0
- package/dist/standalone/directives/ion-badge.js +36 -0
- package/dist/standalone/directives/ion-badge.js.map +1 -0
- package/dist/standalone/directives/ion-breadcrumb.d.ts +24 -0
- package/dist/standalone/directives/ion-breadcrumb.d.ts.map +1 -0
- package/dist/standalone/directives/ion-breadcrumb.js +43 -0
- package/dist/standalone/directives/ion-breadcrumb.js.map +1 -0
- package/dist/standalone/directives/ion-breadcrumbs.d.ts +20 -0
- package/dist/standalone/directives/ion-breadcrumbs.d.ts.map +1 -0
- package/dist/standalone/directives/ion-breadcrumbs.js +40 -0
- package/dist/standalone/directives/ion-breadcrumbs.js.map +1 -0
- package/dist/standalone/directives/ion-button.d.ts +24 -0
- package/dist/standalone/directives/ion-button.d.ts.map +1 -0
- package/dist/standalone/directives/ion-button.js +43 -0
- package/dist/standalone/directives/ion-button.js.map +1 -0
- package/dist/standalone/directives/ion-buttons.d.ts +13 -0
- package/dist/standalone/directives/ion-buttons.d.ts.map +1 -0
- package/dist/standalone/directives/ion-buttons.js +36 -0
- package/dist/standalone/directives/ion-buttons.js.map +1 -0
- package/dist/standalone/directives/ion-card-content.d.ts +13 -0
- package/dist/standalone/directives/ion-card-content.d.ts.map +1 -0
- package/dist/standalone/directives/ion-card-content.js +36 -0
- package/dist/standalone/directives/ion-card-content.js.map +1 -0
- package/dist/standalone/directives/ion-card-header.d.ts +13 -0
- package/dist/standalone/directives/ion-card-header.d.ts.map +1 -0
- package/dist/standalone/directives/ion-card-header.js +36 -0
- package/dist/standalone/directives/ion-card-header.js.map +1 -0
- package/dist/standalone/directives/ion-card-subtitle.d.ts +13 -0
- package/dist/standalone/directives/ion-card-subtitle.d.ts.map +1 -0
- package/dist/standalone/directives/ion-card-subtitle.js +36 -0
- package/dist/standalone/directives/ion-card-subtitle.js.map +1 -0
- package/dist/standalone/directives/ion-card-title.d.ts +13 -0
- package/dist/standalone/directives/ion-card-title.d.ts.map +1 -0
- package/dist/standalone/directives/ion-card-title.js +36 -0
- package/dist/standalone/directives/ion-card-title.js.map +1 -0
- package/dist/standalone/directives/ion-card.d.ts +13 -0
- package/dist/standalone/directives/ion-card.d.ts.map +1 -0
- package/dist/standalone/directives/ion-card.js +36 -0
- package/dist/standalone/directives/ion-card.js.map +1 -0
- package/dist/standalone/directives/ion-chip.d.ts +13 -0
- package/dist/standalone/directives/ion-chip.d.ts.map +1 -0
- package/dist/standalone/directives/ion-chip.js +36 -0
- package/dist/standalone/directives/ion-chip.js.map +1 -0
- package/dist/standalone/directives/ion-col.d.ts +13 -0
- package/dist/standalone/directives/ion-col.d.ts.map +1 -0
- package/dist/standalone/directives/ion-col.js +36 -0
- package/dist/standalone/directives/ion-col.js.map +1 -0
- package/dist/standalone/directives/ion-content.d.ts +34 -0
- package/dist/standalone/directives/ion-content.d.ts.map +1 -0
- package/dist/standalone/directives/ion-content.js +47 -0
- package/dist/standalone/directives/ion-content.js.map +1 -0
- package/dist/standalone/directives/ion-datetime-button.d.ts +13 -0
- package/dist/standalone/directives/ion-datetime-button.d.ts.map +1 -0
- package/dist/standalone/directives/ion-datetime-button.js +36 -0
- package/dist/standalone/directives/ion-datetime-button.js.map +1 -0
- package/dist/standalone/directives/ion-fab-button.d.ts +24 -0
- package/dist/standalone/directives/ion-fab-button.d.ts.map +1 -0
- package/dist/standalone/directives/ion-fab-button.js +43 -0
- package/dist/standalone/directives/ion-fab-button.js.map +1 -0
- package/dist/standalone/directives/ion-fab-list.d.ts +13 -0
- package/dist/standalone/directives/ion-fab-list.d.ts.map +1 -0
- package/dist/standalone/directives/ion-fab-list.js +36 -0
- package/dist/standalone/directives/ion-fab-list.js.map +1 -0
- package/dist/standalone/directives/ion-fab.d.ts +13 -0
- package/dist/standalone/directives/ion-fab.d.ts.map +1 -0
- package/dist/standalone/directives/ion-fab.js +37 -0
- package/dist/standalone/directives/ion-fab.js.map +1 -0
- package/dist/standalone/directives/ion-footer.d.ts +13 -0
- package/dist/standalone/directives/ion-footer.d.ts.map +1 -0
- package/dist/standalone/directives/ion-footer.js +36 -0
- package/dist/standalone/directives/ion-footer.js.map +1 -0
- package/dist/standalone/directives/ion-grid.d.ts +13 -0
- package/dist/standalone/directives/ion-grid.d.ts.map +1 -0
- package/dist/standalone/directives/ion-grid.js +36 -0
- package/dist/standalone/directives/ion-grid.js.map +1 -0
- package/dist/standalone/directives/ion-header.d.ts +13 -0
- package/dist/standalone/directives/ion-header.d.ts.map +1 -0
- package/dist/standalone/directives/ion-header.js +36 -0
- package/dist/standalone/directives/ion-header.js.map +1 -0
- package/dist/standalone/directives/ion-img.d.ts +29 -0
- package/dist/standalone/directives/ion-img.d.ts.map +1 -0
- package/dist/standalone/directives/ion-img.js +46 -0
- package/dist/standalone/directives/ion-img.js.map +1 -0
- package/dist/standalone/directives/ion-infinite-scroll-content.d.ts +13 -0
- package/dist/standalone/directives/ion-infinite-scroll-content.d.ts.map +1 -0
- package/dist/standalone/directives/ion-infinite-scroll-content.js +36 -0
- package/dist/standalone/directives/ion-infinite-scroll-content.js.map +1 -0
- package/dist/standalone/directives/ion-infinite-scroll.d.ts +22 -0
- package/dist/standalone/directives/ion-infinite-scroll.d.ts.map +1 -0
- package/dist/standalone/directives/ion-infinite-scroll.js +41 -0
- package/dist/standalone/directives/ion-infinite-scroll.js.map +1 -0
- package/dist/standalone/directives/ion-input-password-toggle.d.ts +13 -0
- package/dist/standalone/directives/ion-input-password-toggle.d.ts.map +1 -0
- package/dist/standalone/directives/ion-input-password-toggle.js +36 -0
- package/dist/standalone/directives/ion-input-password-toggle.js.map +1 -0
- package/dist/standalone/directives/ion-item-divider.d.ts +13 -0
- package/dist/standalone/directives/ion-item-divider.d.ts.map +1 -0
- package/dist/standalone/directives/ion-item-divider.js +36 -0
- package/dist/standalone/directives/ion-item-divider.js.map +1 -0
- package/dist/standalone/directives/ion-item-group.d.ts +13 -0
- package/dist/standalone/directives/ion-item-group.d.ts.map +1 -0
- package/dist/standalone/directives/ion-item-group.js +35 -0
- package/dist/standalone/directives/ion-item-group.js.map +1 -0
- package/dist/standalone/directives/ion-item-option.d.ts +13 -0
- package/dist/standalone/directives/ion-item-option.d.ts.map +1 -0
- package/dist/standalone/directives/ion-item-option.js +36 -0
- package/dist/standalone/directives/ion-item-option.js.map +1 -0
- package/dist/standalone/directives/ion-item-options.d.ts +19 -0
- package/dist/standalone/directives/ion-item-options.d.ts.map +1 -0
- package/dist/standalone/directives/ion-item-options.js +40 -0
- package/dist/standalone/directives/ion-item-options.js.map +1 -0
- package/dist/standalone/directives/ion-item-sliding.d.ts +19 -0
- package/dist/standalone/directives/ion-item-sliding.d.ts.map +1 -0
- package/dist/standalone/directives/ion-item-sliding.js +41 -0
- package/dist/standalone/directives/ion-item-sliding.js.map +1 -0
- package/dist/standalone/directives/ion-item.d.ts +13 -0
- package/dist/standalone/directives/ion-item.d.ts.map +1 -0
- package/dist/standalone/directives/ion-item.js +36 -0
- package/dist/standalone/directives/ion-item.js.map +1 -0
- package/dist/standalone/directives/ion-label.d.ts +13 -0
- package/dist/standalone/directives/ion-label.d.ts.map +1 -0
- package/dist/standalone/directives/ion-label.js +36 -0
- package/dist/standalone/directives/ion-label.js.map +1 -0
- package/dist/standalone/directives/ion-list-header.d.ts +13 -0
- package/dist/standalone/directives/ion-list-header.d.ts.map +1 -0
- package/dist/standalone/directives/ion-list-header.js +36 -0
- package/dist/standalone/directives/ion-list-header.js.map +1 -0
- package/dist/standalone/directives/ion-list.d.ts +13 -0
- package/dist/standalone/directives/ion-list.d.ts.map +1 -0
- package/dist/standalone/directives/ion-list.js +37 -0
- package/dist/standalone/directives/ion-list.js.map +1 -0
- package/dist/standalone/directives/ion-loading.d.ts +59 -0
- package/dist/standalone/directives/ion-loading.d.ts.map +1 -0
- package/dist/standalone/directives/ion-loading.js +62 -0
- package/dist/standalone/directives/ion-loading.js.map +1 -0
- package/dist/standalone/directives/ion-menu-button.d.ts +13 -0
- package/dist/standalone/directives/ion-menu-button.d.ts.map +1 -0
- package/dist/standalone/directives/ion-menu-button.js +36 -0
- package/dist/standalone/directives/ion-menu-button.js.map +1 -0
- package/dist/standalone/directives/ion-menu-toggle.d.ts +13 -0
- package/dist/standalone/directives/ion-menu-toggle.d.ts.map +1 -0
- package/dist/standalone/directives/ion-menu-toggle.js +36 -0
- package/dist/standalone/directives/ion-menu-toggle.js.map +1 -0
- package/dist/standalone/directives/ion-menu.d.ts +35 -0
- package/dist/standalone/directives/ion-menu.d.ts.map +1 -0
- package/dist/standalone/directives/ion-menu.js +50 -0
- package/dist/standalone/directives/ion-menu.js.map +1 -0
- package/dist/standalone/directives/ion-nav-link.d.ts +13 -0
- package/dist/standalone/directives/ion-nav-link.d.ts.map +1 -0
- package/dist/standalone/directives/ion-nav-link.js +36 -0
- package/dist/standalone/directives/ion-nav-link.js.map +1 -0
- package/dist/standalone/directives/ion-note.d.ts +13 -0
- package/dist/standalone/directives/ion-note.d.ts.map +1 -0
- package/dist/standalone/directives/ion-note.js +36 -0
- package/dist/standalone/directives/ion-note.js.map +1 -0
- package/dist/standalone/directives/ion-picker-column-option.d.ts +13 -0
- package/dist/standalone/directives/ion-picker-column-option.d.ts.map +1 -0
- package/dist/standalone/directives/ion-picker-column-option.js +36 -0
- package/dist/standalone/directives/ion-picker-column-option.js.map +1 -0
- package/dist/standalone/directives/ion-picker-column.d.ts +22 -0
- package/dist/standalone/directives/ion-picker-column.d.ts.map +1 -0
- package/dist/standalone/directives/ion-picker-column.js +41 -0
- package/dist/standalone/directives/ion-picker-column.js.map +1 -0
- package/dist/standalone/directives/ion-picker.d.ts +13 -0
- package/dist/standalone/directives/ion-picker.d.ts.map +1 -0
- package/dist/standalone/directives/ion-picker.js +36 -0
- package/dist/standalone/directives/ion-picker.js.map +1 -0
- package/dist/standalone/directives/ion-progress-bar.d.ts +13 -0
- package/dist/standalone/directives/ion-progress-bar.d.ts.map +1 -0
- package/dist/standalone/directives/ion-progress-bar.js +36 -0
- package/dist/standalone/directives/ion-progress-bar.js.map +1 -0
- package/dist/standalone/directives/ion-radio.d.ts +24 -0
- package/dist/standalone/directives/ion-radio.d.ts.map +1 -0
- package/dist/standalone/directives/ion-radio.js +43 -0
- package/dist/standalone/directives/ion-radio.js.map +1 -0
- package/dist/standalone/directives/ion-refresher-content.d.ts +13 -0
- package/dist/standalone/directives/ion-refresher-content.d.ts.map +1 -0
- package/dist/standalone/directives/ion-refresher-content.js +36 -0
- package/dist/standalone/directives/ion-refresher-content.js.map +1 -0
- package/dist/standalone/directives/ion-refresher.d.ts +46 -0
- package/dist/standalone/directives/ion-refresher.d.ts.map +1 -0
- package/dist/standalone/directives/ion-refresher.js +53 -0
- package/dist/standalone/directives/ion-refresher.js.map +1 -0
- package/dist/standalone/directives/ion-reorder-group.d.ts +45 -0
- package/dist/standalone/directives/ion-reorder-group.d.ts.map +1 -0
- package/dist/standalone/directives/ion-reorder-group.js +50 -0
- package/dist/standalone/directives/ion-reorder-group.js.map +1 -0
- package/dist/standalone/directives/ion-reorder.d.ts +13 -0
- package/dist/standalone/directives/ion-reorder.d.ts.map +1 -0
- package/dist/standalone/directives/ion-reorder.js +35 -0
- package/dist/standalone/directives/ion-reorder.js.map +1 -0
- package/dist/standalone/directives/ion-ripple-effect.d.ts +13 -0
- package/dist/standalone/directives/ion-ripple-effect.d.ts.map +1 -0
- package/dist/standalone/directives/ion-ripple-effect.js +37 -0
- package/dist/standalone/directives/ion-ripple-effect.js.map +1 -0
- package/dist/standalone/directives/ion-row.d.ts +13 -0
- package/dist/standalone/directives/ion-row.d.ts.map +1 -0
- package/dist/standalone/directives/ion-row.js +35 -0
- package/dist/standalone/directives/ion-row.js.map +1 -0
- package/dist/standalone/directives/ion-segment-button.d.ts +13 -0
- package/dist/standalone/directives/ion-segment-button.d.ts.map +1 -0
- package/dist/standalone/directives/ion-segment-button.js +36 -0
- package/dist/standalone/directives/ion-segment-button.js.map +1 -0
- package/dist/standalone/directives/ion-segment-content.d.ts +13 -0
- package/dist/standalone/directives/ion-segment-content.d.ts.map +1 -0
- package/dist/standalone/directives/ion-segment-content.js +35 -0
- package/dist/standalone/directives/ion-segment-content.js.map +1 -0
- package/dist/standalone/directives/ion-segment-view.d.ts +20 -0
- package/dist/standalone/directives/ion-segment-view.d.ts.map +1 -0
- package/dist/standalone/directives/ion-segment-view.js +40 -0
- package/dist/standalone/directives/ion-segment-view.js.map +1 -0
- package/dist/standalone/directives/ion-select-modal.d.ts +13 -0
- package/dist/standalone/directives/ion-select-modal.d.ts.map +1 -0
- package/dist/standalone/directives/ion-select-modal.js +36 -0
- package/dist/standalone/directives/ion-select-modal.js.map +1 -0
- package/dist/standalone/directives/ion-select-option.d.ts +13 -0
- package/dist/standalone/directives/ion-select-option.d.ts.map +1 -0
- package/dist/standalone/directives/ion-select-option.js +36 -0
- package/dist/standalone/directives/ion-select-option.js.map +1 -0
- package/dist/standalone/directives/ion-skeleton-text.d.ts +13 -0
- package/dist/standalone/directives/ion-skeleton-text.d.ts.map +1 -0
- package/dist/standalone/directives/ion-skeleton-text.js +36 -0
- package/dist/standalone/directives/ion-skeleton-text.js.map +1 -0
- package/dist/standalone/directives/ion-spinner.d.ts +13 -0
- package/dist/standalone/directives/ion-spinner.d.ts.map +1 -0
- package/dist/standalone/directives/ion-spinner.js +36 -0
- package/dist/standalone/directives/ion-spinner.js.map +1 -0
- package/dist/standalone/directives/ion-split-pane.d.ts +23 -0
- package/dist/standalone/directives/ion-split-pane.d.ts.map +1 -0
- package/dist/standalone/directives/ion-split-pane.js +40 -0
- package/dist/standalone/directives/ion-split-pane.js.map +1 -0
- package/dist/standalone/directives/ion-tab-bar.d.ts +13 -0
- package/dist/standalone/directives/ion-tab-bar.d.ts.map +1 -0
- package/dist/standalone/directives/ion-tab-bar.js +36 -0
- package/dist/standalone/directives/ion-tab-bar.js.map +1 -0
- package/dist/standalone/directives/ion-tab-button.d.ts +13 -0
- package/dist/standalone/directives/ion-tab-button.d.ts.map +1 -0
- package/dist/standalone/directives/ion-tab-button.js +36 -0
- package/dist/standalone/directives/ion-tab-button.js.map +1 -0
- package/dist/standalone/directives/ion-tab.d.ts +13 -0
- package/dist/standalone/directives/ion-tab.d.ts.map +1 -0
- package/dist/standalone/directives/ion-tab.js +37 -0
- package/dist/standalone/directives/ion-tab.js.map +1 -0
- package/dist/standalone/directives/ion-text.d.ts +13 -0
- package/dist/standalone/directives/ion-text.d.ts.map +1 -0
- package/dist/standalone/directives/ion-text.js +36 -0
- package/dist/standalone/directives/ion-text.js.map +1 -0
- package/dist/standalone/directives/ion-thumbnail.d.ts +13 -0
- package/dist/standalone/directives/ion-thumbnail.d.ts.map +1 -0
- package/dist/standalone/directives/ion-thumbnail.js +35 -0
- package/dist/standalone/directives/ion-thumbnail.js.map +1 -0
- package/dist/standalone/directives/ion-title.d.ts +13 -0
- package/dist/standalone/directives/ion-title.d.ts.map +1 -0
- package/dist/standalone/directives/ion-title.js +36 -0
- package/dist/standalone/directives/ion-title.js.map +1 -0
- package/dist/standalone/directives/ion-toast.d.ts +59 -0
- package/dist/standalone/directives/ion-toast.d.ts.map +1 -0
- package/dist/standalone/directives/ion-toast.js +62 -0
- package/dist/standalone/directives/ion-toast.js.map +1 -0
- package/dist/standalone/directives/ion-toolbar.d.ts +13 -0
- package/dist/standalone/directives/ion-toolbar.d.ts.map +1 -0
- package/dist/standalone/directives/ion-toolbar.js +36 -0
- package/dist/standalone/directives/ion-toolbar.js.map +1 -0
- package/dist/standalone/directives/proxies.d.ts +78 -0
- package/dist/standalone/directives/proxies.d.ts.map +1 -0
- package/dist/standalone/directives/proxies.js +79 -0
- package/dist/standalone/directives/proxies.js.map +1 -0
- package/{standalone → dist/standalone}/directives/radio-group.d.ts +1 -0
- package/dist/standalone/directives/radio-group.d.ts.map +1 -0
- package/dist/standalone/directives/radio-group.js +59 -0
- package/dist/standalone/directives/radio-group.js.map +1 -0
- package/{standalone → dist/standalone}/directives/range.d.ts +1 -0
- package/dist/standalone/directives/range.d.ts.map +1 -0
- package/dist/standalone/directives/range.js +77 -0
- package/dist/standalone/directives/range.js.map +1 -0
- package/{standalone → dist/standalone}/directives/searchbar.d.ts +1 -0
- package/dist/standalone/directives/searchbar.d.ts.map +1 -0
- package/dist/standalone/directives/searchbar.js +81 -0
- package/dist/standalone/directives/searchbar.js.map +1 -0
- package/{standalone → dist/standalone}/directives/segment.d.ts +1 -0
- package/dist/standalone/directives/segment.d.ts.map +1 -0
- package/dist/standalone/directives/segment.js +59 -0
- package/dist/standalone/directives/segment.js.map +1 -0
- package/{standalone → dist/standalone}/directives/select.d.ts +1 -0
- package/dist/standalone/directives/select.d.ts.map +1 -0
- package/dist/standalone/directives/select.js +83 -0
- package/dist/standalone/directives/select.js.map +1 -0
- package/{standalone → dist/standalone}/directives/textarea.d.ts +1 -0
- package/dist/standalone/directives/textarea.d.ts.map +1 -0
- package/dist/standalone/directives/textarea.js +90 -0
- package/dist/standalone/directives/textarea.js.map +1 -0
- package/{standalone → dist/standalone}/directives/toggle.d.ts +1 -0
- package/dist/standalone/directives/toggle.d.ts.map +1 -0
- package/dist/standalone/directives/toggle.js +75 -0
- package/dist/standalone/directives/toggle.js.map +1 -0
- package/{standalone → dist/standalone}/index.d.ts +2 -2
- package/dist/standalone/index.d.ts.map +1 -0
- package/dist/standalone/index.js +24 -0
- package/dist/standalone/index.js.map +1 -0
- package/{standalone → dist/standalone}/navigation/back-button.d.ts +1 -0
- package/dist/standalone/navigation/back-button.d.ts.map +1 -0
- package/dist/standalone/navigation/back-button.js +32 -0
- package/dist/standalone/navigation/back-button.js.map +1 -0
- package/{standalone → dist/standalone}/navigation/nav.d.ts +1 -0
- package/dist/standalone/navigation/nav.d.ts.map +1 -0
- package/dist/standalone/navigation/nav.js +28 -0
- package/dist/standalone/navigation/nav.js.map +1 -0
- package/{standalone → dist/standalone}/navigation/router-link-delegate.d.ts +1 -0
- package/dist/standalone/navigation/router-link-delegate.d.ts.map +1 -0
- package/dist/standalone/navigation/router-link-delegate.js +26 -0
- package/dist/standalone/navigation/router-link-delegate.js.map +1 -0
- package/{standalone → dist/standalone}/navigation/router-outlet.d.ts +1 -0
- package/dist/standalone/navigation/router-outlet.d.ts.map +1 -0
- package/dist/standalone/navigation/router-outlet.js +60 -0
- package/dist/standalone/navigation/router-outlet.js.map +1 -0
- package/{standalone → dist/standalone}/navigation/tabs.d.ts +1 -0
- package/dist/standalone/navigation/tabs.d.ts.map +1 -0
- package/dist/standalone/navigation/tabs.js +57 -0
- package/dist/standalone/navigation/tabs.js.map +1 -0
- package/{standalone → dist/standalone}/overlays/modal.d.ts +1 -0
- package/dist/standalone/overlays/modal.d.ts.map +1 -0
- package/dist/standalone/overlays/modal.js +32 -0
- package/dist/standalone/overlays/modal.js.map +1 -0
- package/{standalone → dist/standalone}/overlays/popover.d.ts +1 -0
- package/dist/standalone/overlays/popover.d.ts.map +1 -0
- package/dist/standalone/overlays/popover.js +28 -0
- package/dist/standalone/overlays/popover.js.map +1 -0
- package/{standalone → dist/standalone}/providers/action-sheet-controller.d.ts +1 -0
- package/dist/standalone/providers/action-sheet-controller.d.ts.map +1 -0
- package/dist/standalone/providers/action-sheet-controller.js +20 -0
- package/dist/standalone/providers/action-sheet-controller.js.map +1 -0
- package/{standalone → dist/standalone}/providers/alert-controller.d.ts +1 -0
- package/dist/standalone/providers/alert-controller.d.ts.map +1 -0
- package/dist/standalone/providers/alert-controller.js +20 -0
- package/dist/standalone/providers/alert-controller.js.map +1 -0
- package/{providers → dist/standalone/providers}/animation-controller.d.ts +1 -0
- package/dist/standalone/providers/animation-controller.d.ts.map +1 -0
- package/dist/standalone/providers/animation-controller.js +37 -0
- package/dist/standalone/providers/animation-controller.js.map +1 -0
- package/{standalone → dist/standalone}/providers/gesture-controller.d.ts +1 -0
- package/dist/standalone/providers/gesture-controller.d.ts.map +1 -0
- package/dist/standalone/providers/gesture-controller.js +32 -0
- package/dist/standalone/providers/gesture-controller.js.map +1 -0
- package/{standalone → dist/standalone}/providers/ionic-angular.d.ts +1 -0
- package/dist/standalone/providers/ionic-angular.d.ts.map +1 -0
- package/dist/standalone/providers/ionic-angular.js +38 -0
- package/dist/standalone/providers/ionic-angular.js.map +1 -0
- package/{standalone → dist/standalone}/providers/loading-controller.d.ts +1 -0
- package/dist/standalone/providers/loading-controller.d.ts.map +1 -0
- package/dist/standalone/providers/loading-controller.js +20 -0
- package/dist/standalone/providers/loading-controller.js.map +1 -0
- package/{standalone → dist/standalone}/providers/menu-controller.d.ts +1 -0
- package/dist/standalone/providers/menu-controller.d.ts.map +1 -0
- package/dist/standalone/providers/menu-controller.js +18 -0
- package/dist/standalone/providers/menu-controller.js.map +1 -0
- package/{providers → dist/standalone/providers}/modal-controller.d.ts +1 -0
- package/dist/standalone/providers/modal-controller.d.ts.map +1 -0
- package/dist/standalone/providers/modal-controller.js +27 -0
- package/dist/standalone/providers/modal-controller.js.map +1 -0
- package/{standalone → dist/standalone}/providers/popover-controller.d.ts +1 -0
- package/dist/standalone/providers/popover-controller.d.ts.map +1 -0
- package/dist/standalone/providers/popover-controller.js +21 -0
- package/dist/standalone/providers/popover-controller.js.map +1 -0
- package/{standalone → dist/standalone}/providers/toast-controller.d.ts +1 -0
- package/dist/standalone/providers/toast-controller.d.ts.map +1 -0
- package/dist/standalone/providers/toast-controller.js +20 -0
- package/dist/standalone/providers/toast-controller.js.map +1 -0
- package/package.json +174 -30
- package/esm2022/app-initialize.mjs +0 -29
- package/esm2022/common/directives/control-value-accessors/index.mjs +0 -2
- package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -153
- package/esm2022/common/directives/navigation/back-button.mjs +0 -61
- package/esm2022/common/directives/navigation/nav-params.mjs +0 -47
- package/esm2022/common/directives/navigation/nav.mjs +0 -49
- package/esm2022/common/directives/navigation/router-link-delegate.mjs +0 -190
- package/esm2022/common/directives/navigation/router-outlet.mjs +0 -480
- package/esm2022/common/directives/navigation/stack-controller.mjs +0 -283
- package/esm2022/common/directives/navigation/stack-utils.mjs +0 -73
- package/esm2022/common/directives/navigation/tabs.mjs +0 -279
- package/esm2022/common/index.mjs +0 -20
- package/esm2022/common/ionic-angular-common.mjs +0 -5
- package/esm2022/common/overlays/modal.mjs +0 -103
- package/esm2022/common/overlays/popover.mjs +0 -91
- package/esm2022/common/providers/angular-delegate.mjs +0 -210
- package/esm2022/common/providers/config.mjs +0 -45
- package/esm2022/common/providers/dom-controller.mjs +0 -45
- package/esm2022/common/providers/menu-controller.mjs +0 -114
- package/esm2022/common/providers/nav-controller.mjs +0 -235
- package/esm2022/common/providers/platform.mjs +0 -258
- package/esm2022/common/types/interfaces.mjs +0 -2
- package/esm2022/common/types/ionic-lifecycle-hooks.mjs +0 -5
- package/esm2022/common/types/overlay-options.mjs +0 -2
- package/esm2022/common/utils/overlay.mjs +0 -26
- package/esm2022/common/utils/proxy.mjs +0 -47
- package/esm2022/common/utils/routing.mjs +0 -55
- package/esm2022/common/utils/util.mjs +0 -10
- package/esm2022/directives/angular-component-lib/utils.mjs +0 -59
- package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -42
- package/esm2022/directives/control-value-accessors/index.mjs +0 -5
- package/esm2022/directives/control-value-accessors/numeric-value-accessor.mjs +0 -50
- package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -39
- package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -38
- package/esm2022/directives/navigation/ion-back-button.mjs +0 -24
- package/esm2022/directives/navigation/ion-nav.mjs +0 -21
- package/esm2022/directives/navigation/ion-router-outlet.mjs +0 -52
- package/esm2022/directives/navigation/ion-tabs.mjs +0 -59
- package/esm2022/directives/navigation/router-link-delegate.mjs +0 -32
- package/esm2022/directives/overlays/modal.mjs +0 -22
- package/esm2022/directives/overlays/popover.mjs +0 -18
- package/esm2022/directives/proxies-list.mjs +0 -90
- package/esm2022/directives/proxies.mjs +0 -2373
- package/esm2022/directives/validators/index.mjs +0 -3
- package/esm2022/directives/validators/max-validator.mjs +0 -27
- package/esm2022/directives/validators/min-validator.mjs +0 -27
- package/esm2022/index.mjs +0 -32
- package/esm2022/ionic-angular.mjs +0 -5
- package/esm2022/ionic-module.mjs +0 -111
- package/esm2022/providers/action-sheet-controller.mjs +0 -19
- package/esm2022/providers/alert-controller.mjs +0 -19
- package/esm2022/providers/animation-controller.mjs +0 -38
- package/esm2022/providers/gesture-controller.mjs +0 -33
- package/esm2022/providers/loading-controller.mjs +0 -19
- package/esm2022/providers/menu-controller.mjs +0 -19
- package/esm2022/providers/modal-controller.mjs +0 -26
- package/esm2022/providers/picker-controller.mjs +0 -22
- package/esm2022/providers/popover-controller.mjs +0 -19
- package/esm2022/providers/toast-controller.mjs +0 -19
- package/esm2022/standalone/directives/angular-component-lib/utils.mjs +0 -59
- package/esm2022/standalone/directives/checkbox.mjs +0 -76
- package/esm2022/standalone/directives/datetime.mjs +0 -95
- package/esm2022/standalone/directives/icon.mjs +0 -35
- package/esm2022/standalone/directives/index.mjs +0 -13
- package/esm2022/standalone/directives/input-otp.mjs +0 -90
- package/esm2022/standalone/directives/input.mjs +0 -113
- package/esm2022/standalone/directives/proxies.mjs +0 -2260
- package/esm2022/standalone/directives/radio-group.mjs +0 -60
- package/esm2022/standalone/directives/range.mjs +0 -78
- package/esm2022/standalone/directives/searchbar.mjs +0 -82
- package/esm2022/standalone/directives/segment.mjs +0 -60
- package/esm2022/standalone/directives/select.mjs +0 -84
- package/esm2022/standalone/directives/textarea.mjs +0 -91
- package/esm2022/standalone/directives/toggle.mjs +0 -76
- package/esm2022/standalone/index.mjs +0 -25
- package/esm2022/standalone/ionic-angular-standalone.mjs +0 -5
- package/esm2022/standalone/navigation/back-button.mjs +0 -32
- package/esm2022/standalone/navigation/nav.mjs +0 -28
- package/esm2022/standalone/navigation/router-link-delegate.mjs +0 -28
- package/esm2022/standalone/navigation/router-outlet.mjs +0 -60
- package/esm2022/standalone/navigation/tabs.mjs +0 -58
- package/esm2022/standalone/overlays/modal.mjs +0 -32
- package/esm2022/standalone/overlays/popover.mjs +0 -28
- package/esm2022/standalone/providers/action-sheet-controller.mjs +0 -21
- package/esm2022/standalone/providers/alert-controller.mjs +0 -21
- package/esm2022/standalone/providers/animation-controller.mjs +0 -38
- package/esm2022/standalone/providers/gesture-controller.mjs +0 -33
- package/esm2022/standalone/providers/ionic-angular.mjs +0 -38
- package/esm2022/standalone/providers/loading-controller.mjs +0 -21
- package/esm2022/standalone/providers/menu-controller.mjs +0 -19
- package/esm2022/standalone/providers/modal-controller.mjs +0 -28
- package/esm2022/standalone/providers/picker-controller.mjs +0 -24
- package/esm2022/standalone/providers/popover-controller.mjs +0 -21
- package/esm2022/standalone/providers/toast-controller.mjs +0 -21
- package/fesm2022/ionic-angular-common.mjs +0 -2791
- package/fesm2022/ionic-angular-common.mjs.map +0 -1
- package/fesm2022/ionic-angular-standalone.mjs +0 -3562
- package/fesm2022/ionic-angular-standalone.mjs.map +0 -1
- package/fesm2022/ionic-angular.mjs +0 -3139
- package/fesm2022/ionic-angular.mjs.map +0 -1
- package/ionic-module.d.ts +0 -28
- package/providers/picker-controller.d.ts +0 -11
- package/schematics/utils/ast.js +0 -32
- package/standalone/directives/proxies.d.ts +0 -1035
- package/standalone/providers/picker-controller.d.ts +0 -11
- /package/{schematics → dist/schematics}/add/files/root/theme/variables.css +0 -0
- /package/{schematics → dist/schematics}/add/schema.json +0 -0
- /package/{schematics → dist/schematics}/collection.json +0 -0
|
@@ -7,3 +7,4 @@ export declare class IonBackButton extends IonBackButtonBase {
|
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonBackButton, [{ optional: true; }, null, null, null, null, null]>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonBackButton, "ion-back-button", never, {}, {}, never, ["*"], true, never>;
|
|
9
9
|
}
|
|
10
|
+
//# sourceMappingURL=back-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"back-button.d.ts","sourceRoot":"","sources":["../../../src/standalone/navigation/back-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgD,UAAU,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACpH,OAAO,EAAE,aAAa,IAAI,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAY,MAAM,uBAAuB,CAAC;AAG5G,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;;AAElD,qBASa,aAAc,SAAQ,iBAAiB;gBAEpC,YAAY,EAAE,eAAe,EACzC,OAAO,EAAE,aAAa,EACtB,MAAM,EAAE,MAAM,EACd,CAAC,EAAE,UAAU,EACb,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,iBAAiB;yCAPX,aAAa;2CAAb,aAAa;CAWzB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { Component, Optional, ChangeDetectionStrategy } from '@angular/core';
|
|
3
|
+
import { IonBackButton as IonBackButtonBase, ProxyCmp } from '@ionic/angular/common';
|
|
4
|
+
import { defineCustomElement } from '@ionic/core/components/ion-back-button.js';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./router-outlet";
|
|
7
|
+
import * as i2 from "@ionic/angular/common";
|
|
8
|
+
let IonBackButton = class IonBackButton extends IonBackButtonBase {
|
|
9
|
+
constructor(routerOutlet, navCtrl, config, r, z, c) {
|
|
10
|
+
super(routerOutlet, navCtrl, config, r, z, c);
|
|
11
|
+
}
|
|
12
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, deps: [{ token: i1.IonRouterOutlet, optional: true }, { token: i2.NavController }, { token: i2.Config }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackButton, isStandalone: true, selector: "ion-back-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14
|
+
};
|
|
15
|
+
IonBackButton = __decorate([
|
|
16
|
+
ProxyCmp({
|
|
17
|
+
defineCustomElementFn: defineCustomElement,
|
|
18
|
+
})
|
|
19
|
+
], IonBackButton);
|
|
20
|
+
export { IonBackButton };
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{
|
|
24
|
+
selector: 'ion-back-button',
|
|
25
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
26
|
+
template: '<ng-content></ng-content>',
|
|
27
|
+
standalone: true,
|
|
28
|
+
}]
|
|
29
|
+
}], ctorParameters: () => [{ type: i1.IonRouterOutlet, decorators: [{
|
|
30
|
+
type: Optional
|
|
31
|
+
}] }, { type: i2.NavController }, { type: i2.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
32
|
+
//# sourceMappingURL=back-button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"back-button.js","sourceRoot":"","sources":["../../../src/standalone/navigation/back-button.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,uBAAuB,EAAyC,MAAM,eAAe,CAAC;AACpH,OAAO,EAAE,aAAa,IAAI,iBAAiB,EAAyB,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5G,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;;;;AAazE,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,iBAAiB;IAClD,YACc,YAA6B,EACzC,OAAsB,EACtB,MAAc,EACd,CAAa,EACb,CAAS,EACT,CAAoB;QAEpB,KAAK,CAAC,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAChD,CAAC;0HAVU,aAAa;8GAAb,aAAa,kGAHd,2BAA2B;;AAG1B,aAAa;IATzB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;KAC3C,CAAC;GAOW,aAAa,CAWzB;;2FAXY,aAAa;kBANzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,UAAU,EAAE,IAAI;iBACjB;;0BAGI,QAAQ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nav.d.ts","sourceRoot":"","sources":["../../../src/standalone/navigation/nav.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAChH,OAAO,EAAE,MAAM,IAAI,UAAU,EAAY,eAAe,EAAE,MAAM,uBAAuB,CAAC;;AAGxF,qBAQa,MAAO,SAAQ,UAAU;gBAElC,GAAG,EAAE,UAAU,EACf,mBAAmB,EAAE,mBAAmB,EACxC,QAAQ,EAAE,QAAQ,EAClB,eAAe,EAAE,eAAe,EAChC,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,iBAAiB;yCAPX,MAAM;2CAAN,MAAM;CAWlB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { Component } from '@angular/core';
|
|
3
|
+
import { IonNav as IonNavBase, ProxyCmp } from '@ionic/angular/common';
|
|
4
|
+
import { defineCustomElement } from '@ionic/core/components/ion-nav.js';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@ionic/angular/common";
|
|
7
|
+
let IonNav = class IonNav extends IonNavBase {
|
|
8
|
+
constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
|
|
9
|
+
super(ref, environmentInjector, injector, angularDelegate, z, c);
|
|
10
|
+
}
|
|
11
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, deps: [{ token: i0.ElementRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }, { token: i1.AngularDelegate }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNav, isStandalone: true, selector: "ion-nav", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
13
|
+
};
|
|
14
|
+
IonNav = __decorate([
|
|
15
|
+
ProxyCmp({
|
|
16
|
+
defineCustomElementFn: defineCustomElement,
|
|
17
|
+
})
|
|
18
|
+
], IonNav);
|
|
19
|
+
export { IonNav };
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, decorators: [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{
|
|
23
|
+
selector: 'ion-nav',
|
|
24
|
+
template: '<ng-content></ng-content>',
|
|
25
|
+
standalone: true,
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
28
|
+
//# sourceMappingURL=nav.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nav.js","sourceRoot":"","sources":["../../../src/standalone/navigation/nav.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAwE,MAAM,eAAe,CAAC;AAChH,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,QAAQ,EAAmB,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;;;AAUjE,IAAM,MAAM,GAAZ,MAAM,MAAO,SAAQ,UAAU;IACpC,YACE,GAAe,EACf,mBAAwC,EACxC,QAAkB,EAClB,eAAgC,EAChC,CAAS,EACT,CAAoB;QAEpB,KAAK,CAAC,GAAG,EAAE,mBAAmB,EAAE,QAAQ,EAAE,eAAe,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACnE,CAAC;0HAVU,MAAM;8GAAN,MAAM,0FAHP,2BAA2B;;AAG1B,MAAM;IARlB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;KAC3C,CAAC;GAMW,MAAM,CAWlB;;2FAXY,MAAM;kBALlB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;oBACnB,QAAQ,EAAE,2BAA2B;oBACrC,UAAU,EAAE,IAAI;iBACjB"}
|
|
@@ -8,3 +8,4 @@ export declare class IonRouterLinkWithHref extends RouterLinkHrefDelegateBase {
|
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRouterLinkWithHref, never>;
|
|
9
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IonRouterLinkWithHref, "a[routerLink],area[routerLink]", never, {}, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
11
|
+
//# sourceMappingURL=router-link-delegate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router-link-delegate.d.ts","sourceRoot":"","sources":["../../../src/standalone/navigation/router-link-delegate.ts"],"names":[],"mappings":"AACA,OAAO,EACL,2BAA2B,IAAI,sBAAsB,EACrD,mCAAmC,IAAI,0BAA0B,EAClE,MAAM,uBAAuB,CAAC;;AAE/B,qBAIa,aAAc,SAAQ,sBAAsB;yCAA5C,aAAa;2CAAb,aAAa;CAAkC;AAE5D,qBAIa,qBAAsB,SAAQ,0BAA0B;yCAAxD,qBAAqB;2CAArB,qBAAqB;CAAsC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Directive } from '@angular/core';
|
|
2
|
+
import { RouterLinkDelegateDirective as RouterLinkDelegateBase, RouterLinkWithHrefDelegateDirective as RouterLinkHrefDelegateBase, } from '@ionic/angular/common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class IonRouterLink extends RouterLinkDelegateBase {
|
|
5
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
6
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLink, isStandalone: true, selector: ":not(a):not(area)[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
7
|
+
}
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, decorators: [{
|
|
9
|
+
type: Directive,
|
|
10
|
+
args: [{
|
|
11
|
+
selector: ':not(a):not(area)[routerLink]',
|
|
12
|
+
standalone: true,
|
|
13
|
+
}]
|
|
14
|
+
}] });
|
|
15
|
+
export class IonRouterLinkWithHref extends RouterLinkHrefDelegateBase {
|
|
16
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLinkWithHref, isStandalone: true, selector: "a[routerLink],area[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
18
|
+
}
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, decorators: [{
|
|
20
|
+
type: Directive,
|
|
21
|
+
args: [{
|
|
22
|
+
selector: 'a[routerLink],area[routerLink]',
|
|
23
|
+
standalone: true,
|
|
24
|
+
}]
|
|
25
|
+
}] });
|
|
26
|
+
//# sourceMappingURL=router-link-delegate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router-link-delegate.js","sourceRoot":"","sources":["../../../src/standalone/navigation/router-link-delegate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EACL,2BAA2B,IAAI,sBAAsB,EACrD,mCAAmC,IAAI,0BAA0B,GAClE,MAAM,uBAAuB,CAAC;;AAM/B,MAAM,OAAO,aAAc,SAAQ,sBAAsB;0HAA5C,aAAa;8GAAb,aAAa;;2FAAb,aAAa;kBAJzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,+BAA+B;oBACzC,UAAU,EAAE,IAAI;iBACjB;;AAOD,MAAM,OAAO,qBAAsB,SAAQ,0BAA0B;0HAAxD,qBAAqB;8GAArB,qBAAqB;;2FAArB,qBAAqB;kBAJjC,SAAS;mBAAC;oBACT,QAAQ,EAAE,gCAAgC;oBAC1C,UAAU,EAAE,IAAI;iBACjB"}
|
|
@@ -23,3 +23,4 @@ export declare class IonRouterOutlet extends IonRouterOutletBase {
|
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonRouterOutlet, [{ attribute: "name"; }, { attribute: "tabs"; optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }]>;
|
|
24
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonRouterOutlet, "ion-router-outlet", never, {}, {}, never, ["*"], true, never>;
|
|
25
25
|
}
|
|
26
|
+
//# sourceMappingURL=router-outlet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router-outlet.d.ts","sourceRoot":"","sources":["../../../src/standalone/navigation/router-outlet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAEL,gBAAgB,EAKhB,UAAU,EACV,MAAM,EACP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,eAAe,IAAI,mBAAmB,EAAY,MAAM,uBAAuB,CAAC;;AAGzF,qBAQa,eAAgB,SAAQ,mBAAmB;IAwB5B,QAAQ,CAAC,YAAY,CAAC,EAAE,eAAe;IAvBjE;;;;;;OAMG;IACmE,aAAa,EAAE,gBAAgB,CAAC;IAEtG;;;;;OAKG;gBAEkB,IAAI,EAAE,MAAM,EACA,IAAI,EAAE,MAAM,EAC3C,cAAc,EAAE,QAAQ,EACxB,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,EACZ,cAAc,EAAE,cAAc,EACG,YAAY,CAAC,EAAE,eAAe,YAAA;yCAxBtD,eAAe;2CAAf,eAAe;CA4B3B"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { ViewChild, ViewContainerRef, Component, Attribute, Optional, SkipSelf, } from '@angular/core';
|
|
3
|
+
import { IonRouterOutlet as IonRouterOutletBase, ProxyCmp } from '@ionic/angular/common';
|
|
4
|
+
import { defineCustomElement } from '@ionic/core/components/ion-router-outlet.js';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@angular/common";
|
|
7
|
+
import * as i2 from "@angular/router";
|
|
8
|
+
let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutletBase {
|
|
9
|
+
parentOutlet;
|
|
10
|
+
/**
|
|
11
|
+
* `static: true` must be set so the query results are resolved
|
|
12
|
+
* before change detection runs. Otherwise, the view container
|
|
13
|
+
* ref will be ion-router-outlet instead of ng-container, and
|
|
14
|
+
* the first view will be added as a sibling of ion-router-outlet
|
|
15
|
+
* instead of a child.
|
|
16
|
+
*/
|
|
17
|
+
outletContent;
|
|
18
|
+
/**
|
|
19
|
+
* We need to pass in the correct instance of IonRouterOutlet
|
|
20
|
+
* otherwise parentOutlet will be null in a nested outlet context.
|
|
21
|
+
* This results in APIs such as NavController.pop not working
|
|
22
|
+
* in nested outlets because the parent outlet cannot be found.
|
|
23
|
+
*/
|
|
24
|
+
constructor(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet) {
|
|
25
|
+
super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
|
|
26
|
+
this.parentOutlet = parentOutlet;
|
|
27
|
+
}
|
|
28
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, deps: [{ token: 'name', attribute: true }, { token: 'tabs', attribute: true, optional: true }, { token: i1.Location }, { token: i0.ElementRef }, { token: i2.Router }, { token: i0.NgZone }, { token: i2.ActivatedRoute }, { token: IonRouterOutlet, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterOutlet, isStandalone: true, selector: "ion-router-outlet", viewQueries: [{ propertyName: "outletContent", first: true, predicate: ["outletContent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '<ng-container #outletContent><ng-content></ng-content></ng-container>', isInline: true });
|
|
30
|
+
};
|
|
31
|
+
IonRouterOutlet = __decorate([
|
|
32
|
+
ProxyCmp({
|
|
33
|
+
defineCustomElementFn: defineCustomElement,
|
|
34
|
+
})
|
|
35
|
+
], IonRouterOutlet);
|
|
36
|
+
export { IonRouterOutlet };
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, decorators: [{
|
|
38
|
+
type: Component,
|
|
39
|
+
args: [{
|
|
40
|
+
selector: 'ion-router-outlet',
|
|
41
|
+
standalone: true,
|
|
42
|
+
template: '<ng-container #outletContent><ng-content></ng-content></ng-container>',
|
|
43
|
+
}]
|
|
44
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
45
|
+
type: Attribute,
|
|
46
|
+
args: ['name']
|
|
47
|
+
}] }, { type: undefined, decorators: [{
|
|
48
|
+
type: Optional
|
|
49
|
+
}, {
|
|
50
|
+
type: Attribute,
|
|
51
|
+
args: ['tabs']
|
|
52
|
+
}] }, { type: i1.Location }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.NgZone }, { type: i2.ActivatedRoute }, { type: IonRouterOutlet, decorators: [{
|
|
53
|
+
type: SkipSelf
|
|
54
|
+
}, {
|
|
55
|
+
type: Optional
|
|
56
|
+
}] }], propDecorators: { outletContent: [{
|
|
57
|
+
type: ViewChild,
|
|
58
|
+
args: ['outletContent', { read: ViewContainerRef, static: true }]
|
|
59
|
+
}] } });
|
|
60
|
+
//# sourceMappingURL=router-outlet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router-outlet.js","sourceRoot":"","sources":["../../../src/standalone/navigation/router-outlet.ts"],"names":[],"mappings":";AACA,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,QAAQ,EACR,QAAQ,GAGT,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,IAAI,mBAAmB,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;;;;AAU3E,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,mBAAmB;IAwBnB;IAvBnC;;;;;;OAMG;IACmE,aAAa,CAAmB;IAEtG;;;;;OAKG;IACH,YACqB,IAAY,EACA,IAAY,EAC3C,cAAwB,EACxB,UAAsB,EACtB,MAAc,EACd,IAAY,EACZ,cAA8B,EACG,YAA8B;QAE/D,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;QAFzD,iBAAY,GAAZ,YAAY,CAAkB;IAGjE,CAAC;0HA3BU,eAAe,kBAiBb,MAAM,8BACM,MAAM;8GAlBpB,eAAe,wKAQU,gBAAgB,kEAV1C,uEAAuE;;AAEtE,eAAe;IAR3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;KAC3C,CAAC;GAMW,eAAe,CA4B3B;;2FA5BY,eAAe;kBAL3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,UAAU,EAAE,IAAI;oBAChB,QAAQ,EAAE,uEAAuE;iBAClF;;0BAkBI,SAAS;2BAAC,MAAM;;0BAChB,QAAQ;;0BAAI,SAAS;2BAAC,MAAM;;0BAM5B,QAAQ;;0BAAI,QAAQ;;sBAhBtB,SAAS;uBAAC,eAAe,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE"}
|
|
@@ -11,3 +11,4 @@ export declare class IonTabs extends IonTabsBase {
|
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonTabs, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonTabs, "ion-tabs", never, {}, {}, ["tabBar", "tabBars", "tabs"], ["[slot=top]", "ion-tab", "*"], true, never>;
|
|
13
13
|
}
|
|
14
|
+
//# sourceMappingURL=tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/standalone/navigation/tabs.ts"],"names":[],"mappings":"AACA,OAAO,EAAuD,SAAS,EAAE,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAE/D,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;;AAElD,qBA6Ca,OAAQ,SAAQ,WAAW;IACyB,MAAM,EAAE,eAAe,CAAC;IAE3C,MAAM,EAAE,SAAS,GAAG,SAAS,CAAC;IAC9C,OAAO,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;yCALtC,OAAO;2CAAP,OAAO;CAMnB"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { NgIf } from '@angular/common';
|
|
2
|
+
import { Component, ContentChild, ContentChildren, ViewChild } from '@angular/core';
|
|
3
|
+
import { IonTabs as IonTabsBase } from '@ionic/angular/common';
|
|
4
|
+
import { IonTabBar, IonTab } from '../directives/proxies';
|
|
5
|
+
import { IonRouterOutlet } from './router-outlet';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class IonTabs extends IonTabsBase {
|
|
8
|
+
outlet;
|
|
9
|
+
tabBar;
|
|
10
|
+
tabBars;
|
|
11
|
+
tabs;
|
|
12
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabs, isStandalone: true, selector: "ion-tabs", queries: [{ propertyName: "tabBar", first: true, predicate: IonTabBar, descendants: true }, { propertyName: "tabBars", predicate: IonTabBar }, { propertyName: "tabs", predicate: IonTab }], viewQueries: [{ propertyName: "outlet", first: true, predicate: ["outlet"], descendants: true, read: IonRouterOutlet }], usesInheritance: true, ngImport: i0, template: `
|
|
14
|
+
<ng-content select="[slot=top]"></ng-content>
|
|
15
|
+
<div class="tabs-inner" #tabsInner>
|
|
16
|
+
<ion-router-outlet
|
|
17
|
+
*ngIf="tabs.length === 0"
|
|
18
|
+
#outlet
|
|
19
|
+
tabs="true"
|
|
20
|
+
(stackWillChange)="onStackWillChange($event)"
|
|
21
|
+
(stackDidChange)="onStackDidChange($event)"
|
|
22
|
+
></ion-router-outlet>
|
|
23
|
+
<ng-content *ngIf="tabs.length > 0" select="ion-tab"></ng-content>
|
|
24
|
+
</div>
|
|
25
|
+
<ng-content></ng-content>
|
|
26
|
+
`, isInline: true, styles: ["\n :host {\n display: flex;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n\n flex-direction: column;\n\n width: 100%;\n height: 100%;\n\n contain: layout size style;\n }\n .tabs-inner {\n position: relative;\n\n flex: 1;\n\n contain: layout size style;\n }\n "], dependencies: [{ kind: "component", type: IonRouterOutlet, selector: "ion-router-outlet" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
27
|
+
}
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, decorators: [{
|
|
29
|
+
type: Component,
|
|
30
|
+
args: [{ selector: 'ion-tabs', template: `
|
|
31
|
+
<ng-content select="[slot=top]"></ng-content>
|
|
32
|
+
<div class="tabs-inner" #tabsInner>
|
|
33
|
+
<ion-router-outlet
|
|
34
|
+
*ngIf="tabs.length === 0"
|
|
35
|
+
#outlet
|
|
36
|
+
tabs="true"
|
|
37
|
+
(stackWillChange)="onStackWillChange($event)"
|
|
38
|
+
(stackDidChange)="onStackDidChange($event)"
|
|
39
|
+
></ion-router-outlet>
|
|
40
|
+
<ng-content *ngIf="tabs.length > 0" select="ion-tab"></ng-content>
|
|
41
|
+
</div>
|
|
42
|
+
<ng-content></ng-content>
|
|
43
|
+
`, standalone: true, imports: [IonRouterOutlet, NgIf], styles: ["\n :host {\n display: flex;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n\n flex-direction: column;\n\n width: 100%;\n height: 100%;\n\n contain: layout size style;\n }\n .tabs-inner {\n position: relative;\n\n flex: 1;\n\n contain: layout size style;\n }\n "] }]
|
|
44
|
+
}], propDecorators: { outlet: [{
|
|
45
|
+
type: ViewChild,
|
|
46
|
+
args: ['outlet', { read: IonRouterOutlet, static: false }]
|
|
47
|
+
}], tabBar: [{
|
|
48
|
+
type: ContentChild,
|
|
49
|
+
args: [IonTabBar, { static: false }]
|
|
50
|
+
}], tabBars: [{
|
|
51
|
+
type: ContentChildren,
|
|
52
|
+
args: [IonTabBar]
|
|
53
|
+
}], tabs: [{
|
|
54
|
+
type: ContentChildren,
|
|
55
|
+
args: [IonTab]
|
|
56
|
+
}] } });
|
|
57
|
+
//# sourceMappingURL=tabs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.js","sourceRoot":"","sources":["../../../src/standalone/navigation/tabs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAa,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAE/D,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;;AA+ClD,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACyB,MAAM,CAAkB;IAE3C,MAAM,CAAwB;IAC9C,OAAO,CAAuB;IACjC,IAAI,CAAoB;0HALtC,OAAO;8GAAP,OAAO,wGAGJ,SAAS,6DACN,SAAS,uCACT,MAAM,0GAJM,eAAe,oDA5ClC;;;;;;;;;;;;;GAaT,sdA4BS,eAAe,8DAAE,IAAI;;2FAEpB,OAAO;kBA7CnB,SAAS;+BACE,UAAU,YACV;;;;;;;;;;;;;GAaT,cACW,IAAI,WA2BP,CAAC,eAAe,EAAE,IAAI,CAAC;;sBAG/B,SAAS;uBAAC,QAAQ,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,EAAE,KAAK,EAAE;;sBAE5D,YAAY;uBAAC,SAAS,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE;;sBACzC,eAAe;uBAAC,SAAS;;sBACzB,eAAe;uBAAC,MAAM"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/standalone/overlays/modal.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAY,MAAM,uBAAuB,CAAC;;AAG3E,qBAYa,QAAS,SAAQ,YAAY;yCAA7B,QAAQ;2CAAR,QAAQ;CAAwB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
4
|
+
import { IonModal as IonModalBase, ProxyCmp } from '@ionic/angular/common';
|
|
5
|
+
import { defineCustomElement } from '@ionic/core/components/ion-modal.js';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@angular/common";
|
|
8
|
+
let IonModal = class IonModal extends IonModalBase {
|
|
9
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonModal, isStandalone: true, selector: "ion-modal", usesInheritance: true, ngImport: i0, template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
11
|
+
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
12
|
+
</div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13
|
+
};
|
|
14
|
+
IonModal = __decorate([
|
|
15
|
+
ProxyCmp({
|
|
16
|
+
defineCustomElementFn: defineCustomElement,
|
|
17
|
+
})
|
|
18
|
+
], IonModal);
|
|
19
|
+
export { IonModal };
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, decorators: [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{
|
|
23
|
+
selector: 'ion-modal',
|
|
24
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
25
|
+
template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
26
|
+
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
27
|
+
</div>`,
|
|
28
|
+
standalone: true,
|
|
29
|
+
imports: [CommonModule],
|
|
30
|
+
}]
|
|
31
|
+
}] });
|
|
32
|
+
//# sourceMappingURL=modal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.js","sourceRoot":"","sources":["../../../src/standalone/overlays/modal.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;;;AAcnE,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,YAAY;0HAA7B,QAAQ;8GAAR,QAAQ,4FANT;;SAEH,2DAEG,YAAY;;AAEX,QAAQ;IAZpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;KAC3C,CAAC;GAUW,QAAQ,CAAwB;;2FAAhC,QAAQ;kBATpB,SAAS;mBAAC;oBACT,QAAQ,EAAE,WAAW;oBACrB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE;;SAEH;oBACP,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,YAAY,CAAC;iBACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/standalone/overlays/popover.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,IAAI,cAAc,EAAY,MAAM,uBAAuB,CAAC;;AAG/E,qBAUa,UAAW,SAAQ,cAAc;yCAAjC,UAAU;2CAAV,UAAU;CAA0B"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
4
|
+
import { IonPopover as IonPopoverBase, ProxyCmp } from '@ionic/angular/common';
|
|
5
|
+
import { defineCustomElement } from '@ionic/core/components/ion-popover.js';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@angular/common";
|
|
8
|
+
let IonPopover = class IonPopover extends IonPopoverBase {
|
|
9
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPopover, isStandalone: true, selector: "ion-popover", usesInheritance: true, ngImport: i0, template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
11
|
+
};
|
|
12
|
+
IonPopover = __decorate([
|
|
13
|
+
ProxyCmp({
|
|
14
|
+
defineCustomElementFn: defineCustomElement,
|
|
15
|
+
})
|
|
16
|
+
], IonPopover);
|
|
17
|
+
export { IonPopover };
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: 'ion-popover',
|
|
22
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
23
|
+
template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`,
|
|
24
|
+
standalone: true,
|
|
25
|
+
imports: [CommonModule],
|
|
26
|
+
}]
|
|
27
|
+
}] });
|
|
28
|
+
//# sourceMappingURL=popover.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.js","sourceRoot":"","sources":["../../../src/standalone/overlays/popover.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC/E,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;;;AAYrE,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,cAAc;0HAAjC,UAAU;8GAAV,UAAU,8FAJX,sGAAsG,2DAEtG,YAAY;;AAEX,UAAU;IAVtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;KAC3C,CAAC;GAQW,UAAU,CAA0B;;2FAApC,UAAU;kBAPtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,sGAAsG;oBAChH,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,YAAY,CAAC;iBACxB"}
|
|
@@ -6,3 +6,4 @@ export declare class ActionSheetController extends OverlayBaseController<ActionS
|
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetController, never>;
|
|
7
7
|
static ɵprov: i0.ɵɵInjectableDeclaration<ActionSheetController>;
|
|
8
8
|
}
|
|
9
|
+
//# sourceMappingURL=action-sheet-controller.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-sheet-controller.d.ts","sourceRoot":"","sources":["../../../src/standalone/providers/action-sheet-controller.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;;AAIjE,qBAGa,qBAAsB,SAAQ,qBAAqB,CAAC,kBAAkB,EAAE,yBAAyB,CAAC;;yCAAlG,qBAAqB;6CAArB,qBAAqB;CAKjC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { OverlayBaseController } from '@ionic/angular/common';
|
|
3
|
+
import { actionSheetController } from '@ionic/core/components';
|
|
4
|
+
import { defineCustomElement } from '@ionic/core/components/ion-action-sheet.js';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class ActionSheetController extends OverlayBaseController {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(actionSheetController);
|
|
9
|
+
defineCustomElement();
|
|
10
|
+
}
|
|
11
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, providedIn: 'root' });
|
|
13
|
+
}
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, decorators: [{
|
|
15
|
+
type: Injectable,
|
|
16
|
+
args: [{
|
|
17
|
+
providedIn: 'root',
|
|
18
|
+
}]
|
|
19
|
+
}], ctorParameters: () => [] });
|
|
20
|
+
//# sourceMappingURL=action-sheet-controller.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-sheet-controller.js","sourceRoot":"","sources":["../../../src/standalone/providers/action-sheet-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;;AAKjF,MAAM,OAAO,qBAAsB,SAAQ,qBAAoE;IAC7G;QACE,KAAK,CAAC,qBAAqB,CAAC,CAAC;QAC7B,mBAAmB,EAAE,CAAC;IACxB,CAAC;0HAJU,qBAAqB;8HAArB,qBAAqB,cAFpB,MAAM;;2FAEP,qBAAqB;kBAHjC,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert-controller.d.ts","sourceRoot":"","sources":["../../../src/standalone/providers/alert-controller.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;;AAI3D,qBAGa,eAAgB,SAAQ,qBAAqB,CAAC,YAAY,EAAE,mBAAmB,CAAC;;yCAAhF,eAAe;6CAAf,eAAe;CAK3B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { OverlayBaseController } from '@ionic/angular/common';
|
|
3
|
+
import { alertController } from '@ionic/core/components';
|
|
4
|
+
import { defineCustomElement } from '@ionic/core/components/ion-alert.js';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class AlertController extends OverlayBaseController {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(alertController);
|
|
9
|
+
defineCustomElement();
|
|
10
|
+
}
|
|
11
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, providedIn: 'root' });
|
|
13
|
+
}
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, decorators: [{
|
|
15
|
+
type: Injectable,
|
|
16
|
+
args: [{
|
|
17
|
+
providedIn: 'root',
|
|
18
|
+
}]
|
|
19
|
+
}], ctorParameters: () => [] });
|
|
20
|
+
//# sourceMappingURL=alert-controller.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert-controller.js","sourceRoot":"","sources":["../../../src/standalone/providers/alert-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;;AAK1E,MAAM,OAAO,eAAgB,SAAQ,qBAAwD;IAC3F;QACE,KAAK,CAAC,eAAe,CAAC,CAAC;QACvB,mBAAmB,EAAE,CAAC;IACxB,CAAC;0HAJU,eAAe;8HAAf,eAAe,cAFd,MAAM;;2FAEP,eAAe;kBAH3B,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animation-controller.d.ts","sourceRoot":"","sources":["../../../src/standalone/providers/animation-controller.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AAG7C,qBAGa,mBAAmB;IAC9B;;OAEG;IACH,MAAM,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS;IAIvC;;;;;;;;;;;;;OAaG;IACH,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE;yCAtBtF,mBAAmB;6CAAnB,mBAAmB;CAyB/B"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { createAnimation, getTimeGivenProgression } from '@ionic/core/components';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class AnimationController {
|
|
5
|
+
/**
|
|
6
|
+
* Create a new animation
|
|
7
|
+
*/
|
|
8
|
+
create(animationId) {
|
|
9
|
+
return createAnimation(animationId);
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* EXPERIMENTAL
|
|
13
|
+
*
|
|
14
|
+
* Given a progression and a cubic bezier function,
|
|
15
|
+
* this utility returns the time value(s) at which the
|
|
16
|
+
* cubic bezier reaches the given time progression.
|
|
17
|
+
*
|
|
18
|
+
* If the cubic bezier never reaches the progression
|
|
19
|
+
* the result will be an empty array.
|
|
20
|
+
*
|
|
21
|
+
* This is most useful for switching between easing curves
|
|
22
|
+
* when doing a gesture animation (i.e. going from linear easing
|
|
23
|
+
* during a drag, to another easing when `progressEnd` is called)
|
|
24
|
+
*/
|
|
25
|
+
easingTime(p0, p1, p2, p3, progression) {
|
|
26
|
+
return getTimeGivenProgression(p0, p1, p2, p3, progression);
|
|
27
|
+
}
|
|
28
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, providedIn: 'root' });
|
|
30
|
+
}
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, decorators: [{
|
|
32
|
+
type: Injectable,
|
|
33
|
+
args: [{
|
|
34
|
+
providedIn: 'root',
|
|
35
|
+
}]
|
|
36
|
+
}] });
|
|
37
|
+
//# sourceMappingURL=animation-controller.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animation-controller.js","sourceRoot":"","sources":["../../../src/standalone/providers/animation-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;;AAKlF,MAAM,OAAO,mBAAmB;IAC9B;;OAEG;IACH,MAAM,CAAC,WAAoB;QACzB,OAAO,eAAe,CAAC,WAAW,CAAC,CAAC;IACtC,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,UAAU,CAAC,EAAY,EAAE,EAAY,EAAE,EAAY,EAAE,EAAY,EAAE,WAAmB;QACpF,OAAO,uBAAuB,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,WAAW,CAAC,CAAC;IAC9D,CAAC;0HAxBU,mBAAmB;8HAAnB,mBAAmB,cAFlB,MAAM;;2FAEP,mBAAmB;kBAH/B,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gesture-controller.d.ts","sourceRoot":"","sources":["../../../src/standalone/providers/gesture-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAGrE,qBAGa,iBAAiB;IAChB,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,MAAM;IAChC;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,UAAQ,GAAG,OAAO;yCALvD,iBAAiB;6CAAjB,iBAAiB;CAiB7B"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { createGesture } from '@ionic/core/components';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class GestureController {
|
|
5
|
+
zone;
|
|
6
|
+
constructor(zone) {
|
|
7
|
+
this.zone = zone;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Create a new gesture
|
|
11
|
+
*/
|
|
12
|
+
create(opts, runInsideAngularZone = false) {
|
|
13
|
+
if (runInsideAngularZone) {
|
|
14
|
+
Object.getOwnPropertyNames(opts).forEach((key) => {
|
|
15
|
+
if (typeof opts[key] === 'function') {
|
|
16
|
+
const fn = opts[key];
|
|
17
|
+
opts[key] = (...props) => this.zone.run(() => fn(...props));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
return createGesture(opts);
|
|
22
|
+
}
|
|
23
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
24
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, providedIn: 'root' });
|
|
25
|
+
}
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, decorators: [{
|
|
27
|
+
type: Injectable,
|
|
28
|
+
args: [{
|
|
29
|
+
providedIn: 'root',
|
|
30
|
+
}]
|
|
31
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
32
|
+
//# sourceMappingURL=gesture-controller.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gesture-controller.js","sourceRoot":"","sources":["../../../src/standalone/providers/gesture-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAU,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAKvD,MAAM,OAAO,iBAAiB;IACR;IAApB,YAAoB,IAAY;QAAZ,SAAI,GAAJ,IAAI,CAAQ;IAAG,CAAC;IACpC;;OAEG;IACH,MAAM,CAAC,IAAmB,EAAE,oBAAoB,GAAG,KAAK;QACtD,IAAI,oBAAoB,EAAE,CAAC;YACzB,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;gBAC/C,IAAI,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,UAAU,EAAE,CAAC;oBACpC,MAAM,EAAE,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;oBACrB,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC;gBACrE,CAAC;YACH,CAAC,CAAC,CAAC;QACL,CAAC;QAED,OAAO,aAAa,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;0HAhBU,iBAAiB;8HAAjB,iBAAiB,cAFhB,MAAM;;2FAEP,iBAAiB;kBAH7B,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ionic-angular.d.ts","sourceRoot":"","sources":["../../../src/standalone/providers/ionic-angular.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAG1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAK1D,KAAK,oBAAoB,GAAG;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,SAAQ,WAAW,GAAG,oBAAyB,KAAG,oBAiBrF,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { DOCUMENT } from '@angular/common';
|
|
2
|
+
import { APP_INITIALIZER, makeEnvironmentProviders } from '@angular/core';
|
|
3
|
+
import { AngularDelegate, ConfigToken, provideComponentInputBinding } from '@ionic/angular/common';
|
|
4
|
+
import { initialize } from '@ionic/core/components';
|
|
5
|
+
import { ModalController } from './modal-controller';
|
|
6
|
+
import { PopoverController } from './popover-controller';
|
|
7
|
+
export const provideIonicAngular = (config = {}) => {
|
|
8
|
+
return makeEnvironmentProviders([
|
|
9
|
+
{
|
|
10
|
+
provide: ConfigToken,
|
|
11
|
+
useValue: config,
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
provide: APP_INITIALIZER,
|
|
15
|
+
useFactory: initializeIonicAngular,
|
|
16
|
+
multi: true,
|
|
17
|
+
deps: [ConfigToken, DOCUMENT],
|
|
18
|
+
},
|
|
19
|
+
provideComponentInputBinding(),
|
|
20
|
+
AngularDelegate,
|
|
21
|
+
ModalController,
|
|
22
|
+
PopoverController,
|
|
23
|
+
]);
|
|
24
|
+
};
|
|
25
|
+
const initializeIonicAngular = (config, doc) => {
|
|
26
|
+
return () => {
|
|
27
|
+
/**
|
|
28
|
+
* By default Ionic Framework hides elements that
|
|
29
|
+
* are not hydrated, but in the CE build there is no
|
|
30
|
+
* hydration.
|
|
31
|
+
* TODO FW-2797: Remove when all integrations have been
|
|
32
|
+
* migrated to CE build.
|
|
33
|
+
*/
|
|
34
|
+
doc.documentElement.classList.add('ion-ce');
|
|
35
|
+
initialize(config);
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=ionic-angular.js.map
|