chore(): update stencil (#16921)

* chore(): update stencil

* fix angular
This commit is contained in:
Manu MA
2018-12-31 17:35:33 +01:00
committed by GitHub
parent 09726b0d35
commit cda2573fdd
16 changed files with 93 additions and 217 deletions

View File

@ -4,6 +4,9 @@ import { Gesture, GestureDetail, Mode, PickerColumn } from '../../interface';
import { hapticSelectionChanged } from '../../utils/haptic';
import { clamp } from '../../utils/helpers';
/**
* @internal
*/
@Component({
tag: 'ion-picker-column',
styleUrls: {
@ -33,7 +36,7 @@ export class PickerColumnCmp implements ComponentInterface {
@Prop({ context: 'queue' }) queue!: QueueApi;
/** @internal */
/** Picker column data */
@Prop() col!: PickerColumn;
componentWillLoad() {