@cruglobal/godtools-shared 1.1.1-PR767-SNAPSHOT.1681 → 1.1.1-PR767-SNAPSHOT.1682
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-kotlin-stdlib.js +5 -5
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +8 -11
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +0 -7
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -110,7 +110,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
110
110
|
/* @ts-ignore: extends class with private primary constructor */
|
|
111
111
|
class Accordion extends org.cru.godtools.shared.tool.parser.model.Content {
|
|
112
112
|
private constructor();
|
|
113
|
-
get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
|
|
114
113
|
get sections(): Array<org.cru.godtools.shared.tool.parser.model.Accordion.Section>;
|
|
115
114
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
116
115
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
@@ -315,7 +314,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
315
314
|
abstract class Content /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.Visibility {
|
|
316
315
|
get invisibleIf(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */;
|
|
317
316
|
get goneIf(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */;
|
|
318
|
-
get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
|
|
319
317
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
320
318
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
321
319
|
isGone(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
@@ -400,7 +398,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
400
398
|
/* @ts-ignore: extends class with private primary constructor */
|
|
401
399
|
class Form extends org.cru.godtools.shared.tool.parser.model.Content implements org.cru.godtools.shared.tool.parser.model.Parent {
|
|
402
400
|
private constructor();
|
|
403
|
-
get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
|
|
404
401
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
405
402
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
406
403
|
isGone(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
@@ -641,7 +638,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
641
638
|
class Multiselect extends org.cru.godtools.shared.tool.parser.model.Content {
|
|
642
639
|
private constructor();
|
|
643
640
|
get columns(): number;
|
|
644
|
-
get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
|
|
645
641
|
get options(): Array<org.cru.godtools.shared.tool.parser.model.Multiselect.Option>;
|
|
646
642
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
647
643
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
@@ -689,7 +685,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
689
685
|
/* @ts-ignore: extends class with private primary constructor */
|
|
690
686
|
class Paragraph extends org.cru.godtools.shared.tool.parser.model.Content implements org.cru.godtools.shared.tool.parser.model.Parent {
|
|
691
687
|
private constructor();
|
|
692
|
-
get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
|
|
693
688
|
static createTestParagraph(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, content?: (p0: org.cru.godtools.shared.tool.parser.model.Paragraph) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Content>): org.cru.godtools.shared.tool.parser.model.Paragraph;
|
|
694
689
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
695
690
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
@@ -756,7 +751,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
756
751
|
/* @ts-ignore: extends class with private primary constructor */
|
|
757
752
|
class Tabs extends org.cru.godtools.shared.tool.parser.model.Content {
|
|
758
753
|
private constructor();
|
|
759
|
-
get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
|
|
760
754
|
get tabs(): Array<org.cru.godtools.shared.tool.parser.model.Tabs.Tab>;
|
|
761
755
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
762
756
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
@@ -960,7 +954,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tips {
|
|
|
960
954
|
private constructor();
|
|
961
955
|
get id(): Nullable<string>;
|
|
962
956
|
get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
|
|
963
|
-
get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
|
|
964
957
|
static createTestInlineTip(parent: any/* org.cru.godtools.shared.tool.parser.model.Base */, id?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.tips.InlineTip;
|
|
965
958
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
966
959
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
initMetadataForClass(Symbol, 'Symbol');
|
|
297
297
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
298
298
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
299
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
299
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
300
300
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
301
301
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
|
|
302
302
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|
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": "1.1.1-PR767-SNAPSHOT.
|
|
4
|
+
"version": "1.1.1-PR767-SNAPSHOT.1682",
|
|
5
5
|
"name": "@cruglobal/godtools-shared",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"sax": "1.2.4"
|