@gem-sdk/core 2.0.0-dev.239 → 2.0.0-dev.249
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/cjs/helpers/third-party/appConfig.js +7 -0
- package/dist/cjs/helpers/third-party/appSetting.js +32 -1
- package/dist/cjs/helpers/third-party/constant.js +2 -1
- package/dist/esm/helpers/third-party/appConfig.js +7 -1
- package/dist/esm/helpers/third-party/appSetting.js +32 -1
- package/dist/esm/helpers/third-party/constant.js +3 -2
- package/dist/types/index.d.ts +97 -87
- package/package.json +1 -1
|
@@ -324,6 +324,12 @@ const ShopifySubscriptionsConfig = {
|
|
|
324
324
|
appId: 'a3bfe9ec-96f8-4508-a003-df608a36d2ad'
|
|
325
325
|
}
|
|
326
326
|
};
|
|
327
|
+
const QikifyUpsellConfig = {
|
|
328
|
+
QikifyUpsell: {
|
|
329
|
+
appName: 'q-discount-free-gift',
|
|
330
|
+
appId: '2e94b962-8172-4839-8ad9-7837eb8b017a'
|
|
331
|
+
}
|
|
332
|
+
};
|
|
327
333
|
|
|
328
334
|
exports.AftershipEmailMarketingsmsConfig = AftershipEmailMarketingsmsConfig;
|
|
329
335
|
exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
|
|
@@ -358,6 +364,7 @@ exports.PreorderNowPreOrderPqConfig = PreorderNowPreOrderPqConfig;
|
|
|
358
364
|
exports.PreorderNowWodPresaleConfig = PreorderNowWodPresaleConfig;
|
|
359
365
|
exports.ProductOptionsCustomizerConfig = ProductOptionsCustomizerConfig;
|
|
360
366
|
exports.PumperBundlesVolumeDiscountConfig = PumperBundlesVolumeDiscountConfig;
|
|
367
|
+
exports.QikifyUpsellConfig = QikifyUpsellConfig;
|
|
361
368
|
exports.RechargeSubscriptionsConfig = RechargeSubscriptionsConfig;
|
|
362
369
|
exports.ReviewxpoProductReviewsAppConfig = ReviewxpoProductReviewsAppConfig;
|
|
363
370
|
exports.SegunoEmailMarketingConfig = SegunoEmailMarketingConfig;
|
|
@@ -232,6 +232,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
|
|
|
232
232
|
product: appSetting?.['productHandle'] || '{{ product }}'
|
|
233
233
|
};
|
|
234
234
|
}
|
|
235
|
+
case 'QikifyUpsell':
|
|
236
|
+
{
|
|
237
|
+
return {
|
|
238
|
+
...currentSetting,
|
|
239
|
+
product: appSetting?.['productHandle'] || '{{ product }}'
|
|
240
|
+
};
|
|
241
|
+
}
|
|
235
242
|
default:
|
|
236
243
|
return currentSetting;
|
|
237
244
|
}
|
|
@@ -1138,6 +1145,29 @@ const ShopifySubscriptions = {
|
|
|
1138
1145
|
}
|
|
1139
1146
|
}
|
|
1140
1147
|
};
|
|
1148
|
+
const QikifyUpsell = {
|
|
1149
|
+
QikifyUpsell: {
|
|
1150
|
+
bogo_offer: {
|
|
1151
|
+
product: '{{product}}'
|
|
1152
|
+
},
|
|
1153
|
+
free_gift: {
|
|
1154
|
+
product: '{{product}}'
|
|
1155
|
+
},
|
|
1156
|
+
bundle_offer: {
|
|
1157
|
+
product: '{{product}}'
|
|
1158
|
+
},
|
|
1159
|
+
promotion_badge: {
|
|
1160
|
+
product: '{{product}}'
|
|
1161
|
+
},
|
|
1162
|
+
'order-goal': null,
|
|
1163
|
+
upsurge_offer: {
|
|
1164
|
+
product: '{{product}}'
|
|
1165
|
+
},
|
|
1166
|
+
volume_offer: {
|
|
1167
|
+
product: '{{product}}'
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
};
|
|
1141
1171
|
const composeSettingsByWidgetType = {
|
|
1142
1172
|
...HextomCountdownTimerBar,
|
|
1143
1173
|
...EstimatedDeliveryDatePlus,
|
|
@@ -1192,7 +1222,8 @@ const composeSettingsByWidgetType = {
|
|
|
1192
1222
|
...GloColorSwatchvariantImage,
|
|
1193
1223
|
...BfSizeChartSizeGuide,
|
|
1194
1224
|
...HextomFreeShippingBar,
|
|
1195
|
-
...ShopifySubscriptions
|
|
1225
|
+
...ShopifySubscriptions,
|
|
1226
|
+
...QikifyUpsell
|
|
1196
1227
|
};
|
|
1197
1228
|
|
|
1198
1229
|
exports.composeSettingsByWidgetType = composeSettingsByWidgetType;
|
|
@@ -56,7 +56,8 @@ const mapShopifyAppMeta = {
|
|
|
56
56
|
...appConfig.GloColorSwatchvariantImageConfig,
|
|
57
57
|
...appConfig.BfSizeChartSizeGuideConfig,
|
|
58
58
|
...appConfig.HextomFreeShippingBarConfig,
|
|
59
|
-
...appConfig.ShopifySubscriptionsConfig
|
|
59
|
+
...appConfig.ShopifySubscriptionsConfig,
|
|
60
|
+
...appConfig.QikifyUpsellConfig
|
|
60
61
|
};
|
|
61
62
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
62
63
|
|
|
@@ -322,5 +322,11 @@ const ShopifySubscriptionsConfig = {
|
|
|
322
322
|
appId: 'a3bfe9ec-96f8-4508-a003-df608a36d2ad'
|
|
323
323
|
}
|
|
324
324
|
};
|
|
325
|
+
const QikifyUpsellConfig = {
|
|
326
|
+
QikifyUpsell: {
|
|
327
|
+
appName: 'q-discount-free-gift',
|
|
328
|
+
appId: '2e94b962-8172-4839-8ad9-7837eb8b017a'
|
|
329
|
+
}
|
|
330
|
+
};
|
|
325
331
|
|
|
326
|
-
export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BfSizeChartSizeGuideConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, BoostAISearchDiscoveryConfig, EasyBundleBuilderSkailamaConfig, EssentialAnnouncementBarConfig, EssentialCountdownTimerBarConfig, EstimatedDeliveryDatePlusConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloColorSwatchvariantImageConfig, GloboProductOptionsVariantConfig, GrowaveConfig, HextomCountdownTimerBarConfig, HextomFreeShippingBarConfig, HulkProductOptionsConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, LooxReviewsConfig, MyappgurusProductReviewsConfig, OkendoReviewsLoyaltyConfig, PowerfulContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SegunoEmailMarketingConfig, SelleasyConfig, SeoantTrustBadgesIconConfig, ShopifyFormsConfig, ShopifySubscriptionsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, StampedConfig, SubifySubscriptionsConfig, TrustBadgesBearConfig, TrustedsiteTrustBadgesConfig, TrustooConfig, TrustreviewsProductReviewsConfig, TrustshopProductReviewsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
332
|
+
export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BfSizeChartSizeGuideConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, BoostAISearchDiscoveryConfig, EasyBundleBuilderSkailamaConfig, EssentialAnnouncementBarConfig, EssentialCountdownTimerBarConfig, EstimatedDeliveryDatePlusConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloColorSwatchvariantImageConfig, GloboProductOptionsVariantConfig, GrowaveConfig, HextomCountdownTimerBarConfig, HextomFreeShippingBarConfig, HulkProductOptionsConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, LooxReviewsConfig, MyappgurusProductReviewsConfig, OkendoReviewsLoyaltyConfig, PowerfulContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, QikifyUpsellConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SegunoEmailMarketingConfig, SelleasyConfig, SeoantTrustBadgesIconConfig, ShopifyFormsConfig, ShopifySubscriptionsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, StampedConfig, SubifySubscriptionsConfig, TrustBadgesBearConfig, TrustedsiteTrustBadgesConfig, TrustooConfig, TrustreviewsProductReviewsConfig, TrustshopProductReviewsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -230,6 +230,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
|
|
|
230
230
|
product: appSetting?.['productHandle'] || '{{ product }}'
|
|
231
231
|
};
|
|
232
232
|
}
|
|
233
|
+
case 'QikifyUpsell':
|
|
234
|
+
{
|
|
235
|
+
return {
|
|
236
|
+
...currentSetting,
|
|
237
|
+
product: appSetting?.['productHandle'] || '{{ product }}'
|
|
238
|
+
};
|
|
239
|
+
}
|
|
233
240
|
default:
|
|
234
241
|
return currentSetting;
|
|
235
242
|
}
|
|
@@ -1136,6 +1143,29 @@ const ShopifySubscriptions = {
|
|
|
1136
1143
|
}
|
|
1137
1144
|
}
|
|
1138
1145
|
};
|
|
1146
|
+
const QikifyUpsell = {
|
|
1147
|
+
QikifyUpsell: {
|
|
1148
|
+
bogo_offer: {
|
|
1149
|
+
product: '{{product}}'
|
|
1150
|
+
},
|
|
1151
|
+
free_gift: {
|
|
1152
|
+
product: '{{product}}'
|
|
1153
|
+
},
|
|
1154
|
+
bundle_offer: {
|
|
1155
|
+
product: '{{product}}'
|
|
1156
|
+
},
|
|
1157
|
+
promotion_badge: {
|
|
1158
|
+
product: '{{product}}'
|
|
1159
|
+
},
|
|
1160
|
+
'order-goal': null,
|
|
1161
|
+
upsurge_offer: {
|
|
1162
|
+
product: '{{product}}'
|
|
1163
|
+
},
|
|
1164
|
+
volume_offer: {
|
|
1165
|
+
product: '{{product}}'
|
|
1166
|
+
}
|
|
1167
|
+
}
|
|
1168
|
+
};
|
|
1139
1169
|
const composeSettingsByWidgetType = {
|
|
1140
1170
|
...HextomCountdownTimerBar,
|
|
1141
1171
|
...EstimatedDeliveryDatePlus,
|
|
@@ -1190,7 +1220,8 @@ const composeSettingsByWidgetType = {
|
|
|
1190
1220
|
...GloColorSwatchvariantImage,
|
|
1191
1221
|
...BfSizeChartSizeGuide,
|
|
1192
1222
|
...HextomFreeShippingBar,
|
|
1193
|
-
...ShopifySubscriptions
|
|
1223
|
+
...ShopifySubscriptions,
|
|
1224
|
+
...QikifyUpsell
|
|
1194
1225
|
};
|
|
1195
1226
|
|
|
1196
1227
|
export { composeSettingsByWidgetType, overrideSettings };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig, EasyBundleBuilderSkailamaConfig, PreorderNowPreOrderPqConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, PreorderNowWodPresaleConfig, YotpoReviewsV3UgcConfig, WhatmoreShoppableVideosreelConfig, ProductOptionsCustomizerConfig, AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, GrowaveConfig, LoloyalLoyaltyReferralsConfig, PowerfulContactFormBuilderConfig, WishlistKingConfig, GloboProductOptionsVariantConfig, KachingBundlesConfig, BestBuyFulfillmentConfig, AftershipEmailMarketingsmsConfig, SegunoEmailMarketingConfig, TrustooConfig, LooxReviewsConfig, SeoantTrustBadgesIconConfig, TrustreviewsProductReviewsConfig, MyappgurusProductReviewsConfig, HulkProductOptionsConfig, TrustshopProductReviewsConfig, StampedConfig, BoostAISearchDiscoveryConfig, EssentialCountdownTimerBarConfig, EssentialAnnouncementBarConfig, OkendoReviewsLoyaltyConfig, EstimatedDeliveryDatePlusConfig, HextomCountdownTimerBarConfig, TrustBadgesBearConfig, TrustedsiteTrustBadgesConfig, GloColorSwatchvariantImageConfig, BfSizeChartSizeGuideConfig, HextomFreeShippingBarConfig, ShopifySubscriptionsConfig } from './appConfig.js';
|
|
1
|
+
import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig, EasyBundleBuilderSkailamaConfig, PreorderNowPreOrderPqConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, PreorderNowWodPresaleConfig, YotpoReviewsV3UgcConfig, WhatmoreShoppableVideosreelConfig, ProductOptionsCustomizerConfig, AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, GrowaveConfig, LoloyalLoyaltyReferralsConfig, PowerfulContactFormBuilderConfig, WishlistKingConfig, GloboProductOptionsVariantConfig, KachingBundlesConfig, BestBuyFulfillmentConfig, AftershipEmailMarketingsmsConfig, SegunoEmailMarketingConfig, TrustooConfig, LooxReviewsConfig, SeoantTrustBadgesIconConfig, TrustreviewsProductReviewsConfig, MyappgurusProductReviewsConfig, HulkProductOptionsConfig, TrustshopProductReviewsConfig, StampedConfig, BoostAISearchDiscoveryConfig, EssentialCountdownTimerBarConfig, EssentialAnnouncementBarConfig, OkendoReviewsLoyaltyConfig, EstimatedDeliveryDatePlusConfig, HextomCountdownTimerBarConfig, TrustBadgesBearConfig, TrustedsiteTrustBadgesConfig, GloColorSwatchvariantImageConfig, BfSizeChartSizeGuideConfig, HextomFreeShippingBarConfig, ShopifySubscriptionsConfig, QikifyUpsellConfig } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -54,7 +54,8 @@ const mapShopifyAppMeta = {
|
|
|
54
54
|
...GloColorSwatchvariantImageConfig,
|
|
55
55
|
...BfSizeChartSizeGuideConfig,
|
|
56
56
|
...HextomFreeShippingBarConfig,
|
|
57
|
-
...ShopifySubscriptionsConfig
|
|
57
|
+
...ShopifySubscriptionsConfig,
|
|
58
|
+
...QikifyUpsellConfig
|
|
58
59
|
};
|
|
59
60
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
60
61
|
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7918,6 +7918,61 @@ type SegmentControlType<T> = {
|
|
|
7918
7918
|
[K in keyof T]-?: Mapped$6<K, T[K]>;
|
|
7919
7919
|
}[keyof T];
|
|
7920
7920
|
|
|
7921
|
+
type Option$4<T> = {
|
|
7922
|
+
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
7923
|
+
label?: string | number;
|
|
7924
|
+
type?: string;
|
|
7925
|
+
icon?: string;
|
|
7926
|
+
tooltip?: string;
|
|
7927
|
+
iconName?: string;
|
|
7928
|
+
};
|
|
7929
|
+
type Mapped$5<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
7930
|
+
id: K;
|
|
7931
|
+
label?: string;
|
|
7932
|
+
info?: string;
|
|
7933
|
+
hide?: boolean;
|
|
7934
|
+
hideOnMode?: {
|
|
7935
|
+
responsive?: boolean;
|
|
7936
|
+
mobileOnly?: boolean;
|
|
7937
|
+
};
|
|
7938
|
+
disableToggle?: boolean;
|
|
7939
|
+
state?: {
|
|
7940
|
+
normal?: boolean;
|
|
7941
|
+
hover?: boolean;
|
|
7942
|
+
focus?: boolean;
|
|
7943
|
+
active?: boolean;
|
|
7944
|
+
};
|
|
7945
|
+
placeholder?: string;
|
|
7946
|
+
type: 'option:value' | 'accordion:segment';
|
|
7947
|
+
options: Option$4<T>[];
|
|
7948
|
+
iconCustom?: boolean;
|
|
7949
|
+
devices?: ResponsiveConfig<U>;
|
|
7950
|
+
} : {
|
|
7951
|
+
id: K;
|
|
7952
|
+
label?: string;
|
|
7953
|
+
info?: string;
|
|
7954
|
+
hide?: boolean;
|
|
7955
|
+
hideOnMode?: {
|
|
7956
|
+
responsive?: boolean;
|
|
7957
|
+
mobileOnly?: boolean;
|
|
7958
|
+
};
|
|
7959
|
+
disableToggle?: boolean;
|
|
7960
|
+
state?: {
|
|
7961
|
+
normal?: boolean;
|
|
7962
|
+
hover?: boolean;
|
|
7963
|
+
focus?: boolean;
|
|
7964
|
+
active?: boolean;
|
|
7965
|
+
};
|
|
7966
|
+
placeholder?: string;
|
|
7967
|
+
type: 'option:value' | 'accordion:segment';
|
|
7968
|
+
options: Option$4<T>[];
|
|
7969
|
+
iconCustom?: boolean;
|
|
7970
|
+
default?: T;
|
|
7971
|
+
};
|
|
7972
|
+
type OptionValueControlType<T> = {
|
|
7973
|
+
[K in keyof T]-?: Mapped$5<K, T[K]>;
|
|
7974
|
+
}[keyof T];
|
|
7975
|
+
|
|
7921
7976
|
type OpenLinkControlType<T> = SharedControlType<T> & {
|
|
7922
7977
|
type: 'open-link';
|
|
7923
7978
|
target?: string;
|
|
@@ -7926,7 +7981,7 @@ type OpenLinkControlType<T> = SharedControlType<T> & {
|
|
|
7926
7981
|
linkType?: 'openApp' | 'install';
|
|
7927
7982
|
};
|
|
7928
7983
|
|
|
7929
|
-
type Option$
|
|
7984
|
+
type Option$3<T> = {
|
|
7930
7985
|
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
7931
7986
|
label?: string | number;
|
|
7932
7987
|
title?: string;
|
|
@@ -7940,7 +7995,7 @@ type Option$4<T> = {
|
|
|
7940
7995
|
note?: string;
|
|
7941
7996
|
maxOption?: number;
|
|
7942
7997
|
};
|
|
7943
|
-
type Mapped$
|
|
7998
|
+
type Mapped$4<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
7944
7999
|
id: K;
|
|
7945
8000
|
label?: string;
|
|
7946
8001
|
info?: string;
|
|
@@ -7959,7 +8014,7 @@ type Mapped$5<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
7959
8014
|
};
|
|
7960
8015
|
placeholder?: string;
|
|
7961
8016
|
type: 'select';
|
|
7962
|
-
options: Option$
|
|
8017
|
+
options: Option$3<T>[];
|
|
7963
8018
|
devices?: ResponsiveConfig<U>;
|
|
7964
8019
|
} : {
|
|
7965
8020
|
id: K;
|
|
@@ -7979,12 +8034,12 @@ type Mapped$5<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
7979
8034
|
};
|
|
7980
8035
|
placeholder?: string;
|
|
7981
8036
|
type: 'select';
|
|
7982
|
-
options: Option$
|
|
8037
|
+
options: Option$3<T>[];
|
|
7983
8038
|
default?: T;
|
|
7984
8039
|
isFullWidth?: boolean;
|
|
7985
8040
|
};
|
|
7986
8041
|
type SelectControlType<T> = {
|
|
7987
|
-
[K in keyof T]-?: Mapped$
|
|
8042
|
+
[K in keyof T]-?: Mapped$4<K, T[K]>;
|
|
7988
8043
|
}[keyof T];
|
|
7989
8044
|
|
|
7990
8045
|
type TextareaControlType<T> = SharedControlType<T> & {
|
|
@@ -8086,6 +8141,7 @@ type SettingUIControl = {
|
|
|
8086
8141
|
settingId: string;
|
|
8087
8142
|
state?: SettingStateType;
|
|
8088
8143
|
}[];
|
|
8144
|
+
toggleStyle?: 'switch' | 'option';
|
|
8089
8145
|
};
|
|
8090
8146
|
setting?: {
|
|
8091
8147
|
id: string;
|
|
@@ -8351,7 +8407,7 @@ type CustomCodeEditor = {
|
|
|
8351
8407
|
id: string;
|
|
8352
8408
|
};
|
|
8353
8409
|
|
|
8354
|
-
type Option$
|
|
8410
|
+
type Option$2<T> = {
|
|
8355
8411
|
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
8356
8412
|
label?: string | number;
|
|
8357
8413
|
type?: string;
|
|
@@ -8359,7 +8415,7 @@ type Option$3<T> = {
|
|
|
8359
8415
|
iconName?: string;
|
|
8360
8416
|
isTextIcon?: boolean;
|
|
8361
8417
|
};
|
|
8362
|
-
type Mapped$
|
|
8418
|
+
type Mapped$3<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
8363
8419
|
id: K;
|
|
8364
8420
|
label: string;
|
|
8365
8421
|
info?: string;
|
|
@@ -8377,10 +8433,10 @@ type Mapped$4<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
8377
8433
|
};
|
|
8378
8434
|
placeholder?: string;
|
|
8379
8435
|
type: 'layout-segment';
|
|
8380
|
-
options: Option$
|
|
8436
|
+
options: Option$2<T>[];
|
|
8381
8437
|
groups?: {
|
|
8382
8438
|
label: string;
|
|
8383
|
-
options: Option$
|
|
8439
|
+
options: Option$2<T>[];
|
|
8384
8440
|
}[];
|
|
8385
8441
|
devices?: ResponsiveConfig<U>;
|
|
8386
8442
|
iconViewBox?: string;
|
|
@@ -8408,10 +8464,10 @@ type Mapped$4<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
8408
8464
|
type: 'layout-segment';
|
|
8409
8465
|
itemPerRow?: number;
|
|
8410
8466
|
itemSpacing?: 'large' | 'small';
|
|
8411
|
-
options?: Option$
|
|
8467
|
+
options?: Option$2<T>[];
|
|
8412
8468
|
groups?: {
|
|
8413
8469
|
label: string;
|
|
8414
|
-
options: Option$
|
|
8470
|
+
options: Option$2<T>[];
|
|
8415
8471
|
}[];
|
|
8416
8472
|
iconViewBox?: string;
|
|
8417
8473
|
enableItemBackground?: boolean;
|
|
@@ -8419,7 +8475,7 @@ type Mapped$4<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
8419
8475
|
default?: T;
|
|
8420
8476
|
};
|
|
8421
8477
|
type LayoutSegmentControlType<T> = {
|
|
8422
|
-
[K in keyof T]-?: Mapped$
|
|
8478
|
+
[K in keyof T]-?: Mapped$3<K, T[K]>;
|
|
8423
8479
|
}[keyof T];
|
|
8424
8480
|
|
|
8425
8481
|
type InputSpacing<T> = SharedControlType<T> & {
|
|
@@ -8546,7 +8602,7 @@ type Actions = {
|
|
|
8546
8602
|
actionHandle?: string;
|
|
8547
8603
|
link?: string;
|
|
8548
8604
|
};
|
|
8549
|
-
type Mapped$
|
|
8605
|
+
type Mapped$2<K, T> = {
|
|
8550
8606
|
id: K;
|
|
8551
8607
|
label: string;
|
|
8552
8608
|
info?: string;
|
|
@@ -8555,7 +8611,7 @@ type Mapped$3<K, T> = {
|
|
|
8555
8611
|
default?: T;
|
|
8556
8612
|
};
|
|
8557
8613
|
type StepsGuide<T> = {
|
|
8558
|
-
[K in keyof T]-?: Mapped$
|
|
8614
|
+
[K in keyof T]-?: Mapped$2<K, T[K]>;
|
|
8559
8615
|
}[keyof T];
|
|
8560
8616
|
|
|
8561
8617
|
type ImageShape<T> = SharedControlType<T> & {
|
|
@@ -8665,14 +8721,14 @@ type SneakPeakRange<T> = SharedControlType<T> & {
|
|
|
8665
8721
|
sneakPeakType?: string;
|
|
8666
8722
|
};
|
|
8667
8723
|
|
|
8668
|
-
type Option$
|
|
8724
|
+
type Option$1<T> = {
|
|
8669
8725
|
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
8670
8726
|
label?: string | number;
|
|
8671
8727
|
type?: string;
|
|
8672
8728
|
icon?: string;
|
|
8673
8729
|
isTextIcon?: boolean;
|
|
8674
8730
|
};
|
|
8675
|
-
type Mapped$
|
|
8731
|
+
type Mapped$1<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
8676
8732
|
id: K;
|
|
8677
8733
|
label: string;
|
|
8678
8734
|
info?: string;
|
|
@@ -8690,7 +8746,7 @@ type Mapped$2<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
8690
8746
|
};
|
|
8691
8747
|
placeholder?: string;
|
|
8692
8748
|
type: 'sneak-peak-type';
|
|
8693
|
-
options: Option$
|
|
8749
|
+
options: Option$1<T>[];
|
|
8694
8750
|
devices?: ResponsiveConfig<U>;
|
|
8695
8751
|
iconViewBox?: string;
|
|
8696
8752
|
enableItemBackground?: boolean;
|
|
@@ -8715,14 +8771,14 @@ type Mapped$2<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
8715
8771
|
};
|
|
8716
8772
|
placeholder?: string;
|
|
8717
8773
|
type: 'sneak-peak-type';
|
|
8718
|
-
options?: Option$
|
|
8774
|
+
options?: Option$1<T>[];
|
|
8719
8775
|
iconViewBox?: string;
|
|
8720
8776
|
enableItemBackground?: boolean;
|
|
8721
8777
|
enableTooltip?: boolean;
|
|
8722
8778
|
default?: T;
|
|
8723
8779
|
};
|
|
8724
8780
|
type SneakPeakTypeControlType<T> = {
|
|
8725
|
-
[K in keyof T]-?: Mapped$
|
|
8781
|
+
[K in keyof T]-?: Mapped$1<K, T[K]>;
|
|
8726
8782
|
}[keyof T];
|
|
8727
8783
|
|
|
8728
8784
|
type ProductInputCurrencyUnitControlType<T> = SharedControlType<T> & {
|
|
@@ -9180,11 +9236,6 @@ type BgPosition = {
|
|
|
9180
9236
|
};
|
|
9181
9237
|
type BgAttachment = 'scroll' | 'fixed' | 'local';
|
|
9182
9238
|
|
|
9183
|
-
type SwitchControlType<T> = SharedControlType<T> & {
|
|
9184
|
-
type: 'switch';
|
|
9185
|
-
readonly?: boolean;
|
|
9186
|
-
};
|
|
9187
|
-
|
|
9188
9239
|
type ImageV2ControlType<T> = SharedControlType<T> & {
|
|
9189
9240
|
type: 'image-v2';
|
|
9190
9241
|
};
|
|
@@ -9194,14 +9245,14 @@ type ComboControlType<T> = SharedControlType<T> & {
|
|
|
9194
9245
|
readonly?: boolean;
|
|
9195
9246
|
};
|
|
9196
9247
|
|
|
9197
|
-
type Option
|
|
9248
|
+
type Option<T> = {
|
|
9198
9249
|
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
9199
9250
|
label?: string | number;
|
|
9200
9251
|
iconName?: string;
|
|
9201
9252
|
type?: string;
|
|
9202
9253
|
noPadding?: string;
|
|
9203
9254
|
};
|
|
9204
|
-
type Mapped
|
|
9255
|
+
type Mapped<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
9205
9256
|
id: K;
|
|
9206
9257
|
label: string;
|
|
9207
9258
|
info?: string;
|
|
@@ -9219,10 +9270,10 @@ type Mapped$1<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
9219
9270
|
};
|
|
9220
9271
|
placeholder?: string;
|
|
9221
9272
|
type: 'layout-selector';
|
|
9222
|
-
options: Option
|
|
9273
|
+
options: Option<T>[];
|
|
9223
9274
|
groups?: {
|
|
9224
9275
|
label: string;
|
|
9225
|
-
options: Option
|
|
9276
|
+
options: Option<T>[];
|
|
9226
9277
|
}[];
|
|
9227
9278
|
devices?: ResponsiveConfig<U>;
|
|
9228
9279
|
iconViewBox?: string;
|
|
@@ -9250,10 +9301,10 @@ type Mapped$1<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
9250
9301
|
type: 'layout-selector';
|
|
9251
9302
|
itemPerRow?: number;
|
|
9252
9303
|
itemSpacing?: 'large' | 'small';
|
|
9253
|
-
options?: Option
|
|
9304
|
+
options?: Option<T>[];
|
|
9254
9305
|
groups?: {
|
|
9255
9306
|
label: string;
|
|
9256
|
-
options: Option
|
|
9307
|
+
options: Option<T>[];
|
|
9257
9308
|
}[];
|
|
9258
9309
|
iconViewBox?: string;
|
|
9259
9310
|
enableItemBackground?: boolean;
|
|
@@ -9261,61 +9312,6 @@ type Mapped$1<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
9261
9312
|
default?: T;
|
|
9262
9313
|
};
|
|
9263
9314
|
type LayoutSelectorControlType<T> = {
|
|
9264
|
-
[K in keyof T]-?: Mapped$1<K, T[K]>;
|
|
9265
|
-
}[keyof T];
|
|
9266
|
-
|
|
9267
|
-
type Option<T> = {
|
|
9268
|
-
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
9269
|
-
label?: string | number;
|
|
9270
|
-
type?: string;
|
|
9271
|
-
icon?: string;
|
|
9272
|
-
tooltip?: string;
|
|
9273
|
-
iconName?: string;
|
|
9274
|
-
};
|
|
9275
|
-
type Mapped<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
9276
|
-
id: K;
|
|
9277
|
-
label?: string;
|
|
9278
|
-
info?: string;
|
|
9279
|
-
hide?: boolean;
|
|
9280
|
-
hideOnMode?: {
|
|
9281
|
-
responsive?: boolean;
|
|
9282
|
-
mobileOnly?: boolean;
|
|
9283
|
-
};
|
|
9284
|
-
disableToggle?: boolean;
|
|
9285
|
-
state?: {
|
|
9286
|
-
normal?: boolean;
|
|
9287
|
-
hover?: boolean;
|
|
9288
|
-
focus?: boolean;
|
|
9289
|
-
active?: boolean;
|
|
9290
|
-
};
|
|
9291
|
-
placeholder?: string;
|
|
9292
|
-
type: 'segment-v2';
|
|
9293
|
-
options: Option<T>[];
|
|
9294
|
-
iconCustom?: boolean;
|
|
9295
|
-
devices?: ResponsiveConfig<U>;
|
|
9296
|
-
} : {
|
|
9297
|
-
id: K;
|
|
9298
|
-
label?: string;
|
|
9299
|
-
info?: string;
|
|
9300
|
-
hide?: boolean;
|
|
9301
|
-
hideOnMode?: {
|
|
9302
|
-
responsive?: boolean;
|
|
9303
|
-
mobileOnly?: boolean;
|
|
9304
|
-
};
|
|
9305
|
-
disableToggle?: boolean;
|
|
9306
|
-
state?: {
|
|
9307
|
-
normal?: boolean;
|
|
9308
|
-
hover?: boolean;
|
|
9309
|
-
focus?: boolean;
|
|
9310
|
-
active?: boolean;
|
|
9311
|
-
};
|
|
9312
|
-
placeholder?: string;
|
|
9313
|
-
type: 'segment-v2';
|
|
9314
|
-
options: Option<T>[];
|
|
9315
|
-
iconCustom?: boolean;
|
|
9316
|
-
default?: T;
|
|
9317
|
-
};
|
|
9318
|
-
type SegmentV2ControlType<T> = {
|
|
9319
9315
|
[K in keyof T]-?: Mapped<K, T[K]>;
|
|
9320
9316
|
}[keyof T];
|
|
9321
9317
|
|
|
@@ -9350,7 +9346,21 @@ type InputSliderControlType<T> = SharedControlType<T> & {
|
|
|
9350
9346
|
maxRelated?: string;
|
|
9351
9347
|
}>;
|
|
9352
9348
|
|
|
9353
|
-
type ControlProp<T> = ProductBundleChildControlType<T> | SelectProductBundleControlType<T> | AngleControlType<T> | CheckboxControlType<T> | ColorPickerControlType<T> | GroupControlType<T> | IconControlType<T> | InputFixContentControlType<T> | InputNumberControlType<T> | InputStepperControlType<T> | InputUnitControlType<T> | InputUnitSpacingControlType<T> | InputUnitWidthControlType<T> | InputControlType<T> | MarginControlType<T> | PaddingControlType<T> | PositionControlType<T> | RadioGroupControlType | RangeControlType<T> | SegmentControlType<T> | Option$5<T> | OpenLinkControlType<T> | SelectControlType<T> | Option$
|
|
9349
|
+
type ControlProp<T> = (ProductBundleChildControlType<T> | SelectProductBundleControlType<T> | AngleControlType<T> | CheckboxControlType<T> | ColorPickerControlType<T> | GroupControlType<T> | IconControlType<T> | InputFixContentControlType<T> | InputNumberControlType<T> | InputStepperControlType<T> | InputUnitControlType<T> | InputUnitSpacingControlType<T> | InputUnitWidthControlType<T> | InputControlType<T> | MarginControlType<T> | PaddingControlType<T> | PositionControlType<T> | RadioGroupControlType | RangeControlType<T> | SegmentControlType<T> | Option$5<T> | OptionValueControlType<T> | OpenLinkControlType<T> | SelectControlType<T> | Option$3<T> | TextareaControlType<T> | ToggleControlType<T> | ImageControlType<T> | ChildrensControlType | GridControlType<T> | FlexControlType<T> | TextEditorControlType<T> | ProductControlType<T> | TypographyControlType<T> | TypographyV2ControlType<T> | MenuControlType<T> | BehaviorStateControlType<T> | PickLinkControlType<T> | BoxShadowControlType<T> | TextShadowControlType<T> | BorderControlType<T> | BorderRadiusControlType<T> | RadiusPresetControlType<T> | SizeControlType<T> | ChildItemType<T> | PickMultiProductControlType<T> | CollectionControlType<T> | BackgroundControlType<T> | VisibilityControlType<T> | SelectVariantControlType | VariantListingControlType | CountdownEvergreenType | Timezone<T> | CustomContentControlType<T> | DateTimePickerControlType | CountdownDailyType | KlaviyoCodes | YotpoLoyaltyCodes | InputWidthControlType<T> | LayoutSegmentControlType<T> | InputSpacing<T> | UniqueIdControlType<T> | PositionSquareControlType<T> | CustomCodeEditor | LayoutControlType<T> | LayoutBannerControlType<T> | SwatchesLinkControlType<T> | VariantSwatchesPresetControlType<T> | VariantSwatchesOnlyDefaultVariantControlType<T> | ProductListControlType<T> | ArticleListControlType<T> | CollectionBannerControlType<T> | Ratio<T> | StickyDisplayControlType<T> | SyncProductPropertiesControlType<T> | StepsGuide<T> | ImageShape<T> | GridArrange<T> | SizeSetting$1<T> | ChildIconType<T> | DropdownInput<T> | Dropdown<T> | AliPickSectionControlType<T> | ParallaxScrollingType<T> | BackgroundColorPickerType<T> | PlayPauseControlType<T> | LayoutCustomSegmentControlType<T> | SneakPeakRange<T> | SneakPeakTypeControlType<T> | SneakPeakControlType<T> | ProductInputCurrencyUnitControlType<T> | TypographyPostPurchaseControlType<T> | ProductOffersControlType<T> | DiscountAndShippingFee<T> | PostPurchaseTextareaControlType<T> | NotesControlType<T> | ButtonLayoutType<T> | ShapeSelectorControlType<T> | DisplayTriggerControlType<T> | CustomPositionControlType<T> | DealControlType<T> | ProductHandleType<T> | ColorPickerV2ControlType<T> | BorderV2ControlType<T> | CornerV2ControlType<T> | PaddingV2ControlType<T> | BackgroundImageType<T> | BackgroundVideoType<T> | ShadowV2ControlType<T> | BackgroundMediaControlType<T> | BackgroundVideoType<T> | ImageV2ControlType<T> | LayoutSelectorControlType<T> | ComboControlType<T> | DynamicOfferQuantity<T> | ImagePostPurchase<T> | InputSliderControlType<T> | VariantSwatchesPresetV2ControlType<T>) & {
|
|
9350
|
+
validate?: ValidateType;
|
|
9351
|
+
};
|
|
9352
|
+
type ValidateType = {
|
|
9353
|
+
type: 'object' | 'string' | 'number' | 'boolean';
|
|
9354
|
+
properties?: Record<string, ValidateType>;
|
|
9355
|
+
pattern?: string;
|
|
9356
|
+
enum?: (string | number)[];
|
|
9357
|
+
maximum?: number;
|
|
9358
|
+
minimum?: number;
|
|
9359
|
+
minLength?: number;
|
|
9360
|
+
maxLength?: number;
|
|
9361
|
+
required?: string[];
|
|
9362
|
+
additionalProperties?: boolean;
|
|
9363
|
+
};
|
|
9354
9364
|
type ControlTriggerAction = {
|
|
9355
9365
|
controlId: string;
|
|
9356
9366
|
newValue?: any;
|
|
@@ -47050,4 +47060,4 @@ declare const useInteraction: () => {
|
|
|
47050
47060
|
interactionListenerLoaded: (callback: () => void) => void;
|
|
47051
47061
|
};
|
|
47052
47062
|
|
|
47053
|
-
export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, Background, BackgroundImageValue, BackgroundMedia, BackgroundVideoValue, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DeepPartial, Dropdown, DynamicCollection, DynamicProduct, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, Option$4 as Option, OptionNormalStyle, OptionSpecialStyle, Options$1 as Options, PaddingType, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedShopMetasQueryVariables, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, SaleFunnelOfferDocument, SaleFunnelOfferQueryResponse, SaleFunnelOfferQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, Setting, SettingByAnimationType, SettingByAnimationValues, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopProvider, ShopProviderProps, ShopShopifyDocument, ShopShopifyQueryResponse, ShopShopifyQueryVariables, shop as ShopType, SizeProps, SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StampedWidgetTypeV2, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TrustooWidgetTypeV2, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBackgroundImageCss, composeBorderCss, composeBorderResponsive, composeClasses, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadow, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTextHoverColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertHTML, convertOldLayout, convertTextAlignToJustify, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterToolbarPreview, filterTruthyStyles, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAlignmentClasses, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBgImageSourceByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCornerStyle, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getLayoutClasses, getPaddingGlobalSize, getPaddingStyleByDevice, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStylePadding, getResponsiveStyleShadow, getResponsiveStyleShadowWithoutState, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBackgroundImageByDevice, getStyleBgColor, getStyleBgImageSource, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, shopifyPriceRounding, splitStyle, styles, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFormatMoney, useHasPreSelected, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductShopifyEditLink, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useShopifyLink, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useTimezone, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
|
|
47063
|
+
export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, Background, BackgroundImageValue, BackgroundMedia, BackgroundVideoValue, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DeepPartial, Dropdown, DynamicCollection, DynamicProduct, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, Option$3 as Option, OptionNormalStyle, OptionSpecialStyle, Options$1 as Options, PaddingType, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedShopMetasQueryVariables, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, SaleFunnelOfferDocument, SaleFunnelOfferQueryResponse, SaleFunnelOfferQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, Setting, SettingByAnimationType, SettingByAnimationValues, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopProvider, ShopProviderProps, ShopShopifyDocument, ShopShopifyQueryResponse, ShopShopifyQueryVariables, shop as ShopType, SizeProps, SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StampedWidgetTypeV2, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TrustooWidgetTypeV2, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, ValidateType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBackgroundImageCss, composeBorderCss, composeBorderResponsive, composeClasses, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadow, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTextHoverColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertHTML, convertOldLayout, convertTextAlignToJustify, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterToolbarPreview, filterTruthyStyles, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAlignmentClasses, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBgImageSourceByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCornerStyle, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getLayoutClasses, getPaddingGlobalSize, getPaddingStyleByDevice, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStylePadding, getResponsiveStyleShadow, getResponsiveStyleShadowWithoutState, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBackgroundImageByDevice, getStyleBgColor, getStyleBgImageSource, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, shopifyPriceRounding, splitStyle, styles, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFormatMoney, useHasPreSelected, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductShopifyEditLink, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useShopifyLink, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useTimezone, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
|