@selfcommunity/react-ui 0.11.0-alpha.67 → 0.11.0-alpha.68
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/lib/cjs/assets/checkout/general.d.ts +2 -0
- package/lib/cjs/assets/checkout/general.js +3 -0
- package/lib/cjs/assets/checkout/success.d.ts +2 -0
- package/lib/cjs/assets/checkout/success.js +3 -0
- package/lib/cjs/assets/custom/formazione.d.ts +2 -0
- package/lib/cjs/assets/custom/formazione.js +3 -0
- package/lib/cjs/components/AcceptRequestUserEventButton/AcceptRequestUserEventButton.js +20 -2
- package/lib/cjs/components/AcceptRequestUserGroupButton/AcceptRequestUserGroupButton.d.ts +61 -0
- package/lib/cjs/components/AcceptRequestUserGroupButton/AcceptRequestUserGroupButton.js +106 -0
- package/lib/cjs/components/AcceptRequestUserGroupButton/index.d.ts +3 -0
- package/lib/cjs/components/AcceptRequestUserGroupButton/index.js +5 -0
- package/lib/cjs/components/BottomNavigation/BottomNavigation.d.ts +1 -1
- package/lib/cjs/components/BottomNavigation/BottomNavigation.js +2 -2
- package/lib/cjs/components/BuyButton/BuyButton.d.ts +73 -0
- package/lib/cjs/components/BuyButton/BuyButton.js +196 -0
- package/lib/cjs/components/BuyButton/index.d.ts +3 -0
- package/lib/cjs/components/BuyButton/index.js +5 -0
- package/lib/cjs/components/CategoriesSuggestionWidget/CategoriesSuggestionWidget.js +5 -3
- package/lib/cjs/components/Category/Category.d.ts +5 -0
- package/lib/cjs/components/Category/Category.js +5 -5
- package/lib/cjs/components/CategoryFollowButton/CategoryFollowButton.d.ts +4 -0
- package/lib/cjs/components/CategoryFollowButton/CategoryFollowButton.js +32 -6
- package/lib/cjs/components/CategoryHeader/CategoryHeader.js +6 -1
- package/lib/cjs/components/CategoryTrendingUsersWidget/CategoryTrendingUsersWidget.js +9 -2
- package/lib/cjs/components/Checkout/Checkout.d.ts +14 -0
- package/lib/cjs/components/Checkout/Checkout.js +131 -0
- package/lib/cjs/components/Checkout/CheckoutHeaderInfoWidget.d.ts +8 -0
- package/lib/cjs/components/Checkout/CheckoutHeaderInfoWidget.js +34 -0
- package/lib/cjs/components/Checkout/Skeleton.d.ts +21 -0
- package/lib/cjs/components/Checkout/Skeleton.js +87 -0
- package/lib/cjs/components/Checkout/constants.d.ts +1 -0
- package/lib/cjs/components/Checkout/constants.js +4 -0
- package/lib/cjs/components/Checkout/index.d.ts +3 -0
- package/lib/cjs/components/Checkout/index.js +5 -0
- package/lib/cjs/components/CheckoutReturnDialog/CheckoutReturnDialog.d.ts +10 -0
- package/lib/cjs/components/CheckoutReturnDialog/CheckoutReturnDialog.js +171 -0
- package/lib/cjs/components/CheckoutReturnDialog/index.d.ts +3 -0
- package/lib/cjs/components/CheckoutReturnDialog/index.js +5 -0
- package/lib/cjs/components/CommunityPaywalls/CommunityPaywalls.d.ts +8 -0
- package/lib/cjs/components/CommunityPaywalls/CommunityPaywalls.js +69 -0
- package/lib/cjs/components/CommunityPaywalls/Skeleton.d.ts +27 -0
- package/lib/cjs/components/CommunityPaywalls/Skeleton.js +53 -0
- package/lib/cjs/components/CommunityPaywalls/constants.d.ts +1 -0
- package/lib/cjs/components/CommunityPaywalls/constants.js +4 -0
- package/lib/cjs/components/CommunityPaywalls/index.d.ts +4 -0
- package/lib/cjs/components/CommunityPaywalls/index.js +8 -0
- package/lib/cjs/components/Composer/Composer.d.ts +1 -0
- package/lib/cjs/components/Composer/Composer.js +82 -18
- package/lib/cjs/components/Composer/Content/ContentDiscussion/ContentDiscussion.js +2 -2
- package/lib/cjs/components/Composer/Content/ContentPoll/ContentPoll.js +2 -2
- package/lib/cjs/components/Composer/Content/ContentPost/ContentPost.js +2 -2
- package/lib/cjs/components/Composer/Layer/AudienceLayer/AudienceLayer.js +20 -13
- package/lib/cjs/components/Composer/Layer/ScheduledLayer/ScheduledLayer.d.ts +9 -0
- package/lib/cjs/components/Composer/Layer/ScheduledLayer/ScheduledLayer.js +61 -0
- package/lib/cjs/components/Composer/Layer/ScheduledLayer/index.d.ts +3 -0
- package/lib/cjs/components/Composer/Layer/ScheduledLayer/index.js +5 -0
- package/lib/cjs/components/ComposerIconButton/ComposerIconButton.js +2 -1
- package/lib/cjs/components/ConnectionUserButton/ConnectionUserButton.js +6 -0
- package/lib/cjs/components/Course/Course.d.ts +5 -0
- package/lib/cjs/components/Course/Course.js +3 -3
- package/lib/cjs/components/CourseDashboard/Header.d.ts +2 -2
- package/lib/cjs/components/CourseDashboard/Header.js +8 -1
- package/lib/cjs/components/CourseDashboard/Student.d.ts +2 -2
- package/lib/cjs/components/CourseDashboard/Student.js +15 -4
- package/lib/cjs/components/CourseForm/CourseForm.d.ts +5 -0
- package/lib/cjs/components/CourseForm/CourseForm.js +36 -5
- package/lib/cjs/components/CourseJoinButton/CourseJoinButton.d.ts +1 -6
- package/lib/cjs/components/CourseJoinButton/CourseJoinButton.js +9 -7
- package/lib/cjs/components/CreateCourseButton/CreateCourseButton.js +1 -1
- package/lib/cjs/components/CreatePaymentProductForm/CreatePaymentProductForm.d.ts +10 -0
- package/lib/cjs/components/CreatePaymentProductForm/CreatePaymentProductForm.js +144 -0
- package/lib/cjs/components/CreatePaymentProductForm/constants.d.ts +1 -0
- package/lib/cjs/components/CreatePaymentProductForm/constants.js +4 -0
- package/lib/cjs/components/CreatePaymentProductForm/index.d.ts +3 -0
- package/lib/cjs/components/CreatePaymentProductForm/index.js +5 -0
- package/lib/cjs/components/EditEventButton/EditEventButton.js +1 -0
- package/lib/cjs/components/Editor/Editor.d.ts +1 -1
- package/lib/cjs/components/Editor/nodes/HashtagNode.d.ts +1 -1
- package/lib/cjs/components/Editor/nodes/HashtagNode.js +4 -4
- package/lib/cjs/components/Editor/nodes/ImageNode.d.ts +1 -1
- package/lib/cjs/components/Editor/nodes/ImageNode.js +6 -6
- package/lib/cjs/components/Editor/nodes/MentionNode.d.ts +1 -1
- package/lib/cjs/components/Editor/nodes/MentionNode.js +4 -4
- package/lib/cjs/components/Editor/plugins/ApiPlugin.d.ts +1 -1
- package/lib/cjs/components/Editor/plugins/MentionsPlugin.d.ts +2 -2
- package/lib/cjs/components/Editor/shared/useDecorators.d.ts +2 -2
- package/lib/cjs/components/Event/Event.d.ts +5 -0
- package/lib/cjs/components/Event/Event.js +2 -2
- package/lib/cjs/components/EventForm/EventForm.js +47 -16
- package/lib/cjs/components/EventForm/types.d.ts +8 -5
- package/lib/cjs/components/EventFormDialog/EventFormDialog.js +7 -1
- package/lib/cjs/components/EventHeader/EventHeader.js +12 -3
- package/lib/cjs/components/EventInfoWidget/EventInfoWidget.js +27 -4
- package/lib/cjs/components/EventMediaWidget/asUploadButton.d.ts +1 -1
- package/lib/cjs/components/EventMembersWidget/EventMembersWidget.js +11 -2
- package/lib/cjs/components/EventMembersWidget/TabContentComponent.js +23 -13
- package/lib/cjs/components/EventSubscribeButton/EventSubscribeButton.js +18 -7
- package/lib/cjs/components/Feed/Feed.d.ts +2 -2
- package/lib/cjs/components/Feed/Skeleton.d.ts +1 -1
- package/lib/cjs/components/FeedObject/Activities/Activities.js +1 -1
- package/lib/cjs/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +2 -1
- package/lib/cjs/components/FeedObject/FeedObject.js +16 -6
- package/lib/cjs/components/FeedObject/Poll/Choice/Choice.js +1 -1
- package/lib/cjs/components/FeedObject/Poll/Poll.js +1 -1
- package/lib/cjs/components/Group/Group.d.ts +6 -1
- package/lib/cjs/components/Group/Group.js +3 -3
- package/lib/cjs/components/GroupForm/GroupForm.js +37 -7
- package/lib/cjs/components/GroupHeader/GroupHeader.js +10 -2
- package/lib/cjs/components/GroupMembersWidget/GroupMembersWidget.js +3 -1
- package/lib/cjs/components/GroupRequestsWidget/GroupRequestsWidget.d.ts +7 -2
- package/lib/cjs/components/GroupRequestsWidget/GroupRequestsWidget.js +6 -4
- package/lib/cjs/components/GroupSettingsIconButton/GroupSettingsIconButton.js +4 -2
- package/lib/cjs/components/GroupSubscribeButton/GroupSubscribeButton.d.ts +3 -8
- package/lib/cjs/components/GroupSubscribeButton/GroupSubscribeButton.js +30 -8
- package/lib/cjs/components/InlineComposerWidget/InlineComposerWidget.js +3 -2
- package/lib/cjs/components/LiveStreamForm/types.d.ts +3 -3
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ControlBar.d.ts +1 -1
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/FocusLayout.d.ts +1 -1
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/SettingsMenuToggle.d.ts +1 -1
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/utils.d.ts +2 -2
- package/lib/cjs/components/LiveStreamRoom/types.d.ts +1 -1
- package/lib/cjs/components/NavigationMenuIconButton/DefaultDrawerContent.d.ts +1 -0
- package/lib/cjs/components/NavigationMenuIconButton/DefaultDrawerContent.js +42 -4
- package/lib/cjs/components/NavigationMenuIconButton/DefaultDrawerSkeleton.d.ts +1 -1
- package/lib/cjs/components/NavigationMenuIconButton/DefaultHeaderContent.d.ts +1 -1
- package/lib/cjs/components/NavigationMenuIconButton/NavigationMenuDrawer.d.ts +6 -0
- package/lib/cjs/components/NavigationMenuIconButton/NavigationMenuDrawer.js +1 -1
- package/lib/cjs/components/NavigationSettingsIconButton/NavigationSettingsIconButton.js +28 -5
- package/lib/cjs/components/NavigationToolbar/NavigationToolbar.js +8 -3
- package/lib/cjs/components/NavigationToolbarMobile/NavigationToolbarMobile.js +1 -1
- package/lib/cjs/components/PaymentDetailDialog/PaymentDetailDialog.d.ts +6 -0
- package/lib/cjs/components/PaymentDetailDialog/PaymentDetailDialog.js +40 -0
- package/lib/cjs/components/PaymentDetailDialog/index.d.ts +3 -0
- package/lib/cjs/components/PaymentDetailDialog/index.js +5 -0
- package/lib/cjs/components/PaymentOrder/PaymentOrder.d.ts +10 -0
- package/lib/cjs/components/PaymentOrder/PaymentOrder.js +80 -0
- package/lib/cjs/components/PaymentOrder/Skeleton.d.ts +30 -0
- package/lib/cjs/components/PaymentOrder/Skeleton.js +61 -0
- package/lib/cjs/components/PaymentOrder/constants.d.ts +1 -0
- package/lib/cjs/components/PaymentOrder/constants.js +4 -0
- package/lib/cjs/components/PaymentOrder/index.d.ts +3 -0
- package/lib/cjs/components/PaymentOrder/index.js +5 -0
- package/lib/cjs/components/PaymentOrderPdfButton/PaymentOrderPdfButton.d.ts +52 -0
- package/lib/cjs/components/PaymentOrderPdfButton/PaymentOrderPdfButton.js +74 -0
- package/lib/cjs/components/PaymentOrderPdfButton/index.d.ts +3 -0
- package/lib/cjs/components/PaymentOrderPdfButton/index.js +5 -0
- package/lib/cjs/components/PaymentOrders/PaymentOrders.d.ts +17 -0
- package/lib/cjs/components/PaymentOrders/PaymentOrders.js +264 -0
- package/lib/cjs/components/PaymentOrders/index.d.ts +3 -0
- package/lib/cjs/components/PaymentOrders/index.js +5 -0
- package/lib/cjs/components/PaymentProduct/PaymentProduct.d.ts +18 -0
- package/lib/cjs/components/PaymentProduct/PaymentProduct.js +48 -0
- package/lib/cjs/components/PaymentProduct/Skeleton.d.ts +25 -0
- package/lib/cjs/components/PaymentProduct/Skeleton.js +55 -0
- package/lib/cjs/components/PaymentProduct/constants.d.ts +1 -0
- package/lib/cjs/components/PaymentProduct/constants.js +4 -0
- package/lib/cjs/components/PaymentProduct/index.d.ts +3 -0
- package/lib/cjs/components/PaymentProduct/index.js +5 -0
- package/lib/cjs/components/PaymentProductPrice/PaymentProductPrice.d.ts +15 -0
- package/lib/cjs/components/PaymentProductPrice/PaymentProductPrice.js +61 -0
- package/lib/cjs/components/PaymentProductPrice/Skeleton.d.ts +21 -0
- package/lib/cjs/components/PaymentProductPrice/Skeleton.js +46 -0
- package/lib/cjs/components/PaymentProductPrice/constants.d.ts +1 -0
- package/lib/cjs/components/PaymentProductPrice/constants.js +4 -0
- package/lib/cjs/components/PaymentProductPrice/index.d.ts +3 -0
- package/lib/cjs/components/PaymentProductPrice/index.js +5 -0
- package/lib/cjs/components/PaymentProducts/PaymentProducts.d.ts +11 -0
- package/lib/cjs/components/PaymentProducts/PaymentProducts.js +76 -0
- package/lib/cjs/components/PaymentProducts/Skeleton.d.ts +21 -0
- package/lib/cjs/components/PaymentProducts/Skeleton.js +46 -0
- package/lib/cjs/components/PaymentProducts/constants.d.ts +1 -0
- package/lib/cjs/components/PaymentProducts/constants.js +4 -0
- package/lib/cjs/components/PaymentProducts/index.d.ts +3 -0
- package/lib/cjs/components/PaymentProducts/index.js +5 -0
- package/lib/cjs/components/Paywalls/Paywalls.d.ts +10 -0
- package/lib/cjs/components/Paywalls/Paywalls.js +94 -0
- package/lib/cjs/components/Paywalls/Skeleton.d.ts +21 -0
- package/lib/cjs/components/Paywalls/Skeleton.js +46 -0
- package/lib/cjs/components/Paywalls/constants.d.ts +1 -0
- package/lib/cjs/components/Paywalls/constants.js +4 -0
- package/lib/cjs/components/Paywalls/index.d.ts +3 -0
- package/lib/cjs/components/Paywalls/index.js +5 -0
- package/lib/cjs/components/PaywallsConfigurator/PaywallsConfigurator.d.ts +13 -0
- package/lib/cjs/components/PaywallsConfigurator/PaywallsConfigurator.js +252 -0
- package/lib/cjs/components/PaywallsConfigurator/Skeleton.d.ts +21 -0
- package/lib/cjs/components/PaywallsConfigurator/Skeleton.js +46 -0
- package/lib/cjs/components/PaywallsConfigurator/constants.d.ts +5 -0
- package/lib/cjs/components/PaywallsConfigurator/constants.js +9 -0
- package/lib/cjs/components/PaywallsConfigurator/index.d.ts +4 -0
- package/lib/cjs/components/PaywallsConfigurator/index.js +8 -0
- package/lib/cjs/components/PaywallsDialog/PaywallsDialog.d.ts +8 -0
- package/lib/cjs/components/PaywallsDialog/PaywallsDialog.js +43 -0
- package/lib/cjs/components/PaywallsDialog/index.d.ts +3 -0
- package/lib/cjs/components/PaywallsDialog/index.js +5 -0
- package/lib/cjs/components/PdfPreview/PdfPreview.d.ts +8 -0
- package/lib/cjs/components/PdfPreview/PdfPreview.js +92 -0
- package/lib/cjs/components/PdfPreview/Skeleton.d.ts +5 -0
- package/lib/cjs/components/PdfPreview/Skeleton.js +38 -0
- package/lib/cjs/components/PdfPreview/index.d.ts +3 -0
- package/lib/cjs/components/PdfPreview/index.js +5 -0
- package/lib/cjs/components/PdfPreviewDialog/PdfPreviewDialog.d.ts +11 -0
- package/lib/cjs/components/PdfPreviewDialog/PdfPreviewDialog.js +63 -0
- package/lib/cjs/components/PdfPreviewDialog/index.d.ts +3 -0
- package/lib/cjs/components/PdfPreviewDialog/index.js +5 -0
- package/lib/cjs/components/PrivateMessageComponent/PrivateMessageComponent.js +2 -1
- package/lib/cjs/components/PrivateMessageComponent/Skeleton.d.ts +1 -1
- package/lib/cjs/components/PrivateMessageThreadItem/PrivateMessageThreadItem.js +4 -4
- package/lib/cjs/components/ToastNotifications/ToastNotifications.js +2 -10
- package/lib/cjs/components/UserAddPaymentMethodDialog/UserAddPaymentMethodDialog.d.ts +41 -0
- package/lib/cjs/components/UserAddPaymentMethodDialog/UserAddPaymentMethodDialog.js +94 -0
- package/lib/cjs/components/UserAddPaymentMethodDialog/constants.d.ts +1 -0
- package/lib/cjs/components/UserAddPaymentMethodDialog/constants.js +4 -0
- package/lib/cjs/components/UserAddPaymentMethodDialog/index.d.ts +3 -0
- package/lib/cjs/components/UserAddPaymentMethodDialog/index.js +5 -0
- package/lib/cjs/components/UserAddPaymentMethodForm/UserAddPaymentMethodForm.d.ts +40 -0
- package/lib/cjs/components/UserAddPaymentMethodForm/UserAddPaymentMethodForm.js +143 -0
- package/lib/cjs/components/UserAddPaymentMethodForm/constants.d.ts +1 -0
- package/lib/cjs/components/UserAddPaymentMethodForm/constants.js +4 -0
- package/lib/cjs/components/UserAddPaymentMethodForm/index.d.ts +3 -0
- package/lib/cjs/components/UserAddPaymentMethodForm/index.js +5 -0
- package/lib/cjs/components/UserBillingInfo/Skeleton.d.ts +25 -0
- package/lib/cjs/components/UserBillingInfo/Skeleton.js +12 -0
- package/lib/cjs/components/UserBillingInfo/UserBillingInfo.d.ts +35 -0
- package/lib/cjs/components/UserBillingInfo/UserBillingInfo.js +492 -0
- package/lib/cjs/components/UserBillingInfo/constants.d.ts +1 -0
- package/lib/cjs/components/UserBillingInfo/constants.js +4 -0
- package/lib/cjs/components/UserBillingInfo/index.d.ts +4 -0
- package/lib/cjs/components/UserBillingInfo/index.js +8 -0
- package/lib/cjs/components/UserBillingInfo/reducer.d.ts +77 -0
- package/lib/cjs/components/UserBillingInfo/reducer.js +96 -0
- package/lib/cjs/components/UserChangeAddressDialog/UserChangeAddressDialog.d.ts +44 -0
- package/lib/cjs/components/UserChangeAddressDialog/UserChangeAddressDialog.js +85 -0
- package/lib/cjs/components/UserChangeAddressDialog/constants.d.ts +1 -0
- package/lib/cjs/components/UserChangeAddressDialog/constants.js +4 -0
- package/lib/cjs/components/UserChangeAddressDialog/index.d.ts +3 -0
- package/lib/cjs/components/UserChangeAddressDialog/index.js +5 -0
- package/lib/cjs/components/UserConnectionsRequestsSentWidget/UserConnectionsRequestsSentWidget.js +6 -6
- package/lib/cjs/components/UserConnectionsRequestsWidget/UserConnectionsRequestsWidget.js +5 -5
- package/lib/cjs/components/UserConnectionsWidget/UserConnectionsWidget.js +8 -5
- package/lib/cjs/components/UserCounters/UserCounters.js +20 -17
- package/lib/cjs/components/UserFollowedCategoriesWidget/UserFollowedCategoriesWidget.js +9 -6
- package/lib/cjs/components/UserPaymentMethods/Skeleton.d.ts +15 -0
- package/lib/cjs/components/UserPaymentMethods/Skeleton.js +49 -0
- package/lib/cjs/components/UserPaymentMethods/UserPaymentMethods.d.ts +19 -0
- package/lib/cjs/components/UserPaymentMethods/UserPaymentMethods.js +338 -0
- package/lib/cjs/components/UserPaymentMethods/constants.d.ts +1 -0
- package/lib/cjs/components/UserPaymentMethods/constants.js +4 -0
- package/lib/cjs/components/UserPaymentMethods/index.d.ts +4 -0
- package/lib/cjs/components/UserPaymentMethods/index.js +8 -0
- package/lib/cjs/components/UserPaymentMethodsPortal/Skeleton.d.ts +22 -0
- package/lib/cjs/components/UserPaymentMethodsPortal/Skeleton.js +37 -0
- package/lib/cjs/components/UserPaymentMethodsPortal/UserPaymentMethodsPortal.d.ts +44 -0
- package/lib/cjs/components/UserPaymentMethodsPortal/UserPaymentMethodsPortal.js +103 -0
- package/lib/cjs/components/UserPaymentMethodsPortal/constants.d.ts +1 -0
- package/lib/cjs/components/UserPaymentMethodsPortal/constants.js +4 -0
- package/lib/cjs/components/UserPaymentMethodsPortal/index.d.ts +4 -0
- package/lib/cjs/components/UserPaymentMethodsPortal/index.js +8 -0
- package/lib/cjs/components/UserSuggestionWidget/UserSuggestionWidget.js +7 -5
- package/lib/cjs/constants/Billing.d.ts +10 -0
- package/lib/cjs/constants/Billing.js +60 -0
- package/lib/cjs/constants/ContributionsActionsMenu.d.ts +1 -0
- package/lib/cjs/constants/ContributionsActionsMenu.js +2 -1
- package/lib/cjs/constants/Country.d.ts +5 -0
- package/lib/cjs/constants/Country.js +271 -0
- package/lib/cjs/constants/DefaultDrawerContent.d.ts +1 -0
- package/lib/cjs/constants/DefaultDrawerContent.js +4 -0
- package/lib/cjs/constants/Payments.d.ts +4 -0
- package/lib/cjs/constants/Payments.js +7 -0
- package/lib/cjs/index.d.ts +23 -1
- package/lib/cjs/index.js +54 -2
- package/lib/cjs/shared/AutoPlayer/index.d.ts +0 -5
- package/lib/cjs/shared/AutoPlayer/index.js +5 -4
- package/lib/cjs/shared/ContributionActionsMenu/index.d.ts +4 -0
- package/lib/cjs/shared/ContributionActionsMenu/index.js +56 -5
- package/lib/cjs/shared/CourseUsersTable/CourseUsersTable.d.ts +1 -1
- package/lib/cjs/shared/CourseUsersTable/SeeProgressButton.js +3 -1
- package/lib/cjs/shared/HiddenPurchasableContent/HiddenPurchasableContent.d.ts +44 -0
- package/lib/cjs/shared/HiddenPurchasableContent/HiddenPurchasableContent.js +53 -0
- package/lib/cjs/shared/HiddenPurchasableContent/index.d.ts +3 -0
- package/lib/cjs/shared/HiddenPurchasableContent/index.js +5 -0
- package/lib/cjs/shared/InfiniteScroll/index.d.ts +1 -1
- package/lib/cjs/shared/Media/File/DisplayComponent.d.ts +2 -1
- package/lib/cjs/shared/Media/File/DisplayComponent.js +58 -32
- package/lib/cjs/shared/Media/File/DocComponent.d.ts +10 -0
- package/lib/cjs/shared/Media/File/DocComponent.js +34 -0
- package/lib/cjs/shared/Media/File/PreviewComponent.d.ts +2 -2
- package/lib/cjs/shared/Media/File/PreviewComponent.js +15 -17
- package/lib/cjs/shared/Media/File/TriggerButton.js +14 -1
- package/lib/cjs/shared/Media/File/asUploadButton.d.ts +1 -1
- package/lib/cjs/shared/Media/File/filter.d.ts +2 -2
- package/lib/cjs/shared/Media/File/filter.js +5 -1
- package/lib/cjs/shared/Media/File/index.js +2 -2
- package/lib/cjs/shared/Media/Link/UrlTextField/index.d.ts +1 -1
- package/lib/cjs/shared/MetadataField/MetadataField.d.ts +1 -1
- package/lib/cjs/shared/StickyBox/index.d.ts +4 -4
- package/lib/cjs/shared/Tags/index.js +7 -3
- package/lib/cjs/shared/UsernameTextField/index.d.ts +1 -1
- package/lib/cjs/types/composer.d.ts +1 -1
- package/lib/cjs/types/index.d.ts +2 -1
- package/lib/cjs/types/index.js +5 -1
- package/lib/cjs/types/payment.d.ts +25 -0
- package/lib/cjs/types/payment.js +29 -0
- package/lib/cjs/utils/address.d.ts +10 -0
- package/lib/cjs/utils/address.js +24 -0
- package/lib/cjs/utils/checkout.d.ts +2 -0
- package/lib/cjs/utils/checkout.js +23 -0
- package/lib/cjs/utils/payment.d.ts +17 -0
- package/lib/cjs/utils/payment.js +69 -0
- package/lib/esm/assets/checkout/general.d.ts +2 -0
- package/lib/esm/assets/checkout/general.js +1 -0
- package/lib/esm/assets/checkout/success.d.ts +2 -0
- package/lib/esm/assets/checkout/success.js +1 -0
- package/lib/esm/assets/custom/formazione.d.ts +2 -0
- package/lib/esm/assets/custom/formazione.js +1 -0
- package/lib/esm/components/AcceptRequestUserEventButton/AcceptRequestUserEventButton.js +20 -2
- package/lib/esm/components/AcceptRequestUserGroupButton/AcceptRequestUserGroupButton.d.ts +61 -0
- package/lib/esm/components/AcceptRequestUserGroupButton/AcceptRequestUserGroupButton.js +103 -0
- package/lib/esm/components/AcceptRequestUserGroupButton/index.d.ts +3 -0
- package/lib/esm/components/AcceptRequestUserGroupButton/index.js +2 -0
- package/lib/esm/components/BottomNavigation/BottomNavigation.d.ts +1 -1
- package/lib/esm/components/BottomNavigation/BottomNavigation.js +2 -2
- package/lib/esm/components/BuyButton/BuyButton.d.ts +73 -0
- package/lib/esm/components/BuyButton/BuyButton.js +193 -0
- package/lib/esm/components/BuyButton/index.d.ts +3 -0
- package/lib/esm/components/BuyButton/index.js +2 -0
- package/lib/esm/components/CategoriesSuggestionWidget/CategoriesSuggestionWidget.js +6 -4
- package/lib/esm/components/Category/Category.d.ts +5 -0
- package/lib/esm/components/Category/Category.js +5 -5
- package/lib/esm/components/CategoryFollowButton/CategoryFollowButton.d.ts +4 -0
- package/lib/esm/components/CategoryFollowButton/CategoryFollowButton.js +34 -8
- package/lib/esm/components/CategoryHeader/CategoryHeader.js +7 -2
- package/lib/esm/components/CategoryTrendingUsersWidget/CategoryTrendingUsersWidget.js +9 -2
- package/lib/esm/components/Checkout/Checkout.d.ts +14 -0
- package/lib/esm/components/Checkout/Checkout.js +128 -0
- package/lib/esm/components/Checkout/CheckoutHeaderInfoWidget.d.ts +8 -0
- package/lib/esm/components/Checkout/CheckoutHeaderInfoWidget.js +30 -0
- package/lib/esm/components/Checkout/Skeleton.d.ts +21 -0
- package/lib/esm/components/Checkout/Skeleton.js +84 -0
- package/lib/esm/components/Checkout/constants.d.ts +1 -0
- package/lib/esm/components/Checkout/constants.js +1 -0
- package/lib/esm/components/Checkout/index.d.ts +3 -0
- package/lib/esm/components/Checkout/index.js +2 -0
- package/lib/esm/components/CheckoutReturnDialog/CheckoutReturnDialog.d.ts +10 -0
- package/lib/esm/components/CheckoutReturnDialog/CheckoutReturnDialog.js +168 -0
- package/lib/esm/components/CheckoutReturnDialog/index.d.ts +3 -0
- package/lib/esm/components/CheckoutReturnDialog/index.js +2 -0
- package/lib/esm/components/CommunityPaywalls/CommunityPaywalls.d.ts +8 -0
- package/lib/esm/components/CommunityPaywalls/CommunityPaywalls.js +66 -0
- package/lib/esm/components/CommunityPaywalls/Skeleton.d.ts +27 -0
- package/lib/esm/components/CommunityPaywalls/Skeleton.js +50 -0
- package/lib/esm/components/CommunityPaywalls/constants.d.ts +1 -0
- package/lib/esm/components/CommunityPaywalls/constants.js +1 -0
- package/lib/esm/components/CommunityPaywalls/index.d.ts +4 -0
- package/lib/esm/components/CommunityPaywalls/index.js +4 -0
- package/lib/esm/components/Composer/Composer.d.ts +1 -0
- package/lib/esm/components/Composer/Composer.js +82 -18
- package/lib/esm/components/Composer/Content/ContentDiscussion/ContentDiscussion.js +2 -2
- package/lib/esm/components/Composer/Content/ContentPoll/ContentPoll.js +2 -2
- package/lib/esm/components/Composer/Content/ContentPost/ContentPost.js +2 -2
- package/lib/esm/components/Composer/Layer/AudienceLayer/AudienceLayer.js +20 -13
- package/lib/esm/components/Composer/Layer/ScheduledLayer/ScheduledLayer.d.ts +9 -0
- package/lib/esm/components/Composer/Layer/ScheduledLayer/ScheduledLayer.js +59 -0
- package/lib/esm/components/Composer/Layer/ScheduledLayer/index.d.ts +3 -0
- package/lib/esm/components/Composer/Layer/ScheduledLayer/index.js +2 -0
- package/lib/esm/components/ComposerIconButton/ComposerIconButton.js +2 -1
- package/lib/esm/components/ConnectionUserButton/ConnectionUserButton.js +6 -0
- package/lib/esm/components/Course/Course.d.ts +5 -0
- package/lib/esm/components/Course/Course.js +3 -3
- package/lib/esm/components/CourseDashboard/Header.d.ts +2 -2
- package/lib/esm/components/CourseDashboard/Header.js +10 -3
- package/lib/esm/components/CourseDashboard/Student.d.ts +2 -2
- package/lib/esm/components/CourseDashboard/Student.js +19 -8
- package/lib/esm/components/CourseForm/CourseForm.d.ts +5 -0
- package/lib/esm/components/CourseForm/CourseForm.js +38 -7
- package/lib/esm/components/CourseJoinButton/CourseJoinButton.d.ts +1 -6
- package/lib/esm/components/CourseJoinButton/CourseJoinButton.js +9 -7
- package/lib/esm/components/CreateCourseButton/CreateCourseButton.js +1 -1
- package/lib/esm/components/CreatePaymentProductForm/CreatePaymentProductForm.d.ts +10 -0
- package/lib/esm/components/CreatePaymentProductForm/CreatePaymentProductForm.js +141 -0
- package/lib/esm/components/CreatePaymentProductForm/constants.d.ts +1 -0
- package/lib/esm/components/CreatePaymentProductForm/constants.js +1 -0
- package/lib/esm/components/CreatePaymentProductForm/index.d.ts +3 -0
- package/lib/esm/components/CreatePaymentProductForm/index.js +2 -0
- package/lib/esm/components/EditEventButton/EditEventButton.js +1 -0
- package/lib/esm/components/Editor/Editor.d.ts +1 -1
- package/lib/esm/components/Editor/nodes/HashtagNode.d.ts +1 -1
- package/lib/esm/components/Editor/nodes/HashtagNode.js +4 -4
- package/lib/esm/components/Editor/nodes/ImageNode.d.ts +1 -1
- package/lib/esm/components/Editor/nodes/ImageNode.js +6 -6
- package/lib/esm/components/Editor/nodes/MentionNode.d.ts +1 -1
- package/lib/esm/components/Editor/nodes/MentionNode.js +4 -4
- package/lib/esm/components/Editor/plugins/ApiPlugin.d.ts +1 -1
- package/lib/esm/components/Editor/plugins/MentionsPlugin.d.ts +2 -2
- package/lib/esm/components/Editor/shared/useDecorators.d.ts +2 -2
- package/lib/esm/components/Event/Event.d.ts +5 -0
- package/lib/esm/components/Event/Event.js +2 -2
- package/lib/esm/components/EventForm/EventForm.js +49 -18
- package/lib/esm/components/EventForm/types.d.ts +8 -5
- package/lib/esm/components/EventFormDialog/EventFormDialog.js +7 -1
- package/lib/esm/components/EventHeader/EventHeader.js +14 -5
- package/lib/esm/components/EventInfoWidget/EventInfoWidget.js +28 -5
- package/lib/esm/components/EventMediaWidget/asUploadButton.d.ts +1 -1
- package/lib/esm/components/EventMembersWidget/EventMembersWidget.js +11 -2
- package/lib/esm/components/EventMembersWidget/TabContentComponent.js +14 -4
- package/lib/esm/components/EventSubscribeButton/EventSubscribeButton.js +20 -9
- package/lib/esm/components/Feed/Feed.d.ts +2 -2
- package/lib/esm/components/Feed/Skeleton.d.ts +1 -1
- package/lib/esm/components/FeedObject/Activities/Activities.js +1 -1
- package/lib/esm/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +2 -1
- package/lib/esm/components/FeedObject/FeedObject.js +17 -7
- package/lib/esm/components/FeedObject/Poll/Choice/Choice.js +1 -1
- package/lib/esm/components/FeedObject/Poll/Poll.js +1 -1
- package/lib/esm/components/Group/Group.d.ts +6 -1
- package/lib/esm/components/Group/Group.js +3 -3
- package/lib/esm/components/GroupForm/GroupForm.js +39 -9
- package/lib/esm/components/GroupHeader/GroupHeader.js +12 -4
- package/lib/esm/components/GroupMembersWidget/GroupMembersWidget.js +3 -1
- package/lib/esm/components/GroupRequestsWidget/GroupRequestsWidget.d.ts +7 -2
- package/lib/esm/components/GroupRequestsWidget/GroupRequestsWidget.js +6 -4
- package/lib/esm/components/GroupSettingsIconButton/GroupSettingsIconButton.js +6 -4
- package/lib/esm/components/GroupSubscribeButton/GroupSubscribeButton.d.ts +3 -8
- package/lib/esm/components/GroupSubscribeButton/GroupSubscribeButton.js +32 -10
- package/lib/esm/components/InlineComposerWidget/InlineComposerWidget.js +3 -2
- package/lib/esm/components/LiveStreamForm/types.d.ts +3 -3
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ControlBar.d.ts +1 -1
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/FocusLayout.d.ts +1 -1
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/SettingsMenuToggle.d.ts +1 -1
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/utils.d.ts +2 -2
- package/lib/esm/components/LiveStreamRoom/types.d.ts +1 -1
- package/lib/esm/components/NavigationMenuIconButton/DefaultDrawerContent.d.ts +1 -0
- package/lib/esm/components/NavigationMenuIconButton/DefaultDrawerContent.js +44 -6
- package/lib/esm/components/NavigationMenuIconButton/DefaultDrawerSkeleton.d.ts +1 -1
- package/lib/esm/components/NavigationMenuIconButton/DefaultHeaderContent.d.ts +1 -1
- package/lib/esm/components/NavigationMenuIconButton/NavigationMenuDrawer.d.ts +6 -0
- package/lib/esm/components/NavigationMenuIconButton/NavigationMenuDrawer.js +1 -1
- package/lib/esm/components/NavigationSettingsIconButton/NavigationSettingsIconButton.js +29 -6
- package/lib/esm/components/NavigationToolbar/NavigationToolbar.js +8 -3
- package/lib/esm/components/NavigationToolbarMobile/NavigationToolbarMobile.js +1 -1
- package/lib/esm/components/PaymentDetailDialog/PaymentDetailDialog.d.ts +6 -0
- package/lib/esm/components/PaymentDetailDialog/PaymentDetailDialog.js +37 -0
- package/lib/esm/components/PaymentDetailDialog/index.d.ts +3 -0
- package/lib/esm/components/PaymentDetailDialog/index.js +2 -0
- package/lib/esm/components/PaymentOrder/PaymentOrder.d.ts +10 -0
- package/lib/esm/components/PaymentOrder/PaymentOrder.js +77 -0
- package/lib/esm/components/PaymentOrder/Skeleton.d.ts +30 -0
- package/lib/esm/components/PaymentOrder/Skeleton.js +58 -0
- package/lib/esm/components/PaymentOrder/constants.d.ts +1 -0
- package/lib/esm/components/PaymentOrder/constants.js +1 -0
- package/lib/esm/components/PaymentOrder/index.d.ts +3 -0
- package/lib/esm/components/PaymentOrder/index.js +2 -0
- package/lib/esm/components/PaymentOrderPdfButton/PaymentOrderPdfButton.d.ts +52 -0
- package/lib/esm/components/PaymentOrderPdfButton/PaymentOrderPdfButton.js +71 -0
- package/lib/esm/components/PaymentOrderPdfButton/index.d.ts +3 -0
- package/lib/esm/components/PaymentOrderPdfButton/index.js +2 -0
- package/lib/esm/components/PaymentOrders/PaymentOrders.d.ts +17 -0
- package/lib/esm/components/PaymentOrders/PaymentOrders.js +261 -0
- package/lib/esm/components/PaymentOrders/index.d.ts +3 -0
- package/lib/esm/components/PaymentOrders/index.js +2 -0
- package/lib/esm/components/PaymentProduct/PaymentProduct.d.ts +18 -0
- package/lib/esm/components/PaymentProduct/PaymentProduct.js +45 -0
- package/lib/esm/components/PaymentProduct/Skeleton.d.ts +25 -0
- package/lib/esm/components/PaymentProduct/Skeleton.js +52 -0
- package/lib/esm/components/PaymentProduct/constants.d.ts +1 -0
- package/lib/esm/components/PaymentProduct/constants.js +1 -0
- package/lib/esm/components/PaymentProduct/index.d.ts +3 -0
- package/lib/esm/components/PaymentProduct/index.js +2 -0
- package/lib/esm/components/PaymentProductPrice/PaymentProductPrice.d.ts +15 -0
- package/lib/esm/components/PaymentProductPrice/PaymentProductPrice.js +58 -0
- package/lib/esm/components/PaymentProductPrice/Skeleton.d.ts +21 -0
- package/lib/esm/components/PaymentProductPrice/Skeleton.js +42 -0
- package/lib/esm/components/PaymentProductPrice/constants.d.ts +1 -0
- package/lib/esm/components/PaymentProductPrice/constants.js +1 -0
- package/lib/esm/components/PaymentProductPrice/index.d.ts +3 -0
- package/lib/esm/components/PaymentProductPrice/index.js +2 -0
- package/lib/esm/components/PaymentProducts/PaymentProducts.d.ts +11 -0
- package/lib/esm/components/PaymentProducts/PaymentProducts.js +73 -0
- package/lib/esm/components/PaymentProducts/Skeleton.d.ts +21 -0
- package/lib/esm/components/PaymentProducts/Skeleton.js +43 -0
- package/lib/esm/components/PaymentProducts/constants.d.ts +1 -0
- package/lib/esm/components/PaymentProducts/constants.js +1 -0
- package/lib/esm/components/PaymentProducts/index.d.ts +3 -0
- package/lib/esm/components/PaymentProducts/index.js +2 -0
- package/lib/esm/components/Paywalls/Paywalls.d.ts +10 -0
- package/lib/esm/components/Paywalls/Paywalls.js +91 -0
- package/lib/esm/components/Paywalls/Skeleton.d.ts +21 -0
- package/lib/esm/components/Paywalls/Skeleton.js +43 -0
- package/lib/esm/components/Paywalls/constants.d.ts +1 -0
- package/lib/esm/components/Paywalls/constants.js +1 -0
- package/lib/esm/components/Paywalls/index.d.ts +3 -0
- package/lib/esm/components/Paywalls/index.js +2 -0
- package/lib/esm/components/PaywallsConfigurator/PaywallsConfigurator.d.ts +13 -0
- package/lib/esm/components/PaywallsConfigurator/PaywallsConfigurator.js +249 -0
- package/lib/esm/components/PaywallsConfigurator/Skeleton.d.ts +21 -0
- package/lib/esm/components/PaywallsConfigurator/Skeleton.js +43 -0
- package/lib/esm/components/PaywallsConfigurator/constants.d.ts +5 -0
- package/lib/esm/components/PaywallsConfigurator/constants.js +6 -0
- package/lib/esm/components/PaywallsConfigurator/index.d.ts +4 -0
- package/lib/esm/components/PaywallsConfigurator/index.js +4 -0
- package/lib/esm/components/PaywallsDialog/PaywallsDialog.d.ts +8 -0
- package/lib/esm/components/PaywallsDialog/PaywallsDialog.js +40 -0
- package/lib/esm/components/PaywallsDialog/index.d.ts +3 -0
- package/lib/esm/components/PaywallsDialog/index.js +2 -0
- package/lib/esm/components/PdfPreview/PdfPreview.d.ts +8 -0
- package/lib/esm/components/PdfPreview/PdfPreview.js +88 -0
- package/lib/esm/components/PdfPreview/Skeleton.d.ts +5 -0
- package/lib/esm/components/PdfPreview/Skeleton.js +35 -0
- package/lib/esm/components/PdfPreview/index.d.ts +3 -0
- package/lib/esm/components/PdfPreview/index.js +2 -0
- package/lib/esm/components/PdfPreviewDialog/PdfPreviewDialog.d.ts +11 -0
- package/lib/esm/components/PdfPreviewDialog/PdfPreviewDialog.js +60 -0
- package/lib/esm/components/PdfPreviewDialog/index.d.ts +3 -0
- package/lib/esm/components/PdfPreviewDialog/index.js +2 -0
- package/lib/esm/components/PrivateMessageComponent/PrivateMessageComponent.js +4 -3
- package/lib/esm/components/PrivateMessageComponent/Skeleton.d.ts +1 -1
- package/lib/esm/components/PrivateMessageThreadItem/PrivateMessageThreadItem.js +4 -4
- package/lib/esm/components/ToastNotifications/ToastNotifications.js +2 -10
- package/lib/esm/components/UserAddPaymentMethodDialog/UserAddPaymentMethodDialog.d.ts +41 -0
- package/lib/esm/components/UserAddPaymentMethodDialog/UserAddPaymentMethodDialog.js +91 -0
- package/lib/esm/components/UserAddPaymentMethodDialog/constants.d.ts +1 -0
- package/lib/esm/components/UserAddPaymentMethodDialog/constants.js +1 -0
- package/lib/esm/components/UserAddPaymentMethodDialog/index.d.ts +3 -0
- package/lib/esm/components/UserAddPaymentMethodDialog/index.js +2 -0
- package/lib/esm/components/UserAddPaymentMethodForm/UserAddPaymentMethodForm.d.ts +40 -0
- package/lib/esm/components/UserAddPaymentMethodForm/UserAddPaymentMethodForm.js +140 -0
- package/lib/esm/components/UserAddPaymentMethodForm/constants.d.ts +1 -0
- package/lib/esm/components/UserAddPaymentMethodForm/constants.js +1 -0
- package/lib/esm/components/UserAddPaymentMethodForm/index.d.ts +3 -0
- package/lib/esm/components/UserAddPaymentMethodForm/index.js +2 -0
- package/lib/esm/components/UserBillingInfo/Skeleton.d.ts +25 -0
- package/lib/esm/components/UserBillingInfo/Skeleton.js +9 -0
- package/lib/esm/components/UserBillingInfo/UserBillingInfo.d.ts +35 -0
- package/lib/esm/components/UserBillingInfo/UserBillingInfo.js +490 -0
- package/lib/esm/components/UserBillingInfo/constants.d.ts +1 -0
- package/lib/esm/components/UserBillingInfo/constants.js +1 -0
- package/lib/esm/components/UserBillingInfo/index.d.ts +4 -0
- package/lib/esm/components/UserBillingInfo/index.js +4 -0
- package/lib/esm/components/UserBillingInfo/reducer.d.ts +77 -0
- package/lib/esm/components/UserBillingInfo/reducer.js +91 -0
- package/lib/esm/components/UserChangeAddressDialog/UserChangeAddressDialog.d.ts +44 -0
- package/lib/esm/components/UserChangeAddressDialog/UserChangeAddressDialog.js +82 -0
- package/lib/esm/components/UserChangeAddressDialog/constants.d.ts +1 -0
- package/lib/esm/components/UserChangeAddressDialog/constants.js +1 -0
- package/lib/esm/components/UserChangeAddressDialog/index.d.ts +3 -0
- package/lib/esm/components/UserChangeAddressDialog/index.js +2 -0
- package/lib/esm/components/UserConnectionsRequestsSentWidget/UserConnectionsRequestsSentWidget.js +6 -6
- package/lib/esm/components/UserConnectionsRequestsWidget/UserConnectionsRequestsWidget.js +5 -5
- package/lib/esm/components/UserConnectionsWidget/UserConnectionsWidget.js +8 -5
- package/lib/esm/components/UserCounters/UserCounters.js +20 -17
- package/lib/esm/components/UserFollowedCategoriesWidget/UserFollowedCategoriesWidget.js +11 -8
- package/lib/esm/components/UserPaymentMethods/Skeleton.d.ts +15 -0
- package/lib/esm/components/UserPaymentMethods/Skeleton.js +47 -0
- package/lib/esm/components/UserPaymentMethods/UserPaymentMethods.d.ts +19 -0
- package/lib/esm/components/UserPaymentMethods/UserPaymentMethods.js +336 -0
- package/lib/esm/components/UserPaymentMethods/constants.d.ts +1 -0
- package/lib/esm/components/UserPaymentMethods/constants.js +1 -0
- package/lib/esm/components/UserPaymentMethods/index.d.ts +4 -0
- package/lib/esm/components/UserPaymentMethods/index.js +4 -0
- package/lib/esm/components/UserPaymentMethodsPortal/Skeleton.d.ts +22 -0
- package/lib/esm/components/UserPaymentMethodsPortal/Skeleton.js +35 -0
- package/lib/esm/components/UserPaymentMethodsPortal/UserPaymentMethodsPortal.d.ts +44 -0
- package/lib/esm/components/UserPaymentMethodsPortal/UserPaymentMethodsPortal.js +100 -0
- package/lib/esm/components/UserPaymentMethodsPortal/constants.d.ts +1 -0
- package/lib/esm/components/UserPaymentMethodsPortal/constants.js +1 -0
- package/lib/esm/components/UserPaymentMethodsPortal/index.d.ts +4 -0
- package/lib/esm/components/UserPaymentMethodsPortal/index.js +4 -0
- package/lib/esm/components/UserSuggestionWidget/UserSuggestionWidget.js +7 -5
- package/lib/esm/constants/Billing.d.ts +10 -0
- package/lib/esm/constants/Billing.js +57 -0
- package/lib/esm/constants/ContributionsActionsMenu.d.ts +1 -0
- package/lib/esm/constants/ContributionsActionsMenu.js +1 -0
- package/lib/esm/constants/Country.d.ts +5 -0
- package/lib/esm/constants/Country.js +268 -0
- package/lib/esm/constants/DefaultDrawerContent.d.ts +1 -0
- package/lib/esm/constants/DefaultDrawerContent.js +1 -0
- package/lib/esm/constants/Payments.d.ts +4 -0
- package/lib/esm/constants/Payments.js +4 -0
- package/lib/esm/index.d.ts +23 -1
- package/lib/esm/index.js +23 -1
- package/lib/esm/shared/AutoPlayer/index.d.ts +0 -5
- package/lib/esm/shared/AutoPlayer/index.js +5 -4
- package/lib/esm/shared/ContributionActionsMenu/index.d.ts +4 -0
- package/lib/esm/shared/ContributionActionsMenu/index.js +58 -7
- package/lib/esm/shared/CourseUsersTable/CourseUsersTable.d.ts +1 -1
- package/lib/esm/shared/CourseUsersTable/SeeProgressButton.js +5 -3
- package/lib/esm/shared/HiddenPurchasableContent/HiddenPurchasableContent.d.ts +44 -0
- package/lib/esm/shared/HiddenPurchasableContent/HiddenPurchasableContent.js +50 -0
- package/lib/esm/shared/HiddenPurchasableContent/index.d.ts +3 -0
- package/lib/esm/shared/HiddenPurchasableContent/index.js +2 -0
- package/lib/esm/shared/InfiniteScroll/index.d.ts +1 -1
- package/lib/esm/shared/Media/File/DisplayComponent.d.ts +2 -1
- package/lib/esm/shared/Media/File/DisplayComponent.js +60 -33
- package/lib/esm/shared/Media/File/DocComponent.d.ts +10 -0
- package/lib/esm/shared/Media/File/DocComponent.js +31 -0
- package/lib/esm/shared/Media/File/PreviewComponent.d.ts +2 -2
- package/lib/esm/shared/Media/File/PreviewComponent.js +17 -19
- package/lib/esm/shared/Media/File/TriggerButton.js +14 -1
- package/lib/esm/shared/Media/File/asUploadButton.d.ts +1 -1
- package/lib/esm/shared/Media/File/filter.d.ts +2 -2
- package/lib/esm/shared/Media/File/filter.js +2 -1
- package/lib/esm/shared/Media/File/index.js +2 -2
- package/lib/esm/shared/Media/Link/UrlTextField/index.d.ts +1 -1
- package/lib/esm/shared/MetadataField/MetadataField.d.ts +1 -1
- package/lib/esm/shared/StickyBox/index.d.ts +4 -4
- package/lib/esm/shared/Tags/index.js +7 -3
- package/lib/esm/shared/UsernameTextField/index.d.ts +1 -1
- package/lib/esm/types/composer.d.ts +1 -1
- package/lib/esm/types/index.d.ts +2 -1
- package/lib/esm/types/index.js +2 -1
- package/lib/esm/types/payment.d.ts +25 -0
- package/lib/esm/types/payment.js +26 -0
- package/lib/esm/utils/address.d.ts +10 -0
- package/lib/esm/utils/address.js +19 -0
- package/lib/esm/utils/checkout.d.ts +2 -0
- package/lib/esm/utils/checkout.js +19 -0
- package/lib/esm/utils/payment.d.ts +17 -0
- package/lib/esm/utils/payment.js +62 -0
- package/lib/umd/{c473ce30406a3dad83e1.eot → 30b299174b4fa1fb9ce8.eot} +0 -0
- package/lib/umd/362.js +2 -0
- package/lib/umd/{ba74e493633796d551d1.ttf → 3b49304a98beb1239bc7.ttf} +0 -0
- package/lib/umd/ab247f43e550f5f6d0f8.woff2 +0 -0
- package/lib/umd/assets/icons.svg +75 -69
- package/lib/umd/{b6dbec3d5816ff8baef1.woff → ce10db0c87e7112cb315.woff} +0 -0
- package/lib/umd/react-ui.js +1 -1
- package/package.json +15 -8
- package/lib/umd/578.js +0 -2
- package/lib/umd/60a7fdeaadfe844bc015.woff2 +0 -0
- /package/lib/umd/{578.js.LICENSE.txt → 362.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Billing info mode
|
|
3
|
+
* READ: display info
|
|
4
|
+
* EDIT: edit form to change the info
|
|
5
|
+
*/
|
|
6
|
+
export var UserBillingInfoMode;
|
|
7
|
+
(function (UserBillingInfoMode) {
|
|
8
|
+
UserBillingInfoMode["READ"] = "read";
|
|
9
|
+
UserBillingInfoMode["EDIT"] = "edit";
|
|
10
|
+
})(UserBillingInfoMode || (UserBillingInfoMode = {}));
|
|
11
|
+
export const VAT_EXAMPLE = {
|
|
12
|
+
AT: 'ATU00000000',
|
|
13
|
+
AU: '00000000000',
|
|
14
|
+
BE: 'BE0000000000',
|
|
15
|
+
BG: 'BG0000000000',
|
|
16
|
+
CA: '000000000',
|
|
17
|
+
CH: 'CHE-123.456.789 MWST',
|
|
18
|
+
CY: 'CY00000000X',
|
|
19
|
+
CZ: 'CZ0000000000',
|
|
20
|
+
DE: 'DE000000000',
|
|
21
|
+
DK: 'DK00000000',
|
|
22
|
+
EE: 'EE000000000',
|
|
23
|
+
ES: 'ESX0000000X',
|
|
24
|
+
FI: 'FI00000000',
|
|
25
|
+
FR: 'FRXX000000000',
|
|
26
|
+
GB: 'GB000000000',
|
|
27
|
+
GR: 'EL000000000',
|
|
28
|
+
HK: '00000000',
|
|
29
|
+
HR: 'HR00000000000',
|
|
30
|
+
HU: 'HU00000000',
|
|
31
|
+
IE: 'IE0000000XX',
|
|
32
|
+
IN: '00XXXXX0000XXZX',
|
|
33
|
+
IT: 'IT00000000000',
|
|
34
|
+
JP: '3000020278670',
|
|
35
|
+
KR: '123-45-67890',
|
|
36
|
+
LI: 'CHE123456789',
|
|
37
|
+
LT: 'LT000000000000',
|
|
38
|
+
LU: 'LU00000000',
|
|
39
|
+
LV: 'LV00000000000',
|
|
40
|
+
MT: 'MT00000000',
|
|
41
|
+
MX: 'GOAP780710RH7',
|
|
42
|
+
MY: 'C 1234567890',
|
|
43
|
+
NL: 'NL000000000B00',
|
|
44
|
+
NO: '000000000MVA',
|
|
45
|
+
NZ: '000000000',
|
|
46
|
+
PL: 'PL0000000000',
|
|
47
|
+
PT: 'PT000000000',
|
|
48
|
+
RO: 'RO0000000000',
|
|
49
|
+
RU: '0000000000',
|
|
50
|
+
SE: 'SE000000000000',
|
|
51
|
+
SG: '123456789F',
|
|
52
|
+
SI: 'SI00000000',
|
|
53
|
+
SK: 'SK0000000000',
|
|
54
|
+
TH: '0000000000000',
|
|
55
|
+
TW: '00000000',
|
|
56
|
+
US: '12-3456789'
|
|
57
|
+
};
|
|
@@ -12,6 +12,7 @@ export declare const DELETE_CONTRIBUTION_SECTION = "_delete_contribution_section
|
|
|
12
12
|
export declare const GET_CONTRIBUTION_PERMALINK = "_get_permalink";
|
|
13
13
|
export declare const EDIT_CONTRIBUTION = "_edit_contribution";
|
|
14
14
|
export declare const DELETE_CONTRIBUTION = "_delete_contribution";
|
|
15
|
+
export declare const PUBLISH_CONTRIBUTION = "_publish_contribution";
|
|
15
16
|
export declare const RESTORE_CONTRIBUTION = "_restore_contribution";
|
|
16
17
|
export declare const SUSPEND_NOTIFICATION_CONTRIBUTION = "_suspend_notification_contribution";
|
|
17
18
|
export declare const SUSPEND_NOTIFICATION_EVENT = "_suspend_notification_event";
|
|
@@ -12,6 +12,7 @@ export const DELETE_CONTRIBUTION_SECTION = '_delete_contribution_section';
|
|
|
12
12
|
export const GET_CONTRIBUTION_PERMALINK = '_get_permalink';
|
|
13
13
|
export const EDIT_CONTRIBUTION = '_edit_contribution';
|
|
14
14
|
export const DELETE_CONTRIBUTION = '_delete_contribution';
|
|
15
|
+
export const PUBLISH_CONTRIBUTION = '_publish_contribution';
|
|
15
16
|
export const RESTORE_CONTRIBUTION = '_restore_contribution';
|
|
16
17
|
export const SUSPEND_NOTIFICATION_CONTRIBUTION = '_suspend_notification_contribution';
|
|
17
18
|
export const SUSPEND_NOTIFICATION_EVENT = '_suspend_notification_event';
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
export var COUNTRY_CODES;
|
|
2
|
+
(function (COUNTRY_CODES) {
|
|
3
|
+
COUNTRY_CODES["IT"] = "IT";
|
|
4
|
+
})(COUNTRY_CODES || (COUNTRY_CODES = {}));
|
|
5
|
+
export const countries = [
|
|
6
|
+
{ code: 'AD', label: 'Andorra', phone: '376', taxType: 'ad_nrt' },
|
|
7
|
+
{ code: 'AE', label: 'United Arab Emirates', phone: '971', taxType: 'ae_trn' },
|
|
8
|
+
{ code: 'AF', label: 'Afghanistan', phone: '93', taxType: 'unknown' },
|
|
9
|
+
{ code: 'AG', label: 'Antigua and Barbuda', phone: '1-268', taxType: 'unknown' },
|
|
10
|
+
{ code: 'AI', label: 'Anguilla', phone: '1-264', taxType: 'unknown' },
|
|
11
|
+
{ code: 'AL', label: 'Albania', phone: '355', taxType: 'unknown' },
|
|
12
|
+
{ code: 'AM', label: 'Armenia', phone: '374', taxType: 'unknown' },
|
|
13
|
+
{ code: 'AO', label: 'Angola', phone: '244', taxType: 'unknown' },
|
|
14
|
+
{ code: 'AQ', label: 'Antarctica', phone: '672', taxType: 'unknown' },
|
|
15
|
+
{ code: 'AR', label: 'Argentina', phone: '54', taxType: 'ar_cuit' },
|
|
16
|
+
{ code: 'AS', label: 'American Samoa', phone: '1-684', taxType: 'unknown' },
|
|
17
|
+
{ code: 'AT', label: 'Austria', phone: '43', taxType: 'eu_vat' },
|
|
18
|
+
{ code: 'AU', label: 'Australia', phone: '61', taxType: 'au_abn' },
|
|
19
|
+
{ code: 'AW', label: 'Aruba', phone: '297', taxType: 'unknown' },
|
|
20
|
+
{ code: 'AX', label: 'Alland Islands', phone: '358', taxType: 'unknown' },
|
|
21
|
+
{ code: 'AZ', label: 'Azerbaijan', phone: '994', taxType: 'unknown' },
|
|
22
|
+
{ code: 'BA', label: 'Bosnia and Herzegovina', phone: '387', taxType: 'unknown' },
|
|
23
|
+
{ code: 'BB', label: 'Barbados', phone: '1-246', taxType: 'unknown' },
|
|
24
|
+
{ code: 'BD', label: 'Bangladesh', phone: '880', taxType: 'unknown' },
|
|
25
|
+
{ code: 'BE', label: 'Belgium', phone: '32', taxType: 'eu_vat' },
|
|
26
|
+
{ code: 'BF', label: 'Burkina Faso', phone: '226', taxType: 'unknown' },
|
|
27
|
+
{ code: 'BG', label: 'Bulgaria', phone: '359', taxType: 'eu_vat' },
|
|
28
|
+
{ code: 'BH', label: 'Bahrain', phone: '973', taxType: 'unknown' },
|
|
29
|
+
{ code: 'BI', label: 'Burundi', phone: '257', taxType: 'unknown' },
|
|
30
|
+
{ code: 'BJ', label: 'Benin', phone: '229', taxType: 'unknown' },
|
|
31
|
+
{ code: 'BL', label: 'Saint Barthelemy', phone: '590', taxType: 'unknown' },
|
|
32
|
+
{ code: 'BM', label: 'Bermuda', phone: '1-441', taxType: 'unknown' },
|
|
33
|
+
{ code: 'BN', label: 'Brunei Darussalam', phone: '673', taxType: 'unknown' },
|
|
34
|
+
{ code: 'BO', label: 'Bolivia', phone: '591', taxType: 'bo_tin' },
|
|
35
|
+
{ code: 'BR', label: 'Brazil', phone: '55', taxType: 'br_cnpj' },
|
|
36
|
+
{ code: 'BS', label: 'Bahamas', phone: '1-242', taxType: 'unknown' },
|
|
37
|
+
{ code: 'BT', label: 'Bhutan', phone: '975', taxType: 'unknown' },
|
|
38
|
+
{ code: 'BV', label: 'Bouvet Island', phone: '47', taxType: 'unknown' },
|
|
39
|
+
{ code: 'BW', label: 'Botswana', phone: '267', taxType: 'unknown' },
|
|
40
|
+
{ code: 'BY', label: 'Belarus', phone: '375', taxType: 'by_unp' },
|
|
41
|
+
{ code: 'BZ', label: 'Belize', phone: '501', taxType: 'unknown' },
|
|
42
|
+
{ code: 'CA', label: 'Canada', phone: '1', taxType: 'ca_bn' },
|
|
43
|
+
{ code: 'CC', label: 'Cocos (Keeling) Islands', phone: '61', taxType: 'unknown' },
|
|
44
|
+
{ code: 'CD', label: 'Congo, Democratic Republic of the', phone: '243', taxType: 'unknown' },
|
|
45
|
+
{ code: 'CF', label: 'Central African Republic', phone: '236', taxType: 'unknown' },
|
|
46
|
+
{ code: 'CG', label: 'Congo, Republic of the', phone: '242', taxType: 'unknown' },
|
|
47
|
+
{ code: 'CH', label: 'Switzerland', phone: '41', taxType: 'ch_vat' },
|
|
48
|
+
{ code: 'CI', label: "Cote d'Ivoire", phone: '225', taxType: 'unknown' },
|
|
49
|
+
{ code: 'CK', label: 'Cook Islands', phone: '682', taxType: 'unknown' },
|
|
50
|
+
{ code: 'CL', label: 'Chile', phone: '56', taxType: 'cl_tin' },
|
|
51
|
+
{ code: 'CM', label: 'Cameroon', phone: '237', taxType: 'unknown' },
|
|
52
|
+
{ code: 'CN', label: 'China', phone: '86', taxType: 'cn_tin' },
|
|
53
|
+
{ code: 'CO', label: 'Colombia', phone: '57', taxType: 'co_nit' },
|
|
54
|
+
{ code: 'CR', label: 'Costa Rica', phone: '506', taxType: 'ct_tin' },
|
|
55
|
+
{ code: 'CU', label: 'Cuba', phone: '53', taxType: 'unknown' },
|
|
56
|
+
{ code: 'CV', label: 'Cape Verde', phone: '238', taxType: 'unknown' },
|
|
57
|
+
{ code: 'CW', label: 'Curacao', phone: '599', taxType: 'unknown' },
|
|
58
|
+
{ code: 'CX', label: 'Christmas Island', phone: '61', taxType: 'unknown' },
|
|
59
|
+
{ code: 'CY', label: 'Cyprus', phone: '357', taxType: 'eu_vat' },
|
|
60
|
+
{ code: 'CZ', label: 'Czech Republic', phone: '420', taxType: 'eu_vat' },
|
|
61
|
+
{ code: 'DE', label: 'Germany', phone: '49', taxType: 'eu_vat' },
|
|
62
|
+
{ code: 'DJ', label: 'Djibouti', phone: '253', taxType: 'unknown' },
|
|
63
|
+
{ code: 'DK', label: 'Denmark', phone: '45', taxType: 'eu_vat' },
|
|
64
|
+
{ code: 'DM', label: 'Dominica', phone: '1-767', taxType: 'unknown' },
|
|
65
|
+
{ code: 'DO', label: 'Dominican Republic', phone: '1-809', taxType: 'do_rcn' },
|
|
66
|
+
{ code: 'DZ', label: 'Algeria', phone: '213', taxType: 'unknown' },
|
|
67
|
+
{ code: 'EC', label: 'Ecuador', phone: '593', taxType: 'ec_ruc' },
|
|
68
|
+
{ code: 'EE', label: 'Estonia', phone: '372', taxType: 'eu_vat' },
|
|
69
|
+
{ code: 'EG', label: 'Egypt', phone: '20', taxType: 'eg_tin' },
|
|
70
|
+
{ code: 'EH', label: 'Western Sahara', phone: '212', taxType: 'unknown' },
|
|
71
|
+
{ code: 'ER', label: 'Eritrea', phone: '291', taxType: 'unknown' },
|
|
72
|
+
{ code: 'ES', label: 'Spain', phone: '34', taxType: 'es_cif' },
|
|
73
|
+
{ code: 'ET', label: 'Ethiopia', phone: '251', taxType: 'unknown' },
|
|
74
|
+
{ code: 'FI', label: 'Finland', phone: '358', taxType: 'eu_vat' },
|
|
75
|
+
{ code: 'FJ', label: 'Fiji', phone: '679', taxType: 'unknown' },
|
|
76
|
+
{ code: 'FK', label: 'Falkland Islands (Malvinas)', phone: '500', taxType: 'unknown' },
|
|
77
|
+
{ code: 'FM', label: 'Micronesia, Federated States of', phone: '691', taxType: 'unknown' },
|
|
78
|
+
{ code: 'FO', label: 'Faroe Islands', phone: '298', taxType: 'unknown' },
|
|
79
|
+
{
|
|
80
|
+
code: 'FR',
|
|
81
|
+
label: 'France',
|
|
82
|
+
phone: '33',
|
|
83
|
+
taxType: 'eu_vat',
|
|
84
|
+
taxRateId: 'txr_1OuCViBbviITO61LcJRQ3Pcg',
|
|
85
|
+
taxRatePercentage: 0.13
|
|
86
|
+
},
|
|
87
|
+
{ code: 'GA', label: 'Gabon', phone: '241', taxType: 'unknown' },
|
|
88
|
+
{ code: 'GB', label: 'United Kingdom', phone: '44', taxType: 'gb_vat' },
|
|
89
|
+
{ code: 'GD', label: 'Grenada', phone: '1-473', taxType: 'unknown' },
|
|
90
|
+
{ code: 'GE', label: 'Georgia', phone: '995', taxType: 'ge_vat' },
|
|
91
|
+
{ code: 'GF', label: 'French Guiana', phone: '594', taxType: 'unknown' },
|
|
92
|
+
{ code: 'GG', label: 'Guernsey', phone: '44', taxType: 'unknown' },
|
|
93
|
+
{ code: 'GH', label: 'Ghana', phone: '233', taxType: 'unknown' },
|
|
94
|
+
{ code: 'GI', label: 'Gibraltar', phone: '350', taxType: 'unknown' },
|
|
95
|
+
{ code: 'GL', label: 'Greenland', phone: '299', taxType: 'unknown' },
|
|
96
|
+
{ code: 'GM', label: 'Gambia', phone: '220', taxType: 'unknown' },
|
|
97
|
+
{ code: 'GN', label: 'Guinea', phone: '224', taxType: 'unknown' },
|
|
98
|
+
{ code: 'GP', label: 'Guadeloupe', phone: '590', taxType: 'unknown' },
|
|
99
|
+
{ code: 'GQ', label: 'Equatorial Guinea', phone: '240', taxType: 'unknown' },
|
|
100
|
+
{ code: 'GR', label: 'Greece', phone: '30', taxType: 'eu_vat' },
|
|
101
|
+
{ code: 'GS', label: 'South Georgia and the South Sandwich Islands', phone: '500', taxType: 'unknown' },
|
|
102
|
+
{ code: 'GT', label: 'Guatemala', phone: '502', taxType: 'unknown' },
|
|
103
|
+
{ code: 'GU', label: 'Guam', phone: '1-671', taxType: 'unknown' },
|
|
104
|
+
{ code: 'GW', label: 'Guinea-Bissau', phone: '245', taxType: 'unknown' },
|
|
105
|
+
{ code: 'GY', label: 'Guyana', phone: '592', taxType: 'unknown' },
|
|
106
|
+
{ code: 'HK', label: 'Hong Kong', phone: '852', taxType: 'hk_br' },
|
|
107
|
+
{ code: 'HM', label: 'Heard Island and McDonald Islands', phone: '672', taxType: 'unknown' },
|
|
108
|
+
{ code: 'HN', label: 'Honduras', phone: '504', taxType: 'unknown' },
|
|
109
|
+
{ code: 'HR', label: 'Croatia', phone: '385', taxType: 'eu_vat' },
|
|
110
|
+
{ code: 'HT', label: 'Haiti', phone: '509', taxType: 'unknown' },
|
|
111
|
+
{ code: 'HU', label: 'Hungary', phone: '36', taxType: 'eu_vat' },
|
|
112
|
+
{ code: 'ID', label: 'Indonesia', phone: '62', taxType: 'id_npwp' },
|
|
113
|
+
{ code: 'IE', label: 'Ireland', phone: '353', taxType: 'eu_vat' },
|
|
114
|
+
{ code: 'IL', label: 'Israel', phone: '972', taxType: 'il_vat' },
|
|
115
|
+
{ code: 'IM', label: 'Isle of Man', phone: '44', taxType: 'unknown' },
|
|
116
|
+
{ code: 'IN', label: 'India', phone: '91', taxType: 'in_gst' },
|
|
117
|
+
{ code: 'IO', label: 'British Indian Ocean Territory', phone: '246', taxType: 'unknown' },
|
|
118
|
+
{ code: 'IQ', label: 'Iraq', phone: '964', taxType: 'unknown' },
|
|
119
|
+
{ code: 'IR', label: 'Iran, Islamic Republic of', phone: '98', taxType: 'unknown' },
|
|
120
|
+
{ code: 'IS', label: 'Iceland', phone: '354', taxType: 'is_vat' },
|
|
121
|
+
{
|
|
122
|
+
code: 'IT',
|
|
123
|
+
label: 'Italy',
|
|
124
|
+
phone: '39',
|
|
125
|
+
taxType: 'eu_vat',
|
|
126
|
+
taxRateId: 'txr_1OuCV6BbviITO61LXb1Vwpez',
|
|
127
|
+
taxRatePercentage: 0.22
|
|
128
|
+
},
|
|
129
|
+
{ code: 'JE', label: 'Jersey', phone: '44', taxType: 'unknown' },
|
|
130
|
+
{ code: 'JM', label: 'Jamaica', phone: '1-876', taxType: 'unknown' },
|
|
131
|
+
{ code: 'JO', label: 'Jordan', phone: '962', taxType: 'unknown' },
|
|
132
|
+
{ code: 'JP', label: 'Japan', phone: '81', taxType: 'jp_cn' },
|
|
133
|
+
{ code: 'KE', label: 'Kenya', phone: '254', taxType: 'ke_pin' },
|
|
134
|
+
{ code: 'KG', label: 'Kyrgyzstan', phone: '996', taxType: 'unknown' },
|
|
135
|
+
{ code: 'KH', label: 'Cambodia', phone: '855', taxType: 'unknown' },
|
|
136
|
+
{ code: 'KI', label: 'Kiribati', phone: '686', taxType: 'unknown' },
|
|
137
|
+
{ code: 'KM', label: 'Comoros', phone: '269', taxType: 'unknown' },
|
|
138
|
+
{ code: 'KN', label: 'Saint Kitts and Nevis', phone: '1-869', taxType: 'unknown' },
|
|
139
|
+
{ code: 'KP', label: "Korea, Democratic People's Republic of", phone: '850', taxType: 'unknown' },
|
|
140
|
+
{ code: 'KR', label: 'Korea, Republic of', phone: '82', taxType: 'kr_brn' },
|
|
141
|
+
{ code: 'KW', label: 'Kuwait', phone: '965', taxType: 'unknown' },
|
|
142
|
+
{ code: 'KY', label: 'Cayman Islands', phone: '1-345', taxType: 'unknown' },
|
|
143
|
+
{ code: 'KZ', label: 'Kazakhstan', phone: '7', taxType: 'unknown' },
|
|
144
|
+
{ code: 'LA', label: "Lao People's Democratic Republic", phone: '856', taxType: 'unknown' },
|
|
145
|
+
{ code: 'LB', label: 'Lebanon', phone: '961', taxType: 'unknown' },
|
|
146
|
+
{ code: 'LC', label: 'Saint Lucia', phone: '1-758', taxType: 'unknown' },
|
|
147
|
+
{ code: 'LI', label: 'Liechtenstein', phone: '423', taxType: 'li_uid' },
|
|
148
|
+
{ code: 'LK', label: 'Sri Lanka', phone: '94', taxType: 'unknown' },
|
|
149
|
+
{ code: 'LR', label: 'Liberia', phone: '231', taxType: 'unknown' },
|
|
150
|
+
{ code: 'LS', label: 'Lesotho', phone: '266', taxType: 'unknown' },
|
|
151
|
+
{ code: 'LT', label: 'Lithuania', phone: '370', taxType: 'eu_vat' },
|
|
152
|
+
{ code: 'LU', label: 'Luxembourg', phone: '352', taxType: 'lu_vat' },
|
|
153
|
+
{ code: 'LV', label: 'Latvia', phone: '371', taxType: 'lv_vat' },
|
|
154
|
+
{ code: 'LY', label: 'Libya', phone: '218', taxType: 'unknown' },
|
|
155
|
+
{ code: 'MA', label: 'Morocco', phone: '212', taxType: 'unknown' },
|
|
156
|
+
{ code: 'MC', label: 'Monaco', phone: '377', taxType: 'unknown' },
|
|
157
|
+
{ code: 'MD', label: 'Moldova, Republic of', phone: '373', taxType: 'unknown' },
|
|
158
|
+
{ code: 'ME', label: 'Montenegro', phone: '382', taxType: 'unknown' },
|
|
159
|
+
{ code: 'MF', label: 'Saint Martin (French part)', phone: '590', taxType: 'unknown' },
|
|
160
|
+
{ code: 'MG', label: 'Madagascar', phone: '261', taxType: 'unknown' },
|
|
161
|
+
{ code: 'MH', label: 'Marshall Islands', phone: '692', taxType: 'unknown' },
|
|
162
|
+
{ code: 'MK', label: 'North Macedonia', phone: '389', taxType: 'unknown' },
|
|
163
|
+
{ code: 'ML', label: 'Mali', phone: '223', taxType: 'unknown' },
|
|
164
|
+
{ code: 'MM', label: 'Myanmar', phone: '95', taxType: 'unknown' },
|
|
165
|
+
{ code: 'MN', label: 'Mongolia', phone: '976', taxType: 'unknown' },
|
|
166
|
+
{ code: 'MO', label: 'Macao', phone: '853', taxType: 'unknown' },
|
|
167
|
+
{ code: 'MP', label: 'Northern Mariana Islands', phone: '1-670', taxType: 'unknown' },
|
|
168
|
+
{ code: 'MQ', label: 'Martinique', phone: '596', taxType: 'unknown' },
|
|
169
|
+
{ code: 'MR', label: 'Mauritania', phone: '222', taxType: 'unknown' },
|
|
170
|
+
{ code: 'MS', label: 'Montserrat', phone: '1-664', taxType: 'unknown' },
|
|
171
|
+
{ code: 'MT', label: 'Malta', phone: '356', taxType: 'eu_vat' },
|
|
172
|
+
{ code: 'MU', label: 'Mauritius', phone: '230', taxType: 'unknown' },
|
|
173
|
+
{ code: 'MV', label: 'Maldives', phone: '960', taxType: 'unknown' },
|
|
174
|
+
{ code: 'MW', label: 'Malawi', phone: '265', taxType: 'unknown' },
|
|
175
|
+
{ code: 'MX', label: 'Mexico', phone: '52', taxType: 'mx_rfc' },
|
|
176
|
+
{ code: 'MY', label: 'Malaysia', phone: '60', taxType: 'my_frp' },
|
|
177
|
+
{ code: 'MZ', label: 'Mozambique', phone: '258', taxType: 'unknown' },
|
|
178
|
+
{ code: 'NA', label: 'Namibia', phone: '264', taxType: 'unknown' },
|
|
179
|
+
{ code: 'NC', label: 'New Caledonia', phone: '687', taxType: 'unknown' },
|
|
180
|
+
{ code: 'NE', label: 'Niger', phone: '227', taxType: 'unknown' },
|
|
181
|
+
{ code: 'NF', label: 'Norfolk Island', phone: '672', taxType: 'unknown' },
|
|
182
|
+
{ code: 'NG', label: 'Nigeria', phone: '234', taxType: 'unknown' },
|
|
183
|
+
{ code: 'NI', label: 'Nicaragua', phone: '505', taxType: 'unknown' },
|
|
184
|
+
{ code: 'NL', label: 'Netherlands', phone: '31', taxType: 'eu_vat' },
|
|
185
|
+
{ code: 'NO', label: 'Norway', phone: '47', taxType: 'no_vat' },
|
|
186
|
+
{ code: 'NP', label: 'Nepal', phone: '977', taxType: 'unknown' },
|
|
187
|
+
{ code: 'NR', label: 'Nauru', phone: '674', taxType: 'unknown' },
|
|
188
|
+
{ code: 'NU', label: 'Niue', phone: '683', taxType: 'unknown' },
|
|
189
|
+
{ code: 'NZ', label: 'New Zealand', phone: '64', taxType: 'nz_gst' },
|
|
190
|
+
{ code: 'OM', label: 'Oman', phone: '968', taxType: 'unknown' },
|
|
191
|
+
{ code: 'PA', label: 'Panama', phone: '507', taxType: 'unknown' },
|
|
192
|
+
{ code: 'PE', label: 'Peru', phone: '51', taxType: 'pe_ruc' },
|
|
193
|
+
{ code: 'PF', label: 'French Polynesia', phone: '689', taxType: 'unknown' },
|
|
194
|
+
{ code: 'PG', label: 'Papua New Guinea', phone: '675', taxType: 'unknown' },
|
|
195
|
+
{ code: 'PH', label: 'Philippines', phone: '63', taxType: 'unknown' },
|
|
196
|
+
{ code: 'PK', label: 'Pakistan', phone: '92', taxType: 'unknown' },
|
|
197
|
+
{ code: 'PL', label: 'Poland', phone: '48', taxType: 'eu_vat' },
|
|
198
|
+
{ code: 'PM', label: 'Saint Pierre and Miquelon', phone: '508', taxType: 'unknown' },
|
|
199
|
+
{ code: 'PN', label: 'Pitcairn', phone: '870', taxType: 'unknown' },
|
|
200
|
+
{ code: 'PR', label: 'Puerto Rico', phone: '1', taxType: 'unknown' },
|
|
201
|
+
{ code: 'PS', label: 'Palestine, State of', phone: '970', taxType: 'unknown' },
|
|
202
|
+
{ code: 'PT', label: 'Portugal', phone: '351', taxType: 'eu_vat' },
|
|
203
|
+
{ code: 'PW', label: 'Palau', phone: '680', taxType: 'unknown' },
|
|
204
|
+
{ code: 'PY', label: 'Paraguay', phone: '595', taxType: 'unknown' },
|
|
205
|
+
{ code: 'QA', label: 'Qatar', phone: '974', taxType: 'unknown' },
|
|
206
|
+
{ code: 'RE', label: 'Reunion', phone: '262', taxType: 'unknown' },
|
|
207
|
+
{ code: 'RO', label: 'Romania', phone: '40', taxType: 'ro_cui' },
|
|
208
|
+
{ code: 'RS', label: 'Serbia', phone: '381', taxType: 'rs_pib' },
|
|
209
|
+
{ code: 'RU', label: 'Russian Federation', phone: '7', taxType: 'ru_inn' },
|
|
210
|
+
{ code: 'RW', label: 'Rwanda', phone: '250', taxType: 'unknown' },
|
|
211
|
+
{ code: 'SA', label: 'Saudi Arabia', phone: '966', taxType: 'sa_vat' },
|
|
212
|
+
{ code: 'SB', label: 'Solomon Islands', phone: '677', taxType: 'unknown' },
|
|
213
|
+
{ code: 'SC', label: 'Seychelles', phone: '248', taxType: 'unknown' },
|
|
214
|
+
{ code: 'SD', label: 'Sudan', phone: '249', taxType: 'unknown' },
|
|
215
|
+
{ code: 'SE', label: 'Sweden', phone: '46', taxType: 'eu_vat' },
|
|
216
|
+
{ code: 'SG', label: 'Singapore', phone: '65', taxType: 'sg_uen' },
|
|
217
|
+
{ code: 'SH', label: 'Saint Helena, Ascension and Tristan da Cunha', phone: '290', taxType: 'unknown' },
|
|
218
|
+
{ code: 'SI', label: 'Slovenia', phone: '386', taxType: 'eu_vat' },
|
|
219
|
+
{ code: 'SJ', label: 'Svalbard and Jan Mayen', phone: '47', taxType: 'unknown' },
|
|
220
|
+
{ code: 'SK', label: 'Slovakia', phone: '421', taxType: 'eu_vat' },
|
|
221
|
+
{ code: 'SL', label: 'Sierra Leone', phone: '232', taxType: 'unknown' },
|
|
222
|
+
{ code: 'SM', label: 'San Marino', phone: '378', taxType: 'unknown' },
|
|
223
|
+
{ code: 'SN', label: 'Senegal', phone: '221', taxType: 'unknown' },
|
|
224
|
+
{ code: 'SO', label: 'Somalia', phone: '252', taxType: 'unknown' },
|
|
225
|
+
{ code: 'SR', label: 'Suriname', phone: '597', taxType: 'unknown' },
|
|
226
|
+
{ code: 'SS', label: 'South Sudan', phone: '211', taxType: 'unknown' },
|
|
227
|
+
{ code: 'ST', label: 'Sao Tome and Principe', phone: '239', taxType: 'unknown' },
|
|
228
|
+
{ code: 'SV', label: 'El Salvador', phone: '503', taxType: 'sv_nit' },
|
|
229
|
+
{ code: 'SX', label: 'Sint Maarten (Dutch part)', phone: '1-721', taxType: 'unknown' },
|
|
230
|
+
{ code: 'SY', label: 'Syrian Arab Republic', phone: '963', taxType: 'unknown' },
|
|
231
|
+
{ code: 'SZ', label: 'Eswatini', phone: '268', taxType: 'unknown' },
|
|
232
|
+
{ code: 'TC', label: 'Turks and Caicos Islands', phone: '1-649', taxType: 'unknown' },
|
|
233
|
+
{ code: 'TD', label: 'Chad', phone: '235', taxType: 'unknown' },
|
|
234
|
+
{ code: 'TF', label: 'French Southern Territories', phone: '262', taxType: 'unknown' },
|
|
235
|
+
{ code: 'TG', label: 'Togo', phone: '228', taxType: 'unknown' },
|
|
236
|
+
{ code: 'TH', label: 'Thailand', phone: '66', taxType: 'th_vat' },
|
|
237
|
+
{ code: 'TJ', label: 'Tajikistan', phone: '992', taxType: 'unknown' },
|
|
238
|
+
{ code: 'TK', label: 'Tokelau', phone: '690', taxType: 'unknown' },
|
|
239
|
+
{ code: 'TL', label: 'Timor-Leste', phone: '670', taxType: 'unknown' },
|
|
240
|
+
{ code: 'TM', label: 'Turkmenistan', phone: '993', taxType: 'unknown' },
|
|
241
|
+
{ code: 'TN', label: 'Tunisia', phone: '216', taxType: 'unknown' },
|
|
242
|
+
{ code: 'TO', label: 'Tonga', phone: '676', taxType: 'unknown' },
|
|
243
|
+
{ code: 'TR', label: 'Turkey', phone: '90', taxType: 'tr_tin' },
|
|
244
|
+
{ code: 'TT', label: 'Trinidad and Tobago', phone: '1-868', taxType: 'unknown' },
|
|
245
|
+
{ code: 'TV', label: 'Tuvalu', phone: '688', taxType: 'unknown' },
|
|
246
|
+
{ code: 'TW', label: 'Taiwan, Province of China', phone: '886', taxType: 'tw_vat' },
|
|
247
|
+
{ code: 'TZ', label: 'Tanzania, United Republic of', phone: '255', taxType: 'unknown' },
|
|
248
|
+
{ code: 'UA', label: 'Ukraine', phone: '380', taxType: 'ua_vat' },
|
|
249
|
+
{ code: 'UG', label: 'Uganda', phone: '256', taxType: 'unknown' },
|
|
250
|
+
{ code: 'UM', label: 'United States Minor Outlying Islands', phone: '1', taxType: 'us_ein' },
|
|
251
|
+
{ code: 'US', label: 'United States', phone: '1', taxType: 'us_ein' },
|
|
252
|
+
{ code: 'UY', label: 'Uruguay', phone: '598', taxType: 'uy_ruc' },
|
|
253
|
+
{ code: 'UZ', label: 'Uzbekistan', phone: '998', taxType: 'unknown' },
|
|
254
|
+
{ code: 'VA', label: 'Holy See (Vatican City State)', phone: '379', taxType: 'unknown' },
|
|
255
|
+
{ code: 'VC', label: 'Saint Vincent and the Grenadines', phone: '1-784', taxType: 'unknown' },
|
|
256
|
+
{ code: 'VE', label: 'Venezuela', phone: '58', taxType: 've_rif' },
|
|
257
|
+
{ code: 'VG', label: 'Virgin Islands, British', phone: '1-284', taxType: 'unknown' },
|
|
258
|
+
{ code: 'VI', label: 'Virgin Islands, U.S.', phone: '1-340', taxType: 'unknown' },
|
|
259
|
+
{ code: 'VN', label: 'Vietnam', phone: '84', taxType: 'vn_tin' },
|
|
260
|
+
{ code: 'VU', label: 'Vanuatu', phone: '678', taxType: 'unknown' },
|
|
261
|
+
{ code: 'WF', label: 'Wallis and Futuna', phone: '681', taxType: 'unknown' },
|
|
262
|
+
{ code: 'WS', label: 'Samoa', phone: '685', taxType: 'unknown' },
|
|
263
|
+
{ code: 'YE', label: 'Yemen', phone: '967', taxType: 'unknown' },
|
|
264
|
+
{ code: 'YT', label: 'Mayotte', phone: '262', taxType: 'unknown' },
|
|
265
|
+
{ code: 'ZA', label: 'South Africa', phone: '27', taxType: 'za_vat' },
|
|
266
|
+
{ code: 'ZM', label: 'Zambia', phone: '260', taxType: 'unknown' },
|
|
267
|
+
{ code: 'ZW', label: 'Zimbabwe', phone: '263', taxType: 'unknown' }
|
|
268
|
+
];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DefaultCategoryTagName = "Formazione";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DefaultCategoryTagName = 'Formazione';
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -154,6 +154,26 @@ import CreateLiveStreamButton, { CreateLiveStreamButtonProps } from './component
|
|
|
154
154
|
import LiveStreamForm, { LiveStreamFormProps } from './components/LiveStreamForm';
|
|
155
155
|
import LiveStreamRoom, { LiveStreamRoomProps } from './components/LiveStreamRoom';
|
|
156
156
|
import LiveStreamVideoConference, { LiveStreamVideoConferenceProps } from './components/LiveStreamRoom/LiveStreamVideoConference';
|
|
157
|
+
import PaywallsConfigurator, { PaywallsConfiguratorProps, PaywallsConfiguratorSkeleton } from './components/PaywallsConfigurator';
|
|
158
|
+
import PaywallsDialog, { PaywallsDialogProps } from './components/PaywallsDialog';
|
|
159
|
+
import PaymentProducts, { PaymentProductsProps } from './components/PaymentProducts';
|
|
160
|
+
import PaymentProduct, { PaymentProductProps } from './components/PaymentProduct';
|
|
161
|
+
import PaymentOrder, { PaymentOrderProps } from './components/PaymentOrder';
|
|
162
|
+
import PaymentOrderPdfButton, { PaymentOrderPdfButtonProps } from './components/PaymentOrderPdfButton';
|
|
163
|
+
import PaymentDetailDialog, { PaymentDetailDialogProps } from './components/PaymentDetailDialog';
|
|
164
|
+
import PaymentOrders, { PaymentOrdersProps } from './components/PaymentOrders';
|
|
165
|
+
import PaymentProductPrice, { PaymentProductPriceProps } from './components/PaymentProductPrice';
|
|
166
|
+
import UserPaymentMethodsPortal, { UserPaymentMethodsPortalProps, UserPaymentMethodsPortalSkeleton } from './components/UserPaymentMethodsPortal';
|
|
167
|
+
import UserPaymentMethods, { UserPaymentMethodsProps, UserPaymentMethodsSkeleton } from './components/UserPaymentMethods';
|
|
168
|
+
import UserAddPaymentMethodForm, { UserAddPaymentMethodFormProps } from './components/UserAddPaymentMethodForm';
|
|
169
|
+
import UserAddPaymentMethodDialog, { UserAddPaymentMethodDialogProps } from './components/UserAddPaymentMethodDialog';
|
|
170
|
+
import UserChangeAddressDialog, { UserChangeAddressDialogProps } from './components/UserChangeAddressDialog';
|
|
171
|
+
import UserBillingInfo, { UserBillingInfoProps, UserBillingInfoSkeleton } from './components/UserBillingInfo';
|
|
172
|
+
import Checkout, { CheckoutProps } from './components/Checkout';
|
|
173
|
+
import CheckoutReturnDialog, { CheckoutReturnDialogProps } from './components/CheckoutReturnDialog';
|
|
174
|
+
import CommunityPaywalls, { CommunityPaywallsProps, CommunityPaywallsSkeleton } from './components/CommunityPaywalls';
|
|
175
|
+
import PdfPreviewDialog, { PdfPreviewDialogProps } from './components/PdfPreviewDialog';
|
|
176
|
+
import PdfPreview, { PdfPreviewProps } from './components/PdfPreview';
|
|
157
177
|
import BaseDialog, { BaseDialogProps } from './shared/BaseDialog';
|
|
158
178
|
import BaseItem, { BaseItemProps } from './shared/BaseItem';
|
|
159
179
|
import Calendar, { CalendarProps } from './shared/Calendar';
|
|
@@ -177,6 +197,7 @@ import UrlTextField from './shared/UrlTextField';
|
|
|
177
197
|
import UserAvatar, { UserAvatarProps } from './shared/UserAvatar';
|
|
178
198
|
import UserDeletedSnackBar, { UserDeletedSnackBarProps } from './shared/UserDeletedSnackBar';
|
|
179
199
|
import UsernameTextField from './shared/UsernameTextField';
|
|
200
|
+
import HiddenPurchasableContent from './shared/HiddenPurchasableContent';
|
|
180
201
|
import { PlatformWidgetActionType, SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCEventTemplateType, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCFeedWidgetType, SCMediaChunkType, SCMediaObjectType, SCNotificationObjectTemplateType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations, VirtualScrollerItemProps, SCCourseTemplateType, SCLessonActionsType, SCLessonModeType, SCCourseEditTabType } from './types';
|
|
181
202
|
/**
|
|
182
203
|
* Constants
|
|
@@ -202,6 +223,7 @@ import { getRelativeTime } from './utils/formatRelativeTime';
|
|
|
202
223
|
import { bytesToSize } from './utils/sizeCoverter';
|
|
203
224
|
import { generateRoomId, randomString, decodePassphrase, encodePassphrase } from './utils/liveStream';
|
|
204
225
|
import * as MessageUploaderUtils from './utils/thumbnailCoverter';
|
|
226
|
+
import { getDefaultLocale, getDefaultPaymentMethodConfiguration, getDefaultAppearanceStyle, getConvertedAmount } from './utils/payment';
|
|
205
227
|
import { getUrlLesson } from './utils/course';
|
|
206
228
|
/**
|
|
207
229
|
* Import Assets
|
|
@@ -211,4 +233,4 @@ import DefaultCoverSelfCommunity from './assets/deafultCover';
|
|
|
211
233
|
/**
|
|
212
234
|
* List all exports
|
|
213
235
|
*/
|
|
214
|
-
export { AcceptRequestUserEventButton, AcceptRequestUserEventButtonProps, AccountChangeMailValidation, AccountChangeMailValidationProps, AccountDataPortability, AccountDataPortabilityButton, AccountDataPortabilityButtonProps, AccountDataPortabilityProps, AccountDelete, AccountDeleteButton, AccountDeleteButtonProps, AccountDeleteProps, AccountRecover, AccountRecoverProps, AccountReset, AccountResetProps, AccountVerify, AccountVerifyProps, AvatarGroupSkeleton, BaseDialog, BaseDialogProps, BaseItem, BaseItemProps, BaseLightbox, BaseLightboxProps, BottomNavigation, BottomNavigationProps, BroadcastMessages, BroadcastMessagesProps, BroadcastMessagesSkeleton, bytesToSize, generateRoomId, randomString, decodePassphrase, encodePassphrase, Calendar, CalendarProps, Categories, CategoriesPopularWidget, CategoriesPopularWidgetSkeleton, CategoriesProps, CategoriesSkeleton, CategoriesSkeletonProps, CategoriesSuggestionWidget, CategoriesSuggestionWidgetProps, CategoriesSuggestionWidgetSkeleton, Category, CategoryAutocomplete, CategoryAutocompleteProps, CategoryFollowButton, CategoryFollowButtonProps, CategoryFollowersButton, CategoryFollowersButtonProps, CategoryHeader, CategoryHeaderProps, CategoryHeaderSkeleton, CategoryProps, CategorySkeleton, CategoryTrendingFeedWidget, CategoryTrendingFeedWidgetProps, CategoryTrendingFeedWidgetSkeleton, CategoryTrendingPeopleWidgetSkeleton, CategoryTrendingUsersWidget, CategoryTrendingUsersWidgetProps, CentralProgress, ChangeCover, ChangeCoverProps, ChangeGroupCover, ChangeGroupCoverProps, ChangeGroupPicture, ChangeGroupPictureProps, ChangePicture, ChangePictureProps, CommentObject, CommentObjectProps, CommentObjectReply, CommentObjectReplyProps, CommentObjectSkeleton, CommentsFeedObject, CommentsFeedObjectProps, CommentsFeedObjectSkeleton, CommentsObject, CommentsObjectProps, CommentsObjectSkeleton, Composer, ComposerIconButton, ComposerIconButtonProps, ComposerProps, ConfirmDialog, ConnectionUserButton, ConsentSolution, ConsentSolutionButton, ConsentSolutionButtonProps, ConsentSolutionProps, ConsentSolutionSkeleton, ContributionUtils, SCCourseEditTabType, Course, CourseProps, CourseSkeleton, CourseSkeletonProps, CourseJoinButton, CourseJoinButtonProps, Courses, CoursesProps, CoursesSkeleton, CoursesSkeletonProps, CourseTypePopover, CourseTypePopoverProps, CreateCourseButton, CreateCourseButtonProps, CourseContentMenu, CourseContentMenuProps, CourseDashboard, TeacherCourseDashboardProps, TeacherSkeleton, StudentCourseDashboardProps, StudentSkeleton, CreateEventButton, CreateEventButtonProps, CreateEventWidget, CreateEventWidgetProps, CreateEventWidgetSkeleton, CreateGroupButton, EventForm, EventFormProps, EventFormDialog, EventFormDialogProps, CreateGroupButtonProps, CustomAdv, CustomAdvProps, CustomAdvSkeleton, DEFAULT_FIELDS, DEFAULT_PAGINATION_LIMIT, DEFAULT_PAGINATION_OFFSET, DEFAULT_PAGINATION_QUERY_PARAM_NAME, DEFAULT_PRELOAD_OFFSET_VIEWPORT, DEFAULT_WIDGETS_NUMBER, DefaultDrawerContent, DefaultDrawerContentProps, DefaultHeaderContent, DefaultHeaderContentProps, DefaultDrawerSkeleton, DefaultDrawerSkeletonProps, EditEventButton, EditEventButtonProps, EditGroupButton, EditGroupButtonProps, EditMediaProps, Editor, EditorProps, EditorSkeleton, EmailTextField, EditCourse, EditCourseProps, EditCourseSkeleton, Event, EventActionsMenu, EventActionsMenuProps, EventHeader, EventHeaderProps, EventHeaderSkeleton, EventInfoDetails, EventInfoDetailsProps, EventInfoWidget, EventInfoWidgetProps, EventInviteButton, EventInviteButtonProps, EventLocationWidget, EventLocationWidgetProps, EventLocationWidgetSkeleton, EventMediaWidget, EventMediaWidgetProps, EventMediaWidgetSkeleton, EventMembersWidget, EventMembersWidgetProps, EventMembersWidgetSkeleton, EventParticipantsButton, EventParticipantsButtonProps, EventProps, Events, EventSkeleton, EventSkeletonProps, EventsProps, EventsSkeleton, EventsSkeletonProps, FACEBOOK_SHARE, Feed, FeedObject, FeedObjectMediaPreview, FeedObjectMediaPreviewProps, FeedObjectProps, FeedObjectSkeleton, FeedProps, FeedRef, FeedSidebarProps, FeedSkeleton, FeedUpdatesWidget, FeedUpdatesWidgetProps, FeedUpdatesWidgetSkeleton, File, FollowUserButton, FollowUserButtonProps, Footer, FooterProps, FooterSkeleton, FriendshipButtonProps, FriendshipUserButton, GenericSkeleton, getRelativeTime, getUnseenNotification, getUnseenNotificationCounter, getUrlLesson, Group, GroupActionsMenu, GroupActionsMenuProps, GroupForm, GroupFormProps, GroupHeader, GroupHeaderProps, GroupHeaderSkeleton, GroupInfoWidget, GroupInfoWidgetProps, GroupInfoWidgetSkeleton, GroupInviteButton, GroupInviteButtonProps, GroupInvitedWidget, GroupInvitedWidgetProps, GroupInvitedWidgetSkeleton, GroupMembersButton, GroupMembersButtonProps, GroupMembersWidget, GroupMembersWidgetProps, GroupMembersWidgetSkeleton, GroupProps, GroupRequestsWidget, GroupRequestsWidgetProps, GroupRequestsWidgetSkeleton, Groups, GroupSettingsIconButton, GroupSettingsIconButtonProps, GroupSkeleton, GroupsProps, GroupsSkeleton, GroupSubscribeButton, GroupSubscribeButtonProps, AccordionLessons, AccordionLessonsProps, AccordionLessonsSkeleton, AddUsersButton, AddUsersButtonProps, CourseUsersTable, CourseUsersTableProps, CourseUsersTableSkeleton, EmptyStatus, EmptyStatusProps, HiddenPlaceholder, Incubator, IncubatorDetail, IncubatorDetailProps, IncubatorListWidget, IncubatorListWidgetProps, IncubatorProps, IncubatorSubscribeButton, IncubatorSubscribeButtonProps, IncubatorSuggestionWidget, IncubatorSuggestionWidgetProps, InfiniteScroll, ScrollContainer, InlineComposerWidget, InlineComposerWidgetProps, InlineComposerWidgetSkeleton, InviteUserEventButton, LessonAppbar, LessonAppbarProps, LessonDrawer, LessonDrawerProps, LessonEditForm, LessonEditFormProps, LessonObject, LessonObjectProps, InviteUserEventButtonProps, LanguageSwitcher, LEGAL_POLICIES, CourseCompletedDialog, CourseCompletedDialogProps, Lightbox, LightboxProps, Link, LINKEDIN_SHARE, LocationAutocomplete, LocationAutocompleteProps, LogoSelfCommunity, DefaultCoverSelfCommunity, LoyaltyProgramWidget, LoyaltyProgramWidgetProps, LoyaltyProgramWidgetSkeleton, MAX_PRELOAD_OFFSET_VIEWPORT, MEDIA_EMBED_SC_LINK_TYPE, MEDIA_EMBED_SC_SHARED_EVENT, MEDIA_EMBED_SC_SHARED_OBJECT, MEDIA_TYPE_DOCUMENT, MEDIA_TYPE_EMBED, MEDIA_TYPE_EVENT, MEDIA_TYPE_IMAGE, MEDIA_TYPE_LINK, MEDIA_TYPE_SHARE, MEDIA_TYPE_URL, MEDIA_TYPE_VIDEO, SCCourseFormStepType, MediaChunkUploader, MediaChunkUploaderProps, MessageUploaderUtils, MetadataField, MetadataFieldProps, MIN_PRELOAD_OFFSET_VIEWPORT, MyEventsWidget, MyEventsWidgetProps, MyEventsWidgetSkeleton, NavigationMenuContent, NavigationMenuDrawer, NavigationMenuDrawerProps, NavigationMenuHeader, NavigationMenuIconButton, NavigationMenuIconButtonProps, NavigationSettingsIconButton, NavigationSettingsIconButtonProps, NavigationSettingsItem, NavigationToolbar, NavigationToolbarMobile, NavigationToolbarMobileProps, NavigationToolbarMobileSkeleton, NavigationToolbarProps, NavigationToolbarSkeleton, Notification, NotificationProps, NotificationSkeleton, OnBoardingWidget, OnBoardingWidgetProps, OnBoardingWidgetSkeleton, PasswordTextField, PhoneTextField, PlatformWidget, PlatformWidgetActionType, PlatformWidgetProps, PlatformWidgetSkeleton, PollSuggestionWidget, PollSuggestionWidgetProps, PrivateMessageComponent, PrivateMessageComponentProps, PrivateMessageComponentSkeleton, PrivateMessageEditor, PrivateMessageEditorProps, PrivateMessageEditorSkeleton, PrivateMessageSettingsIconButton, PrivateMessageSettingsIconButtonProps, PrivateMessageSnippetItem, PrivateMessageSnippetItemProps, PrivateMessageSnippetItemSkeleton, PrivateMessageSnippets, PrivateMessageSnippetsProps, PrivateMessageSnippetsSkeleton, PrivateMessageThread, PrivateMessageThreadItem, PrivateMessageThreadItemProps, PrivateMessageThreadItemSkeleton, PrivateMessageThreadProps, PrivateMessageThreadSkeleton, ProgressBar, ProgressBarProps, RelatedEventsWidget, RelatedEventsWidgetProps, RelatedEventsWidgetSkeleton, RelatedFeedObjectsWidget, RelatedFeedObjectsWidgetSkeleton, RelatedFeedObjectWidgetProps, ReplyComment, SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCEventMembersEventType, SCEventTemplateType, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCFeedWidgetType, SCGroupMembersEventType, SCMediaChunkType, SCMediaObjectType, SCNotificationObjectTemplateType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations, SearchAutocomplete, SearchAutocompleteProps, SearchDialog, SearchDialogProps, Share, SnippetNotifications, SnippetNotificationsProps, SnippetNotificationsSkeleton, StickyBox, StickyBoxComponent, StickyBoxProps, SuggestedEventsWidget, TagAutocomplete, TagAutocompleteProps, SuggestedEventsWidgetProps, SuggestedEventsWidgetSkeleton, TagChip, TagChipProps, ToastNotifications, ToastNotificationsProps, ToastNotificationsSkeleton, UrlTextField, User, UserActionIconButton, UserActionIconButtonProps, UserAvatar, UserAvatarProps, UserConnectionsRequestsSentWidget, UserConnectionsRequestsSentWidgetProps, UserConnectionsRequestsSentWidgetSkeleton, UserConnectionsRequestsWidget, UserConnectionsRequestsWidgetProps, UserConnectionsRequestsWidgetSkeleton, UserConnectionsWidget, UserConnectionsWidgetProps, UserConnectionsWidgetSkeleton, UserCounters, UserCountersProps, UserCreatedCoursesWidget, UserCreatedCoursesWidgetProps, UserCreatedCoursesWidgetSkeleton, UserDeletedSnackBar, UserDeletedSnackBarProps, UserFollowedCategoriesWidget, UserFollowedCategoriesWidgetProps, UserFollowedCategoriesWidgetSkeleton, UserFollowedUsersWidget, UserFollowedUsersWidgetProps, UserFollowedUsersWidgetSkeleton, UserFollowersWidget, UserFollowersWidgetProps, UserFollowersWidgetSkeleton, UserInfo, UserInfoDialog, UserInfoDialogProps, UserInfoProps, UserInfoSkeleton, UsernameTextField, UserProfileBlocked, UserProfileBlockedProps, UserProfileEdit, UserProfileEditProps, UserProfileEditSectionAccount, UserProfileEditSectionAccountProps, UserProfileEditSectionPublicInfo, UserProfileEditSectionPublicInfoProps, UserProfileEditSectionSettings, UserProfileEditSectionSettingsProps, UserProfileEditSkeleton, UserProfileHeader, UserProfileHeaderProps, UserProfileHeaderSkeleton, UserProps, UserSkeleton, UserSocialAssociation, UserSocialAssociationProps, UserSubscribedGroupsWidget, UserSubscribedGroupsWidgetProps, UserSubscribedGroupsWidgetSkeleton, UserSuggestionWidget, UserSuggestionWidgetProps, UserSuggestionWidgetSkeleton, UserLiveStreamWidget, UserLiveStreamWidgetProps, UserLiveStreamWidgetSkeleton, useStickyBox, UseStickyBoxProps, LiveStream, LiveStreamProps, LiveStreamSkeletonProps, LiveStreamSkeleton, LiveStreamInfoDetails, LiveStreamInfoDetailsProps, UpScalingTierBadge, UpScalingTierProps, CreateLiveStreamDialog, CreateLiveStreamDialogProps, CreateLiveStreamButton, CreateLiveStreamButtonProps, LiveStreamForm, LiveStreamFormProps, LiveStreamRoom, LiveStreamRoomProps, LiveStreamVideoConference, LiveStreamVideoConferenceProps, VirtualScrollerItemProps, SCCourseTemplateType, SCLessonActionsType, SCLessonModeType, Widget, WidgetProps, X_SHARE, PROVIDER_ICONS_CONTAINED, PROVIDER_ICONS_OUTLINED };
|
|
236
|
+
export { AcceptRequestUserEventButton, AcceptRequestUserEventButtonProps, AccountChangeMailValidation, AccountChangeMailValidationProps, AccountDataPortability, AccountDataPortabilityButton, AccountDataPortabilityButtonProps, AccountDataPortabilityProps, AccountDelete, AccountDeleteButton, AccountDeleteButtonProps, AccountDeleteProps, AccountRecover, AccountRecoverProps, AccountReset, AccountResetProps, AccountVerify, AccountVerifyProps, AvatarGroupSkeleton, BaseDialog, BaseDialogProps, BaseItem, BaseItemProps, BaseLightbox, BaseLightboxProps, BottomNavigation, BottomNavigationProps, BroadcastMessages, BroadcastMessagesProps, BroadcastMessagesSkeleton, bytesToSize, generateRoomId, randomString, decodePassphrase, encodePassphrase, Calendar, CalendarProps, Categories, CategoriesPopularWidget, CategoriesPopularWidgetSkeleton, CategoriesProps, CategoriesSkeleton, CategoriesSkeletonProps, CategoriesSuggestionWidget, CategoriesSuggestionWidgetProps, CategoriesSuggestionWidgetSkeleton, Category, CategoryAutocomplete, CategoryAutocompleteProps, CategoryFollowButton, CategoryFollowButtonProps, CategoryFollowersButton, CategoryFollowersButtonProps, CategoryHeader, CategoryHeaderProps, CategoryHeaderSkeleton, CategoryProps, CategorySkeleton, CategoryTrendingFeedWidget, CategoryTrendingFeedWidgetProps, CategoryTrendingFeedWidgetSkeleton, CategoryTrendingPeopleWidgetSkeleton, CategoryTrendingUsersWidget, CategoryTrendingUsersWidgetProps, CentralProgress, ChangeCover, ChangeCoverProps, ChangeGroupCover, ChangeGroupCoverProps, ChangeGroupPicture, ChangeGroupPictureProps, ChangePicture, ChangePictureProps, CommentObject, CommentObjectProps, CommentObjectReply, CommentObjectReplyProps, CommentObjectSkeleton, CommentsFeedObject, CommentsFeedObjectProps, CommentsFeedObjectSkeleton, CommentsObject, CommentsObjectProps, CommentsObjectSkeleton, Composer, ComposerIconButton, ComposerIconButtonProps, ComposerProps, ConfirmDialog, ConnectionUserButton, ConsentSolution, ConsentSolutionButton, ConsentSolutionButtonProps, ConsentSolutionProps, ConsentSolutionSkeleton, ContributionUtils, SCCourseEditTabType, Course, CourseProps, CourseSkeleton, CourseSkeletonProps, CourseJoinButton, CourseJoinButtonProps, Courses, CoursesProps, CoursesSkeleton, CoursesSkeletonProps, CourseTypePopover, CourseTypePopoverProps, CreateCourseButton, CreateCourseButtonProps, CourseContentMenu, CourseContentMenuProps, CourseDashboard, TeacherCourseDashboardProps, TeacherSkeleton, StudentCourseDashboardProps, StudentSkeleton, CreateEventButton, CreateEventButtonProps, CreateEventWidget, CreateEventWidgetProps, CreateEventWidgetSkeleton, CreateGroupButton, EventForm, EventFormProps, EventFormDialog, EventFormDialogProps, CreateGroupButtonProps, CustomAdv, CustomAdvProps, CustomAdvSkeleton, DEFAULT_FIELDS, DEFAULT_PAGINATION_LIMIT, DEFAULT_PAGINATION_OFFSET, DEFAULT_PAGINATION_QUERY_PARAM_NAME, DEFAULT_PRELOAD_OFFSET_VIEWPORT, DEFAULT_WIDGETS_NUMBER, DefaultDrawerContent, DefaultDrawerContentProps, DefaultHeaderContent, DefaultHeaderContentProps, DefaultDrawerSkeleton, DefaultDrawerSkeletonProps, EditEventButton, EditEventButtonProps, EditGroupButton, EditGroupButtonProps, EditMediaProps, Editor, EditorProps, EditorSkeleton, EmailTextField, EditCourse, EditCourseProps, EditCourseSkeleton, Event, EventActionsMenu, EventActionsMenuProps, EventHeader, EventHeaderProps, EventHeaderSkeleton, EventInfoDetails, EventInfoDetailsProps, EventInfoWidget, EventInfoWidgetProps, EventInviteButton, EventInviteButtonProps, EventLocationWidget, EventLocationWidgetProps, EventLocationWidgetSkeleton, EventMediaWidget, EventMediaWidgetProps, EventMediaWidgetSkeleton, EventMembersWidget, EventMembersWidgetProps, EventMembersWidgetSkeleton, EventParticipantsButton, EventParticipantsButtonProps, EventProps, Events, EventSkeleton, EventSkeletonProps, EventsProps, EventsSkeleton, EventsSkeletonProps, FACEBOOK_SHARE, Feed, FeedObject, FeedObjectMediaPreview, FeedObjectMediaPreviewProps, FeedObjectProps, FeedObjectSkeleton, FeedProps, FeedRef, FeedSidebarProps, FeedSkeleton, FeedUpdatesWidget, FeedUpdatesWidgetProps, FeedUpdatesWidgetSkeleton, File, FollowUserButton, FollowUserButtonProps, Footer, FooterProps, FooterSkeleton, FriendshipButtonProps, FriendshipUserButton, GenericSkeleton, getRelativeTime, getUnseenNotification, getUnseenNotificationCounter, getUrlLesson, Group, GroupActionsMenu, GroupActionsMenuProps, GroupForm, GroupFormProps, GroupHeader, GroupHeaderProps, GroupHeaderSkeleton, GroupInfoWidget, GroupInfoWidgetProps, GroupInfoWidgetSkeleton, GroupInviteButton, GroupInviteButtonProps, GroupInvitedWidget, GroupInvitedWidgetProps, GroupInvitedWidgetSkeleton, GroupMembersButton, GroupMembersButtonProps, GroupMembersWidget, GroupMembersWidgetProps, GroupMembersWidgetSkeleton, GroupProps, GroupRequestsWidget, GroupRequestsWidgetProps, GroupRequestsWidgetSkeleton, Groups, GroupSettingsIconButton, GroupSettingsIconButtonProps, GroupSkeleton, GroupsProps, GroupsSkeleton, GroupSubscribeButton, GroupSubscribeButtonProps, AccordionLessons, AccordionLessonsProps, AccordionLessonsSkeleton, AddUsersButton, AddUsersButtonProps, CourseUsersTable, CourseUsersTableProps, CourseUsersTableSkeleton, EmptyStatus, EmptyStatusProps, HiddenPlaceholder, Incubator, IncubatorDetail, IncubatorDetailProps, IncubatorListWidget, IncubatorListWidgetProps, IncubatorProps, IncubatorSubscribeButton, IncubatorSubscribeButtonProps, IncubatorSuggestionWidget, IncubatorSuggestionWidgetProps, InfiniteScroll, ScrollContainer, InlineComposerWidget, InlineComposerWidgetProps, InlineComposerWidgetSkeleton, InviteUserEventButton, LessonAppbar, LessonAppbarProps, LessonDrawer, LessonDrawerProps, LessonEditForm, LessonEditFormProps, LessonObject, LessonObjectProps, InviteUserEventButtonProps, LanguageSwitcher, LEGAL_POLICIES, CourseCompletedDialog, CourseCompletedDialogProps, Lightbox, LightboxProps, Link, LINKEDIN_SHARE, LocationAutocomplete, LocationAutocompleteProps, LogoSelfCommunity, DefaultCoverSelfCommunity, LoyaltyProgramWidget, LoyaltyProgramWidgetProps, LoyaltyProgramWidgetSkeleton, MAX_PRELOAD_OFFSET_VIEWPORT, MEDIA_EMBED_SC_LINK_TYPE, MEDIA_EMBED_SC_SHARED_EVENT, MEDIA_EMBED_SC_SHARED_OBJECT, MEDIA_TYPE_DOCUMENT, MEDIA_TYPE_EMBED, MEDIA_TYPE_EVENT, MEDIA_TYPE_IMAGE, MEDIA_TYPE_LINK, MEDIA_TYPE_SHARE, MEDIA_TYPE_URL, MEDIA_TYPE_VIDEO, SCCourseFormStepType, MediaChunkUploader, MediaChunkUploaderProps, MessageUploaderUtils, MetadataField, MetadataFieldProps, MIN_PRELOAD_OFFSET_VIEWPORT, MyEventsWidget, MyEventsWidgetProps, MyEventsWidgetSkeleton, NavigationMenuContent, NavigationMenuDrawer, NavigationMenuDrawerProps, NavigationMenuHeader, NavigationMenuIconButton, NavigationMenuIconButtonProps, NavigationSettingsIconButton, NavigationSettingsIconButtonProps, NavigationSettingsItem, NavigationToolbar, NavigationToolbarMobile, NavigationToolbarMobileProps, NavigationToolbarMobileSkeleton, NavigationToolbarProps, NavigationToolbarSkeleton, Notification, NotificationProps, NotificationSkeleton, OnBoardingWidget, OnBoardingWidgetProps, OnBoardingWidgetSkeleton, PasswordTextField, PhoneTextField, PlatformWidget, PlatformWidgetActionType, PlatformWidgetProps, PlatformWidgetSkeleton, PollSuggestionWidget, PollSuggestionWidgetProps, PrivateMessageComponent, PrivateMessageComponentProps, PrivateMessageComponentSkeleton, PrivateMessageEditor, PrivateMessageEditorProps, PrivateMessageEditorSkeleton, PrivateMessageSettingsIconButton, PrivateMessageSettingsIconButtonProps, PrivateMessageSnippetItem, PrivateMessageSnippetItemProps, PrivateMessageSnippetItemSkeleton, PrivateMessageSnippets, PrivateMessageSnippetsProps, PrivateMessageSnippetsSkeleton, PrivateMessageThread, PrivateMessageThreadItem, PrivateMessageThreadItemProps, PrivateMessageThreadItemSkeleton, PrivateMessageThreadProps, PrivateMessageThreadSkeleton, ProgressBar, ProgressBarProps, RelatedEventsWidget, RelatedEventsWidgetProps, RelatedEventsWidgetSkeleton, RelatedFeedObjectsWidget, RelatedFeedObjectsWidgetSkeleton, RelatedFeedObjectWidgetProps, ReplyComment, SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCEventMembersEventType, SCEventTemplateType, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCFeedWidgetType, SCGroupMembersEventType, SCMediaChunkType, SCMediaObjectType, SCNotificationObjectTemplateType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations, SearchAutocomplete, SearchAutocompleteProps, SearchDialog, SearchDialogProps, Share, SnippetNotifications, SnippetNotificationsProps, SnippetNotificationsSkeleton, StickyBox, StickyBoxComponent, StickyBoxProps, SuggestedEventsWidget, TagAutocomplete, TagAutocompleteProps, SuggestedEventsWidgetProps, SuggestedEventsWidgetSkeleton, TagChip, TagChipProps, ToastNotifications, ToastNotificationsProps, ToastNotificationsSkeleton, UrlTextField, User, UserActionIconButton, UserActionIconButtonProps, UserAvatar, UserAvatarProps, UserConnectionsRequestsSentWidget, UserConnectionsRequestsSentWidgetProps, UserConnectionsRequestsSentWidgetSkeleton, UserConnectionsRequestsWidget, UserConnectionsRequestsWidgetProps, UserConnectionsRequestsWidgetSkeleton, UserConnectionsWidget, UserConnectionsWidgetProps, UserConnectionsWidgetSkeleton, UserCounters, UserCountersProps, UserCreatedCoursesWidget, UserCreatedCoursesWidgetProps, UserCreatedCoursesWidgetSkeleton, UserDeletedSnackBar, UserDeletedSnackBarProps, UserFollowedCategoriesWidget, UserFollowedCategoriesWidgetProps, UserFollowedCategoriesWidgetSkeleton, UserFollowedUsersWidget, UserFollowedUsersWidgetProps, UserFollowedUsersWidgetSkeleton, UserFollowersWidget, UserFollowersWidgetProps, UserFollowersWidgetSkeleton, UserInfo, UserInfoDialog, UserInfoDialogProps, UserInfoProps, UserInfoSkeleton, UsernameTextField, UserProfileBlocked, UserProfileBlockedProps, UserProfileEdit, UserProfileEditProps, UserProfileEditSectionAccount, UserProfileEditSectionAccountProps, UserProfileEditSectionPublicInfo, UserProfileEditSectionPublicInfoProps, UserProfileEditSectionSettings, UserProfileEditSectionSettingsProps, UserProfileEditSkeleton, UserProfileHeader, UserProfileHeaderProps, UserProfileHeaderSkeleton, UserProps, UserSkeleton, UserSocialAssociation, UserSocialAssociationProps, UserSubscribedGroupsWidget, UserSubscribedGroupsWidgetProps, UserSubscribedGroupsWidgetSkeleton, UserSuggestionWidget, UserSuggestionWidgetProps, UserSuggestionWidgetSkeleton, UserLiveStreamWidget, UserLiveStreamWidgetProps, UserLiveStreamWidgetSkeleton, UserPaymentMethodsPortal, UserPaymentMethodsPortalProps, UserPaymentMethodsPortalSkeleton, useStickyBox, UseStickyBoxProps, LiveStream, LiveStreamProps, LiveStreamSkeletonProps, LiveStreamSkeleton, LiveStreamInfoDetails, LiveStreamInfoDetailsProps, UpScalingTierBadge, UpScalingTierProps, CreateLiveStreamDialog, CreateLiveStreamDialogProps, CreateLiveStreamButton, CreateLiveStreamButtonProps, LiveStreamForm, LiveStreamFormProps, LiveStreamRoom, LiveStreamRoomProps, LiveStreamVideoConference, LiveStreamVideoConferenceProps, VirtualScrollerItemProps, SCCourseTemplateType, SCLessonActionsType, SCLessonModeType, Widget, WidgetProps, X_SHARE, PROVIDER_ICONS_CONTAINED, PROVIDER_ICONS_OUTLINED, getDefaultLocale, getDefaultPaymentMethodConfiguration, getDefaultAppearanceStyle, getConvertedAmount, PaywallsDialog, PaywallsDialogProps, PaywallsConfigurator, PaywallsConfiguratorProps, PaywallsConfiguratorSkeleton, PaymentProducts, PaymentProductsProps, PaymentProduct, PaymentProductProps, PaymentOrder, PaymentOrderProps, PaymentOrderPdfButton, PaymentOrderPdfButtonProps, PaymentDetailDialog, PaymentDetailDialogProps, PaymentOrders, PaymentOrdersProps, PaymentProductPrice, PaymentProductPriceProps, PdfPreviewDialog, PdfPreviewDialogProps, PdfPreview, PdfPreviewProps, UserPaymentMethods, UserPaymentMethodsProps, UserPaymentMethodsSkeleton, UserAddPaymentMethodForm, UserAddPaymentMethodFormProps, UserAddPaymentMethodDialog, UserAddPaymentMethodDialogProps, UserChangeAddressDialog, UserChangeAddressDialogProps, UserBillingInfo, UserBillingInfoProps, UserBillingInfoSkeleton, Checkout, CheckoutProps, CheckoutReturnDialog, CheckoutReturnDialogProps, HiddenPurchasableContent, CommunityPaywalls, CommunityPaywallsProps, CommunityPaywallsSkeleton };
|
package/lib/esm/index.js
CHANGED
|
@@ -154,6 +154,26 @@ import CreateLiveStreamButton from './components/CreateLiveStreamButton';
|
|
|
154
154
|
import LiveStreamForm from './components/LiveStreamForm';
|
|
155
155
|
import LiveStreamRoom from './components/LiveStreamRoom';
|
|
156
156
|
import LiveStreamVideoConference from './components/LiveStreamRoom/LiveStreamVideoConference';
|
|
157
|
+
import PaywallsConfigurator, { PaywallsConfiguratorSkeleton } from './components/PaywallsConfigurator';
|
|
158
|
+
import PaywallsDialog from './components/PaywallsDialog';
|
|
159
|
+
import PaymentProducts from './components/PaymentProducts';
|
|
160
|
+
import PaymentProduct from './components/PaymentProduct';
|
|
161
|
+
import PaymentOrder from './components/PaymentOrder';
|
|
162
|
+
import PaymentOrderPdfButton from './components/PaymentOrderPdfButton';
|
|
163
|
+
import PaymentDetailDialog from './components/PaymentDetailDialog';
|
|
164
|
+
import PaymentOrders from './components/PaymentOrders';
|
|
165
|
+
import PaymentProductPrice from './components/PaymentProductPrice';
|
|
166
|
+
import UserPaymentMethodsPortal, { UserPaymentMethodsPortalSkeleton } from './components/UserPaymentMethodsPortal';
|
|
167
|
+
import UserPaymentMethods, { UserPaymentMethodsSkeleton } from './components/UserPaymentMethods';
|
|
168
|
+
import UserAddPaymentMethodForm from './components/UserAddPaymentMethodForm';
|
|
169
|
+
import UserAddPaymentMethodDialog from './components/UserAddPaymentMethodDialog';
|
|
170
|
+
import UserChangeAddressDialog from './components/UserChangeAddressDialog';
|
|
171
|
+
import UserBillingInfo, { UserBillingInfoSkeleton } from './components/UserBillingInfo';
|
|
172
|
+
import Checkout from './components/Checkout';
|
|
173
|
+
import CheckoutReturnDialog from './components/CheckoutReturnDialog';
|
|
174
|
+
import CommunityPaywalls, { CommunityPaywallsSkeleton } from './components/CommunityPaywalls';
|
|
175
|
+
import PdfPreviewDialog from './components/PdfPreviewDialog';
|
|
176
|
+
import PdfPreview from './components/PdfPreview';
|
|
157
177
|
import BaseDialog from './shared/BaseDialog';
|
|
158
178
|
import BaseItem from './shared/BaseItem';
|
|
159
179
|
import Calendar from './shared/Calendar';
|
|
@@ -177,6 +197,7 @@ import UrlTextField from './shared/UrlTextField';
|
|
|
177
197
|
import UserAvatar from './shared/UserAvatar';
|
|
178
198
|
import UserDeletedSnackBar from './shared/UserDeletedSnackBar';
|
|
179
199
|
import UsernameTextField from './shared/UsernameTextField';
|
|
200
|
+
import HiddenPurchasableContent from './shared/HiddenPurchasableContent';
|
|
180
201
|
import { SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCEventTemplateType, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCNotificationObjectTemplateType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations, SCCourseTemplateType, SCLessonActionsType, SCLessonModeType, SCCourseEditTabType } from './types';
|
|
181
202
|
/**
|
|
182
203
|
* Constants
|
|
@@ -201,6 +222,7 @@ import { getRelativeTime } from './utils/formatRelativeTime';
|
|
|
201
222
|
import { bytesToSize } from './utils/sizeCoverter';
|
|
202
223
|
import { generateRoomId, randomString, decodePassphrase, encodePassphrase } from './utils/liveStream';
|
|
203
224
|
import * as MessageUploaderUtils from './utils/thumbnailCoverter';
|
|
225
|
+
import { getDefaultLocale, getDefaultPaymentMethodConfiguration, getDefaultAppearanceStyle, getConvertedAmount } from './utils/payment';
|
|
204
226
|
import { getUrlLesson } from './utils/course';
|
|
205
227
|
/**
|
|
206
228
|
* Import Assets
|
|
@@ -218,4 +240,4 @@ DEFAULT_PAGINATION_QUERY_PARAM_NAME, DEFAULT_PRELOAD_OFFSET_VIEWPORT, DEFAULT_WI
|
|
|
218
240
|
/* SC UI SHARED */
|
|
219
241
|
AccordionLessons, AccordionLessonsSkeleton, AddUsersButton, CourseUsersTable, CourseUsersTableSkeleton, EmptyStatus, HiddenPlaceholder, Incubator, IncubatorDetail, IncubatorListWidget, IncubatorSubscribeButton, IncubatorSuggestionWidget, InfiniteScroll, ScrollContainer, InlineComposerWidget, InlineComposerWidgetSkeleton, InviteUserEventButton, LessonAppbar, LessonDrawer, LessonEditForm, LessonObject, LanguageSwitcher, LEGAL_POLICIES, CourseCompletedDialog, Lightbox, Link, LINKEDIN_SHARE, LocationAutocomplete,
|
|
220
242
|
/* Assets */
|
|
221
|
-
LogoSelfCommunity, DefaultCoverSelfCommunity, LoyaltyProgramWidget, LoyaltyProgramWidgetSkeleton, MAX_PRELOAD_OFFSET_VIEWPORT, MEDIA_EMBED_SC_LINK_TYPE, MEDIA_EMBED_SC_SHARED_EVENT, MEDIA_EMBED_SC_SHARED_OBJECT, MEDIA_TYPE_DOCUMENT, MEDIA_TYPE_EMBED, MEDIA_TYPE_EVENT, MEDIA_TYPE_IMAGE, MEDIA_TYPE_LINK, MEDIA_TYPE_SHARE, MEDIA_TYPE_URL, MEDIA_TYPE_VIDEO, SCCourseFormStepType, MediaChunkUploader, MessageUploaderUtils, MetadataField, MIN_PRELOAD_OFFSET_VIEWPORT, MyEventsWidget, MyEventsWidgetSkeleton, NavigationMenuContent, NavigationMenuDrawer, NavigationMenuHeader, NavigationMenuIconButton, NavigationSettingsIconButton, NavigationToolbar, NavigationToolbarMobile, NavigationToolbarMobileSkeleton, NavigationToolbarSkeleton, Notification, NotificationSkeleton, OnBoardingWidget, OnBoardingWidgetSkeleton, PasswordTextField, PhoneTextField, PlatformWidget, PlatformWidgetSkeleton, PollSuggestionWidget, PrivateMessageComponent, PrivateMessageComponentSkeleton, PrivateMessageEditor, PrivateMessageEditorSkeleton, PrivateMessageSettingsIconButton, PrivateMessageSnippetItem, PrivateMessageSnippetItemSkeleton, PrivateMessageSnippets, PrivateMessageSnippetsSkeleton, PrivateMessageThread, PrivateMessageThreadItem, PrivateMessageThreadItemSkeleton, PrivateMessageThreadSkeleton, ProgressBar, RelatedEventsWidget, RelatedEventsWidgetSkeleton, RelatedFeedObjectsWidget, RelatedFeedObjectsWidgetSkeleton, ReplyComment, SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCEventTemplateType, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCNotificationObjectTemplateType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations, SearchAutocomplete, SearchDialog, Share, SnippetNotifications, SnippetNotificationsSkeleton, StickyBox, SuggestedEventsWidget, TagAutocomplete, SuggestedEventsWidgetSkeleton, TagChip, ToastNotifications, ToastNotificationsSkeleton, UrlTextField, User, UserActionIconButton, UserAvatar, UserConnectionsRequestsSentWidget, UserConnectionsRequestsSentWidgetSkeleton, UserConnectionsRequestsWidget, UserConnectionsRequestsWidgetSkeleton, UserConnectionsWidget, UserConnectionsWidgetSkeleton, UserCounters, UserCreatedCoursesWidget, UserCreatedCoursesWidgetSkeleton, UserDeletedSnackBar, UserFollowedCategoriesWidget, UserFollowedCategoriesWidgetSkeleton, UserFollowedUsersWidget, UserFollowedUsersWidgetSkeleton, UserFollowersWidget, UserFollowersWidgetSkeleton, UserInfo, UserInfoDialog, UserInfoSkeleton, UsernameTextField, UserProfileBlocked, UserProfileEdit, UserProfileEditSectionAccount, UserProfileEditSectionPublicInfo, UserProfileEditSectionSettings, UserProfileEditSkeleton, UserProfileHeader, UserProfileHeaderSkeleton, UserSkeleton, UserSocialAssociation, UserSubscribedGroupsWidget, UserSubscribedGroupsWidgetSkeleton, UserSuggestionWidget, UserSuggestionWidgetSkeleton, UserLiveStreamWidget, UserLiveStreamWidgetSkeleton, useStickyBox, LiveStream, LiveStreamSkeleton, LiveStreamInfoDetails, UpScalingTierBadge, CreateLiveStreamDialog, CreateLiveStreamButton, LiveStreamForm, LiveStreamRoom, LiveStreamVideoConference, SCCourseTemplateType, SCLessonActionsType, SCLessonModeType, Widget, X_SHARE, PROVIDER_ICONS_CONTAINED, PROVIDER_ICONS_OUTLINED };
|
|
243
|
+
LogoSelfCommunity, DefaultCoverSelfCommunity, LoyaltyProgramWidget, LoyaltyProgramWidgetSkeleton, MAX_PRELOAD_OFFSET_VIEWPORT, MEDIA_EMBED_SC_LINK_TYPE, MEDIA_EMBED_SC_SHARED_EVENT, MEDIA_EMBED_SC_SHARED_OBJECT, MEDIA_TYPE_DOCUMENT, MEDIA_TYPE_EMBED, MEDIA_TYPE_EVENT, MEDIA_TYPE_IMAGE, MEDIA_TYPE_LINK, MEDIA_TYPE_SHARE, MEDIA_TYPE_URL, MEDIA_TYPE_VIDEO, SCCourseFormStepType, MediaChunkUploader, MessageUploaderUtils, MetadataField, MIN_PRELOAD_OFFSET_VIEWPORT, MyEventsWidget, MyEventsWidgetSkeleton, NavigationMenuContent, NavigationMenuDrawer, NavigationMenuHeader, NavigationMenuIconButton, NavigationSettingsIconButton, NavigationToolbar, NavigationToolbarMobile, NavigationToolbarMobileSkeleton, NavigationToolbarSkeleton, Notification, NotificationSkeleton, OnBoardingWidget, OnBoardingWidgetSkeleton, PasswordTextField, PhoneTextField, PlatformWidget, PlatformWidgetSkeleton, PollSuggestionWidget, PrivateMessageComponent, PrivateMessageComponentSkeleton, PrivateMessageEditor, PrivateMessageEditorSkeleton, PrivateMessageSettingsIconButton, PrivateMessageSnippetItem, PrivateMessageSnippetItemSkeleton, PrivateMessageSnippets, PrivateMessageSnippetsSkeleton, PrivateMessageThread, PrivateMessageThreadItem, PrivateMessageThreadItemSkeleton, PrivateMessageThreadSkeleton, ProgressBar, RelatedEventsWidget, RelatedEventsWidgetSkeleton, RelatedFeedObjectsWidget, RelatedFeedObjectsWidgetSkeleton, ReplyComment, SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCEventTemplateType, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCNotificationObjectTemplateType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations, SearchAutocomplete, SearchDialog, Share, SnippetNotifications, SnippetNotificationsSkeleton, StickyBox, SuggestedEventsWidget, TagAutocomplete, SuggestedEventsWidgetSkeleton, TagChip, ToastNotifications, ToastNotificationsSkeleton, UrlTextField, User, UserActionIconButton, UserAvatar, UserConnectionsRequestsSentWidget, UserConnectionsRequestsSentWidgetSkeleton, UserConnectionsRequestsWidget, UserConnectionsRequestsWidgetSkeleton, UserConnectionsWidget, UserConnectionsWidgetSkeleton, UserCounters, UserCreatedCoursesWidget, UserCreatedCoursesWidgetSkeleton, UserDeletedSnackBar, UserFollowedCategoriesWidget, UserFollowedCategoriesWidgetSkeleton, UserFollowedUsersWidget, UserFollowedUsersWidgetSkeleton, UserFollowersWidget, UserFollowersWidgetSkeleton, UserInfo, UserInfoDialog, UserInfoSkeleton, UsernameTextField, UserProfileBlocked, UserProfileEdit, UserProfileEditSectionAccount, UserProfileEditSectionPublicInfo, UserProfileEditSectionSettings, UserProfileEditSkeleton, UserProfileHeader, UserProfileHeaderSkeleton, UserSkeleton, UserSocialAssociation, UserSubscribedGroupsWidget, UserSubscribedGroupsWidgetSkeleton, UserSuggestionWidget, UserSuggestionWidgetSkeleton, UserLiveStreamWidget, UserLiveStreamWidgetSkeleton, UserPaymentMethodsPortal, UserPaymentMethodsPortalSkeleton, useStickyBox, LiveStream, LiveStreamSkeleton, LiveStreamInfoDetails, UpScalingTierBadge, CreateLiveStreamDialog, CreateLiveStreamButton, LiveStreamForm, LiveStreamRoom, LiveStreamVideoConference, SCCourseTemplateType, SCLessonActionsType, SCLessonModeType, Widget, X_SHARE, PROVIDER_ICONS_CONTAINED, PROVIDER_ICONS_OUTLINED, getDefaultLocale, getDefaultPaymentMethodConfiguration, getDefaultAppearanceStyle, getConvertedAmount, PaywallsDialog, PaywallsConfigurator, PaywallsConfiguratorSkeleton, PaymentProducts, PaymentProduct, PaymentOrder, PaymentOrderPdfButton, PaymentDetailDialog, PaymentOrders, PaymentProductPrice, PdfPreviewDialog, PdfPreview, UserPaymentMethods, UserPaymentMethodsSkeleton, UserAddPaymentMethodForm, UserAddPaymentMethodDialog, UserChangeAddressDialog, UserBillingInfo, UserBillingInfoSkeleton, Checkout, CheckoutReturnDialog, HiddenPurchasableContent, CommunityPaywalls, CommunityPaywallsSkeleton };
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
import { __rest } from "tslib";
|
|
2
2
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
|
|
4
|
-
// @ts-nocheck
|
|
5
3
|
import { useEffect, useState } from 'react';
|
|
6
4
|
import { Waypoint } from 'react-waypoint';
|
|
7
5
|
import ReactPlayer from 'react-player';
|
|
8
6
|
import { styled } from '@mui/material';
|
|
7
|
+
import { SCPreferences, useSCPreferences } from '@selfcommunity/react-core';
|
|
9
8
|
const PREFIX = 'SCAutoPlayer';
|
|
10
9
|
const Root = styled(Waypoint, {
|
|
11
10
|
name: PREFIX,
|
|
12
11
|
slot: 'Root',
|
|
13
|
-
overridesResolver: (
|
|
12
|
+
overridesResolver: (_props, styles) => styles.root
|
|
14
13
|
})(() => ({}));
|
|
15
14
|
export default function AutoPlayer(props) {
|
|
16
15
|
// PROPS
|
|
17
|
-
const {
|
|
16
|
+
const { loop = false, muted = true, playsinline = true, controls = true, stopOnUnmount = true, pip = true, onVideoWatch } = props, rest = __rest(props, ["loop", "muted", "playsinline", "controls", "stopOnUnmount", "pip", "onVideoWatch"]);
|
|
18
17
|
// STATE
|
|
19
18
|
const [shouldPlay, setShouldPlay] = useState(false);
|
|
20
19
|
const [played, setPlayed] = useState(0);
|
|
20
|
+
const { preferences } = useSCPreferences();
|
|
21
|
+
const enableAutoplay = SCPreferences.CONFIGURATIONS_VIDEO_AUTOPLAY_ENABLED in preferences && preferences[SCPreferences.CONFIGURATIONS_VIDEO_AUTOPLAY_ENABLED].value;
|
|
21
22
|
useEffect(() => {
|
|
22
23
|
if (played >= 10 && played <= 11) {
|
|
23
24
|
onVideoWatch === null || onVideoWatch === void 0 ? void 0 : onVideoWatch();
|
|
@@ -46,6 +46,10 @@ export interface ContributionActionsMenuProps {
|
|
|
46
46
|
* Handle restore obj
|
|
47
47
|
*/
|
|
48
48
|
onRestoreContribution?: (obj: SCCommentType | SCFeedObjectType) => void;
|
|
49
|
+
/**
|
|
50
|
+
* Handle publish obj
|
|
51
|
+
*/
|
|
52
|
+
onPublishContribution?: (obj: SCFeedObjectType) => void;
|
|
49
53
|
/**
|
|
50
54
|
* Handle flag notification obj
|
|
51
55
|
*/
|