@gem-sdk/core 1.58.0-dev.114 → 1.58.0-dev.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/dist/cjs/helpers/third-party/appConfig.js +14 -0
- package/dist/cjs/helpers/third-party/appSetting.js +68 -1
- package/dist/cjs/helpers/third-party/constant.js +3 -1
- package/dist/esm/helpers/third-party/appConfig.js +13 -1
- package/dist/esm/helpers/third-party/appSetting.js +68 -1
- package/dist/esm/helpers/third-party/constant.js +4 -2
- package/package.json +1 -1
|
@@ -228,6 +228,18 @@ const PowrContactFormBuilderConfig = {
|
|
|
228
228
|
appId: '1412fe37-d89c-4706-a797-6e2b53cb4a69'
|
|
229
229
|
}
|
|
230
230
|
};
|
|
231
|
+
const MyappgurusProductReviewsConfig = {
|
|
232
|
+
MyappgurusProductReviews: {
|
|
233
|
+
appName: 'mag-product-reviews',
|
|
234
|
+
appId: '0cf5caa0-e138-46b8-999b-520d16633e4c'
|
|
235
|
+
}
|
|
236
|
+
};
|
|
237
|
+
const TrustreviewsProductReviewsConfig = {
|
|
238
|
+
TrustreviewsProductReviews: {
|
|
239
|
+
appName: 'trustreviews',
|
|
240
|
+
appId: '56d0fe1b-e701-4cff-8f84-466a26e09adb'
|
|
241
|
+
}
|
|
242
|
+
};
|
|
231
243
|
|
|
232
244
|
exports.AftershipEmailMarketingsmsConfig = AftershipEmailMarketingsmsConfig;
|
|
233
245
|
exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
|
|
@@ -246,6 +258,7 @@ exports.KiteFreeGiftDiscountConfig = KiteFreeGiftDiscountConfig;
|
|
|
246
258
|
exports.LoloyalLoyaltyReferralsConfig = LoloyalLoyaltyReferralsConfig;
|
|
247
259
|
exports.LoopSubscriptionsConfig = LoopSubscriptionsConfig;
|
|
248
260
|
exports.LooxReviewsConfig = LooxReviewsConfig;
|
|
261
|
+
exports.MyappgurusProductReviewsConfig = MyappgurusProductReviewsConfig;
|
|
249
262
|
exports.PowerfulContactFormBuilderConfig = PowerfulContactFormBuilderConfig;
|
|
250
263
|
exports.PowrContactFormBuilderConfig = PowrContactFormBuilderConfig;
|
|
251
264
|
exports.PreorderNowPreOrderPqConfig = PreorderNowPreOrderPqConfig;
|
|
@@ -263,6 +276,7 @@ exports.SkioSubscriptionsYcS20Config = SkioSubscriptionsYcS20Config;
|
|
|
263
276
|
exports.SproutPlantTreesGrowSalesConfig = SproutPlantTreesGrowSalesConfig;
|
|
264
277
|
exports.SubifySubscriptionsConfig = SubifySubscriptionsConfig;
|
|
265
278
|
exports.TrustooConfig = TrustooConfig;
|
|
279
|
+
exports.TrustreviewsProductReviewsConfig = TrustreviewsProductReviewsConfig;
|
|
266
280
|
exports.UnlimitedBundlesDiscountsConfig = UnlimitedBundlesDiscountsConfig;
|
|
267
281
|
exports.WhatmoreShoppableVideosreelConfig = WhatmoreShoppableVideosreelConfig;
|
|
268
282
|
exports.WishlistKingConfig = WishlistKingConfig;
|
|
@@ -702,11 +702,78 @@ const SeoantTrustBadgesIcon = {
|
|
|
702
702
|
const PowrContactFormBuilder = {
|
|
703
703
|
PowrContactFormBuilder: {
|
|
704
704
|
'app-block': {
|
|
705
|
-
|
|
705
|
+
app_id: ''
|
|
706
706
|
}
|
|
707
707
|
}
|
|
708
708
|
};
|
|
709
|
+
const MyappgurusProductReviews = {
|
|
710
|
+
MyappgurusProductReviews: {
|
|
711
|
+
allReviews: {
|
|
712
|
+
Show_by_label: ''
|
|
713
|
+
},
|
|
714
|
+
allReviewsCounter: {
|
|
715
|
+
out_of_label: '',
|
|
716
|
+
stars_based_on_label: '',
|
|
717
|
+
reviews_label: ''
|
|
718
|
+
},
|
|
719
|
+
form: {
|
|
720
|
+
block_heading: '',
|
|
721
|
+
no_rating: '',
|
|
722
|
+
subtitle2: '',
|
|
723
|
+
review_btn: '',
|
|
724
|
+
see_all_reviews_label: '',
|
|
725
|
+
form_heading: '',
|
|
726
|
+
name_label: '',
|
|
727
|
+
email_label: '',
|
|
728
|
+
review_title_label: '',
|
|
729
|
+
review_description_label: '',
|
|
730
|
+
ratings_label: '',
|
|
731
|
+
delivery_ratings_label: '',
|
|
732
|
+
payment_ratings_label: '',
|
|
733
|
+
price_ratings_label: '',
|
|
734
|
+
review_image_label: '',
|
|
735
|
+
submit_btn_label: '',
|
|
736
|
+
cancel_btn_label: '',
|
|
737
|
+
sort_label: '',
|
|
738
|
+
sort1_label: '',
|
|
739
|
+
sort2_label: '',
|
|
740
|
+
sort3_label: '',
|
|
741
|
+
showing_label: '',
|
|
742
|
+
to_label: '',
|
|
743
|
+
of_label: '',
|
|
744
|
+
results_label: ''
|
|
745
|
+
},
|
|
746
|
+
star: null
|
|
747
|
+
}
|
|
748
|
+
};
|
|
749
|
+
const TrustreviewsProductReviews = {
|
|
750
|
+
TrustreviewsProductReviews: {
|
|
751
|
+
questions_widget: {
|
|
752
|
+
product: '{{ product }}'
|
|
753
|
+
},
|
|
754
|
+
'review-carousel': null,
|
|
755
|
+
reviews_text_widget: null,
|
|
756
|
+
reviews_widget: {
|
|
757
|
+
product: '{{ product }}'
|
|
758
|
+
},
|
|
759
|
+
shop_reviews_widget: null,
|
|
760
|
+
star_rating: {
|
|
761
|
+
product: '{{product}}',
|
|
762
|
+
hide_on_no_reviews: false,
|
|
763
|
+
enable_jsonld: false,
|
|
764
|
+
starsize: 16,
|
|
765
|
+
addtional_text: ''
|
|
766
|
+
},
|
|
767
|
+
'reviews-testimonials': null,
|
|
768
|
+
all_reviews_widget: null,
|
|
769
|
+
'review-cards': null,
|
|
770
|
+
'review-gallery': null,
|
|
771
|
+
medals: null
|
|
772
|
+
}
|
|
773
|
+
};
|
|
709
774
|
const composeSettingsByWidgetType = {
|
|
775
|
+
...MyappgurusProductReviews,
|
|
776
|
+
...TrustreviewsProductReviews,
|
|
710
777
|
...PowrContactFormBuilder,
|
|
711
778
|
...SeoantTrustBadgesIcon,
|
|
712
779
|
...SegunoEmailMarketing,
|
|
@@ -40,7 +40,9 @@ const mapShopifyAppMeta = {
|
|
|
40
40
|
...appConfig.TrustooConfig,
|
|
41
41
|
...appConfig.LooxReviewsConfig,
|
|
42
42
|
...appConfig.SeoantTrustBadgesIconConfig,
|
|
43
|
-
...appConfig.PowrContactFormBuilderConfig
|
|
43
|
+
...appConfig.PowrContactFormBuilderConfig,
|
|
44
|
+
...appConfig.MyappgurusProductReviewsConfig,
|
|
45
|
+
...appConfig.TrustreviewsProductReviewsConfig
|
|
44
46
|
};
|
|
45
47
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
46
48
|
|
|
@@ -226,5 +226,17 @@ const PowrContactFormBuilderConfig = {
|
|
|
226
226
|
appId: '1412fe37-d89c-4706-a797-6e2b53cb4a69'
|
|
227
227
|
}
|
|
228
228
|
};
|
|
229
|
+
const MyappgurusProductReviewsConfig = {
|
|
230
|
+
MyappgurusProductReviews: {
|
|
231
|
+
appName: 'mag-product-reviews',
|
|
232
|
+
appId: '0cf5caa0-e138-46b8-999b-520d16633e4c'
|
|
233
|
+
}
|
|
234
|
+
};
|
|
235
|
+
const TrustreviewsProductReviewsConfig = {
|
|
236
|
+
TrustreviewsProductReviews: {
|
|
237
|
+
appName: 'trustreviews',
|
|
238
|
+
appId: '56d0fe1b-e701-4cff-8f84-466a26e09adb'
|
|
239
|
+
}
|
|
240
|
+
};
|
|
229
241
|
|
|
230
|
-
export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloboProductOptionsVariantConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, LooxReviewsConfig, PowerfulContactFormBuilderConfig, PowrContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SegunoEmailMarketingConfig, SelleasyConfig, SeoantTrustBadgesIconConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, TrustooConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
242
|
+
export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloboProductOptionsVariantConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, LooxReviewsConfig, MyappgurusProductReviewsConfig, PowerfulContactFormBuilderConfig, PowrContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SegunoEmailMarketingConfig, SelleasyConfig, SeoantTrustBadgesIconConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, TrustooConfig, TrustreviewsProductReviewsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -700,11 +700,78 @@ const SeoantTrustBadgesIcon = {
|
|
|
700
700
|
const PowrContactFormBuilder = {
|
|
701
701
|
PowrContactFormBuilder: {
|
|
702
702
|
'app-block': {
|
|
703
|
-
|
|
703
|
+
app_id: ''
|
|
704
704
|
}
|
|
705
705
|
}
|
|
706
706
|
};
|
|
707
|
+
const MyappgurusProductReviews = {
|
|
708
|
+
MyappgurusProductReviews: {
|
|
709
|
+
allReviews: {
|
|
710
|
+
Show_by_label: ''
|
|
711
|
+
},
|
|
712
|
+
allReviewsCounter: {
|
|
713
|
+
out_of_label: '',
|
|
714
|
+
stars_based_on_label: '',
|
|
715
|
+
reviews_label: ''
|
|
716
|
+
},
|
|
717
|
+
form: {
|
|
718
|
+
block_heading: '',
|
|
719
|
+
no_rating: '',
|
|
720
|
+
subtitle2: '',
|
|
721
|
+
review_btn: '',
|
|
722
|
+
see_all_reviews_label: '',
|
|
723
|
+
form_heading: '',
|
|
724
|
+
name_label: '',
|
|
725
|
+
email_label: '',
|
|
726
|
+
review_title_label: '',
|
|
727
|
+
review_description_label: '',
|
|
728
|
+
ratings_label: '',
|
|
729
|
+
delivery_ratings_label: '',
|
|
730
|
+
payment_ratings_label: '',
|
|
731
|
+
price_ratings_label: '',
|
|
732
|
+
review_image_label: '',
|
|
733
|
+
submit_btn_label: '',
|
|
734
|
+
cancel_btn_label: '',
|
|
735
|
+
sort_label: '',
|
|
736
|
+
sort1_label: '',
|
|
737
|
+
sort2_label: '',
|
|
738
|
+
sort3_label: '',
|
|
739
|
+
showing_label: '',
|
|
740
|
+
to_label: '',
|
|
741
|
+
of_label: '',
|
|
742
|
+
results_label: ''
|
|
743
|
+
},
|
|
744
|
+
star: null
|
|
745
|
+
}
|
|
746
|
+
};
|
|
747
|
+
const TrustreviewsProductReviews = {
|
|
748
|
+
TrustreviewsProductReviews: {
|
|
749
|
+
questions_widget: {
|
|
750
|
+
product: '{{ product }}'
|
|
751
|
+
},
|
|
752
|
+
'review-carousel': null,
|
|
753
|
+
reviews_text_widget: null,
|
|
754
|
+
reviews_widget: {
|
|
755
|
+
product: '{{ product }}'
|
|
756
|
+
},
|
|
757
|
+
shop_reviews_widget: null,
|
|
758
|
+
star_rating: {
|
|
759
|
+
product: '{{product}}',
|
|
760
|
+
hide_on_no_reviews: false,
|
|
761
|
+
enable_jsonld: false,
|
|
762
|
+
starsize: 16,
|
|
763
|
+
addtional_text: ''
|
|
764
|
+
},
|
|
765
|
+
'reviews-testimonials': null,
|
|
766
|
+
all_reviews_widget: null,
|
|
767
|
+
'review-cards': null,
|
|
768
|
+
'review-gallery': null,
|
|
769
|
+
medals: null
|
|
770
|
+
}
|
|
771
|
+
};
|
|
707
772
|
const composeSettingsByWidgetType = {
|
|
773
|
+
...MyappgurusProductReviews,
|
|
774
|
+
...TrustreviewsProductReviews,
|
|
708
775
|
...PowrContactFormBuilder,
|
|
709
776
|
...SeoantTrustBadgesIcon,
|
|
710
777
|
...SegunoEmailMarketing,
|
|
@@ -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, PowrContactFormBuilderConfig } 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, PowrContactFormBuilderConfig, MyappgurusProductReviewsConfig, TrustreviewsProductReviewsConfig } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -38,7 +38,9 @@ const mapShopifyAppMeta = {
|
|
|
38
38
|
...TrustooConfig,
|
|
39
39
|
...LooxReviewsConfig,
|
|
40
40
|
...SeoantTrustBadgesIconConfig,
|
|
41
|
-
...PowrContactFormBuilderConfig
|
|
41
|
+
...PowrContactFormBuilderConfig,
|
|
42
|
+
...MyappgurusProductReviewsConfig,
|
|
43
|
+
...TrustreviewsProductReviewsConfig
|
|
42
44
|
};
|
|
43
45
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
44
46
|
|