mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(popover): add docs, usage, fix styling to guide
This commit is contained in:
12
packages/core/src/components.d.ts
vendored
12
packages/core/src/components.d.ts
vendored
@ -4,9 +4,6 @@
|
||||
* and imports for stencil collections that might be configured in your stencil.config.js file
|
||||
*/
|
||||
|
||||
import {
|
||||
ActionSheetButton,
|
||||
} from './components/action-sheet/action-sheet';
|
||||
import {
|
||||
AnimationBuilder,
|
||||
FrameworkDelegate,
|
||||
@ -14,6 +11,9 @@ import {
|
||||
PickerOptions,
|
||||
RouterDelegate,
|
||||
} from './index';
|
||||
import {
|
||||
ActionSheetButton,
|
||||
} from './components/action-sheet/action-sheet';
|
||||
import {
|
||||
AlertButton,
|
||||
AlertInput,
|
||||
@ -1600,6 +1600,7 @@ declare global {
|
||||
cssClass?: string;
|
||||
dismissOnPageChange?: boolean;
|
||||
duration?: number;
|
||||
enableBackdropDismiss?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
showBackdrop?: boolean;
|
||||
@ -2057,14 +2058,11 @@ declare global {
|
||||
export interface IonPickerAttributes extends HTMLAttributes {
|
||||
buttons?: PickerButton[];
|
||||
columns?: PickerColumn[];
|
||||
content?: string;
|
||||
cssClass?: string;
|
||||
dismissOnPageChange?: boolean;
|
||||
duration?: number;
|
||||
enableBackdropDismiss?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
pickerId?: number;
|
||||
showBackdrop?: boolean;
|
||||
willAnimate?: boolean;
|
||||
}
|
||||
@ -2166,7 +2164,6 @@ declare global {
|
||||
ev?: Event;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
mode?: 'ios' | 'md';
|
||||
popoverId?: number;
|
||||
showBackdrop?: boolean;
|
||||
translucent?: boolean;
|
||||
willAnimate?: boolean;
|
||||
@ -3411,7 +3408,6 @@ declare global {
|
||||
message?: string;
|
||||
position?: string;
|
||||
showCloseButton?: boolean;
|
||||
toastId?: number;
|
||||
translucent?: boolean;
|
||||
willAnimate?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user