Lines Matching refs:t

26 let __decorate = this && this.__decorate || function (e, t, o, r) {
29 let a = i < REFLECT_MAX_COUNT ? t : null === r ? r = Object.getOwnPropertyDescriptor(t, o) : r;
31 a = Reflect.decorate(e, t, o, r);
34 …(s = e[n]) && (a = (i < REFLECT_MAX_COUNT ? s(a) : i > REFLECT_MAX_COUNT ? s(t, o, a) : s(t, o)) |…
37 return i > REFLECT_MAX_COUNT && a && Object.defineProperty(t, o, a), a;
69 constructor(e, t, o, r = -1) { argument
71 this.__toolBarList = new SynchedPropertyNesedObjectPU(t.toolBarList, this, 'toolBarList');
73 … this.__activateIndex = new SynchedPropertySimpleOneWayPU(t.activateIndex, this, 'activateIndex');
83 this.setInitiallyProvidedValue(t);
144 MoreTabBuilder(e, t = null) {
145 this.observeComponentCreation(((e, t) => {
159 t || Column.pop();
162 this.observeComponentCreation(((e, t) => {
176 t || Image.pop();
179 this.observeComponentCreation(((e, t) => {
203 t || Text.pop();
210 TabBuilder(e, t = null) {
211 this.observeComponentCreation(((t, o) => {
212 ViewStackProcessor.StartGetAccessRecordingFor(t);
231 Column.onHover((t => {
232 this.toolBarItemBackground[e] = t ? ITEM_DISABLE_STATE === this.toolBarList[e].state ? {
267 this.observeComponentCreation(((t, o) => {
268 ViewStackProcessor.StartGetAccessRecordingFor(t);
291 this.observeComponentCreation(((t, o) => {
292 ViewStackProcessor.StartGetAccessRecordingFor(t);
360 this.observeComponentCreation(((e, t) => {
363 t || Column.pop();
366 this.observeComponentCreation(((e, t) => {
371 t || Divider.pop();
374 this.observeComponentCreation(((e, t) => {
378 t || Column.pop();
381 this.observeComponentCreation(((e, t) => {
397 t || Tabs.pop();
400 this.observeComponentCreation(((e, t) => {
403 this.forEachUpdateFunction(e, this.toolBarList, ((e, t) => {
413 this.TabBuilder.call(this, t);
416 TabContent.enabled(!(ITEM_DISABLE_STATE === this.toolBarList[t].state));
417 TabContent.focusOnTouch(!(ITEM_DISABLE_STATE === this.toolBarList[t].state));
422 })) : t < TOOLBAR_LIST_NORMORL && this.ifElseBranchUpdateFunction(1, (() => {
428 this.TabBuilder.call(this, t);
431 TabContent.enabled(!(ITEM_DISABLE_STATE === this.toolBarList[t].state));
432 TabContent.focusOnTouch(!(ITEM_DISABLE_STATE === this.toolBarList[t].state));
443 t || ForEach.pop();
447 this.observeComponentCreation(((e, t) => {
451 this.observeComponentCreation(((e, t) => {
459 t || TabContent.pop();
464 t || If.pop();