@continuous-excellence/coupling-cli 1.1.515 → 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 +60 -53
- 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 +79 -79
- 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/selects/Select.mjs +1 -1
- 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
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
2
|
+
import { joinToString1cxrrlmo0chqs as joinToString } from '../../../../../../kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs';
|
|
3
|
+
import { NotBlankString__toString_impl_5tex9r2ig2s5isyc5ve as NotBlankString__toString_impl_5tex9r } from '../../../../../../types-types/kotools/types/text/NotBlankString.mjs';
|
|
4
|
+
import { isBlank1dvkhjjvox3p0 as isBlank } from '../../../../../../kotlin-kotlin-stdlib/kotlin/text/Strings.mjs';
|
|
1
5
|
import { KProperty1ca4yb4wlo496 as KProperty1 } from '../../../../../../kotlin-kotlin-stdlib/kotlin/reflect/KPropertyJs.mjs';
|
|
2
6
|
import { getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs';
|
|
3
7
|
import {
|
|
@@ -7,24 +11,26 @@ import {
|
|
|
7
11
|
import { FunctionAdapter3lcrrz3moet5b as FunctionAdapter } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/FunctionAdapter.mjs';
|
|
8
12
|
import { isInterface3d6p8outrmvmk as isInterface } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs';
|
|
9
13
|
import { ReadOnlyPropertyhimsujm8ri3k as ReadOnlyProperty } from '../../../../../../kotlin-kotlin-stdlib/kotlin/properties/Interfaces.mjs';
|
|
10
|
-
import {
|
|
11
|
-
|
|
14
|
+
import {
|
|
15
|
+
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
16
|
+
initMetadataForLambda3af3he42mmnh as initMetadataForLambda,
|
|
17
|
+
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
12
18
|
import { PartyContext2sgu0y2mnzw1k as PartyContext } from './Party.mjs';
|
|
13
19
|
import { selfAndAncestors2dend8wm8aud9 as selfAndAncestors } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/core/Context.mjs';
|
|
14
20
|
import {
|
|
15
21
|
mapNotNull3b8ce5hky4k2l as mapNotNull,
|
|
16
22
|
firstOrNull175qkyx53x0vd as firstOrNull,
|
|
17
23
|
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs';
|
|
18
|
-
import {
|
|
24
|
+
import {
|
|
25
|
+
ensureNotNull1e947j3ixpazm as ensureNotNull,
|
|
26
|
+
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
27
|
+
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
19
28
|
import { PartyId30onj62xl01at as PartyId } from '../../../../../../Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs';
|
|
20
29
|
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
21
|
-
import { SuspendingCliktCommand1zyftwh5k9ke9 as SuspendingCliktCommand } from '../../../../../../clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs';
|
|
22
|
-
import { loadSdk2seprzwvwb0jf as loadSdk } from '../WithSdk.mjs';
|
|
23
30
|
import { CurrentPairAssignmentsQuery1x9nhq4r5rz16 as CurrentPairAssignmentsQuery } from '../../../../../../Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs';
|
|
24
31
|
import { GqlQueryfz0vfezppkdu as GqlQuery } from '../../../../../../Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs';
|
|
25
32
|
import { toDomain1qiw3uqaiuwlg as toDomain } from '../../../../../../Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs';
|
|
26
33
|
import { CliktError136b5l5psfi1n as CliktError } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs';
|
|
27
|
-
import { NotBlankString__toString_impl_5tex9r2ig2s5isyc5ve as NotBlankString__toString_impl_5tex9r } from '../../../../../../types-types/kotools/types/text/NotBlankString.mjs';
|
|
28
34
|
import {
|
|
29
35
|
_NotEmptyList___get_head__impl__zp2swu0zs1qn8pqty as _NotEmptyList___get_head__impl__zp2sw,
|
|
30
36
|
_NotEmptyList___get_tail__impl__3z1zi81rb3cv4yxqpfw as _NotEmptyList___get_tail__impl__3z1zi8,
|
|
@@ -39,31 +45,44 @@ import {
|
|
|
39
45
|
import { ArrayList3it5z8td81qkl as ArrayList } from '../../../../../../kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs';
|
|
40
46
|
import { collectionSizeOrDefault36dulx8yinfqm as collectionSizeOrDefault } from '../../../../../../kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs';
|
|
41
47
|
import { copyToArray2j022khrow2yi as copyToArray } from '../../../../../../kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs';
|
|
42
|
-
import {
|
|
48
|
+
import { to2cs3ny02qtbcb as to } from '../../../../../../kotlin-kotlin-stdlib/kotlin/Tuples.mjs';
|
|
49
|
+
import { ActionCannon17qqlawtblrps as ActionCannon } from '../../../../../../testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs';
|
|
50
|
+
import { SuspendingCliktCommand1zyftwh5k9ke9 as SuspendingCliktCommand } from '../../../../../../clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs';
|
|
51
|
+
import { withSdk224uta8ich308 as withSdk } from '../WithSdk.mjs';
|
|
43
52
|
//region block: imports
|
|
44
53
|
//endregion
|
|
45
54
|
//region block: pre-declaration
|
|
46
55
|
//endregion
|
|
56
|
+
function formatCurrentPairs(partyId, pairs) {
|
|
57
|
+
var pairRows = joinToString(pairs, '\n\n', VOID, VOID, VOID, VOID, formatCurrentPairs$lambda);
|
|
58
|
+
var tmp;
|
|
59
|
+
if (isBlank(pairRows)) {
|
|
60
|
+
tmp = 'Current Pairs for Party ID: ' + NotBlankString__toString_impl_5tex9r(partyId.u54_1);
|
|
61
|
+
} else {
|
|
62
|
+
tmp = 'Current Pairs for Party ID: ' + NotBlankString__toString_impl_5tex9r(partyId.u54_1) + '\n\n' + pairRows;
|
|
63
|
+
}
|
|
64
|
+
return tmp;
|
|
65
|
+
}
|
|
47
66
|
function _get_context__ps0bpe($this) {
|
|
48
67
|
var tmp = KProperty1();
|
|
49
|
-
return $this.
|
|
68
|
+
return $this.b75_1.zp($this, getPropertyCallableRef('context', 1, tmp, CurrentPairs$_get_context_$ref_mnrr03(), null));
|
|
50
69
|
}
|
|
51
70
|
function _get_partyId__g79dgw($this) {
|
|
52
71
|
var tmp = KProperty1();
|
|
53
|
-
return $this.
|
|
72
|
+
return $this.c75_1.zp($this, getPropertyCallableRef('partyId', 1, tmp, CurrentPairs$_get_partyId_$ref_31zz6j(), null));
|
|
54
73
|
}
|
|
55
74
|
var sam$kotlin_properties_ReadOnlyProperty$0Class;
|
|
56
75
|
function sam$kotlin_properties_ReadOnlyProperty$0() {
|
|
57
76
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class === VOID) {
|
|
58
77
|
class $ {
|
|
59
78
|
constructor(function_0) {
|
|
60
|
-
this.
|
|
79
|
+
this.d75_1 = function_0;
|
|
61
80
|
}
|
|
62
81
|
zp(thisRef, property) {
|
|
63
|
-
return this.
|
|
82
|
+
return this.d75_1(thisRef, property);
|
|
64
83
|
}
|
|
65
84
|
c5() {
|
|
66
|
-
return this.
|
|
85
|
+
return this.d75_1;
|
|
67
86
|
}
|
|
68
87
|
equals(other) {
|
|
69
88
|
var tmp;
|
|
@@ -94,13 +113,13 @@ function sam$kotlin_properties_ReadOnlyProperty$0_0() {
|
|
|
94
113
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class_0 === VOID) {
|
|
95
114
|
class $ {
|
|
96
115
|
constructor(function_0) {
|
|
97
|
-
this.
|
|
116
|
+
this.e75_1 = function_0;
|
|
98
117
|
}
|
|
99
118
|
zp(thisRef, property) {
|
|
100
|
-
return this.
|
|
119
|
+
return this.e75_1(thisRef, property);
|
|
101
120
|
}
|
|
102
121
|
c5() {
|
|
103
|
-
return this.
|
|
122
|
+
return this.e75_1;
|
|
104
123
|
}
|
|
105
124
|
equals(other) {
|
|
106
125
|
var tmp;
|
|
@@ -128,13 +147,13 @@ function sam$kotlin_properties_ReadOnlyProperty$0_0() {
|
|
|
128
147
|
}
|
|
129
148
|
function CurrentPairs$context$delegate$lambda$lambda($key) {
|
|
130
149
|
return (it) => {
|
|
131
|
-
var tmp = it.
|
|
150
|
+
var tmp = it.e5u_1.j4($key);
|
|
132
151
|
return tmp instanceof PartyContext() ? tmp : null;
|
|
133
152
|
};
|
|
134
153
|
}
|
|
135
154
|
function CurrentPairs$context$delegate$lambda($key) {
|
|
136
155
|
return (thisRef, _unused_var__etf5q3) => {
|
|
137
|
-
var tmp0 = thisRef.
|
|
156
|
+
var tmp0 = thisRef.c5t();
|
|
138
157
|
// Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
|
|
139
158
|
var key = $key;
|
|
140
159
|
var tmp = selfAndAncestors(tmp0);
|
|
@@ -147,13 +166,13 @@ function CurrentPairs$_get_context_$ref_mnrr03() {
|
|
|
147
166
|
}
|
|
148
167
|
function CurrentPairs$partyId$delegate$lambda$lambda($key) {
|
|
149
168
|
return (it) => {
|
|
150
|
-
var tmp = it.
|
|
169
|
+
var tmp = it.e5u_1.j4($key);
|
|
151
170
|
return tmp instanceof PartyId() ? tmp : null;
|
|
152
171
|
};
|
|
153
172
|
}
|
|
154
173
|
function CurrentPairs$partyId$delegate$lambda($key) {
|
|
155
174
|
return (thisRef, _unused_var__etf5q3) => {
|
|
156
|
-
var tmp0 = thisRef.
|
|
175
|
+
var tmp0 = thisRef.c5t();
|
|
157
176
|
// Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
|
|
158
177
|
var key = $key;
|
|
159
178
|
var tmp = selfAndAncestors(tmp0);
|
|
@@ -166,182 +185,202 @@ function CurrentPairs$_get_partyId_$ref_31zz6j() {
|
|
|
166
185
|
}
|
|
167
186
|
function CurrentPairs$echo$ref(p0) {
|
|
168
187
|
return (receiver) => {
|
|
169
|
-
p0.
|
|
188
|
+
p0.n5t(receiver);
|
|
170
189
|
return Unit_instance;
|
|
171
190
|
};
|
|
172
191
|
}
|
|
173
|
-
var
|
|
174
|
-
function CurrentPairs() {
|
|
175
|
-
if (
|
|
176
|
-
class $
|
|
177
|
-
constructor(
|
|
178
|
-
|
|
179
|
-
this.a74_1 = cannon;
|
|
180
|
-
var tmp = this;
|
|
181
|
-
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
182
|
-
var key = 'default_object';
|
|
183
|
-
var tmp_0 = CurrentPairs$context$delegate$lambda(key);
|
|
184
|
-
tmp.b74_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_0);
|
|
185
|
-
var tmp_1 = this;
|
|
186
|
-
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
187
|
-
var tmp_2 = CurrentPairs$partyId$delegate$lambda('partyId');
|
|
188
|
-
tmp_1.c74_1 = new (sam$kotlin_properties_ReadOnlyProperty$0_0())(tmp_2);
|
|
192
|
+
var CurrentPairs$run$slambdaClass;
|
|
193
|
+
function CurrentPairs$run$slambda() {
|
|
194
|
+
if (CurrentPairs$run$slambdaClass === VOID) {
|
|
195
|
+
class $ {
|
|
196
|
+
constructor(this$0) {
|
|
197
|
+
this.f75_1 = this$0;
|
|
189
198
|
}
|
|
190
|
-
*
|
|
191
|
-
var
|
|
192
|
-
var
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
} else {
|
|
197
|
-
tmp = tmp0_elvis_lhs;
|
|
198
|
-
}
|
|
199
|
-
var actionCannon = tmp;
|
|
200
|
-
var tmp2_safe_receiver = actionCannon == null ? null : (yield* actionCannon.g57(new (GqlQuery())(new (CurrentPairAssignmentsQuery())(_get_partyId__g79dgw(this))), $completion));
|
|
201
|
-
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.w5l_1;
|
|
202
|
-
var tmp4_safe_receiver = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.x5l_1;
|
|
203
|
-
var tmp5_safe_receiver = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.z5l_1;
|
|
204
|
-
var pairingSet = tmp5_safe_receiver == null ? null : toDomain(tmp5_safe_receiver);
|
|
199
|
+
*m73(sdk, $completion) {
|
|
200
|
+
var tmp0_safe_receiver = yield* sdk.g57(new (GqlQuery())(new (CurrentPairAssignmentsQuery())(_get_partyId__g79dgw(this.f75_1))), $completion);
|
|
201
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w5l_1;
|
|
202
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.x5l_1;
|
|
203
|
+
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.z5l_1;
|
|
204
|
+
var pairingSet = tmp3_safe_receiver == null ? null : toDomain(tmp3_safe_receiver);
|
|
205
205
|
if (pairingSet == null) {
|
|
206
|
-
throw CliktError().
|
|
206
|
+
throw CliktError().r5x('Party not found.', VOID, VOID, true);
|
|
207
207
|
}
|
|
208
|
-
this.l5t('Current Pairs for Party ID: ' + NotBlankString__toString_impl_5tex9r(_get_partyId__g79dgw(this).u54_1));
|
|
209
|
-
this.l5t('');
|
|
210
208
|
// Inline function 'com.zegreatrob.coupling.model.map' call
|
|
211
209
|
var this_0 = pairingSet.e54_1;
|
|
212
210
|
var pair = _NotEmptyList___get_head__impl__zp2sw(this_0);
|
|
213
|
-
|
|
211
|
+
var tmp = callSign(pair).toString();
|
|
214
212
|
// Inline function 'com.zegreatrob.coupling.model.map' call
|
|
215
213
|
var this_1 = get_players(pair);
|
|
216
|
-
var
|
|
217
|
-
var
|
|
218
|
-
var
|
|
219
|
-
var
|
|
220
|
-
if ((
|
|
221
|
-
|
|
214
|
+
var tmp_0 = _NotEmptyList___get_head__impl__zp2sw(this_1).o53_1;
|
|
215
|
+
var tmp0_safe_receiver_0 = _NotEmptyList___get_tail__impl__3z1zi8(this_1);
|
|
216
|
+
var tmp_1;
|
|
217
|
+
var tmp_2 = tmp0_safe_receiver_0;
|
|
218
|
+
if ((tmp_2 == null ? null : new (NotEmptyList())(tmp_2)) == null) {
|
|
219
|
+
tmp_1 = null;
|
|
222
220
|
} else {
|
|
223
|
-
|
|
221
|
+
tmp_1 = NotEmptyList__toList_impl_nbkblo(tmp0_safe_receiver_0);
|
|
224
222
|
}
|
|
225
|
-
var
|
|
226
|
-
var
|
|
227
|
-
if (
|
|
228
|
-
|
|
223
|
+
var tmp1_safe_receiver_0 = tmp_1;
|
|
224
|
+
var tmp_3;
|
|
225
|
+
if (tmp1_safe_receiver_0 == null) {
|
|
226
|
+
tmp_3 = null;
|
|
229
227
|
} else {
|
|
230
228
|
// Inline function 'kotlin.collections.map' call
|
|
231
229
|
// Inline function 'kotlin.collections.mapTo' call
|
|
232
|
-
var destination = ArrayList().r2(collectionSizeOrDefault(
|
|
233
|
-
var _iterator__ex2g4s =
|
|
230
|
+
var destination = ArrayList().r2(collectionSizeOrDefault(tmp1_safe_receiver_0, 10));
|
|
231
|
+
var _iterator__ex2g4s = tmp1_safe_receiver_0.l1();
|
|
234
232
|
while (_iterator__ex2g4s.m1()) {
|
|
235
233
|
var item = _iterator__ex2g4s.n1();
|
|
236
234
|
var tmp$ret$6 = item.o53_1;
|
|
237
235
|
destination.o2(tmp$ret$6);
|
|
238
236
|
}
|
|
239
|
-
|
|
237
|
+
tmp_3 = destination;
|
|
240
238
|
}
|
|
241
|
-
var tmp2_safe_receiver_0 =
|
|
242
|
-
var
|
|
239
|
+
var tmp2_safe_receiver_0 = tmp_3;
|
|
240
|
+
var tmp_4;
|
|
243
241
|
if (tmp2_safe_receiver_0 == null) {
|
|
244
|
-
|
|
242
|
+
tmp_4 = null;
|
|
245
243
|
} else {
|
|
246
244
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
247
|
-
|
|
245
|
+
tmp_4 = copyToArray(tmp2_safe_receiver_0);
|
|
248
246
|
}
|
|
249
|
-
var tmp3_elvis_lhs =
|
|
250
|
-
var
|
|
247
|
+
var tmp3_elvis_lhs = tmp_4;
|
|
248
|
+
var tmp_5;
|
|
251
249
|
if (tmp3_elvis_lhs == null) {
|
|
252
250
|
// Inline function 'kotlin.emptyArray' call
|
|
253
|
-
|
|
251
|
+
tmp_5 = [];
|
|
254
252
|
} else {
|
|
255
|
-
|
|
253
|
+
tmp_5 = tmp3_elvis_lhs;
|
|
256
254
|
}
|
|
257
|
-
var tmp$ret$2 = notEmptyListOf(
|
|
258
|
-
|
|
259
|
-
var
|
|
255
|
+
var tmp$ret$2 = notEmptyListOf(tmp_0, tmp_5.slice());
|
|
256
|
+
var tmp_6 = to(tmp, joinToString(NotEmptyList__toList_impl_nbkblo(tmp$ret$2), ' & '));
|
|
257
|
+
var tmp0_safe_receiver_1 = _NotEmptyList___get_tail__impl__3z1zi8(this_0);
|
|
260
258
|
var tmp_7;
|
|
261
|
-
var tmp_8 =
|
|
259
|
+
var tmp_8 = tmp0_safe_receiver_1;
|
|
262
260
|
if ((tmp_8 == null ? null : new (NotEmptyList())(tmp_8)) == null) {
|
|
263
261
|
tmp_7 = null;
|
|
264
262
|
} else {
|
|
265
|
-
tmp_7 = NotEmptyList__toList_impl_nbkblo(
|
|
263
|
+
tmp_7 = NotEmptyList__toList_impl_nbkblo(tmp0_safe_receiver_1);
|
|
266
264
|
}
|
|
267
|
-
var
|
|
265
|
+
var tmp1_safe_receiver_1 = tmp_7;
|
|
268
266
|
var tmp_9;
|
|
269
|
-
if (
|
|
267
|
+
if (tmp1_safe_receiver_1 == null) {
|
|
270
268
|
tmp_9 = null;
|
|
271
269
|
} else {
|
|
272
270
|
// Inline function 'kotlin.collections.map' call
|
|
273
271
|
// Inline function 'kotlin.collections.mapTo' call
|
|
274
|
-
var destination_0 = ArrayList().r2(collectionSizeOrDefault(
|
|
275
|
-
var _iterator__ex2g4s_0 =
|
|
272
|
+
var destination_0 = ArrayList().r2(collectionSizeOrDefault(tmp1_safe_receiver_1, 10));
|
|
273
|
+
var _iterator__ex2g4s_0 = tmp1_safe_receiver_1.l1();
|
|
276
274
|
while (_iterator__ex2g4s_0.m1()) {
|
|
277
275
|
var item_0 = _iterator__ex2g4s_0.n1();
|
|
278
|
-
|
|
276
|
+
var tmp_10 = callSign(item_0).toString();
|
|
279
277
|
// Inline function 'com.zegreatrob.coupling.model.map' call
|
|
280
278
|
var this_2 = get_players(item_0);
|
|
281
|
-
var
|
|
282
|
-
var
|
|
283
|
-
var
|
|
284
|
-
var
|
|
285
|
-
if ((
|
|
286
|
-
|
|
279
|
+
var tmp_11 = _NotEmptyList___get_head__impl__zp2sw(this_2).o53_1;
|
|
280
|
+
var tmp0_safe_receiver_2 = _NotEmptyList___get_tail__impl__3z1zi8(this_2);
|
|
281
|
+
var tmp_12;
|
|
282
|
+
var tmp_13 = tmp0_safe_receiver_2;
|
|
283
|
+
if ((tmp_13 == null ? null : new (NotEmptyList())(tmp_13)) == null) {
|
|
284
|
+
tmp_12 = null;
|
|
287
285
|
} else {
|
|
288
|
-
|
|
286
|
+
tmp_12 = NotEmptyList__toList_impl_nbkblo(tmp0_safe_receiver_2);
|
|
289
287
|
}
|
|
290
|
-
var
|
|
291
|
-
var
|
|
292
|
-
if (
|
|
293
|
-
|
|
288
|
+
var tmp1_safe_receiver_2 = tmp_12;
|
|
289
|
+
var tmp_14;
|
|
290
|
+
if (tmp1_safe_receiver_2 == null) {
|
|
291
|
+
tmp_14 = null;
|
|
294
292
|
} else {
|
|
295
293
|
// Inline function 'kotlin.collections.map' call
|
|
296
294
|
// Inline function 'kotlin.collections.mapTo' call
|
|
297
|
-
var destination_1 = ArrayList().r2(collectionSizeOrDefault(
|
|
298
|
-
var _iterator__ex2g4s_1 =
|
|
295
|
+
var destination_1 = ArrayList().r2(collectionSizeOrDefault(tmp1_safe_receiver_2, 10));
|
|
296
|
+
var _iterator__ex2g4s_1 = tmp1_safe_receiver_2.l1();
|
|
299
297
|
while (_iterator__ex2g4s_1.m1()) {
|
|
300
298
|
var item_1 = _iterator__ex2g4s_1.n1();
|
|
301
299
|
var tmp$ret$16 = item_1.o53_1;
|
|
302
300
|
destination_1.o2(tmp$ret$16);
|
|
303
301
|
}
|
|
304
|
-
|
|
302
|
+
tmp_14 = destination_1;
|
|
305
303
|
}
|
|
306
|
-
var tmp2_safe_receiver_1 =
|
|
307
|
-
var
|
|
304
|
+
var tmp2_safe_receiver_1 = tmp_14;
|
|
305
|
+
var tmp_15;
|
|
308
306
|
if (tmp2_safe_receiver_1 == null) {
|
|
309
|
-
|
|
307
|
+
tmp_15 = null;
|
|
310
308
|
} else {
|
|
311
309
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
312
|
-
|
|
310
|
+
tmp_15 = copyToArray(tmp2_safe_receiver_1);
|
|
313
311
|
}
|
|
314
|
-
var tmp3_elvis_lhs_0 =
|
|
315
|
-
var
|
|
312
|
+
var tmp3_elvis_lhs_0 = tmp_15;
|
|
313
|
+
var tmp_16;
|
|
316
314
|
if (tmp3_elvis_lhs_0 == null) {
|
|
317
315
|
// Inline function 'kotlin.emptyArray' call
|
|
318
|
-
|
|
316
|
+
tmp_16 = [];
|
|
319
317
|
} else {
|
|
320
|
-
|
|
318
|
+
tmp_16 = tmp3_elvis_lhs_0;
|
|
321
319
|
}
|
|
322
|
-
var tmp$ret$12 = notEmptyListOf(
|
|
323
|
-
|
|
324
|
-
destination_0.o2(
|
|
320
|
+
var tmp$ret$12 = notEmptyListOf(tmp_11, tmp_16.slice());
|
|
321
|
+
var tmp$ret$11 = to(tmp_10, joinToString(NotEmptyList__toList_impl_nbkblo(tmp$ret$12), ' & '));
|
|
322
|
+
destination_0.o2(tmp$ret$11);
|
|
325
323
|
}
|
|
326
324
|
tmp_9 = destination_0;
|
|
327
325
|
}
|
|
328
326
|
var tmp2_safe_receiver_2 = tmp_9;
|
|
329
|
-
var
|
|
327
|
+
var tmp_17;
|
|
330
328
|
if (tmp2_safe_receiver_2 == null) {
|
|
331
|
-
|
|
329
|
+
tmp_17 = null;
|
|
332
330
|
} else {
|
|
333
331
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
334
|
-
|
|
332
|
+
tmp_17 = copyToArray(tmp2_safe_receiver_2);
|
|
335
333
|
}
|
|
336
|
-
var tmp3_elvis_lhs_1 =
|
|
337
|
-
var
|
|
334
|
+
var tmp3_elvis_lhs_1 = tmp_17;
|
|
335
|
+
var tmp_18;
|
|
338
336
|
if (tmp3_elvis_lhs_1 == null) {
|
|
339
337
|
// Inline function 'kotlin.emptyArray' call
|
|
340
|
-
|
|
338
|
+
tmp_18 = [];
|
|
341
339
|
} else {
|
|
342
|
-
|
|
340
|
+
tmp_18 = tmp3_elvis_lhs_1;
|
|
343
341
|
}
|
|
344
|
-
notEmptyListOf(
|
|
342
|
+
var tmp$ret$0 = notEmptyListOf(tmp_6, tmp_18.slice());
|
|
343
|
+
var pairs = NotEmptyList__toList_impl_nbkblo(tmp$ret$0);
|
|
344
|
+
this.f75_1.n5t(formatCurrentPairs(_get_partyId__g79dgw(this.f75_1), pairs));
|
|
345
|
+
return Unit_instance;
|
|
346
|
+
}
|
|
347
|
+
vd(p1, $completion) {
|
|
348
|
+
return this.m73((!(p1 == null) ? isInterface(p1, ActionCannon()) : false) ? p1 : THROW_CCE(), $completion);
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
initMetadataForLambda($, VOID, VOID, [1]);
|
|
352
|
+
CurrentPairs$run$slambdaClass = $;
|
|
353
|
+
}
|
|
354
|
+
return CurrentPairs$run$slambdaClass;
|
|
355
|
+
}
|
|
356
|
+
function CurrentPairs$run$slambda_0(this$0) {
|
|
357
|
+
var i = new (CurrentPairs$run$slambda())(this$0);
|
|
358
|
+
var l = (sdk, $completion) => i.m73(sdk, $completion);
|
|
359
|
+
l.$arity = 1;
|
|
360
|
+
return l;
|
|
361
|
+
}
|
|
362
|
+
var CurrentPairsClass;
|
|
363
|
+
function CurrentPairs() {
|
|
364
|
+
if (CurrentPairsClass === VOID) {
|
|
365
|
+
class $ extends SuspendingCliktCommand() {
|
|
366
|
+
static g75(sdkProvider) {
|
|
367
|
+
var $this = this.z6w('current-pairs');
|
|
368
|
+
$this.a75_1 = sdkProvider;
|
|
369
|
+
var tmp = $this;
|
|
370
|
+
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
371
|
+
var key = 'default_object';
|
|
372
|
+
var tmp_0 = CurrentPairs$context$delegate$lambda(key);
|
|
373
|
+
tmp.b75_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_0);
|
|
374
|
+
var tmp_1 = $this;
|
|
375
|
+
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
376
|
+
var tmp_2 = CurrentPairs$partyId$delegate$lambda('partyId');
|
|
377
|
+
tmp_1.c75_1 = new (sam$kotlin_properties_ReadOnlyProperty$0_0())(tmp_2);
|
|
378
|
+
return $this;
|
|
379
|
+
}
|
|
380
|
+
*g5i($completion) {
|
|
381
|
+
var tmp = _get_context__ps0bpe(this).i75_1;
|
|
382
|
+
var tmp_0 = CurrentPairs$echo$ref(this);
|
|
383
|
+
yield* withSdk(tmp, tmp_0, this.a75_1, CurrentPairs$run$slambda_0(this), $completion);
|
|
345
384
|
return Unit_instance;
|
|
346
385
|
}
|
|
347
386
|
}
|
|
@@ -350,6 +389,11 @@ function CurrentPairs() {
|
|
|
350
389
|
}
|
|
351
390
|
return CurrentPairsClass;
|
|
352
391
|
}
|
|
392
|
+
function formatCurrentPairs$lambda(_destruct__k2r9zo) {
|
|
393
|
+
var callSign = _destruct__k2r9zo.ml();
|
|
394
|
+
var players = _destruct__k2r9zo.nl();
|
|
395
|
+
return '- ' + callSign + '\n ' + players;
|
|
396
|
+
}
|
|
353
397
|
//region block: exports
|
|
354
398
|
export {
|
|
355
399
|
CurrentPairs as CurrentPairs144z88jaaomih,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/CurrentPairs.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt","../../../../../libraries/model/src/commonMain/kotlin/com/zegreatrob/coupling/model/NotEmptyExtensions.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/common/src/generated/_Collections.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/js/src/kotlin/collectionJs.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/js/src/kotlin/kotlin.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-context>","$this","<get-partyId>","getValue","thisRef","property","equals","hashCode","CurrentPairs$context$delegate$lambda$lambda","CurrentPairs$context$delegate$lambda$lambda$lambda","CurrentPairs$context$delegate$lambda","CurrentPairs$partyId$delegate$lambda$lambda","CurrentPairs$partyId$delegate$lambda$lambda$lambda","CurrentPairs$partyId$delegate$lambda","CurrentPairs$echo$ref","p0","CurrentPairs$echo$ref$lambda","
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/CurrentPairs.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt","../../../../../libraries/model/src/commonMain/kotlin/com/zegreatrob/coupling/model/NotEmptyExtensions.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/common/src/generated/_Collections.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/js/src/kotlin/collectionJs.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/js/src/kotlin/kotlin.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["formatCurrentPairs","partyId","pairs","pairRows","<get-context>","$this","<get-partyId>","getValue","thisRef","property","equals","hashCode","CurrentPairs$context$delegate$lambda$lambda","CurrentPairs$context$delegate$lambda$lambda$lambda","CurrentPairs$context$delegate$lambda","CurrentPairs$partyId$delegate$lambda$lambda","CurrentPairs$partyId$delegate$lambda$lambda$lambda","CurrentPairs$partyId$delegate$lambda","CurrentPairs$echo$ref","p0","CurrentPairs$echo$ref$lambda","invoke","$completion","pairingSet","item","CurrentPairs$run$slambda","CurrentPairs$run$slambda$lambda","sdkProvider","run","formatCurrentPairs$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAeSA,CAAuBC,O,EAAkBC,KAAzCF,EAAoF;A,MACzFG,WAAqB,aAAN,KAAM,EAAa,MAAb,0BAAqB,yBAArB,C;;EAGV,IAAS,QAAT,QAAS,CAAT,C;UACN,8B,wCAA8B,O,CAAQ,K;;UAEtC,8B,wCAA8B,O,CAAQ,K,IAAM,M,GAAK,Q;;EAHtD,U;AAKJ,C;6BAIYC,CAAAC,KAAAD,EAAe;A;EAAA,sH;AAA4B,C;6BAC3CE,CAAAD,KAAAC,EAAwB;A;EAAA,sH;AAAgC,C;;;;;;QAmB6mhB,uB;;QAAAC,CA5B5ohBC,O,EAAYC,QA4BgohBF,E;;O;;;;YAhDjrhBG,C,KAAAA,E;;;;;;;;;;;;;;O;cAAAC,CAAAA,E;;O;;;;;;;;;;;;QAgDirhB,uB;;QAAAJ,CA5B5ohBC,O,EAAYC,QA4BgohBF,E;;O;;;;YAhDjrhBG,C,KAAAA,E;;;;;;;;;;;;;;O;cAAAC,CAAAA,E;;O;;;;;;;oDAgDowHC,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,OAAlB,0C;EAAmB,C;C;6CAAy6ZC,C,IAAAA,E;SAAAF,CAAE,O,EAAS,mBAAXA,KAAA;A,eAAgB,OAAQ,M;;cAA0B,I;cCqGruhB,sB;QAAP,YAA4D,YAAlC,gBAAW,gDAAX,CAAkC,C;IDrGsrhB,OAAxC,cAAuB,SAAvB,C;EAAyC,C;C;;iBApBhuhB,wB;;oDAoByuHG,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,OAAlB,qC;EAAmB,C;C;6CAAy6ZC,C,IAAAA,E;SAAAF,CAAE,O,EAAS,mBAAXA,KAAA;A,eAAgB,OAAQ,M;;cAA0B,I;cCqGruhB,sB;QAAP,YAA4D,YAAlC,gBAAW,gDAAX,CAAkC,C;IDrGsrhB,OAAxC,cAAuB,SAAvB,C;EAAyC,C;C;;iBAnBvthB,wB;;8BAGMG,CAAAC,EAAAD,E;SAAAE,C,QAAAA,KAAA;A,IAAA,gB;IAAK,oB;EAAA,C;C;;;;;;;;UAA8BC,CAAE,G,EAAFC,WAAAD,EACjE;A,YAAqB,4BAAJ,GAAI,0DAA0C,gCAA1C,gB;YACf,yDADW,kBACX,M;YACA,yDAFW,kBAEX,M;YACA,yDAHW,kBAGX,M;YAHNE,aAIM,6CAJW,kBAIX,C;QACF,kBAAc,IAAd,C,CAAoB;A,UACpB,uBAAiB,kBAAjB,cAAkD,IAAlD,C;QACJ,C;;qBACY,U,CAAW,K;mBEnCf,6C;kBFoCC,SAAL,IAAK,CAAW,W;;qBAAmB,YAAL,IAAK,C;oBEpC/B,6C,CFoCgD,K;YEnCzD,qE;;oBAAM,oB;QAAA,iE;kBAAA,I;;kBAAA,iCAAN,oBAAM,C;;YAAA,4B;;QAAU,iC;kBAAA,I;;;;4BC0iDV,eAAa,wBD1iDnB,oBC0iDmB,EAAwB,EAAxB,CAAb,C;cA2EA,oBDrnDN,oBCqnDM,K;iBAAA,sB,EACT;A,gBADCC,OAAQ,sB;gBHllDuD,YGmlDtC,IHnlDsC,CAAJ,K;YGmlD5D,WAAY,IAAI,SAAJ,C;UAAmB,C;kBAC5B,W;;YDvnDgB,4B;;QAAe,iC;kBAAA,I;;;kBEmB4B,YFnB3D,oBEmB2D,C;;YFnB3D,sB;;QAAA,2B;;kBGK2C,E;;kBHL3C,c;;YACV,YAHoF,sBAEjF,aAFiF,C;oBFqCrE,QAAoE,aAAT,iCAAhB,SAAgB,CAAS,EAAa,KAAb,CAApE,C;YEnCL,qE;;oBAAM,oB;QAAA,iE;kBAAA,I;;kBAAA,iCAAN,oBAAM,C;;YAAA,4B;;QAAU,iC;kBAAA,I;;;;8BC0iDV,eAAa,wBD1iDnB,oBC0iDmB,EAAwB,EAAxB,CAAb,C;cA2EA,sBDrnDN,oBCqnDM,K;iBAAA,wB,EACT;A,gBADCA,SAAQ,wB;yBHllDI,SGmlDa,MHnlDb,CAAW,W;;yBAAmB,YGmlDjB,MHnlDiB,C;yBEpC/B,6C,CFoCgD,K;gBEnCzD,qE;;yBAAM,oB;YAAA,mE;uBAAA,I;;uBAAA,iCAAN,oBAAM,C;;gBAAA,6B;;YAAU,iC;uBAAA,I;;;;kCC0iDV,eAAa,wBD1iDnB,oBC0iDmB,EAAwB,EAAxB,CAAb,C;kBA2EA,sBDrnDN,oBCqnDM,K;qBAAA,wB,EACT;A,oBADCA,SAAQ,wB;oBHllDuD,aGmlDtC,MHnlDsC,CAAJ,K;gBGmlD5D,aAAY,IAAI,UAAJ,C;cAAmB,C;uBAC5B,a;;gBDvnDgB,6B;;YAAe,iC;uBAAA,I;;;uBEmB4B,YFnB3D,oBEmB2D,C;;gBFnB3D,yB;;YAAA,6B;;uBGK2C,E;;uBHL3C,gB;;gBACV,aAHoF,uBAEjF,cAFiF,C;gBFqCkB,aAAvF,WAAoE,aAAT,iCAAhB,UAAgB,CAAS,EAAa,KAAb,CAApE,C;YGmlDR,aAAY,IAAI,UAAJ,C;UAAmB,C;kBAC5B,a;;YDvnDgB,4B;;QAAe,iC;mBAAA,I;;;mBEmB4B,YFnB3D,oBEmB2D,C;;YFnB3D,yB;;QAAA,6B;;mBGK2C,E;;mBHL3C,gB;;YACV,YAHoF,sBAEjF,cAFiF,C;YFoCzEtB,QAEE,iCAF2B,SAE3B,C;QACF,eAAK,mBAAmB,gCAAnB,EAA4B,KAA5B,CAAL,C;QAAuC,oB;MAAA,C;;;;;;;;;;mCAZ0BuB,C,MAAAA,E;;UAAAC,CAAE,G,EAAFJ,WAAAI,4B;;;C;;;;;iBANlDC,W;6BAAuD,e;QAA/D,yB;kBAEQ,K;;kBCucD,gB;YAEE,iD;QDzcD,6DCycC,KDzcD,C;oBACS,K;;YCwcR,6CDxc+B,SCwc/B,C;QDxcQ,iECwcR,KDxcQ,C;;;UAEfC,CAAAN,WAAAM,EAAU;A,kBACT,0B,CAAQ,K;oBAAY,2B;eAAlC,oBAAwD,IAAxD,CAAwD,KAAxD,EAAqE,gCAArE,c;QAcJ,oB;MAAA,C;;;;;;;kCA9B0CC,CAAE,iBAAFA,EAAA;A,MAAG,iC;MAAU,gC;EAC1B,OAAxB,IAAwB,GAArB,QAAqB,GAAb,MAAa,GAAR,O;AACrB,C;;;;;"}
|
|
@@ -4,13 +4,13 @@ import { Duration5ynfiptaqcrg as Duration } from '../../../../../../kotlin-kotli
|
|
|
4
4
|
//region block: pre-declaration
|
|
5
5
|
//endregion
|
|
6
6
|
function cycleTimeFromFirstCommit(_this__u8e3s4, contribution, now) {
|
|
7
|
-
var firstCommitDateTime = contribution.
|
|
7
|
+
var firstCommitDateTime = contribution.x6x_1;
|
|
8
8
|
var tmp;
|
|
9
9
|
if (firstCommitDateTime == null) {
|
|
10
|
-
_this__u8e3s4.
|
|
10
|
+
_this__u8e3s4.n5t('Warning: could not calculate cycle time from missing firstCommitDateTime');
|
|
11
11
|
tmp = null;
|
|
12
12
|
} else {
|
|
13
|
-
var tmp0_elvis_lhs = contribution.
|
|
13
|
+
var tmp0_elvis_lhs = contribution.d6y_1;
|
|
14
14
|
var tmp1_safe_receiver = tmp0_elvis_lhs == null ? now : tmp0_elvis_lhs;
|
|
15
15
|
var tmp_0;
|
|
16
16
|
if (tmp1_safe_receiver == null) {
|