@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1778 → 1.2.0-PR810-SNAPSHOT.1769

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.
@@ -28,6 +28,21 @@ export declare namespace kotlin.collections {
28
28
  fromJsMap<K, V>(map: ReadonlyMap<K, V>): kotlin.collections.KtMap<K, V>;
29
29
  };
30
30
  }
31
+ export declare namespace org.cru.godtools.shared.tool.parser.model {
32
+ class EventId {
33
+ constructor(namespace: Nullable<string> | undefined, name: string);
34
+ get namespace(): Nullable<string>;
35
+ get name(): string;
36
+ resolve(state: org.cru.godtools.shared.tool.state.State): kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.EventId>;
37
+ equals(other: Nullable<any>): boolean;
38
+ hashCode(): number;
39
+ toString(): string;
40
+ static get Companion(): {
41
+ get NAMESPACE_STATE(): string;
42
+ get FOLLOWUP(): org.cru.godtools.shared.tool.parser.model.EventId;
43
+ };
44
+ }
45
+ }
31
46
  export declare namespace org.cru.godtools.shared.tool.state {
32
47
  class State /* implements org.cru.godtools.shared.tool.state.internal.Parcelable */ {
33
48
  private constructor();
@@ -321,20 +336,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
321
336
  }
322
337
  }
323
338
  }
