@thryveai/theme-interfaces 2.7.115 → 2.7.117
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/README.md +29 -29
- package/package.json +29 -29
- package/dist/index.d.ts +0 -38
- package/dist/index.js +0 -41
- package/dist/interfaces/admin-images-interfaces.d.ts +0 -11
- package/dist/interfaces/admin-images-interfaces.js +0 -2
- package/dist/interfaces/admin-settings-interfaces.d.ts +0 -73
- package/dist/interfaces/admin-settings-interfaces.js +0 -2
- package/dist/interfaces/default-settings.interfaces.d.ts +0 -92
- package/dist/interfaces/default-settings.interfaces.js +0 -3
- package/dist/interfaces/default-theme.interface.d.ts +0 -736
- package/dist/interfaces/default-theme.interface.js +0 -2
- package/dist/interfaces/icons.interfaces.d.ts +0 -7
- package/dist/interfaces/icons.interfaces.js +0 -2
- package/dist/interfaces/retailer-settings.interfaces.d.ts +0 -696
- package/dist/interfaces/retailer-settings.interfaces.js +0 -2
- package/dist/interfaces/shared-settings-interfaces.d.ts +0 -5
- package/dist/interfaces/shared-settings-interfaces.js +0 -2
- package/dist/interfaces/shared-settings.interfaces.d.ts +0 -31
- package/dist/interfaces/shared-settings.interfaces.js +0 -2
- package/dist/interfaces/sts-settings.interfaces.d.ts +0 -6
- package/dist/interfaces/sts-settings.interfaces.js +0 -2
- package/dist/interfaces/theme.interfaces.d.ts +0 -717
- package/dist/interfaces/theme.interfaces.js +0 -2
- package/dist/mobile/interfaces/mobile-admin-settings.interfaces.d.ts +0 -8
- package/dist/mobile/interfaces/mobile-admin-settings.interfaces.js +0 -2
- package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.d.ts +0 -58
- package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.js +0 -2
- package/dist/mobile/reactnative/MobileDefaultSettings.d.ts +0 -6
- package/dist/mobile/reactnative/MobileDefaultSettings.js +0 -21
- package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.d.ts +0 -2
- package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.js +0 -96
- package/dist/storefront/SFUIImagesTemplate.AdminUi.d.ts +0 -2
- package/dist/storefront/SFUIImagesTemplate.AdminUi.js +0 -112
- package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +0 -16
- package/dist/storefront/SFUISettingsTemplate.AdminUi.js +0 -1110
- package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.d.ts +0 -4
- package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.js +0 -132
- package/dist/storefront/SFUIThemesTemplate.AdminUi.d.ts +0 -3
- package/dist/storefront/SFUIThemesTemplate.AdminUi.js +0 -113
- package/dist/storefront/contentEngineComponents.d.ts +0 -25
- package/dist/storefront/contentEngineComponents.js +0 -27
- package/dist/storefront/defaultIconsStorefront.d.ts +0 -3
- package/dist/storefront/defaultIconsStorefront.js +0 -160
- package/dist/storefront/defaultImagesStorefront.d.ts +0 -3
- package/dist/storefront/defaultImagesStorefront.js +0 -100
- package/dist/storefront/defaultSettingsStorefront.d.ts +0 -3
- package/dist/storefront/defaultSettingsStorefront.js +0 -395
- package/dist/storefront/defaultSharedSettings.d.ts +0 -3
- package/dist/storefront/defaultSharedSettings.js +0 -29
- package/dist/storefront/defaultThemeStorefront.d.ts +0 -5
- package/dist/storefront/defaultThemeStorefront.js +0 -1207
- package/dist/storefront/productBadgeAttributes.d.ts +0 -6
- package/dist/storefront/productBadgeAttributes.js +0 -31
- package/dist/sts/STSImagesTemplate.AdminUi.d.ts +0 -2
- package/dist/sts/STSImagesTemplate.AdminUi.js +0 -72
- package/dist/sts/STSSettingsTemplate.AdminUi.d.ts +0 -2
- package/dist/sts/STSSettingsTemplate.AdminUi.js +0 -30
- package/dist/sts/defaultSettingsSts.d.ts +0 -3
- package/dist/sts/defaultSettingsSts.js +0 -9
- package/dist/theme-templates/index.d.ts +0 -3
- package/dist/theme-templates/index.js +0 -8
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
export interface IMobileSettings {
|
|
2
|
-
ebtPayment: {
|
|
3
|
-
details: string | undefined;
|
|
4
|
-
};
|
|
5
|
-
features: {
|
|
6
|
-
enableAccountReview: boolean;
|
|
7
|
-
enableAddToCartButtonOnMyList: boolean;
|
|
8
|
-
enableBuildListFiltersBelowTabs: boolean;
|
|
9
|
-
enableCartItemLocator: boolean;
|
|
10
|
-
enableCircularCarouselPreview: boolean;
|
|
11
|
-
enableCircularSpecialRequest: boolean;
|
|
12
|
-
enableCircularsForCorporateStore: boolean;
|
|
13
|
-
enableCompactHeader: boolean;
|
|
14
|
-
enableCouponRecommendedTag: boolean;
|
|
15
|
-
enableDeleteAccount: boolean;
|
|
16
|
-
enableEarlyTimeSlotSelection: boolean;
|
|
17
|
-
enableFirstIntentModal: boolean;
|
|
18
|
-
enableGetDeliveryMoreStores: boolean;
|
|
19
|
-
enableGiftCards: boolean;
|
|
20
|
-
enableInStoreOrders: boolean;
|
|
21
|
-
enableInterim: boolean;
|
|
22
|
-
enableMissedPromotions: boolean;
|
|
23
|
-
enableOnboarding: boolean;
|
|
24
|
-
enablePaymentCibc: boolean;
|
|
25
|
-
enablePaymentWithUserInputDescription: boolean;
|
|
26
|
-
enablePreviewLabelOnCircular: boolean;
|
|
27
|
-
enablePreviousSelectedStores: boolean;
|
|
28
|
-
enableProductInfiniteScroll: boolean;
|
|
29
|
-
enableProductVariations: boolean;
|
|
30
|
-
enableProgressOnPromotionDetail: boolean;
|
|
31
|
-
enablePromoCode: boolean;
|
|
32
|
-
enableSaleTagOnCartItem: boolean;
|
|
33
|
-
enableSearchPreviewInlineProducts: boolean;
|
|
34
|
-
enableSearchPreviewTopCategories: boolean;
|
|
35
|
-
enableShoppingModeSelectorCircularListing: boolean;
|
|
36
|
-
enableSlotsRemainingLabel: boolean;
|
|
37
|
-
enableSponsoredProducts: boolean;
|
|
38
|
-
enableStoreEmail: boolean;
|
|
39
|
-
filterOrder: string[];
|
|
40
|
-
flipp: {} | undefined;
|
|
41
|
-
payments: {} | undefined;
|
|
42
|
-
wakefernEnableFiltersSortsCloseButton: boolean;
|
|
43
|
-
wakefernEnableProductNameAlert: boolean;
|
|
44
|
-
webCollage: {
|
|
45
|
-
baseUrl: string;
|
|
46
|
-
} | undefined;
|
|
47
|
-
};
|
|
48
|
-
intentScreenLogoHeight: number | undefined;
|
|
49
|
-
settings: {
|
|
50
|
-
aboutDescription: string | undefined;
|
|
51
|
-
barcodeTotalLength: number;
|
|
52
|
-
carouselAutoscrollTimeout: number | undefined;
|
|
53
|
-
infiniteScrollEndReachedThreshold: number | undefined;
|
|
54
|
-
privacyPolicyUrl: string;
|
|
55
|
-
termsOfUseUrl: string;
|
|
56
|
-
topLevelCategory: string;
|
|
57
|
-
};
|
|
58
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IMobileSettings } from "../interfaces/mobile-retailer-settings.interfaces";
|
|
2
|
-
declare type RecursivePartial<T> = {
|
|
3
|
-
[P in keyof T]?: T[P] extends (infer U)[] ? RecursivePartial<U>[] : T[P] extends object ? RecursivePartial<T[P]> : T[P];
|
|
4
|
-
};
|
|
5
|
-
export declare const MobileDefaultSettings: RecursivePartial<IMobileSettings>;
|
|
6
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MobileDefaultSettings = void 0;
|
|
4
|
-
exports.MobileDefaultSettings = {
|
|
5
|
-
features: {
|
|
6
|
-
enableCircularsForCorporateStore: false,
|
|
7
|
-
enableCouponRecommendedTag: true,
|
|
8
|
-
enableDeleteAccount: true,
|
|
9
|
-
enableEarlyTimeSlotSelection: false,
|
|
10
|
-
enableFirstIntentModal: false,
|
|
11
|
-
enableGetDeliveryMoreStores: false,
|
|
12
|
-
enableGiftCards: false,
|
|
13
|
-
enableInStoreOrders: false,
|
|
14
|
-
enableInterim: false,
|
|
15
|
-
enableMissedPromotions: false,
|
|
16
|
-
enableOnboarding: true,
|
|
17
|
-
enableProductInfiniteScroll: false,
|
|
18
|
-
enablePromoCode: true,
|
|
19
|
-
enableSearchPreviewTopCategories: false,
|
|
20
|
-
},
|
|
21
|
-
};
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AdminSettingsTemplateMobile = void 0;
|
|
4
|
-
exports.AdminSettingsTemplateMobile = {
|
|
5
|
-
features: {
|
|
6
|
-
title: "App Features",
|
|
7
|
-
description: "Configurable features of the app",
|
|
8
|
-
value: {
|
|
9
|
-
enableCircularsForCorporateStore: {
|
|
10
|
-
description: "Should show circulars for a corporate store?",
|
|
11
|
-
title: "Enable Circulars For Circular Store",
|
|
12
|
-
helpLink: "",
|
|
13
|
-
type: "checkbox",
|
|
14
|
-
},
|
|
15
|
-
enableCouponRecommendedTag: {
|
|
16
|
-
description: "Should show coupon recommended tag?",
|
|
17
|
-
title: "Enable Coupon Recommended Tag",
|
|
18
|
-
helpLink: "",
|
|
19
|
-
type: "checkbox",
|
|
20
|
-
},
|
|
21
|
-
enableDeleteAccount: {
|
|
22
|
-
description: "Should show delete account button?",
|
|
23
|
-
title: "Enable Delete Account",
|
|
24
|
-
helpLink: "",
|
|
25
|
-
type: "checkbox",
|
|
26
|
-
},
|
|
27
|
-
enableEarlyTimeSlotSelection: {
|
|
28
|
-
description: "Should allow early time slot selection?",
|
|
29
|
-
title: "Enable Early Time Slot Selection",
|
|
30
|
-
helpLink: "",
|
|
31
|
-
type: "checkbox",
|
|
32
|
-
},
|
|
33
|
-
enableFirstIntentModal: {
|
|
34
|
-
description: "Should show the first intent model (after welcome screens)?",
|
|
35
|
-
title: "Enable First Intent Modal",
|
|
36
|
-
helpLink: "",
|
|
37
|
-
type: "checkbox",
|
|
38
|
-
},
|
|
39
|
-
enableGetDeliveryMoreStores: {
|
|
40
|
-
description: "Should show a list of stores for delivery?",
|
|
41
|
-
title: "Enable Get Delivery More Stores",
|
|
42
|
-
helpLink: "",
|
|
43
|
-
type: "checkbox",
|
|
44
|
-
},
|
|
45
|
-
enableGiftCards: {
|
|
46
|
-
description: "Should show the option to add gift cards?",
|
|
47
|
-
title: "Enable Gift Cards",
|
|
48
|
-
helpLink: "",
|
|
49
|
-
type: "checkbox",
|
|
50
|
-
},
|
|
51
|
-
enableInStoreOrders: {
|
|
52
|
-
description: "Should show in-store orders?",
|
|
53
|
-
title: "Enable In Store Orders",
|
|
54
|
-
helpLink: "",
|
|
55
|
-
type: "checkbox",
|
|
56
|
-
},
|
|
57
|
-
enableInterim: {
|
|
58
|
-
description: "Should show the interim (forgotten anything) modal before checkout?",
|
|
59
|
-
title: "Enable Interim Modal",
|
|
60
|
-
helpLink: "",
|
|
61
|
-
type: "checkbox",
|
|
62
|
-
},
|
|
63
|
-
enableMissedPromotions: {
|
|
64
|
-
description: "Should show missed promotions (cms component)?",
|
|
65
|
-
title: "Enable Missed Promotions",
|
|
66
|
-
helpLink: "",
|
|
67
|
-
type: "checkbox",
|
|
68
|
-
},
|
|
69
|
-
enableOnboarding: {
|
|
70
|
-
description: "Should show the onboarding (welcome) screen?",
|
|
71
|
-
title: "Enable Onboarding",
|
|
72
|
-
helpLink: "",
|
|
73
|
-
type: "checkbox",
|
|
74
|
-
},
|
|
75
|
-
enableProductInfiniteScroll: {
|
|
76
|
-
description: "Should infinitely scroll all products (no load more button)?",
|
|
77
|
-
title: "Enable Product Infinite Scroll",
|
|
78
|
-
helpLink: "",
|
|
79
|
-
type: "checkbox",
|
|
80
|
-
},
|
|
81
|
-
enablePromoCode: {
|
|
82
|
-
description: "Should show the option to use a promo code?",
|
|
83
|
-
title: "Enable Promo Code",
|
|
84
|
-
helpLink: "",
|
|
85
|
-
type: "checkbox",
|
|
86
|
-
},
|
|
87
|
-
enableSearchPreviewTopCategories: {
|
|
88
|
-
description: "Should search product by top categories?",
|
|
89
|
-
title: "Enable Search Preview Top Categories",
|
|
90
|
-
helpLink: "",
|
|
91
|
-
type: "checkbox",
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
type: "collapsableObject",
|
|
95
|
-
},
|
|
96
|
-
};
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AdminImagesTemplateSFUI = void 0;
|
|
4
|
-
var SFUISettingsTemplate_AdminUi_1 = require("./SFUISettingsTemplate.AdminUi");
|
|
5
|
-
exports.AdminImagesTemplateSFUI = {
|
|
6
|
-
icons: {
|
|
7
|
-
title: "Icons Files",
|
|
8
|
-
description: "The location of the file that contains all the icons.",
|
|
9
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
10
|
-
},
|
|
11
|
-
favicon: {
|
|
12
|
-
title: "Favicon Image",
|
|
13
|
-
description: "The favicon used by the Storefront and most other applications",
|
|
14
|
-
type: "inputChar",
|
|
15
|
-
},
|
|
16
|
-
logos: {
|
|
17
|
-
title: "Logos",
|
|
18
|
-
description: "",
|
|
19
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
20
|
-
value: {
|
|
21
|
-
primary: {
|
|
22
|
-
title: "Main Logo",
|
|
23
|
-
description: "This is the logo used on desktop in the storefront and most other apps",
|
|
24
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
25
|
-
},
|
|
26
|
-
primaryMobile: {
|
|
27
|
-
title: "Mobile Logo",
|
|
28
|
-
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
29
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
30
|
-
},
|
|
31
|
-
sts: {
|
|
32
|
-
title: "STS Logo",
|
|
33
|
-
description: "This is the logo used on desktop in the sts app",
|
|
34
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
35
|
-
},
|
|
36
|
-
stsMobile: {
|
|
37
|
-
title: "STS Mobile Logo",
|
|
38
|
-
description: "This is the logo used on mobile in the sts app",
|
|
39
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
stsFavicon: {
|
|
44
|
-
title: "STS Favicon Image",
|
|
45
|
-
description: "The favicon used by the STS application",
|
|
46
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
47
|
-
},
|
|
48
|
-
stsCheckBox: {
|
|
49
|
-
title: "stsCheckBox",
|
|
50
|
-
description: "",
|
|
51
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
52
|
-
value: {
|
|
53
|
-
primary: {
|
|
54
|
-
title: "STS Primary Checkbox",
|
|
55
|
-
description: "This is the logo used on desktop in the storefront and most other apps",
|
|
56
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
57
|
-
},
|
|
58
|
-
empty: {
|
|
59
|
-
title: "STS Empty Checkbox",
|
|
60
|
-
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
61
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
62
|
-
},
|
|
63
|
-
success: {
|
|
64
|
-
title: "STS Success Checkbox",
|
|
65
|
-
description: "This is the logo used on desktop in the sts app",
|
|
66
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
confirmationPageImage: {
|
|
71
|
-
title: "Confirmation Page Background Image",
|
|
72
|
-
description: "The background image used on the top of the order confirmation page",
|
|
73
|
-
type: "images",
|
|
74
|
-
},
|
|
75
|
-
rewards: {
|
|
76
|
-
title: "Rewards Image",
|
|
77
|
-
description: "",
|
|
78
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
79
|
-
},
|
|
80
|
-
verifySiteImage: {
|
|
81
|
-
title: "Verify Site Image",
|
|
82
|
-
description: "",
|
|
83
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
84
|
-
},
|
|
85
|
-
missingImg: {
|
|
86
|
-
title: "missingImg",
|
|
87
|
-
description: "",
|
|
88
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
89
|
-
value: {
|
|
90
|
-
x2: {
|
|
91
|
-
title: "Missing Image 2X",
|
|
92
|
-
description: "T ",
|
|
93
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
94
|
-
},
|
|
95
|
-
x3: {
|
|
96
|
-
title: "Missing Image 3X",
|
|
97
|
-
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
98
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
99
|
-
},
|
|
100
|
-
square: {
|
|
101
|
-
title: "Missing Image Square",
|
|
102
|
-
description: "This is the logo used on desktop in the sts app",
|
|
103
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
104
|
-
},
|
|
105
|
-
recipes: {
|
|
106
|
-
title: "Missing Image Recipes",
|
|
107
|
-
description: "This is the logo used on desktop in the sts app",
|
|
108
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
},
|
|
112
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { IAdminControlType, IAdminSettingsTemplate, IAdminTemplateInputTypes } from "../interfaces/admin-settings-interfaces";
|
|
2
|
-
import { IValidationType } from "../interfaces/retailer-settings.interfaces";
|
|
3
|
-
import { CMSNames } from "./contentEngineComponents";
|
|
4
|
-
export declare const AdminTemplateInputTypes: IAdminTemplateInputTypes;
|
|
5
|
-
export declare type IUseContentEngineV2ComponentsAdmin = {
|
|
6
|
-
[key in CMSNames]: IContentEngineAdminTypes;
|
|
7
|
-
};
|
|
8
|
-
interface IContentEngineAdminTypes {
|
|
9
|
-
title: string;
|
|
10
|
-
description: string;
|
|
11
|
-
helpLink: string;
|
|
12
|
-
type: IAdminControlType;
|
|
13
|
-
}
|
|
14
|
-
export declare const validationTypes: Array<IValidationType>;
|
|
15
|
-
export declare const AdminSettingsTemplateSFUI: IAdminSettingsTemplate;
|
|
16
|
-
export {};
|