jamespot-front-business 1.2.45 → 1.2.47
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/types.d.ts +36 -23
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -450,7 +450,7 @@ type JType = {
|
|
|
450
450
|
mainType: string;
|
|
451
451
|
};
|
|
452
452
|
type ContentTypePropertyValue = Pick<JType, 'type' | 'label'>;
|
|
453
|
-
declare const AppFormFixedList: ("
|
|
453
|
+
declare const AppFormFixedList: ("USER" | "TITLE" | "PUBLISHTO" | "SENDALERTTOSUBSCRIBERS" | "RECEIVEACOPY" | "CREATIONDATE")[];
|
|
454
454
|
declare const AppFormNoAsFieldList: Array<ExtraAppFieldsItemViewsValues | AppFormItemTypesValues>;
|
|
455
455
|
declare const AppFormFieldOnlyInView: "CODEHTML"[];
|
|
456
456
|
declare const AppFormNonPrimaryList: (AppFormItemTypesValues | ExtraAppFieldsItemViewsValues)[];
|
|
@@ -1173,11 +1173,12 @@ declare const Animations: {
|
|
|
1173
1173
|
};
|
|
1174
1174
|
actions: {
|
|
1175
1175
|
saveCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, {
|
|
1176
|
-
name: "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1176
|
+
name: "Movember" | "PinkOctober" | "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1177
1177
|
audience: string[];
|
|
1178
1178
|
auto: boolean;
|
|
1179
1179
|
activeClickEffect: number;
|
|
1180
1180
|
activeDecor: number;
|
|
1181
|
+
decorLoader?: boolean | undefined;
|
|
1181
1182
|
}, {
|
|
1182
1183
|
dispatch: AppDispatch;
|
|
1183
1184
|
state: RootState$1;
|
|
@@ -1236,11 +1237,12 @@ declare const Animations: {
|
|
|
1236
1237
|
rejectedMeta?: unknown;
|
|
1237
1238
|
}>;
|
|
1238
1239
|
fetchCurrentAnimationApp: _reduxjs_toolkit.AsyncThunk<{
|
|
1239
|
-
name: "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1240
|
+
name: "Movember" | "PinkOctober" | "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1240
1241
|
audience: string[];
|
|
1241
1242
|
auto: boolean;
|
|
1242
1243
|
activeClickEffect: number;
|
|
1243
1244
|
activeDecor: number;
|
|
1245
|
+
decorLoader?: boolean | undefined;
|
|
1244
1246
|
} | null, void, {
|
|
1245
1247
|
dispatch: AppDispatch;
|
|
1246
1248
|
state: RootState$1;
|
|
@@ -1323,20 +1325,22 @@ declare const Animations: {
|
|
|
1323
1325
|
};
|
|
1324
1326
|
selectors: {
|
|
1325
1327
|
selectCurrentAnimation: (state: RootState$1) => {
|
|
1326
|
-
name: "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1328
|
+
name: "Movember" | "PinkOctober" | "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1327
1329
|
audience: string[];
|
|
1328
1330
|
auto: boolean;
|
|
1329
1331
|
activeClickEffect: number;
|
|
1330
1332
|
activeDecor: number;
|
|
1333
|
+
decorLoader?: boolean | undefined;
|
|
1331
1334
|
} | null;
|
|
1332
1335
|
isActiveAnimation: (state: RootState$1) => boolean;
|
|
1333
1336
|
isToggleLoading: (state: RootState$1) => boolean;
|
|
1334
1337
|
selectAnimationConfigurationApp: (state: RootState$1) => {
|
|
1335
|
-
name: "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1338
|
+
name: "Movember" | "PinkOctober" | "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1336
1339
|
audience: string[];
|
|
1337
1340
|
auto: boolean;
|
|
1338
1341
|
activeClickEffect: number;
|
|
1339
1342
|
activeDecor: number;
|
|
1343
|
+
decorLoader?: boolean | undefined;
|
|
1340
1344
|
} | null | undefined;
|
|
1341
1345
|
};
|
|
1342
1346
|
getAnimationsRTHandlers: (dispatch: AppDispatch) => Array<jamespot_user_api.RTMessageHandler<"ANIMATIONS", jamespot_user_api.Namespaces["ANIMATIONS"]>>;
|
|
@@ -1567,8 +1571,8 @@ declare const Bookmark: {
|
|
|
1567
1571
|
srcType: string;
|
|
1568
1572
|
targetId: number;
|
|
1569
1573
|
targetType: string | null;
|
|
1570
|
-
dateCreation?: string | undefined;
|
|
1571
1574
|
url?: string | null | undefined;
|
|
1575
|
+
dateCreation?: string | undefined;
|
|
1572
1576
|
dateModified?: string | null | undefined;
|
|
1573
1577
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1574
1578
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1587,8 +1591,8 @@ declare const Bookmark: {
|
|
|
1587
1591
|
srcType: string;
|
|
1588
1592
|
targetId: number;
|
|
1589
1593
|
targetType: string | null;
|
|
1590
|
-
dateCreation?: string | undefined;
|
|
1591
1594
|
url?: string | null | undefined;
|
|
1595
|
+
dateCreation?: string | undefined;
|
|
1592
1596
|
dateModified?: string | null | undefined;
|
|
1593
1597
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1594
1598
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1607,8 +1611,8 @@ declare const Bookmark: {
|
|
|
1607
1611
|
srcType: string;
|
|
1608
1612
|
targetId: number;
|
|
1609
1613
|
targetType: string | null;
|
|
1610
|
-
dateCreation?: string | undefined;
|
|
1611
1614
|
url?: string | null | undefined;
|
|
1615
|
+
dateCreation?: string | undefined;
|
|
1612
1616
|
dateModified?: string | null | undefined;
|
|
1613
1617
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1614
1618
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1627,8 +1631,8 @@ declare const Bookmark: {
|
|
|
1627
1631
|
srcType: string;
|
|
1628
1632
|
targetId: number;
|
|
1629
1633
|
targetType: string | null;
|
|
1630
|
-
dateCreation?: string | undefined;
|
|
1631
1634
|
url?: string | null | undefined;
|
|
1635
|
+
dateCreation?: string | undefined;
|
|
1632
1636
|
dateModified?: string | null | undefined;
|
|
1633
1637
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1634
1638
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1649,8 +1653,8 @@ declare const Bookmark: {
|
|
|
1649
1653
|
srcType: string;
|
|
1650
1654
|
targetId: number;
|
|
1651
1655
|
targetType: string | null;
|
|
1652
|
-
dateCreation?: string | undefined;
|
|
1653
1656
|
url?: string | null | undefined;
|
|
1657
|
+
dateCreation?: string | undefined;
|
|
1654
1658
|
dateModified?: string | null | undefined;
|
|
1655
1659
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1656
1660
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1683,8 +1687,8 @@ declare const Bookmark: {
|
|
|
1683
1687
|
srcType: string;
|
|
1684
1688
|
targetId: number;
|
|
1685
1689
|
targetType: string | null;
|
|
1686
|
-
dateCreation?: string | undefined;
|
|
1687
1690
|
url?: string | null | undefined;
|
|
1691
|
+
dateCreation?: string | undefined;
|
|
1688
1692
|
dateModified?: string | null | undefined;
|
|
1689
1693
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1690
1694
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1725,8 +1729,8 @@ declare const Bookmark: {
|
|
|
1725
1729
|
srcType: string;
|
|
1726
1730
|
targetId: number;
|
|
1727
1731
|
targetType: string | null;
|
|
1728
|
-
dateCreation?: string | undefined;
|
|
1729
1732
|
url?: string | null | undefined;
|
|
1733
|
+
dateCreation?: string | undefined;
|
|
1730
1734
|
dateModified?: string | null | undefined;
|
|
1731
1735
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1732
1736
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1788,8 +1792,8 @@ declare const Bookmark: {
|
|
|
1788
1792
|
srcType: string;
|
|
1789
1793
|
targetId: number;
|
|
1790
1794
|
targetType: string | null;
|
|
1791
|
-
dateCreation?: string | undefined;
|
|
1792
1795
|
url?: string | null | undefined;
|
|
1796
|
+
dateCreation?: string | undefined;
|
|
1793
1797
|
dateModified?: string | null | undefined;
|
|
1794
1798
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1795
1799
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1824,8 +1828,8 @@ declare const Bookmark: {
|
|
|
1824
1828
|
srcType: string;
|
|
1825
1829
|
targetId: number;
|
|
1826
1830
|
targetType: string | null;
|
|
1827
|
-
dateCreation?: string | undefined;
|
|
1828
1831
|
url?: string | null | undefined;
|
|
1832
|
+
dateCreation?: string | undefined;
|
|
1829
1833
|
dateModified?: string | null | undefined;
|
|
1830
1834
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1831
1835
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1862,8 +1866,8 @@ declare const Bookmark: {
|
|
|
1862
1866
|
srcType: string;
|
|
1863
1867
|
targetId: number;
|
|
1864
1868
|
targetType: string | null;
|
|
1865
|
-
dateCreation?: string | undefined;
|
|
1866
1869
|
url?: string | null | undefined;
|
|
1870
|
+
dateCreation?: string | undefined;
|
|
1867
1871
|
dateModified?: string | null | undefined;
|
|
1868
1872
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1869
1873
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1882,8 +1886,8 @@ declare const Bookmark: {
|
|
|
1882
1886
|
srcType: string;
|
|
1883
1887
|
targetId: number;
|
|
1884
1888
|
targetType: string | null;
|
|
1885
|
-
dateCreation?: string | undefined;
|
|
1886
1889
|
url?: string | null | undefined;
|
|
1890
|
+
dateCreation?: string | undefined;
|
|
1887
1891
|
dateModified?: string | null | undefined;
|
|
1888
1892
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1889
1893
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1894,13 +1898,13 @@ declare const Bookmark: {
|
|
|
1894
1898
|
} | undefined;
|
|
1895
1899
|
};
|
|
1896
1900
|
getRTHandlers: (dispatch: AppDispatch) => ({
|
|
1897
|
-
namespace: "BOOKMARKS";
|
|
1898
|
-
function: "update" | "add" | "delete";
|
|
1899
|
-
handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
|
|
1900
|
-
} | {
|
|
1901
1901
|
namespace: "CUSTOM-ACTION";
|
|
1902
1902
|
function: "update" | "add" | "remove";
|
|
1903
1903
|
handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
|
|
1904
|
+
} | {
|
|
1905
|
+
namespace: "BOOKMARKS";
|
|
1906
|
+
function: "update" | "add" | "delete";
|
|
1907
|
+
handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
|
|
1904
1908
|
})[];
|
|
1905
1909
|
};
|
|
1906
1910
|
|
|
@@ -2446,7 +2450,7 @@ declare const Faq: {
|
|
|
2446
2450
|
};
|
|
2447
2451
|
actions: {
|
|
2448
2452
|
fetchFaqConfig: _reduxjs_toolkit.AsyncThunk<{
|
|
2449
|
-
_web: "" | "
|
|
2453
|
+
_web: "" | "0" | "1" | undefined;
|
|
2450
2454
|
appImage: string | {
|
|
2451
2455
|
image: {
|
|
2452
2456
|
id: string;
|
|
@@ -2457,7 +2461,7 @@ declare const Faq: {
|
|
|
2457
2461
|
access: {
|
|
2458
2462
|
createCategory: boolean;
|
|
2459
2463
|
};
|
|
2460
|
-
_displayComment: "" | "
|
|
2464
|
+
_displayComment: "" | "0" | "1" | undefined;
|
|
2461
2465
|
} | {
|
|
2462
2466
|
_web: string;
|
|
2463
2467
|
appImage?: never;
|
|
@@ -2589,6 +2593,9 @@ declare const Hook: {
|
|
|
2589
2593
|
icon: string;
|
|
2590
2594
|
isActive: boolean;
|
|
2591
2595
|
} | undefined;
|
|
2596
|
+
AnimationsHook?: {
|
|
2597
|
+
isActive: boolean;
|
|
2598
|
+
} | undefined;
|
|
2592
2599
|
BusinessContactHook?: {
|
|
2593
2600
|
label: string;
|
|
2594
2601
|
isActive: boolean;
|
|
@@ -2747,6 +2754,9 @@ declare const Hook: {
|
|
|
2747
2754
|
icon: string;
|
|
2748
2755
|
isActive: boolean;
|
|
2749
2756
|
} | undefined;
|
|
2757
|
+
AnimationsHook?: {
|
|
2758
|
+
isActive: boolean;
|
|
2759
|
+
} | undefined;
|
|
2750
2760
|
BusinessContactHook?: {
|
|
2751
2761
|
label: string;
|
|
2752
2762
|
isActive: boolean;
|
|
@@ -2905,6 +2915,9 @@ declare const Hook: {
|
|
|
2905
2915
|
icon: string;
|
|
2906
2916
|
isActive: boolean;
|
|
2907
2917
|
} | undefined;
|
|
2918
|
+
AnimationsHook?: {
|
|
2919
|
+
isActive: boolean;
|
|
2920
|
+
} | undefined;
|
|
2908
2921
|
BusinessContactHook?: {
|
|
2909
2922
|
label: string;
|
|
2910
2923
|
isActive: boolean;
|
|
@@ -4472,7 +4485,7 @@ declare const Widget: {
|
|
|
4472
4485
|
}[];
|
|
4473
4486
|
selectFlushedWidgets: (state: RootState$1) => string[];
|
|
4474
4487
|
selectWidgetContext: (state: RootState$1, uniqid: string) => "article" | "comment" | undefined;
|
|
4475
|
-
selectWidgetLevel: (state: RootState$1, uniqid: string) => 1 |
|
|
4488
|
+
selectWidgetLevel: (state: RootState$1, uniqid: string) => 1 | 2 | 3 | 4 | undefined;
|
|
4476
4489
|
selectWidgetWrapperStyle: (state: RootState$1, uniqid: string) => Record<string, string | number>;
|
|
4477
4490
|
selectWidgetTitleStyle: (state: RootState$1, uniqid: string) => Record<string, string | number>;
|
|
4478
4491
|
selectWidgetChipCount: (state: RootState$1, uniqid: string) => number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.47",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"eslint-config-prettier": "^8.10.2",
|
|
32
32
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
33
33
|
"eslint-plugin-import": "^2.32.0",
|
|
34
|
-
"jamespot-user-api": "^1.2.
|
|
34
|
+
"jamespot-user-api": "^1.2.47",
|
|
35
35
|
"jest": "^30.1.2",
|
|
36
36
|
"jest-environment-jsdom": "^30.1.2",
|
|
37
37
|
"prettier": "^3.6.2",
|