324
- export declare namespace org.cru.godtools.shared.tool.parser.model {
325
- class EventId {
326
- constructor(namespace: Nullable<string> | undefined, name: string);
327
- get namespace(): Nullable<string>;
328
- get name(): string;
329
- resolve(state: org.cru.godtools.shared.tool.state.State): kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.EventId>;
330
- equals(other: Nullable<any>): boolean;
331
- hashCode(): number;
332
- toString(): string;
333
- static get Companion(): {
334
- get FOLLOWUP(): org.cru.godtools.shared.tool.parser.model.EventId;
335
- };
336
- }
337
- }
338
339
  export declare namespace org.cru.godtools.shared.tool.parser.model {
339
340
  /* @ts-ignore: extends class with private primary constructor */
340
341
  class Flow extends org.cru.godtools.shared.tool.parser.model.Content {
@@ -557,7 +558,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
557
558
  class Manifest /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.HasPages/*, org.cru.godtools.shared.tool.parser.model.Styles */ {
558
559
  private constructor();
559
560
  get code(): Nullable<string>;
560
- get locale(): Nullable<string>;
561
561
  get type(): org.cru.godtools.shared.tool.parser.model.Manifest.Type;
562
562
  get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
563
563
  get title(): Nullable<string>;
@@ -565,7 +565,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
565
565
  get categories(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.Category */>;
566
566
  get shareables(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.shareable.Shareable */>;
567
567
  get relatedFiles(): kotlin.collections.KtSet<string>;
568
- static createTestManifest(config?: org.cru.godtools.shared.tool.parser.ParserConfig, type?: org.cru.godtools.shared.tool.parser.model.Manifest.Type, code?: Nullable<string>, locale?: Nullable<string>, primaryColor?: any/* com.github.ajalt.colormath.Color */, primaryTextColor?: any/* com.github.ajalt.colormath.Color */, navBarColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, navBarControlColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, backgroundColor?: any/* com.github.ajalt.colormath.Color */, cardBackgroundColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, categoryLabelColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, pageControlColor?: any/* com.github.ajalt.colormath.Color */, multiselectOptionBackgroundColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, multiselectOptionSelectedColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, textColor?: any/* com.github.ajalt.colormath.Color */, textScale?: number, resources?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Resource>>, shareables?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.shareable.Shareable */>>, tips?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>>, pages?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.page.Page>>, pageXmlFiles?: kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Manifest.XmlFile>): org.cru.godtools.shared.tool.parser.model.Manifest;
568
+ static createTestManifest(config?: org.cru.godtools.shared.tool.parser.ParserConfig, type?: org.cru.godtools.shared.tool.parser.model.Manifest.Type, code?: Nullable<string>, locale?: Nullable<any>/* Nullable<io.fluidsonic.locale.Locale> */, primaryColor?: any/* com.github.ajalt.colormath.Color */, primaryTextColor?: any/* com.github.ajalt.colormath.Color */, navBarColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, navBarControlColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, backgroundColor?: any/* com.github.ajalt.colormath.Color */, cardBackgroundColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, categoryLabelColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, pageControlColor?: any/* com.github.ajalt.colormath.Color */, multiselectOptionBackgroundColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, multiselectOptionSelectedColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, textColor?: any/* com.github.ajalt.colormath.Color */, textScale?: number, resources?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Resource>>, shareables?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.shareable.Shareable */>>, tips?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>>, pages?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.page.Page>>, pageXmlFiles?: kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Manifest.XmlFile>): org.cru.godtools.shared.tool.parser.model.Manifest;
569
569
  get hasTips(): boolean;
570
570
  get dismissListeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
571
571
  findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
@@ -1,27 +1,27 @@
1
1
  (function (factory) {
2
2
  if (typeof define === 'function' && define.amd)
3
- define(['exports', './kotlin-kotlin-stdlib.js', './kotlin-mpp-godtools-tool-parser-module-state.js', './kotlin-mpp-godtools-tool-parser-module-parser.js'], factory);
3
+ define(['exports', './kotlin-kotlin-stdlib.js', './kotlin-mpp-godtools-tool-parser-module-parser-base.js', './kotlin-mpp-godtools-tool-parser-module-parser.js'], factory);
4
4
  else if (typeof exports === 'object')
5
- factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlin-mpp-godtools-tool-parser-module-state.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser.js'));
5
+ factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser-base.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser.js'));
6
6
  else {
7
7
  if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
8
8
  throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
9
9
  }
10
- if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-state'] === 'undefined') {
11
- throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-state' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-state' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
10
+ if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser-base'] === 'undefined') {
11
+ throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-parser-base' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-parser-base' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
12
12
  }
13
13
  if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser'] === 'undefined') {
14
14
  throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-parser' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-parser' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
15
15
  }
16
- globalThis['org.cru.godtools.kotlin:npm'] = factory(typeof globalThis['org.cru.godtools.kotlin:npm'] === 'undefined' ? {} : globalThis['org.cru.godtools.kotlin:npm'], globalThis['kotlin-kotlin-stdlib'], globalThis['kotlin-mpp-godtools-tool-parser-module-state'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser']);
16
+ globalThis['org.cru.godtools.kotlin:npm'] = factory(typeof globalThis['org.cru.godtools.kotlin:npm'] === 'undefined' ? {} : globalThis['org.cru.godtools.kotlin:npm'], globalThis['kotlin-kotlin-stdlib'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser-base'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser']);
17
17
  }
18
- }(function (_, kotlin_kotlin, kotlin_org_cru_godtools_kotlin_state, kotlin_org_cru_godtools_kotlin_parser) {
18
+ }(function (_, kotlin_kotlin, kotlin_org_cru_godtools_kotlin_parser_base, kotlin_org_cru_godtools_kotlin_parser) {
19
19
  'use strict';
20
20
  //region block: pre-declaration
21
21
  //endregion
22
22
  //region block: exports
23
23
  kotlin_kotlin.$jsExportAll$(_);
24
- kotlin_org_cru_godtools_kotlin_state.$jsExportAll$(_);
24
+ kotlin_org_cru_godtools_kotlin_parser_base.$jsExportAll$(_);
25
25
  kotlin_org_cru_godtools_kotlin_parser.$jsExportAll$(_);
26
26
  //endregion
27
27
  return _;
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.2.0-PR799-SNAPSHOT.1778",
4
+ "version": "1.2.0-PR810-SNAPSHOT.1769",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "sax": "1.2.4"
@@ -1,22 +0,0 @@
1
- (function (factory) {
2
- if (typeof define === 'function' && define.amd)
3
- define(['exports'], factory);
4
- else if (typeof exports === 'object')
5
- factory(module.exports);
6
- else
7
- globalThis['android-gto-support-gto-support-fluidsonic-locale'] = factory(typeof globalThis['android-gto-support-gto-support-fluidsonic-locale'] === 'undefined' ? {} : globalThis['android-gto-support-gto-support-fluidsonic-locale']);
8
- }(function (_) {
9
- 'use strict';
10
- //region block: pre-declaration
11
- //endregion
12
- function toPlatform(_this__u8e3s4) {
13
- return _this__u8e3s4.toString();
14
- }
15
- //region block: exports
16
- _.$_$ = _.$_$ || {};
17
- _.$_$.a = toPlatform;
18
- //endregion
19
- return _;
20
- }));
21
-
22
- //# sourceMappingURL=android-gto-support-gto-support-fluidsonic-locale.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../../../../../../../Users/runner/work/android-gto-support/android-gto-support/gto-support-fluidsonic-locale/src/jsMain/kotlin/org/ccci/gto/support/fluidsonic/locale/PlatformLocale.js.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["toPlatform","<this>"],"mappings":";;;;;;;;;;;qBAKAA,CAAWC,aAAXD,EAAiC;A,IAAU,OAAV,wB;EAAS,C;;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../../module/state/src/commonMain/kotlin/org/cru/godtools/shared/tool/state/State.kt","src/kotlin/collections/Maps.kt","src/kotlin/collections/Collections.kt","../../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/flow/internal/SafeCollector.common.kt","common/src/generated/_Collections.kt"],"sourcesContent":[null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["$keys","invoke","value","$completion","doResume","State$varsChangeFlow$o$collect$slambda","State$varsChangeFlow$o$collect$slambda$lambda","$block","State_init_$Init$","State_init_$Create$","<init>","emit","equals","hashCode","$this$onSubscription","State$varsChangeFlow$slambda","State$varsChangeFlow$slambda$lambda","collect","collector","triggeredAnalyticsEvents","vars","getTriggeredAnalyticsEventsCount","id","recordTriggeredAnalyticsEvent","varsChangeFlow","keys","block","varsChangeFlow$default","getVar","key","setVar","values","addVarValue","removeVarValue","element"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA6C2BA,K;;;;;iEAAOC,CAAEC,K,EAAFC,WAAAF,EACK;A;;;;EACf,C;iEA/CxB,E,EAAAE,W;;;gEA6CkCC,CAAAA,EAAA;A;;MAAA,I;;;;;;;;+BAEf,K;;;;;;0BAhCA,K;gBAgC2D,KAAM,KAAN,O;;8BAhClC,oBAAK,KAAL,O;;;;;;;;;;;;;;;;;;;;YAAjB,0B;;;;;;;;;;;;;;;;;;EAgCG,C;kEAFM,K,EA4BpB,U;;;;;mDA5BkBC,C,mBAAPL,K,oBAAOK,E;;qBAAAC,CAAEJ,K,EAAFC,WAAAG,E;;K;;;G;+BAkCymC,a,EAA6B,S,EAA7B,kB;;;;;6CAAAF,CAAAA,EAAA;A;;MAAA,I;;;;;;+BAAwE,K;;;gBAlCjrC,oF;4BAAR,qBAAQ,sDAAR,O;;;;;;;YAkCmtC,oB;;;;;;;;;;;;;;EAAA,C;;;;;mEAlC3sCH,CAAEC,K,EAAFC,WAAAF,EACK;A;;;;EACf,C;mEA/CxB,E,EAAAE,W;;;kEA6CkCC,CAAAA,EAAA;A;;MAAA,I;;;;;;;;+BAEf,K;;;;YAAf,U;4BAD8B,mC;;;;;;;;;;;;;;;;;;;;;EACJ,C;oEAFM,K,EA4BpB,U;;;;;mDA5BkBC,C,qCAAAA,E;;qBAAAC,CAAEJ,K,EAAFC,WAAAG,E;;K;;;G;+BAkCymC,a,EAA6B,S,EAA7B,kB;;;;;6CAAAF,CAAAA,EAAA;A;;MAAA,I;;;;;;+BAAwE,K;;;gBAlCjrC,kE;4BAAR,qBAAQ,sDAAR,O;;;;;;;YAkCmtC,oB;;;;;;;;;;;;;;EAAA,C;uEAlCzqCG,M,EAHhE,M;;;;;;mEAG8BN,CAAEC,K,EAAFC,WAAAF,EACK;A;;;;EACf,C;mEA/CxB,E,EAAAE,W;;;kEA6CkCC,CAAAA,EAAA;A;;MAAA,I;;;;;;;;+BAEf,K;;;;YAAf,U;4BAD8B,eAEtB,gBAAM,KAAN,CAFsB,O;;;;;;;;;;;;;;;;;;;;;EACJ,C;oEAFM,K,EA4BpB,U;;;;;mDA5BkBC,C,mBAAkCE,M,EAHhE,M,oBAG8BF,E;;qBAAAC,CAAEJ,K,EAAFC,WAAAG,E;;K;;;G;+BAkCymC,a,EAA6B,S,EAA7B,kB;;;;;6CAAAF,CAAAA,EAAA;A;;MAAA,I;;;;;;+BAAwE,K;;;gBAlCjrC,sG;4BAAR,qBAAQ,sDAAR,O;;;;;;;YAkCmtC,oB;;;;;;;;;;;;;;EAAA,C;4BAvDzuCI,C,KAAAA,E;;oBC4DwD,6B;ID3DxC,wBAAY,SAAZ,C;;G;sBADhBC,CAAAA,E;;G;sDAqB8BC,C,UAAAA,EAAA;A,IAAA,uB;EAAA,C;sEAAAC,CArB5BT,K,EAqB4BC,WAAAQ,E;;G;;;;yEA7ClCC,C,KAAAA,E;;;;;;;;;;;;;;G;2EAAAC,CAAAA,E;;G;wCA6C2Bb,K;;;;uDAEmBC,CAAAa,oB,EAAAX,WAAAF,EAAE;A;;;;EAAiB,C;uDA/CjE,E,EAAAE,W;;;sDA+C8CC,CAAAA,EAAA;A;;MAAA,I;;;;;;4BAAE,eAAU,WAAL,KAAK,CAAV,O;;;;;;;YAAmB,oB;;;;;;;;;;;;;;EAAA,C;wDAArB,oB,EA0B9B,U;;;;;yCA1B8BW,CAFnBf,K,oBAEmBe,E;;qBAAAC,CAAAF,oB,EAAAX,WAAAa,E;;K;;;G;iDAgCkkCN,C,OAlCrlCV,KAkCqlCU,EAAA;A;;EAAA,C;iEAA2BO,CAA6BC,S,EAA7Bf,WAAAc,EAA0D;A;;;;EAAwC,C;kEAA27LC,S,EAA3Bf,W;;;8CAA7hMO,C,KAAAA,EAAA;A;EAAA,C;8DAA2BO,CAA6BC,S,EAA7Bf,WAAAc,EAA0D;A;;;;EAAwC,C;+DAA27LC,S,EAA3Bf,W;;;8CAA7hMO,C,OAlC5iCH,M,EAHhE,MAqC4mCG,EAAA;A;;;EAAA,C;8DAA2BO,CAA6BC,S,EAA7Bf,WAAAc,EAA0D;A;;;;EAAwC,C;+DAA27LC,S,EAA3Bf,W;;;gBA3DjoOO,CACRS,wB,EACAC,IAFQV,EAAA;A;;;YCgEgD,6B;;;;;;;;cAAA,6B;;;;;ID/DxD,qC;IACA,iB;IAmB6B,qCAAoD,UAApD,C;EArBrB,C;gCAQRW,CAGqCC,EAHrCD,EAGmD;A,QAAA,+BAAyB,EAAzB,C;IAAiC,OAAjC,yBAAgC,CAAhC,iB;EAAgC,C;gCACnFE,CAGkCD,EAHlCC,EAG8C;A,eAC1C,I,CAAA,K;QAAgC,+BAAyB,EAAzB,C;;gBAAD,CAAC,yBAAgC,CAAhC,iBAAD,IAAsC,CAAtC,I;ICsOnC,QDtO6B,ECsO7B,EAAS,KAAT,C;EDrOA,C;gCAKAC,CAGuBC,I,EAAyCC,KAHhEF,EAGuF;A;;IACnF,IAAA,IEiNG,IAAQ,IFjNX,IAAA,IEiNwB,IFjNxB,C;YAAwB,qB;;;;mBACD,eAAf,IAAe,CAAf,KAAe,EAAe,0CAAf,C;;;;mBGyDpB,wD;;sBAAA,+C;YHzDuF,SAAP,SAAO,C;;;;iBAFP,G;;IAGlE,OGwDd,4D;EHxDa,C;mDANpBG,CAGuBF,I,EAAyCC,K,QAHhEC,E;2BAGmD,W;;G;gCAKnDC,CAGWC,GAHXD,EAG0B;A;QEyNsB,iBFzNtB,cAAK,GAAL,C;IAAmB,OEyNG,yBAAQ,WAAR,iB;EFzNJ,C;gCAE5CE,CAGWD,G,EAAaE,MAHxBD,EAG+C;A,eAC3C,I,CAAA,K;;gBAAY,MAAQ,yBAAR,MAAQ,C;IC+MxB,QD/MS,GC+MT,EAAS,KAAT,C;ID9MI,IAAe,CAAf,KAAe,KAAQ,GAAR,C;EACnB,C;gCAEAE,CAGgBH,G,EAAa3B,KAH7B8B,EAG4C;A,QACxCD,SAAa,SAAO,GAAP,C;IACT,KAAC,MAAO,IAAS,KAAT,CAAR,C;MAAyB,SAAO,GAAP,EAAa,aAAS,KAAT,CAAb,C;;EACjC,C;gCACAE,CAGmBJ,G,EAAa3B,KAHhC+B,EAG+C;A,QAC3CF,SAAa,SAAO,GAAP,C;IACT,IAAA,MAAO,IAAS,KAAT,CAAP,C;;;wBI+uBW,yB;UA4BH,oBJ3wB4B,MI2wB5B,I;aAAA,qB,EAAM;A,YAAjBG,UAAW,qB;QAAU,MAAW,OJ3wB0B,KAAM,KI2wB3C,E,CAAiC;A,UAAZ,WAAY,GAAI,OAAJ,C;;MAAW,C;MJ3wBtC,SAAO,GAAP,EI4wBzB,WJ5wByB,C;;EAChC,C;;;;;;;;;;;;;;;;;"}