@cruglobal/godtools-shared 1.1.2-PR769-SNAPSHOT.1685 → 1.1.2-SNAPSHOT.1683

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.
@@ -365,7 +365,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
365
365
  /* @ts-ignore: extends class with private primary constructor */
366
366
  class Flow extends org.cru.godtools.shared.tool.parser.model.Content {
367
367
  private constructor();
368
- get rowGravity(): org.cru.godtools.shared.tool.parser.model.Gravity.Horizontal;
369
368
  get items(): Array<org.cru.godtools.shared.tool.parser.model.Flow.Item>;
370
369
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
371
370
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
@@ -379,7 +378,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
379
378
  class Item /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.Parent, org.cru.godtools.shared.tool.parser.model.Visibility {
380
379
  private constructor();
381
380
  get flow(): org.cru.godtools.shared.tool.parser.model.Flow;
382
- get width(): org.cru.godtools.shared.tool.parser.model.Dimension;
383
381
  get invisibleIf(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */;
384
382
  get goneIf(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */;
385
383
  get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
@@ -206,11 +206,6 @@
206
206
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
207
207
  initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
208
208
  initMetadataForCoroutine($receiveCatchingCOROUTINE$5, CoroutineImpl);
209
- function close$default(cause, $super) {
210
- cause = cause === VOID ? null : cause;
211
- return $super === VOID ? this.d12(cause) : $super.d12.call(this, cause);
212
- }
213
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
214
209
  function cancel$default_0(cause, $super) {
215
210
  cause = cause === VOID ? null : cause;
216
211
  var tmp;
@@ -223,7 +218,12 @@
223
218
  return tmp;
224
219
  }
225
220
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
226
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
221
+ function close$default(cause, $super) {
222
+ cause = cause === VOID ? null : cause;
223
+ return $super === VOID ? this.d12(cause) : $super.d12.call(this, cause);
224
+ }
225
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
226
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
227
227
  initMetadataForClass(WaiterEB, 'WaiterEB');
228
228
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
229
229
  initMetadataForObject(Factory, 'Factory');
@@ -233,7 +233,7 @@
233
233
  initMetadataForClass(ChannelResult, 'ChannelResult');
234
234
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
235
235
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
236
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
236
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
237
237
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
238
238
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
239
239
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);