narrat 4.1.2 → 4.1.3
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/dist/config/common-config.d.ts +6 -0
- package/dist/config/config-input.d.ts +12 -0
- package/dist/data/all-stores.d.ts +12 -0
- package/dist/{index-CKAHN5GY.js → index-RTbHXq4a.js} +2 -2
- package/dist/{index-CKAHN5GY.js.map → index-RTbHXq4a.js.map} +1 -1
- package/dist/{lib-NFFzLKwm.js → lib-DpkDBzK3.js} +1617 -1616
- package/dist/lib-DpkDBzK3.js.map +1 -0
- package/dist/narrat.es.js +1 -1
- package/dist/narrat.umd.js +63 -63
- package/dist/narrat.umd.js.map +1 -1
- package/dist/stores/main-store.d.ts +12 -0
- package/dist/utils/data-helpers.d.ts +3 -0
- package/dist/vm/commands/choice.d.ts +1 -1
- package/package.json +1 -1
- package/dist/lib-NFFzLKwm.js.map +0 -1
|
@@ -713,6 +713,9 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
713
713
|
allowHistoryToggling?: boolean | undefined;
|
|
714
714
|
showAfterScriptEnd?: boolean | undefined;
|
|
715
715
|
showOldChoices?: boolean | undefined;
|
|
716
|
+
showChoiceOutcomes?: boolean | undefined;
|
|
717
|
+
lockSeenChoices?: boolean | undefined;
|
|
718
|
+
allowSpacebarInChoices?: boolean | undefined;
|
|
716
719
|
} | undefined;
|
|
717
720
|
splashScreens?: {
|
|
718
721
|
engineSplashScreen?: {
|
|
@@ -1639,6 +1642,9 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
1639
1642
|
allowHistoryToggling?: boolean | undefined;
|
|
1640
1643
|
showAfterScriptEnd?: boolean | undefined;
|
|
1641
1644
|
showOldChoices?: boolean | undefined;
|
|
1645
|
+
showChoiceOutcomes?: boolean | undefined;
|
|
1646
|
+
lockSeenChoices?: boolean | undefined;
|
|
1647
|
+
allowSpacebarInChoices?: boolean | undefined;
|
|
1642
1648
|
} | undefined;
|
|
1643
1649
|
splashScreens?: {
|
|
1644
1650
|
engineSplashScreen?: {
|
|
@@ -2565,6 +2571,9 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
2565
2571
|
allowHistoryToggling?: boolean | undefined;
|
|
2566
2572
|
showAfterScriptEnd?: boolean | undefined;
|
|
2567
2573
|
showOldChoices?: boolean | undefined;
|
|
2574
|
+
showChoiceOutcomes?: boolean | undefined;
|
|
2575
|
+
lockSeenChoices?: boolean | undefined;
|
|
2576
|
+
allowSpacebarInChoices?: boolean | undefined;
|
|
2568
2577
|
} | undefined;
|
|
2569
2578
|
splashScreens?: {
|
|
2570
2579
|
engineSplashScreen?: {
|
|
@@ -3491,6 +3500,9 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
3491
3500
|
allowHistoryToggling?: boolean | undefined;
|
|
3492
3501
|
showAfterScriptEnd?: boolean | undefined;
|
|
3493
3502
|
showOldChoices?: boolean | undefined;
|
|
3503
|
+
showChoiceOutcomes?: boolean | undefined;
|
|
3504
|
+
lockSeenChoices?: boolean | undefined;
|
|
3505
|
+
allowSpacebarInChoices?: boolean | undefined;
|
|
3494
3506
|
} | undefined;
|
|
3495
3507
|
splashScreens?: {
|
|
3496
3508
|
engineSplashScreen?: {
|
|
@@ -674,6 +674,9 @@ export declare function getModifiableDataPinia(): {
|
|
|
674
674
|
allowHistoryToggling?: boolean | undefined;
|
|
675
675
|
showAfterScriptEnd?: boolean | undefined;
|
|
676
676
|
showOldChoices?: boolean | undefined;
|
|
677
|
+
showChoiceOutcomes?: boolean | undefined;
|
|
678
|
+
lockSeenChoices?: boolean | undefined;
|
|
679
|
+
allowSpacebarInChoices?: boolean | undefined;
|
|
677
680
|
} | undefined;
|
|
678
681
|
splashScreens?: {
|
|
679
682
|
engineSplashScreen?: {
|