@continuous-excellence/coupling-cli 1.1.514 → 1.1.516
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/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +39 -38
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +19 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +23 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +6 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +56 -12
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +22 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +163 -97
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +29 -28
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +164 -120
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +44 -41
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +72 -50
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +73 -74
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +101 -49
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +231 -170
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +117 -112
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +95 -95
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +21 -21
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +189 -189
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +29 -29
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +227 -227
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +4 -3
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +64 -64
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +24 -24
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +119 -119
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +132 -132
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +60 -60
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +65 -65
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +225 -225
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +138 -138
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +16 -16
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +107 -107
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/package.json +1 -1
|
@@ -61,18 +61,18 @@ function Lines() {
|
|
|
61
61
|
if (LinesClass === VOID) {
|
|
62
62
|
class $ {
|
|
63
63
|
constructor(lines) {
|
|
64
|
-
this.
|
|
64
|
+
this.l6i_1 = lines;
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
return this.
|
|
66
|
+
z6k() {
|
|
67
|
+
return this.l6i_1.q2();
|
|
68
68
|
}
|
|
69
|
-
|
|
69
|
+
a6l(style) {
|
|
70
70
|
var tmp;
|
|
71
71
|
if (style == null || equals(style, get_DEFAULT_STYLE())) {
|
|
72
72
|
tmp = this;
|
|
73
73
|
} else {
|
|
74
74
|
// Inline function 'kotlin.collections.map' call
|
|
75
|
-
var this_0 = this.
|
|
75
|
+
var this_0 = this.l6i_1;
|
|
76
76
|
// Inline function 'kotlin.collections.mapTo' call
|
|
77
77
|
var destination = ArrayList().r2(collectionSizeOrDefault(this_0, 10));
|
|
78
78
|
var _iterator__ex2g4s = this_0.l1();
|
|
@@ -84,10 +84,10 @@ function Lines() {
|
|
|
84
84
|
var _iterator__ex2g4s_0 = item.l1();
|
|
85
85
|
while (_iterator__ex2g4s_0.m1()) {
|
|
86
86
|
var item_0 = _iterator__ex2g4s_0.n1();
|
|
87
|
-
var tmp$ret$5 = item_0.
|
|
87
|
+
var tmp$ret$5 = item_0.b6l(style);
|
|
88
88
|
destination_0.o2(tmp$ret$5);
|
|
89
89
|
}
|
|
90
|
-
var tmp$ret$2 = Line().
|
|
90
|
+
var tmp$ret$2 = Line().s6i(destination_0, item.n6i_1.r6i(style));
|
|
91
91
|
destination.o2(tmp$ret$2);
|
|
92
92
|
}
|
|
93
93
|
tmp = new (Lines())(destination);
|
|
@@ -104,57 +104,57 @@ var LineClass;
|
|
|
104
104
|
function Line() {
|
|
105
105
|
if (LineClass === VOID) {
|
|
106
106
|
class $ {
|
|
107
|
-
static
|
|
107
|
+
static s6i(spans, endStyle) {
|
|
108
108
|
var $this = createThis(this);
|
|
109
|
-
$this.
|
|
110
|
-
$this.
|
|
109
|
+
$this.m6i_1 = spans;
|
|
110
|
+
$this.n6i_1 = endStyle;
|
|
111
111
|
return $this;
|
|
112
112
|
}
|
|
113
|
-
|
|
114
|
-
return this.
|
|
113
|
+
c6l(element) {
|
|
114
|
+
return this.m6i_1.k3(element);
|
|
115
115
|
}
|
|
116
116
|
k3(element) {
|
|
117
117
|
if (!(element instanceof Span()))
|
|
118
118
|
return false;
|
|
119
|
-
return this.
|
|
119
|
+
return this.c6l(element instanceof Span() ? element : THROW_CCE());
|
|
120
120
|
}
|
|
121
121
|
p2(index) {
|
|
122
|
-
return this.
|
|
122
|
+
return this.m6i_1.p2(index);
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
return this.
|
|
124
|
+
d6l(element) {
|
|
125
|
+
return this.m6i_1.f4(element);
|
|
126
126
|
}
|
|
127
127
|
f4(element) {
|
|
128
128
|
if (!(element instanceof Span()))
|
|
129
129
|
return -1;
|
|
130
|
-
return this.
|
|
130
|
+
return this.d6l(element instanceof Span() ? element : THROW_CCE());
|
|
131
131
|
}
|
|
132
132
|
j1() {
|
|
133
|
-
return this.
|
|
133
|
+
return this.m6i_1.j1();
|
|
134
134
|
}
|
|
135
135
|
l1() {
|
|
136
|
-
return this.
|
|
136
|
+
return this.m6i_1.l1();
|
|
137
137
|
}
|
|
138
138
|
u2(index) {
|
|
139
|
-
return this.
|
|
139
|
+
return this.m6i_1.u2(index);
|
|
140
140
|
}
|
|
141
141
|
y2(fromIndex, toIndex) {
|
|
142
|
-
return this.
|
|
142
|
+
return this.m6i_1.y2(fromIndex, toIndex);
|
|
143
143
|
}
|
|
144
144
|
q2() {
|
|
145
|
-
return this.
|
|
145
|
+
return this.m6i_1.q2();
|
|
146
146
|
}
|
|
147
|
-
static
|
|
147
|
+
static f6j(spans) {
|
|
148
148
|
var tmp44_safe_receiver = lastOrNull(spans);
|
|
149
|
-
var tmp0_elvis_lhs = tmp44_safe_receiver == null ? null : tmp44_safe_receiver.
|
|
150
|
-
return this.
|
|
149
|
+
var tmp0_elvis_lhs = tmp44_safe_receiver == null ? null : tmp44_safe_receiver.p6i_1;
|
|
150
|
+
return this.s6i(spans, tmp0_elvis_lhs == null ? get_DEFAULT_STYLE() : tmp0_elvis_lhs);
|
|
151
151
|
}
|
|
152
152
|
toString() {
|
|
153
|
-
return 'Line(spans=' + toString(this.
|
|
153
|
+
return 'Line(spans=' + toString(this.m6i_1) + ', endStyle=' + toString(this.n6i_1) + ')';
|
|
154
154
|
}
|
|
155
155
|
hashCode() {
|
|
156
|
-
var result = hashCode(this.
|
|
157
|
-
result = imul(result, 31) + hashCode(this.
|
|
156
|
+
var result = hashCode(this.m6i_1);
|
|
157
|
+
result = imul(result, 31) + hashCode(this.n6i_1) | 0;
|
|
158
158
|
return result;
|
|
159
159
|
}
|
|
160
160
|
equals(other) {
|
|
@@ -163,9 +163,9 @@ function Line() {
|
|
|
163
163
|
if (!(other instanceof Line()))
|
|
164
164
|
return false;
|
|
165
165
|
var tmp0_other_with_cast = other instanceof Line() ? other : THROW_CCE();
|
|
166
|
-
if (!equals(this.
|
|
166
|
+
if (!equals(this.m6i_1, tmp0_other_with_cast.m6i_1))
|
|
167
167
|
return false;
|
|
168
|
-
if (!equals(this.
|
|
168
|
+
if (!equals(this.n6i_1, tmp0_other_with_cast.n6i_1))
|
|
169
169
|
return false;
|
|
170
170
|
return true;
|
|
171
171
|
}
|
|
@@ -178,11 +178,11 @@ function Line() {
|
|
|
178
178
|
function get_lineWidth(_this__u8e3s4) {
|
|
179
179
|
// Inline function 'kotlin.collections.sumOf' call
|
|
180
180
|
var sum = 0;
|
|
181
|
-
var _iterator__ex2g4s = _this__u8e3s4.
|
|
181
|
+
var _iterator__ex2g4s = _this__u8e3s4.m6i_1.l1();
|
|
182
182
|
while (_iterator__ex2g4s.m1()) {
|
|
183
183
|
var element = _iterator__ex2g4s.n1();
|
|
184
184
|
var tmp = sum;
|
|
185
|
-
sum = tmp + element.
|
|
185
|
+
sum = tmp + element.e6l() | 0;
|
|
186
186
|
}
|
|
187
187
|
return sum;
|
|
188
188
|
}
|
|
@@ -230,10 +230,10 @@ function flatLine(parts) {
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
return Line().
|
|
233
|
+
return Line().f6j(line);
|
|
234
234
|
}
|
|
235
235
|
function setSize(_this__u8e3s4, newWidth, newHeight, verticalAlign, textAlign, scrollRight, scrollDown) {
|
|
236
|
-
newHeight = newHeight === VOID ? _this__u8e3s4.
|
|
236
|
+
newHeight = newHeight === VOID ? _this__u8e3s4.l6i_1.q2() : newHeight;
|
|
237
237
|
verticalAlign = verticalAlign === VOID ? VerticalAlign_TOP_getInstance() : verticalAlign;
|
|
238
238
|
textAlign = textAlign === VOID ? TextAlign_NONE_getInstance() : textAlign;
|
|
239
239
|
scrollRight = scrollRight === VOID ? 0 : scrollRight;
|
|
@@ -256,19 +256,19 @@ function setSize(_this__u8e3s4, newWidth, newHeight, verticalAlign, textAlign, s
|
|
|
256
256
|
while (inductionVariable < newHeight);
|
|
257
257
|
return new (Lines())(list);
|
|
258
258
|
}
|
|
259
|
-
var emptyLine = Line().
|
|
259
|
+
var emptyLine = Line().f6j(listOf(Companion_instance.t6i(newWidth)));
|
|
260
260
|
var tmp;
|
|
261
261
|
if (scrollDown === 0) {
|
|
262
|
-
tmp = _this__u8e3s4.
|
|
262
|
+
tmp = _this__u8e3s4.l6i_1;
|
|
263
263
|
} else {
|
|
264
|
-
var containsLower = -get_lastIndex(_this__u8e3s4.
|
|
265
|
-
if (!(scrollDown <= get_lastIndex(_this__u8e3s4.
|
|
264
|
+
var containsLower = -get_lastIndex(_this__u8e3s4.l6i_1) | 0;
|
|
265
|
+
if (!(scrollDown <= get_lastIndex(_this__u8e3s4.l6i_1) ? containsLower <= scrollDown : false)) {
|
|
266
266
|
tmp = emptyList();
|
|
267
267
|
} else {
|
|
268
268
|
if (scrollDown < 0) {
|
|
269
269
|
// Inline function 'kotlin.collections.buildList' call
|
|
270
270
|
// Inline function 'kotlin.collections.buildListInternal' call
|
|
271
|
-
var capacity = _this__u8e3s4.
|
|
271
|
+
var capacity = _this__u8e3s4.l6i_1.q2() - scrollDown | 0;
|
|
272
272
|
checkBuilderCapacity(capacity);
|
|
273
273
|
// Inline function 'kotlin.apply' call
|
|
274
274
|
var this_0 = ArrayList().r2(capacity);
|
|
@@ -282,10 +282,10 @@ function setSize(_this__u8e3s4, newWidth, newHeight, verticalAlign, textAlign, s
|
|
|
282
282
|
this_0.o2(emptyLine);
|
|
283
283
|
}
|
|
284
284
|
while (inductionVariable_0 < times);
|
|
285
|
-
this_0.s2(_this__u8e3s4.
|
|
285
|
+
this_0.s2(_this__u8e3s4.l6i_1);
|
|
286
286
|
tmp = this_0.f8();
|
|
287
287
|
} else {
|
|
288
|
-
tmp = _this__u8e3s4.
|
|
288
|
+
tmp = _this__u8e3s4.l6i_1.y2(scrollDown, _this__u8e3s4.l6i_1.q2());
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
}
|
|
@@ -325,7 +325,7 @@ function setSize(_this__u8e3s4, newWidth, newHeight, verticalAlign, textAlign, s
|
|
|
325
325
|
var _iterator__ex2g4s = offsetLines.y2(0, coerceAtMost(newHeight, offsetLines.q2())).l1();
|
|
326
326
|
while (_iterator__ex2g4s.m1()) {
|
|
327
327
|
var item = _iterator__ex2g4s.n1();
|
|
328
|
-
var tmp$ret$18 = Line().
|
|
328
|
+
var tmp$ret$18 = Line().f6j(resizeLine(item, scrollRight, newWidth, textAlign));
|
|
329
329
|
this_1.o2(tmp$ret$18);
|
|
330
330
|
}
|
|
331
331
|
// Inline function 'kotlin.repeat' call
|
|
@@ -344,7 +344,7 @@ function setSize(_this__u8e3s4, newWidth, newHeight, verticalAlign, textAlign, s
|
|
|
344
344
|
function resizeLine(line, scrollRight, newWidth, textAlign) {
|
|
345
345
|
var width = 0;
|
|
346
346
|
var offset = 0;
|
|
347
|
-
var inputLine = scrollRight < 0 ? plus(listOf(Companion_instance.
|
|
347
|
+
var inputLine = scrollRight < 0 ? plus(listOf(Companion_instance.f6l(-scrollRight | 0, get_startStyle(line))), line.m6i_1) : line.m6i_1;
|
|
348
348
|
var startIndex = 0;
|
|
349
349
|
var endIndex = inputLine.q2();
|
|
350
350
|
var startSpan = null;
|
|
@@ -355,24 +355,24 @@ function resizeLine(line, scrollRight, newWidth, textAlign) {
|
|
|
355
355
|
var j = index;
|
|
356
356
|
index = index + 1 | 0;
|
|
357
357
|
var span = iterator.n1();
|
|
358
|
-
if (scrollRight > 0 && (offset + span.
|
|
359
|
-
offset = offset + span.
|
|
358
|
+
if (scrollRight > 0 && (offset + span.e6l() | 0) < scrollRight) {
|
|
359
|
+
offset = offset + span.e6l() | 0;
|
|
360
360
|
startIndex = j + 1 | 0;
|
|
361
361
|
} else if (scrollRight > 0 && offset < scrollRight) {
|
|
362
|
-
if ((offset + span.
|
|
363
|
-
startSpan = span.
|
|
362
|
+
if ((offset + span.e6l() | 0) > scrollRight) {
|
|
363
|
+
startSpan = span.h6l(scrollRight - offset | 0).g6l(newWidth - width | 0);
|
|
364
364
|
startIndex = j;
|
|
365
|
-
width = width + startSpan.
|
|
365
|
+
width = width + startSpan.e6l() | 0;
|
|
366
366
|
}
|
|
367
367
|
offset = scrollRight;
|
|
368
368
|
startIndex = j + 1 | 0;
|
|
369
|
-
} else if ((width + span.
|
|
370
|
-
width = width + span.
|
|
369
|
+
} else if ((width + span.e6l() | 0) <= newWidth) {
|
|
370
|
+
width = width + span.e6l() | 0;
|
|
371
371
|
endIndex = j + 1 | 0;
|
|
372
372
|
} else {
|
|
373
373
|
endIndex = j;
|
|
374
374
|
if (width < newWidth) {
|
|
375
|
-
endSpan = span.
|
|
375
|
+
endSpan = span.g6l(newWidth - width | 0);
|
|
376
376
|
width = newWidth;
|
|
377
377
|
}
|
|
378
378
|
break $l$loop;
|
|
@@ -401,24 +401,24 @@ function resizeLine(line, scrollRight, newWidth, textAlign) {
|
|
|
401
401
|
return outputLine;
|
|
402
402
|
}
|
|
403
403
|
var tmp50_safe_receiver = firstOrNull(outputLine);
|
|
404
|
-
var tmp0_elvis_lhs = tmp50_safe_receiver == null ? null : tmp50_safe_receiver.
|
|
405
|
-
var beginStyle = tmp0_elvis_lhs == null ? line.
|
|
406
|
-
var endStyle = line.
|
|
404
|
+
var tmp0_elvis_lhs = tmp50_safe_receiver == null ? null : tmp50_safe_receiver.p6i_1;
|
|
405
|
+
var beginStyle = tmp0_elvis_lhs == null ? line.n6i_1 : tmp0_elvis_lhs;
|
|
406
|
+
var endStyle = line.n6i_1;
|
|
407
407
|
var tmp_0;
|
|
408
408
|
switch (textAlign.s1_1) {
|
|
409
409
|
case 0:
|
|
410
|
-
tmp_0 = plus_0(outputLine, Companion_instance.
|
|
410
|
+
tmp_0 = plus_0(outputLine, Companion_instance.f6l(remainingWidth, endStyle));
|
|
411
411
|
break;
|
|
412
412
|
case 4:
|
|
413
|
-
tmp_0 = plus_0(outputLine, Companion_instance.
|
|
413
|
+
tmp_0 = plus_0(outputLine, Companion_instance.t6i(remainingWidth));
|
|
414
414
|
break;
|
|
415
415
|
case 1:
|
|
416
|
-
tmp_0 = plus(listOf(Companion_instance.
|
|
416
|
+
tmp_0 = plus(listOf(Companion_instance.f6l(remainingWidth, beginStyle)), outputLine);
|
|
417
417
|
break;
|
|
418
418
|
case 2:
|
|
419
419
|
case 3:
|
|
420
|
-
var l = Companion_instance.
|
|
421
|
-
var r = Companion_instance.
|
|
420
|
+
var l = Companion_instance.f6l(remainingWidth / 2 | 0, beginStyle);
|
|
421
|
+
var r = Companion_instance.f6l((remainingWidth / 2 | 0) + (remainingWidth % 2 | 0) | 0, endStyle);
|
|
422
422
|
// Inline function 'kotlin.collections.buildList' call
|
|
423
423
|
|
|
424
424
|
// Inline function 'kotlin.collections.buildListInternal' call
|
|
@@ -441,7 +441,7 @@ function resizeLine(line, scrollRight, newWidth, textAlign) {
|
|
|
441
441
|
}
|
|
442
442
|
function get_startStyle(_this__u8e3s4) {
|
|
443
443
|
var tmp45_safe_receiver = firstOrNull(_this__u8e3s4);
|
|
444
|
-
var tmp0_elvis_lhs = tmp45_safe_receiver == null ? null : tmp45_safe_receiver.
|
|
444
|
+
var tmp0_elvis_lhs = tmp45_safe_receiver == null ? null : tmp45_safe_receiver.p6i_1;
|
|
445
445
|
return tmp0_elvis_lhs == null ? get_DEFAULT_STYLE() : tmp0_elvis_lhs;
|
|
446
446
|
}
|
|
447
447
|
//region block: exports
|
|
@@ -9,11 +9,11 @@ function Size() {
|
|
|
9
9
|
if (SizeClass === VOID) {
|
|
10
10
|
class $ {
|
|
11
11
|
constructor(width, height) {
|
|
12
|
-
this.
|
|
13
|
-
this.
|
|
12
|
+
this.i6l_1 = width;
|
|
13
|
+
this.j6l_1 = height;
|
|
14
14
|
}
|
|
15
15
|
toString() {
|
|
16
|
-
return '' + this.
|
|
16
|
+
return '' + this.i6l_1 + '\xD7' + this.j6l_1;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
initMetadataForClass($, 'Size');
|
|
@@ -33,7 +33,7 @@ var CompanionClass;
|
|
|
33
33
|
function Companion() {
|
|
34
34
|
if (CompanionClass === VOID) {
|
|
35
35
|
class $ {
|
|
36
|
-
|
|
36
|
+
e6j(text, style) {
|
|
37
37
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
38
38
|
// Inline function 'kotlin.require' call
|
|
39
39
|
if (!(charSequenceLength(text) > 0)) {
|
|
@@ -69,13 +69,13 @@ function Companion() {
|
|
|
69
69
|
}
|
|
70
70
|
return new (Span())(text, style);
|
|
71
71
|
}
|
|
72
|
-
|
|
72
|
+
f6l(width, style) {
|
|
73
73
|
return new (Span())(repeat(' ', width), style);
|
|
74
74
|
}
|
|
75
|
-
|
|
75
|
+
t6i(width, style, $super) {
|
|
76
76
|
width = width === VOID ? 1 : width;
|
|
77
77
|
style = style === VOID ? get_DEFAULT_STYLE() : style;
|
|
78
|
-
return $super === VOID ? this.
|
|
78
|
+
return $super === VOID ? this.f6l(width, style) : $super.f6l.call(this, width, style);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
initMetadataForCompanion($);
|
|
@@ -88,10 +88,10 @@ function Companion_getInstance() {
|
|
|
88
88
|
return Companion_instance;
|
|
89
89
|
}
|
|
90
90
|
function Span$cellWidth$delegate$lambda(this$0) {
|
|
91
|
-
return () => stringCellWidth(this$0.
|
|
91
|
+
return () => stringCellWidth(this$0.o6i_1);
|
|
92
92
|
}
|
|
93
93
|
function Span$_get_cellWidth_$ref_bfbm2m() {
|
|
94
|
-
return (p0) => p0.
|
|
94
|
+
return (p0) => p0.e6l();
|
|
95
95
|
}
|
|
96
96
|
var SpanClass;
|
|
97
97
|
function Span() {
|
|
@@ -99,36 +99,36 @@ function Span() {
|
|
|
99
99
|
class $ {
|
|
100
100
|
constructor(text, style) {
|
|
101
101
|
style = style === VOID ? get_DEFAULT_STYLE() : style;
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
102
|
+
this.o6i_1 = text;
|
|
103
|
+
this.p6i_1 = style;
|
|
104
104
|
var tmp = this;
|
|
105
105
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
106
|
-
tmp.
|
|
106
|
+
tmp.q6i_1 = lazy(tmp_0, Span$cellWidth$delegate$lambda(this));
|
|
107
107
|
}
|
|
108
|
-
|
|
109
|
-
var tmp0 = this.
|
|
108
|
+
e6l() {
|
|
109
|
+
var tmp0 = this.q6i_1;
|
|
110
110
|
var tmp = KProperty1();
|
|
111
111
|
// Inline function 'kotlin.getValue' call
|
|
112
112
|
getPropertyCallableRef('cellWidth', 1, tmp, Span$_get_cellWidth_$ref_bfbm2m(), null);
|
|
113
113
|
return tmp0.c3();
|
|
114
114
|
}
|
|
115
|
-
|
|
116
|
-
return new (Span())(take(this.
|
|
115
|
+
g6l(n) {
|
|
116
|
+
return new (Span())(take(this.o6i_1, n), this.p6i_1);
|
|
117
117
|
}
|
|
118
|
-
|
|
119
|
-
return new (Span())(drop(this.
|
|
118
|
+
h6l(n) {
|
|
119
|
+
return new (Span())(drop(this.o6i_1, n), this.p6i_1);
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
return isWhitespace(charCodeAt(this.
|
|
121
|
+
k6l() {
|
|
122
|
+
return isWhitespace(charCodeAt(this.o6i_1, 0));
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
return charCodeAt(this.
|
|
124
|
+
l6l() {
|
|
125
|
+
return charCodeAt(this.o6i_1, 0) === _Char___init__impl__6a9atx(9);
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
return new (Span())(this.
|
|
127
|
+
b6l(style) {
|
|
128
|
+
return new (Span())(this.o6i_1, this.p6i_1.r6i(style));
|
|
129
129
|
}
|
|
130
130
|
toString() {
|
|
131
|
-
return "<Span '" + this.
|
|
131
|
+
return "<Span '" + this.o6i_1 + "', " + toString(this.p6i_1) + '>';
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
initMetadataForClass($, 'Span');
|
|
@@ -30,26 +30,26 @@ function plus(other) {
|
|
|
30
30
|
} else if (other === get_DEFAULT_STYLE()) {
|
|
31
31
|
tmp = this;
|
|
32
32
|
} else {
|
|
33
|
-
var tmp0_elvis_lhs = other.
|
|
34
|
-
var tmp_0 = tmp0_elvis_lhs == null ? this.
|
|
35
|
-
var tmp1_elvis_lhs = other.
|
|
36
|
-
var tmp_1 = tmp1_elvis_lhs == null ? this.
|
|
37
|
-
var tmp2_elvis_lhs = other.
|
|
38
|
-
var tmp_2 = tmp2_elvis_lhs == null ? this.
|
|
39
|
-
var tmp3_elvis_lhs = other.
|
|
40
|
-
var tmp_3 = tmp3_elvis_lhs == null ? this.
|
|
41
|
-
var tmp4_elvis_lhs = other.
|
|
42
|
-
var tmp_4 = tmp4_elvis_lhs == null ? this.
|
|
43
|
-
var tmp5_elvis_lhs = other.
|
|
44
|
-
var tmp_5 = tmp5_elvis_lhs == null ? this.
|
|
45
|
-
var tmp6_elvis_lhs = other.
|
|
46
|
-
var tmp_6 = tmp6_elvis_lhs == null ? this.
|
|
47
|
-
var tmp7_elvis_lhs = other.
|
|
48
|
-
var tmp_7 = tmp7_elvis_lhs == null ? this.
|
|
49
|
-
var tmp8_elvis_lhs = other.
|
|
50
|
-
var tmp_8 = tmp8_elvis_lhs == null ? this.
|
|
51
|
-
var tmp9_elvis_lhs = other.
|
|
52
|
-
tmp = new (TxtStyle())(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, tmp_8, tmp9_elvis_lhs == null ? this.
|
|
33
|
+
var tmp0_elvis_lhs = other.b6i();
|
|
34
|
+
var tmp_0 = tmp0_elvis_lhs == null ? this.b6i() : tmp0_elvis_lhs;
|
|
35
|
+
var tmp1_elvis_lhs = other.c6i();
|
|
36
|
+
var tmp_1 = tmp1_elvis_lhs == null ? this.c6i() : tmp1_elvis_lhs;
|
|
37
|
+
var tmp2_elvis_lhs = other.h6i();
|
|
38
|
+
var tmp_2 = tmp2_elvis_lhs == null ? this.h6i() : tmp2_elvis_lhs;
|
|
39
|
+
var tmp3_elvis_lhs = other.d6i();
|
|
40
|
+
var tmp_3 = tmp3_elvis_lhs == null ? this.d6i() : tmp3_elvis_lhs;
|
|
41
|
+
var tmp4_elvis_lhs = other.e6i();
|
|
42
|
+
var tmp_4 = tmp4_elvis_lhs == null ? this.e6i() : tmp4_elvis_lhs;
|
|
43
|
+
var tmp5_elvis_lhs = other.i6i();
|
|
44
|
+
var tmp_5 = tmp5_elvis_lhs == null ? this.i6i() : tmp5_elvis_lhs;
|
|
45
|
+
var tmp6_elvis_lhs = other.f6i();
|
|
46
|
+
var tmp_6 = tmp6_elvis_lhs == null ? this.f6i() : tmp6_elvis_lhs;
|
|
47
|
+
var tmp7_elvis_lhs = other.g6i();
|
|
48
|
+
var tmp_7 = tmp7_elvis_lhs == null ? this.g6i() : tmp7_elvis_lhs;
|
|
49
|
+
var tmp8_elvis_lhs = other.j6i();
|
|
50
|
+
var tmp_8 = tmp8_elvis_lhs == null ? this.j6i() : tmp8_elvis_lhs;
|
|
51
|
+
var tmp9_elvis_lhs = other.k6i();
|
|
52
|
+
tmp = new (TxtStyle())(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, tmp_8, tmp9_elvis_lhs == null ? this.k6i() : tmp9_elvis_lhs);
|
|
53
53
|
}
|
|
54
54
|
return tmp;
|
|
55
55
|
}
|
|
@@ -86,61 +86,61 @@ function TxtStyle() {
|
|
|
86
86
|
if (TxtStyleClass === VOID) {
|
|
87
87
|
class $ {
|
|
88
88
|
constructor(color, bgColor, bold, italic, underline, dim, inverse, strikethrough, hyperlink, hyperlinkId) {
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
98
|
-
this.
|
|
89
|
+
this.m6l_1 = color;
|
|
90
|
+
this.n6l_1 = bgColor;
|
|
91
|
+
this.o6l_1 = bold;
|
|
92
|
+
this.p6l_1 = italic;
|
|
93
|
+
this.q6l_1 = underline;
|
|
94
|
+
this.r6l_1 = dim;
|
|
95
|
+
this.s6l_1 = inverse;
|
|
96
|
+
this.t6l_1 = strikethrough;
|
|
97
|
+
this.u6l_1 = hyperlink;
|
|
98
|
+
this.v6l_1 = hyperlinkId;
|
|
99
99
|
}
|
|
100
|
-
|
|
101
|
-
return this.k6l_1;
|
|
102
|
-
}
|
|
103
|
-
a6i() {
|
|
104
|
-
return this.l6l_1;
|
|
105
|
-
}
|
|
106
|
-
f6i() {
|
|
100
|
+
b6i() {
|
|
107
101
|
return this.m6l_1;
|
|
108
102
|
}
|
|
109
|
-
|
|
103
|
+
c6i() {
|
|
110
104
|
return this.n6l_1;
|
|
111
105
|
}
|
|
112
|
-
|
|
106
|
+
h6i() {
|
|
113
107
|
return this.o6l_1;
|
|
114
108
|
}
|
|
115
|
-
|
|
109
|
+
d6i() {
|
|
116
110
|
return this.p6l_1;
|
|
117
111
|
}
|
|
118
|
-
|
|
112
|
+
e6i() {
|
|
119
113
|
return this.q6l_1;
|
|
120
114
|
}
|
|
121
|
-
|
|
115
|
+
i6i() {
|
|
122
116
|
return this.r6l_1;
|
|
123
117
|
}
|
|
124
|
-
|
|
118
|
+
f6i() {
|
|
125
119
|
return this.s6l_1;
|
|
126
120
|
}
|
|
127
|
-
|
|
121
|
+
g6i() {
|
|
128
122
|
return this.t6l_1;
|
|
129
123
|
}
|
|
124
|
+
j6i() {
|
|
125
|
+
return this.u6l_1;
|
|
126
|
+
}
|
|
127
|
+
k6i() {
|
|
128
|
+
return this.v6l_1;
|
|
129
|
+
}
|
|
130
130
|
toString() {
|
|
131
|
-
return 'TxtStyle(color=' + toString(this.
|
|
131
|
+
return 'TxtStyle(color=' + toString(this.m6l_1) + ', bgColor=' + toString(this.n6l_1) + ', bold=' + this.o6l_1 + ', italic=' + this.p6l_1 + ', underline=' + this.q6l_1 + ', dim=' + this.r6l_1 + ', inverse=' + this.s6l_1 + ', strikethrough=' + this.t6l_1 + ', hyperlink=' + this.u6l_1 + ', hyperlinkId=' + this.v6l_1 + ')';
|
|
132
132
|
}
|
|
133
133
|
hashCode() {
|
|
134
|
-
var result = this.
|
|
135
|
-
result = imul(result, 31) + (this.
|
|
136
|
-
result = imul(result, 31) + (this.m6l_1 == null ? 0 : getBooleanHashCode(this.m6l_1)) | 0;
|
|
137
|
-
result = imul(result, 31) + (this.n6l_1 == null ? 0 : getBooleanHashCode(this.n6l_1)) | 0;
|
|
134
|
+
var result = this.m6l_1 == null ? 0 : hashCode(this.m6l_1);
|
|
135
|
+
result = imul(result, 31) + (this.n6l_1 == null ? 0 : hashCode(this.n6l_1)) | 0;
|
|
138
136
|
result = imul(result, 31) + (this.o6l_1 == null ? 0 : getBooleanHashCode(this.o6l_1)) | 0;
|
|
139
137
|
result = imul(result, 31) + (this.p6l_1 == null ? 0 : getBooleanHashCode(this.p6l_1)) | 0;
|
|
140
138
|
result = imul(result, 31) + (this.q6l_1 == null ? 0 : getBooleanHashCode(this.q6l_1)) | 0;
|
|
141
139
|
result = imul(result, 31) + (this.r6l_1 == null ? 0 : getBooleanHashCode(this.r6l_1)) | 0;
|
|
142
|
-
result = imul(result, 31) + (this.s6l_1 == null ? 0 :
|
|
143
|
-
result = imul(result, 31) + (this.t6l_1 == null ? 0 :
|
|
140
|
+
result = imul(result, 31) + (this.s6l_1 == null ? 0 : getBooleanHashCode(this.s6l_1)) | 0;
|
|
141
|
+
result = imul(result, 31) + (this.t6l_1 == null ? 0 : getBooleanHashCode(this.t6l_1)) | 0;
|
|
142
|
+
result = imul(result, 31) + (this.u6l_1 == null ? 0 : getStringHashCode(this.u6l_1)) | 0;
|
|
143
|
+
result = imul(result, 31) + (this.v6l_1 == null ? 0 : getStringHashCode(this.v6l_1)) | 0;
|
|
144
144
|
return result;
|
|
145
145
|
}
|
|
146
146
|
equals(other) {
|
|
@@ -149,13 +149,9 @@ function TxtStyle() {
|
|
|
149
149
|
if (!(other instanceof TxtStyle()))
|
|
150
150
|
return false;
|
|
151
151
|
var tmp0_other_with_cast = other instanceof TxtStyle() ? other : THROW_CCE();
|
|
152
|
-
if (!equals(this.
|
|
153
|
-
return false;
|
|
154
|
-
if (!equals(this.l6l_1, tmp0_other_with_cast.l6l_1))
|
|
152
|
+
if (!equals(this.m6l_1, tmp0_other_with_cast.m6l_1))
|
|
155
153
|
return false;
|
|
156
|
-
if (!(this.
|
|
157
|
-
return false;
|
|
158
|
-
if (!(this.n6l_1 == tmp0_other_with_cast.n6l_1))
|
|
154
|
+
if (!equals(this.n6l_1, tmp0_other_with_cast.n6l_1))
|
|
159
155
|
return false;
|
|
160
156
|
if (!(this.o6l_1 == tmp0_other_with_cast.o6l_1))
|
|
161
157
|
return false;
|
|
@@ -169,22 +165,26 @@ function TxtStyle() {
|
|
|
169
165
|
return false;
|
|
170
166
|
if (!(this.t6l_1 == tmp0_other_with_cast.t6l_1))
|
|
171
167
|
return false;
|
|
168
|
+
if (!(this.u6l_1 == tmp0_other_with_cast.u6l_1))
|
|
169
|
+
return false;
|
|
170
|
+
if (!(this.v6l_1 == tmp0_other_with_cast.v6l_1))
|
|
171
|
+
return false;
|
|
172
172
|
return true;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
-
protoOf($).
|
|
176
|
-
protoOf($).
|
|
175
|
+
protoOf($).c6f = invoke;
|
|
176
|
+
protoOf($).r6i = plus;
|
|
177
177
|
initMetadataForClass($, 'TxtStyle', VOID, VOID, [TextStyle()]);
|
|
178
178
|
TxtStyleClass = $;
|
|
179
179
|
}
|
|
180
180
|
return TxtStyleClass;
|
|
181
181
|
}
|
|
182
182
|
function copy(_this__u8e3s4, fg, bg, hyperlink, hyperlinkId) {
|
|
183
|
-
fg = fg === VOID ? _this__u8e3s4.
|
|
184
|
-
bg = bg === VOID ? _this__u8e3s4.
|
|
185
|
-
hyperlink = hyperlink === VOID ? _this__u8e3s4.
|
|
186
|
-
hyperlinkId = hyperlinkId === VOID ? _this__u8e3s4.
|
|
187
|
-
return new (TxtStyle())(fg, bg, _this__u8e3s4.
|
|
183
|
+
fg = fg === VOID ? _this__u8e3s4.b6i() : fg;
|
|
184
|
+
bg = bg === VOID ? _this__u8e3s4.c6i() : bg;
|
|
185
|
+
hyperlink = hyperlink === VOID ? _this__u8e3s4.j6i() : hyperlink;
|
|
186
|
+
hyperlinkId = hyperlinkId === VOID ? _this__u8e3s4.k6i() : hyperlinkId;
|
|
187
|
+
return new (TxtStyle())(fg, bg, _this__u8e3s4.h6i(), _this__u8e3s4.d6i(), _this__u8e3s4.e6i(), _this__u8e3s4.i6i(), _this__u8e3s4.f6i(), _this__u8e3s4.g6i(), hyperlink, hyperlinkId);
|
|
188
188
|
}
|
|
189
189
|
function foldStyles(styles) {
|
|
190
190
|
var style = null;
|
|
@@ -195,7 +195,7 @@ function foldStyles(styles) {
|
|
|
195
195
|
inductionVariable = inductionVariable + 1 | 0;
|
|
196
196
|
if (s == null)
|
|
197
197
|
continue $l$loop;
|
|
198
|
-
style = style == null ? s : s.
|
|
198
|
+
style = style == null ? s : s.r6i(style);
|
|
199
199
|
}
|
|
200
200
|
return style;
|
|
201
201
|
}
|