Lines Matching refs:o
16 var __decorate = this && this.__decorate || function (e, o, t, i) {
17 …var n, r = arguments.length, l = r < 3 ? o : null === i ? i = Object.getOwnPropertyDescriptor(o, t…
19 l = Reflect.decorate(e, o, t, i);
22 (n = e[s]) && (l = (r < 3 ? n(l) : r > 3 ? n(o, t, l) : n(o, t)) || l);
25 return r > 3 && l && Object.defineProperty(o, t, l), l;
33 constructor(e, o, t, i = -1, n = void 0) { argument
48 …this.__pickerController = new SynchedPropertyNesedObjectPU(o.pickerController, this, 'pickerContro…
50 this.setInitiallyProvidedValue(o);
94 let o = null === (e = this.pickerController) || void 0 === e ? void 0 : e.data; variable
95 if (null == o ? void 0 : o.has('SET_SELECTED_URIS')) {
96 this.proxy.send({ selectUris: null == o ? void 0 : o.get('SET_SELECTED_URIS') });
98 } else if (null == o ? void 0 : o.has('SET_ALBUM_URI')) {
99 this.proxy.send({ albumUri: null == o ? void 0 : o.get('SET_ALBUM_URI') });
101 } else if (null == o ? void 0 : o.has('SET_MAX_SELECT_COUNT')) {
102 this.onSetMaxSelectCount(o);
103 } else if (null == o ? void 0 : o.has('SET_PHOTO_BROWSER_ITEM')) {
104 this.onSetPhotoBrowserItem(o);
105 } else if (null == o ? void 0 : o.has('EXIT_PHOTO_BROWSER')) {
107 } else if (null == o ? void 0 : o.has('SET_PHOTO_BROWSER_UI_ELEMENT_VISIBILITY')) {
108 this.onSetPhotoBrowserUIElementVisibility(o);
114 onSetMaxSelectCount(o) {
115 let e = null == o ? void 0 : o.get('SET_MAX_SELECT_COUNT');
125 onSetPhotoBrowserItem(o) {
126 let e = null == o ? void 0 : o.get('SET_PHOTO_BROWSER_ITEM');
139 onSetPhotoBrowserUIElementVisibility(o) {
140 let e = null == o ? void 0 : o.get('SET_PHOTO_BROWSER_UI_ELEMENT_VISIBILITY');
149 this.observeComponentCreation2(((e, o) => {
153 this.observeComponentCreation2(((e, o) => {
157 this.observeComponentCreation2(((e, o) => {
199 let o = e;
200 this.handleOnReceive(o);
211 let o = e.dataType; variable
212 console.info('PhotoPickerComponent onReceive: dataType = ' + o);
213 if ('selectOrDeselect' === o) {
215 } else if ('itemClick' === o) {
217 } else if ('onPhotoBrowserStateChanged' === o) {
219 } else if ('remoteReady' === o) {
224 } else if ('onPhotoBrowserChanged' === o) {
226 } else if ('onVideoPlayStateChanged' === o) {
236 let o = e.dataType; variable
237 if ('exceedMaxSelected' === o) {
241 } else if ('selectedItemsDeleted' === o) {
245 } else if ('currentAlbumDeleted' === o) {
268 let o = ClickType.SELECTED; variable
270 …'select' === t ? o = ClickType.SELECTED : 'deselect' === t ? o = ClickType.DESELECTED : console.in…
280 let r = this.onItemClicked(i, o);
281 console.info('PhotoPickerComponent onReceive: onItemClicked = ' + o);
283 if ('thumbnail' === n && o === ClickType.SELECTED) {
296 let o = e.isEnter; variable
301 …o ? this.onEnterPhotoBrowser && this.onEnterPhotoBrowser(t) : this.onExitPhotoBrowser && this.onEx…
302 console.info('PhotoPickerComponent onReceive: onPhotoBrowserStateChanged = ' + o);
306 let o = new BaseItemInfo(); variable
307 o.uri = e.uri;
309 this.onPhotoBrowserChanged(o);
311 console.info('PhotoPickerComponent onReceive: onPhotoBrowserChanged = ' + o.uri);
322 let o; variable
323 o = e === photoAccessHelper.PhotoViewMIMETypes.IMAGE_TYPE ?
326 console.info('PhotoPickerComponent convertMIMETypeToFilterType' + JSON.stringify(o));
327 return o;
335 setData(e, o) { argument
336 if (o === undefined) {
340 if (o instanceof Array) {
341 let e = o;
348 let e = o;
365 setPhotoBrowserItem(e, o) { argument
368 let m = o ? o : PhotoBrowserRange.ALL;
379 setPhotoBrowserUIElementVisibility(e, o) { argument
382 m.isVisible = o;