mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix: import paths
The `win` utility was moved to the browser/ folder.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { win } from '@utils/browser';
|
||||
import { StatusBar, Style } from '@utils/native/status-bar';
|
||||
import { win } from '@utils/window';
|
||||
|
||||
/**
|
||||
* Use y = mx + b to
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
import type { ComponentInterface, EventEmitter } from '@stencil/core';
|
||||
import { Component, Element, Event, Host, Method, Prop, State, Watch, h, forceUpdate } from '@stencil/core';
|
||||
import { win } from '@utils/browser';
|
||||
import type { LegacyFormController } from '@utils/forms';
|
||||
import { createLegacyFormController } from '@utils/forms';
|
||||
import { findItemLabel, focusElement, getAriaLabel, renderHiddenInput, inheritAttributes, raf } from '@utils/helpers';
|
||||
@ -10,7 +11,6 @@ import type { OverlaySelect } from '@utils/overlays-interface';
|
||||
import { isRTL } from '@utils/rtl';
|
||||
import { createColorClasses, hostContext } from '@utils/theme';
|
||||
import { watchForOptions } from '@utils/watch-options';
|
||||
import { win } from '@utils/window';
|
||||
import { caretDownSharp, chevronExpand } from 'ionicons/icons';
|
||||
|
||||
import { getIonMode } from '../../global/ionic-global';
|
||||
|
||||
Reference in New Issue
Block a user