narrat 3.8.2 → 3.8.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 +2 -0
- package/dist/config/config-input.d.ts +4 -0
- package/dist/data/all-stores.d.ts +5 -0
- package/dist/narrat.es.js +1426 -1424
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +64 -64
- package/dist/narrat.umd.js.map +1 -1
- package/dist/stores/main-store.d.ts +4 -0
- package/dist/utils/data-helpers.d.ts +1 -0
- package/package.json +1 -1
|
@@ -508,6 +508,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
508
508
|
} | undefined;
|
|
509
509
|
saves?: {
|
|
510
510
|
runOnReload?: string | undefined;
|
|
511
|
+
disabled?: boolean | undefined;
|
|
511
512
|
slots: number;
|
|
512
513
|
mode: string;
|
|
513
514
|
} | undefined;
|
|
@@ -1156,6 +1157,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
1156
1157
|
} | undefined;
|
|
1157
1158
|
saves?: {
|
|
1158
1159
|
runOnReload?: string | undefined;
|
|
1160
|
+
disabled?: boolean | undefined;
|
|
1159
1161
|
slots: number;
|
|
1160
1162
|
mode: string;
|
|
1161
1163
|
} | undefined;
|
|
@@ -1804,6 +1806,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
1804
1806
|
} | undefined;
|
|
1805
1807
|
saves?: {
|
|
1806
1808
|
runOnReload?: string | undefined;
|
|
1809
|
+
disabled?: boolean | undefined;
|
|
1807
1810
|
slots: number;
|
|
1808
1811
|
mode: string;
|
|
1809
1812
|
} | undefined;
|
|
@@ -2452,6 +2455,7 @@ export declare const useMain: import("pinia").StoreDefinition<"main", MainState,
|
|
|
2452
2455
|
} | undefined;
|
|
2453
2456
|
saves?: {
|
|
2454
2457
|
runOnReload?: string | undefined;
|
|
2458
|
+
disabled?: boolean | undefined;
|
|
2455
2459
|
slots: number;
|
|
2456
2460
|
mode: string;
|
|
2457
2461
|
} | undefined;
|