@inno_user/inno_clouds_lib 9.1.6 → 9.1.8

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.
@@ -223,12 +223,15 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
223
223
  notificationData_lib: Ref<{
224
224
  textNotification: string;
225
225
  fastAdd?: any;
226
+ callback?: any;
226
227
  }, {
227
228
  textNotification: string;
228
229
  fastAdd?: any;
230
+ callback?: any;
229
231
  } | {
230
232
  textNotification: string;
231
233
  fastAdd?: any;
234
+ callback?: any;
232
235
  }>;
233
236
  xApiKey_lib: Ref<string, string>;
234
237
  countBonus: Ref<number, number>;
@@ -477,12 +480,15 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
477
480
  notificationData_lib: Ref<{
478
481
  textNotification: string;
479
482
  fastAdd?: any;
483
+ callback?: any;
480
484
  }, {
481
485
  textNotification: string;
482
486
  fastAdd?: any;
487
+ callback?: any;
483
488
  } | {
484
489
  textNotification: string;
485
490
  fastAdd?: any;
491
+ callback?: any;
486
492
  }>;
487
493
  xApiKey_lib: Ref<string, string>;
488
494
  countBonus: Ref<number, number>;
@@ -731,12 +737,15 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
731
737
  notificationData_lib: Ref<{
732
738
  textNotification: string;
733
739
  fastAdd?: any;
740
+ callback?: any;
734
741
  }, {
735
742
  textNotification: string;
736
743
  fastAdd?: any;
744
+ callback?: any;
737
745
  } | {
738
746
  textNotification: string;
739
747
  fastAdd?: any;
748
+ callback?: any;
740
749
  }>;
741
750
  xApiKey_lib: Ref<string, string>;
742
751
  countBonus: Ref<number, number>;
@@ -15,6 +15,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
15
15
  cards_color: string | null;
16
16
  text_color: string | null;
17
17
  nonworking_bg_color: string | null;
18
+ retail_mode?: null | boolean | undefined;
18
19
  splash_image_url: string | null;
19
20
  splash_video: string | null;
20
21
  splash_duration: 0;
@@ -62,6 +63,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
62
63
  cards_color: string | null;
63
64
  text_color: string | null;
64
65
  nonworking_bg_color: string | null;
66
+ retail_mode?: null | boolean | undefined;
65
67
  splash_image_url: string | null;
66
68
  splash_video: string | null;
67
69
  splash_duration: 0;
@@ -110,6 +112,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
110
112
  cards_color: string | null;
111
113
  text_color: string | null;
112
114
  nonworking_bg_color: string | null;
115
+ retail_mode?: null | boolean | undefined;
113
116
  splash_image_url: string | null;
114
117
  splash_video: string | null;
115
118
  splash_duration: 0;
@@ -159,6 +162,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
159
162
  cards_color: string | null;
160
163
  text_color: string | null;
161
164
  nonworking_bg_color: string | null;
165
+ retail_mode?: null | boolean | undefined;
162
166
  splash_image_url: string | null;
163
167
  splash_video: string | null;
164
168
  splash_duration: 0;
@@ -206,6 +210,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
206
210
  cards_color: string | null;
207
211
  text_color: string | null;
208
212
  nonworking_bg_color: string | null;
213
+ retail_mode?: null | boolean | undefined;
209
214
  splash_image_url: string | null;
210
215
  splash_video: string | null;
211
216
  splash_duration: 0;
@@ -254,6 +259,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
254
259
  cards_color: string | null;
255
260
  text_color: string | null;
256
261
  nonworking_bg_color: string | null;
262
+ retail_mode?: null | boolean | undefined;
257
263
  splash_image_url: string | null;
258
264
  splash_video: string | null;
259
265
  splash_duration: 0;
@@ -303,6 +309,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
303
309
  cards_color: string | null;
304
310
  text_color: string | null;
305
311
  nonworking_bg_color: string | null;
312
+ retail_mode?: null | boolean | undefined;
306
313
  splash_image_url: string | null;
307
314
  splash_video: string | null;
308
315
  splash_duration: 0;
@@ -350,6 +357,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
350
357
  cards_color: string | null;
351
358
  text_color: string | null;
352
359
  nonworking_bg_color: string | null;
360
+ retail_mode?: null | boolean | undefined;
353
361
  splash_image_url: string | null;
354
362
  splash_video: string | null;
355
363
  splash_duration: 0;
@@ -398,6 +406,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
398
406
  cards_color: string | null;
399
407
  text_color: string | null;
400
408
  nonworking_bg_color: string | null;
409
+ retail_mode?: null | boolean | undefined;
401
410
  splash_image_url: string | null;
402
411
  splash_video: string | null;
403
412
  splash_duration: 0;
@@ -11,6 +11,7 @@ export interface ITheme {
11
11
  cards_color: string | null;
12
12
  text_color: string | null;
13
13
  nonworking_bg_color: string | null;
14
+ retail_mode?: null | boolean;
14
15
  splash_image_url: string | null;
15
16
  splash_video: string | null;
16
17
  splash_duration: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@inno_user/inno_clouds_lib",
3
3
  "private": false,
4
- "version": "9.1.6",
4
+ "version": "9.1.8",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"