Lines Matching refs:t
17 constructor(e, t, o, r = -1) { argument
23 this.__mainImage = new SynchedPropertyObjectOneWayPU(t.mainImage, this, "mainImage");
24 this.__primaryText = new SynchedPropertySimpleOneWayPU(t.primaryText, this, "primaryText");
27 this.setInitiallyProvidedValue(t)
111 this.observeComponentCreation(((e, t) => {
114 Column.onAreaChange(((e, t) => {
115 …onsole.info(`Ace: on area change, oldValue is ${JSON.stringify(e)} value is ${JSON.stringify(t)}`);
116 this.sizeValue = JSON.stringify(t);
117 this.areaWidth = parseInt(t.width.toString(), 0);
119 console.info("pingAce: on area change, oldValue is" + parseInt(t.height.toString(), 0))
121 t || Column.pop();
124 this.observeComponentCreation(((e, t) => {
128 this.observeComponentCreation(((e, t) => {
135 t || GridRow.pop();
138 this.observeComponentCreation(((e, t) => {
141 t || GridCol.pop();
144 this.observeComponentCreation(((e, t) => {
147 t || Column.pop();
150 this.observeComponentCreation(((e, t) => {
155 t || Stack.pop();
158 this.observeComponentCreation(((e, t) => {
161 t || Image.pop();
164 this.observeComponentCreation(((e, t) => {
184 t || Column.pop();
187 this.observeComponentCreation(((e, t) => {
205 t || Text.pop();
209 this.observeComponentCreation(((e, t) => {
228 t || Text.pop();
232 this.observeComponentCreation(((e, t) => {
251 t || Text.pop();
257 this.observeComponentCreation(((e, t) => {
262 t || Column.pop();
271 this.observeComponentCreation(((e, t) => {
278 t || GridRow.pop();
281 this.observeComponentCreation(((e, t) => {
284 t || GridCol.pop();
287 this.observeComponentCreation(((e, t) => {
290 t || Column.pop();
293 this.observeComponentCreation(((e, t) => {
298 t || Row.pop();
301 this.observeComponentCreation(((e, t) => {
307 t || Image.pop();
310 this.observeComponentCreation(((e, t) => {
315 t || Column.pop();
318 this.observeComponentCreation(((e, t) => {
335 t || Text.pop();
339 this.observeComponentCreation(((e, t) => {
357 t || Text.pop();
361 this.observeComponentCreation(((e, t) => {
378 t || Text.pop();
384 this.observeComponentCreation(((e, t) => {
388 t || Column.pop();
397 this.observeComponentCreation(((e, t) => {
404 t || GridRow.pop();
407 this.observeComponentCreation(((e, t) => {
411 t || GridCol.pop();
414 this.observeComponentCreation(((e, t) => {
421 t || Column.pop();
424 this.observeComponentCreation(((e, t) => {
430 t || Image.pop();
433 this.observeComponentCreation(((e, t) => {
452 t || Text.pop();
456 this.observeComponentCreation(((e, t) => {
475 t || Text.pop();
479 this.observeComponentCreation(((e, t) => {
498 t || Text.pop();
504 this.observeComponentCreation(((e, t) => {
507 t || GridCol.pop();
514 t || If.pop();