@cruglobal/godtools-shared 1.1.2-SNAPSHOT.1695 → 1.1.2-SNAPSHOT.1698
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/Kermit-kermit-core.js +42 -42
- package/Kermit-kermit.js +5 -5
- package/antlr-kotlin-antlr-kotlin-runtime.js +3116 -3116
- package/colormath-root-colormath.js +906 -906
- package/fluid-locale.js +144 -144
- package/kotlin-js.js +34 -34
- package/kotlin-kotlin-stdlib.js +1981 -1951
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-common.js +3 -3
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +385 -385
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2633 -2596
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js +247 -247
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +2 -1
- package/kotlinx-atomicfu.js +20 -20
- package/kotlinx-coroutines-core.js +2823 -2823
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -780,6 +780,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
780
780
|
class Text extends org.cru.godtools.shared.tool.parser.model.Content {
|
|
781
781
|
private constructor();
|
|
782
782
|
get text(): string;
|
|
783
|
+
get fontWeight(): Nullable<number>;
|
|
783
784
|
get textAlign(): org.cru.godtools.shared.tool.parser.model.Text.Align;
|
|
784
785
|
get textColor(): string;
|
|
785
786
|
get textScale(): number;
|
|
@@ -788,7 +789,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
788
789
|
get startImageSize(): number;
|
|
789
790
|
get endImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
790
791
|
get endImageSize(): number;
|
|
791
|
-
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?: kotlin.collections.KtSet<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;
|
|
792
|
+
static createTestText(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, text?: string, fontWeight?: Nullable<number>, textScale?: number, textColor?: Nullable<string>, textAlign?: Nullable<org.cru.godtools.shared.tool.parser.model.Text.Align>, textStyles?: kotlin.collections.KtSet<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;
|
|
792
793
|
equals(other: Nullable<any>): boolean;
|
|
793
794
|
hashCode(): number;
|
|
794
795
|
get textStyles(): Array<org.cru.godtools.shared.tool.parser.model.Text.Style>;
|
package/kotlinx-atomicfu.js
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
var initMetadataForClass = kotlin_kotlin.$_$.l6;
|
|
19
19
|
var initMetadataForObject = kotlin_kotlin.$_$.q6;
|
|
20
20
|
var VOID = kotlin_kotlin.$_$.d;
|
|
21
|
-
var toString = kotlin_kotlin.$_$.
|
|
21
|
+
var toString = kotlin_kotlin.$_$.ga;
|
|
22
22
|
//endregion
|
|
23
23
|
//region block: pre-declaration
|
|
24
24
|
initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
39
39
|
tmp_0 = tmp_0 + 1 | 0;
|
|
40
40
|
}
|
|
41
|
-
tmp.
|
|
41
|
+
tmp.vk_1 = tmp_1;
|
|
42
42
|
}
|
|
43
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
44
|
-
return this.
|
|
43
|
+
protoOf(atomicfu$AtomicRefArray$ref).wk = function () {
|
|
44
|
+
return this.vk_1.length;
|
|
45
45
|
};
|
|
46
46
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
47
|
-
return this.
|
|
47
|
+
return this.vk_1[index];
|
|
48
48
|
};
|
|
49
49
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
50
50
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
function AtomicRef(value) {
|
|
73
73
|
this.kotlinx$atomicfu$value = value;
|
|
74
74
|
}
|
|
75
|
-
protoOf(AtomicRef).
|
|
75
|
+
protoOf(AtomicRef).xk = function (_set____db54di) {
|
|
76
76
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
77
77
|
};
|
|
78
|
-
protoOf(AtomicRef).
|
|
78
|
+
protoOf(AtomicRef).yk = function () {
|
|
79
79
|
return this.kotlinx$atomicfu$value;
|
|
80
80
|
};
|
|
81
81
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
function AtomicBoolean(value) {
|
|
99
99
|
this.kotlinx$atomicfu$value = value;
|
|
100
100
|
}
|
|
101
|
-
protoOf(AtomicBoolean).
|
|
101
|
+
protoOf(AtomicBoolean).zk = function (_set____db54di) {
|
|
102
102
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
103
103
|
};
|
|
104
|
-
protoOf(AtomicBoolean).
|
|
104
|
+
protoOf(AtomicBoolean).yk = function () {
|
|
105
105
|
return this.kotlinx$atomicfu$value;
|
|
106
106
|
};
|
|
107
107
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
function AtomicLong(value) {
|
|
125
125
|
this.kotlinx$atomicfu$value = value;
|
|
126
126
|
}
|
|
127
|
-
protoOf(AtomicLong).
|
|
127
|
+
protoOf(AtomicLong).al = function (_set____db54di) {
|
|
128
128
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
129
129
|
};
|
|
130
|
-
protoOf(AtomicLong).
|
|
130
|
+
protoOf(AtomicLong).yk = function () {
|
|
131
131
|
return this.kotlinx$atomicfu$value;
|
|
132
132
|
};
|
|
133
133
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -143,29 +143,29 @@
|
|
|
143
143
|
};
|
|
144
144
|
protoOf(AtomicLong).atomicfu$getAndIncrement$long = function () {
|
|
145
145
|
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
146
|
-
this.kotlinx$atomicfu$value = _unary__edvuaz.
|
|
146
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz.f3();
|
|
147
147
|
return _unary__edvuaz;
|
|
148
148
|
};
|
|
149
149
|
protoOf(AtomicLong).atomicfu$getAndDecrement$long = function () {
|
|
150
150
|
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
151
|
-
this.kotlinx$atomicfu$value = _unary__edvuaz.
|
|
151
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz.g3();
|
|
152
152
|
return _unary__edvuaz;
|
|
153
153
|
};
|
|
154
154
|
protoOf(AtomicLong).atomicfu$getAndAdd$long = function (delta) {
|
|
155
155
|
var oldValue = this.kotlinx$atomicfu$value;
|
|
156
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
156
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.a3(delta);
|
|
157
157
|
return oldValue;
|
|
158
158
|
};
|
|
159
159
|
protoOf(AtomicLong).atomicfu$addAndGet$long = function (delta) {
|
|
160
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
160
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.a3(delta);
|
|
161
161
|
return this.kotlinx$atomicfu$value;
|
|
162
162
|
};
|
|
163
163
|
protoOf(AtomicLong).atomicfu$incrementAndGet$long = function () {
|
|
164
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
164
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.f3();
|
|
165
165
|
return this.kotlinx$atomicfu$value;
|
|
166
166
|
};
|
|
167
167
|
protoOf(AtomicLong).atomicfu$decrementAndGet$long = function () {
|
|
168
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
168
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.g3();
|
|
169
169
|
return this.kotlinx$atomicfu$value;
|
|
170
170
|
};
|
|
171
171
|
protoOf(AtomicLong).toString = function () {
|
|
@@ -177,10 +177,10 @@
|
|
|
177
177
|
function AtomicInt(value) {
|
|
178
178
|
this.kotlinx$atomicfu$value = value;
|
|
179
179
|
}
|
|
180
|
-
protoOf(AtomicInt).
|
|
180
|
+
protoOf(AtomicInt).bl = function (_set____db54di) {
|
|
181
181
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
182
182
|
};
|
|
183
|
-
protoOf(AtomicInt).
|
|
183
|
+
protoOf(AtomicInt).yk = function () {
|
|
184
184
|
return this.kotlinx$atomicfu$value;
|
|
185
185
|
};
|
|
186
186
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
return new AtomicInt(initial);
|
|
245
245
|
}
|
|
246
246
|
//region block: post-declaration
|
|
247
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
247
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).wk);
|
|
248
248
|
//endregion
|
|
249
249
|
//region block: exports
|
|
250
250
|
_.$_$ = _.$_$ || {};
|