@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1430 → 0.9.3-SNAPSHOT.1435

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.
@@ -459,7 +459,9 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
459
459
  get resource(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
460
460
  get gravity(): org.cru.godtools.shared.tool.parser.model.Gravity.Horizontal;
461
461
  get width(): org.cru.godtools.shared.tool.parser.model.Dimension;
462
- static createTestImage(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, resource?: Nullable<string>, gravity?: org.cru.godtools.shared.tool.parser.model.Gravity.Horizontal, width?: org.cru.godtools.shared.tool.parser.model.Dimension): org.cru.godtools.shared.tool.parser.model.Image;
462
+ equals(other: Nullable<any>): boolean;
463
+ hashCode(): number;
464
+ static createTestImage(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, resource?: Nullable<string>, gravity?: org.cru.godtools.shared.tool.parser.model.Gravity.Horizontal, width?: org.cru.godtools.shared.tool.parser.model.Dimension, events?: any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.EventId> */, url?: Nullable<string>, invisibleIf?: Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */, goneIf?: Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */): org.cru.godtools.shared.tool.parser.model.Image;
463
465
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
464
466
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
465
467
  isGone(state: org.cru.godtools.shared.tool.state.State): boolean;
@@ -680,6 +682,8 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
680
682
  private constructor();
681
683
  get name(): Nullable<string>;
682
684
  get localName(): Nullable<string>;
685
+ equals(other: Nullable<any>): boolean;
686
+ hashCode(): number;
683
687
  }
684
688
  }
685
689
  export declare namespace org.cru.godtools.shared.tool.parser.model {
@@ -749,7 +753,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
749
753
  /* @ts-ignore: extends class with private primary constructor */
750
754
  class Text extends org.cru.godtools.shared.tool.parser.model.Content {
751
755
  private constructor();
752
- get text(): Nullable<string>;
756
+ get text(): string;
753
757
  get textAlign(): org.cru.godtools.shared.tool.parser.model.Text.Align;
754
758
  get textColor(): string;
755
759
  get textScale(): number;
@@ -759,7 +763,9 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
759
763
  get startImageSize(): number;
760
764
  get endImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
761
765
  get endImageSize(): number;
762
- static createTestText(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, text?: Nullable<string>, textScale?: number, textColor?: Nullable<string>, textAlign?: Nullable<org.cru.godtools.shared.tool.parser.model.Text.Align>, textStyles?: any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.Text.Style> */, startImage?: Nullable<string>, endImage?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.Text;
766
+ static createTestText(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, text?: string, textScale?: number, textColor?: Nullable<string>, textAlign?: Nullable<org.cru.godtools.shared.tool.parser.model.Text.Align>, textStyles?: any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.Text.Style> */, minimumLines?: number, startImage?: Nullable<string>, startImageSize?: number, endImage?: Nullable<string>, endImageSize?: number, invisibleIf?: Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */, goneIf?: Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */): org.cru.godtools.shared.tool.parser.model.Text;
767
+ equals(other: Nullable<any>): boolean;
768
+ hashCode(): number;
763
769
  get textStyles(): Array<org.cru.godtools.shared.tool.parser.model.Text.Style>;
764
770
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
765
771
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
@@ -312,7 +312,7 @@
312
312
  setMetadataFor(Symbol, 'Symbol', classMeta);
313
313
  setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
314
314
  setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
315
- setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, SelectInstance, Waiter], VOID, VOID, VOID, [0, 2]);
315
+ setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, Waiter, SelectInstance], VOID, VOID, VOID, [0, 2]);
316
316
  setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
317
317
  setMetadataFor(UndispatchedCoroutine, 'UndispatchedCoroutine', classMeta, ScopeCoroutine, VOID, VOID, VOID, VOID, [0]);
318
318
  setMetadataFor(Dispatchers, 'Dispatchers', objectMeta);
@@ -322,7 +322,7 @@
322
322
  setMetadataFor(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', classMeta, CoroutineDispatcher, VOID, VOID, VOID, VOID, [1]);
323
323
  setMetadataFor(NodeDispatcher, 'NodeDispatcher', objectMeta, SetTimeoutBasedDispatcher, VOID, VOID, VOID, VOID, [1]);
324
324
  setMetadataFor(SetTimeoutDispatcher, 'SetTimeoutDispatcher', objectMeta, SetTimeoutBasedDispatcher, VOID, VOID, VOID, VOID, [1]);
325
- setMetadataFor(MessageQueue, 'MessageQueue', classMeta, VOID, [List, Collection]);
325
+ setMetadataFor(MessageQueue, 'MessageQueue', classMeta, VOID, [Collection, List]);
326
326
  setMetadataFor(ScheduledMessageQueue, 'ScheduledMessageQueue', classMeta, MessageQueue);
327
327
  setMetadataFor(WindowDispatcher, 'WindowDispatcher', classMeta, CoroutineDispatcher, VOID, VOID, VOID, VOID, [1]);
328
328
  setMetadataFor(WindowMessageQueue, 'WindowMessageQueue', classMeta, MessageQueue);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "kotlin-mpp-godtools-tool-parser-publishing-npm.js",
3
3
  "types": "kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts",
4
- "version": "0.9.3-SNAPSHOT.1430",
4
+ "version": "0.9.3-SNAPSHOT.1435",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "format-util": "^1.0.5",