@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1825 → 1.3.0-SNAPSHOT.1830

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,35 +54,35 @@
54
54
  tmp_0 = vars;
55
55
  }
56
56
  vars = tmp_0;
57
- this.e48_1 = new SimpleExpressionContext(vars);
58
- this.f48_1 = triggeredAnalyticsEvents;
59
- this.g48_1 = vars;
57
+ this.o47_1 = new SimpleExpressionContext(vars);
58
+ this.p47_1 = triggeredAnalyticsEvents;
59
+ this.q47_1 = vars;
60
60
  }
61
- protoOf(State).h48 = function (id) {
62
- var tmp0_elvis_lhs = this.f48_1.q1(id);
61
+ protoOf(State).r47 = function (id) {
62
+ var tmp0_elvis_lhs = this.p47_1.q1(id);
63
63
  return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
64
64
  };
65
- protoOf(State).i48 = function (id) {
66
- var tmp0 = this.f48_1;
67
- var tmp0_elvis_lhs = this.f48_1.q1(id);
65
+ protoOf(State).s47 = function (id) {
66
+ var tmp0 = this.p47_1;
67
+ var tmp0_elvis_lhs = this.p47_1.q1(id);
68
68
  // Inline function 'kotlin.collections.set' call
69
69
  var value = (tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs) + 1 | 0;
70
70
  tmp0.i3(id, value);
71
71
  };
72
72
  protoOf(State).x2t = function (keys, block) {
73
- return this.e48_1.x2t(keys, block);
73
+ return this.o47_1.x2t(keys, block);
74
74
  };
75
75
  protoOf(State).y2t = function (key) {
76
- return this.e48_1.y2t(key);
76
+ return this.o47_1.y2t(key);
77
77
  };
78
78
  protoOf(State).z2t = function (key, values) {
79
- this.e48_1.z2t(key, values);
79
+ this.o47_1.z2t(key, values);
80
80
  };
81
81
  protoOf(State).a2u = function (key, value) {
82
- this.e48_1.a2u(key, value);
82
+ this.o47_1.a2u(key, value);
83
83
  };
84
84
  protoOf(State).b2u = function (key, value) {
85
- this.e48_1.b2u(key, value);
85
+ this.o47_1.b2u(key, value);
86
86
  };
87
87
  //region block: post-declaration
88
88
  protoOf(State).varsChangeFlow$default = varsChangeFlow$default;
@@ -1197,7 +1197,10 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
1197
1197
  get nextPage(): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
1198
1198
  get previousPage(): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
1199
1199
  get isHidden(): boolean;
1200
+ get backgroundColor(): any/* com.github.ajalt.colormath.Color */;
1200
1201
  get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
1202
+ get backgroundImageGravity(): org.cru.godtools.shared.tool.parser.model.Gravity;
1203
+ get backgroundImageScaleType(): any/* org.cru.godtools.shared.tool.parser.model.ImageScaleType */;
1201
1204
  get dismissListeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
1202
1205
  get listeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
1203
1206
  get controlColor(): string;
@@ -118,8 +118,8 @@
118
118
  var getKClassFromExpression = kotlin_kotlin.$_$.b;
119
119
  var Exception_init_$Create$ = kotlin_kotlin.$_$.a1;
120
120
  var removeFirstOrNull = kotlin_kotlin.$_$.o4;
121
- var MutableIterable = kotlin_kotlin.$_$.v2;
122
121
  var Collection = kotlin_kotlin.$_$.q2;
122
+ var MutableIterable = kotlin_kotlin.$_$.v2;
123
123
  var CancellationException_init_$Init$ = kotlin_kotlin.$_$.q;
124
124
  var getStringHashCode = kotlin_kotlin.$_$.i6;
125
125
  var CancellationException_init_$Create$_0 = kotlin_kotlin.$_$.r;
@@ -209,11 +209,6 @@
209
209
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
210
210
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
211
211
  initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
212
- function close$default(cause, $super) {
213
- cause = cause === VOID ? null : cause;
214
- return $super === VOID ? this.q22(cause) : $super.q22.call(this, cause);
215
- }
216
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
217
212
  function cancel$default_0(cause, $super) {
218
213
  cause = cause === VOID ? null : cause;
219
214
  var tmp;
@@ -226,7 +221,12 @@
226
221
  return tmp;
227
222
  }
228
223
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
229
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
224
+ function close$default(cause, $super) {
225
+ cause = cause === VOID ? null : cause;
226
+ return $super === VOID ? this.q22(cause) : $super.q22.call(this, cause);
227
+ }
228
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
229
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
230
230
  initMetadataForClass(WaiterEB, 'WaiterEB');
231
231
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
232
232
  initMetadataForObject(Factory, 'Factory');
@@ -236,7 +236,7 @@
236
236
  initMetadataForClass(ChannelResult, 'ChannelResult');
237
237
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
238
238
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
239
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
239
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
240
240
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
241
241
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
242
242
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -304,7 +304,7 @@
304
304
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
305
305
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
306
306
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
307
- initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [MutableIterable, KtList, Collection]);
307
+ initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [Collection, MutableIterable, KtList]);
308
308
  initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
309
309
  initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
310
310
  initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);