@@ -83,25 +83,33 @@ import {isObject, isDefined, isFunction, isArray} from '../util/util';
83
83
* A config value can come from anywhere and be anything, but there are a default set of values.
84
84
*
85
85
*
86
- * | Config property | Default iOS Value | Default MD Value |
87
- * |----------------------------|------------------------|---------------------------|
88
- * | activator | highlight | ripple |
89
- * | actionSheetEnter | action-sheet-slide-in | action-sheet-md-slide-in |
90
- * | actionSheetLeave | action-sheet-slide-out | action-sheet-md-slide-out |
91
- * | alertEnter | alert-pop-in | alert-md-pop-in |
92
- * | alertLeave | alert-pop-out | alert-md-pop-out |
93
- * | backButtonText | Back | |
94
- * | backButtonIcon | ion-ios-arrow-back | ion-md-arrow-back |
95
- * | iconMode | ios | md |
96
- * | menuType | reveal | overlay |
97
- * | modalEnter | modal-slide-in | modal-md-slide-in |
98
- * | modalLeave | modal-slide-out | modal-md-slide-out |
99
- * | pageTransition | ios-transition | md-transition |
100
- * | pageTransitionDelay | 16 | 120 |
101
- * | tabbarPlacement | bottom | top |
102
- * | tabbarHighlight | | top |
103
- * | tabbarLayout | | |
104
- * | tabSubPages | | true |
86
+ * | Config property | Default `ios` Value | Default `md` Value | Default `wp` Value |
87
+ * |----------------------------|--------------------------|-----------------------------|-----------------------------|
88
+ * | activator | "highlight" | "ripple" | "highlight" |
89
+ * | actionSheetEnter | "action-sheet-slide-in" | "action-sheet-md-slide-in" | "action-sheet-wp-slide-in" |
90
+ * | actionSheetLeave | "action-sheet-slide-out" | "action-sheet-md-slide-out" | "action-sheet-wp-slide-out" |
91
+ * | alertEnter | "alert-pop-in" | "alert-md-pop-in" | "alert-wp-pop-in" |
92
+ * | alertLeave | "alert-pop-out" | "alert-md-pop-out" | "alert-wp-pop-out" |
93
+ * | backButtonText | "Back" | "" | "" |
94
+ * | backButtonIcon | "ios-arrow-back" | "md-arrow-back" | "ios-arrow-back" |
95
+ * | iconMode | "ios" | "md" | "ios" |
96
+ * | loadingEnter | "loading-pop-in" | "loading-md-pop-in" | "loading-wp-pop-in" |
97
+ * | loadingLeave | "loading-pop-out" | "loading-md-pop-out" | "loading-wp-pop-out" |
98
+ * | menuType | "reveal" | "overlay" | "overlay" |
99
+ * | modalEnter | "modal-slide-in" | "modal-md-slide-in" | "modal-md-slide-in" |
100
+ * | modalLeave | "modal-slide-out" | "modal-md-slide-out" | "modal-md-slide-out" |
101
+ * | pageTransition | "ios-transition" | "md-transition" | "wp-transition" |
102
+ * | pageTransitionDelay | 16 | 96 | 96 |
103
+ * | pickerEnter | "picker-slide-in" | "picker-slide-in" | "picker-slide-in" |
104
+ * | pickerLeave | "picker-slide-out" | "picker-slide-out" | "picker-slide-out" |
105
+ * | pickerRotateFactor | -0.46 | | |
106
+ * | spinner | "ios" | "crescent" | "circles" |
107
+ * | tabbarHighlight | | true | |
108
+ * | tabbarLayout | | | |
109
+ * | tabbarPlacement | "bottom" | "top" | "top" |
110
+ * | tabSubPages | | true | true |
111
+ * | toastEnter | "toast-slide-in" | "toast-md-slide-in" | "toast-wp-slide-in" |
112
+ * | toastLeave | "toast-slide-out" | "toast-md-slide-out" | "toast-wp-slide-out" |
105
113
*
106
114
**/
107
115
export class Config {
0 commit comments