@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1484 → 0.9.3-SNAPSHOT.1487

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.
@@ -453,7 +453,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
453
453
  get width(): org.cru.godtools.shared.tool.parser.model.Dimension;
454
454
  equals(other: Nullable<any>): boolean;
455
455
  hashCode(): number;
456
- 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;
456
+ 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<string>, goneIf?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.Image;
457
457
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
458
458
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
459
459
  isGone(state: org.cru.godtools.shared.tool.state.State): boolean;
@@ -755,7 +755,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
755
755
  get startImageSize(): number;
756
756
  get endImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
757
757
  get endImageSize(): number;
758
- 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;
758
+ 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<string>, goneIf?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.Text;
759
759
  equals(other: Nullable<any>): boolean;
760
760
  hashCode(): number;
761
761
  get textStyles(): Array<org.cru.godtools.shared.tool.parser.model.Text.Style>;
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.1484",
4
+ "version": "0.9.3-SNAPSHOT.1487",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "format-util": "^1.0.5",