@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1430 → 0.9.3-SNAPSHOT.1434
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.
- package/fluid-locale.js +125 -125
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +44 -17
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2049 -1859
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +8 -2
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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 {
|
|
@@ -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?: 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> */, 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> */;
|
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.
|
|
4
|
+
"version": "0.9.3-SNAPSHOT.1434",
|
|
5
5
|
"name": "@cruglobal/godtools-shared",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"format-util": "^1.0.5",
|