@platform-x/hcltechx-mfe-wrapper 3.0.12 → 3.0.14
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/{ArticleVodList-C65Ln8eR.mjs → ArticleVodList-CjWfdjNv.mjs} +2 -2
- package/{ArticleVodListComponent-CJaJnuna.mjs → ArticleVodListComponent-DdWFqanL.mjs} +3 -3
- package/{ChallengeDetailComponent-DRrmBkea.mjs → ChallengeDetailComponent-BiC6hNwC.mjs} +1 -1
- package/{CommonContentComponent-C_2OR8z3.mjs → CommonContentComponent-DbO3EYPg.mjs} +2 -2
- package/{DailyMotion-BhiH1hsa.mjs → DailyMotion-D2vmCjL8.mjs} +1 -1
- package/{EngagementHomeComponent-Cz0bC-Cc.mjs → EngagementHomeComponent-BI0HY7gM.mjs} +1 -1
- package/{EventDetailComponent-5fcS_atQ.mjs → EventDetailComponent-RE1zEcBA.mjs} +1 -1
- package/EventList-C_s29ojv.mjs +741 -0
- package/{EventListComponent-CrVPyY0Q.mjs → EventListComponent-2iUFzU-K.mjs} +3 -3
- package/{Facebook-eSGZ0AKJ.mjs → Facebook-CFKZmgdL.mjs} +1 -1
- package/{FilePlayer-C6vN-ohc.mjs → FilePlayer-hmYCv3h7.mjs} +1 -1
- package/{FilterModal-Bg4rtDV9.mjs → FilterModal-Csggxkua.mjs} +19 -19
- package/{IndividualChallengeComponent-CXBValRD.mjs → IndividualChallengeComponent-Cv63z9PF.mjs} +1 -1
- package/{Kaltura-C2Duv3rj.mjs → Kaltura-BEiY7DNA.mjs} +1 -1
- package/{Mixcloud-BbmteRhY.mjs → Mixcloud-CjOkhQM_.mjs} +1 -1
- package/{Mux-CcZEercK.mjs → Mux-DL91jHEh.mjs} +1 -1
- package/{PageComponent-CmQtEVuE.mjs → PageComponent-CrJxTXub.mjs} +2 -2
- package/{Preview-1zX3opMv.mjs → Preview-BfCky0i9.mjs} +1 -1
- package/{RecentCarousel-Mum1Wndo.mjs → RecentCarousel-BOzGmtA2.mjs} +1 -1
- package/{Share-ChJjAs0A.mjs → Share-BQqvUUYe.mjs} +1 -1
- package/{SoundCloud-BAz6nPA0.mjs → SoundCloud-C9x0dU3k.mjs} +1 -1
- package/{Streamable-CJfcIlT2.mjs → Streamable-BWPWbyx9.mjs} +1 -1
- package/{Twitch-DgNr5tNp.mjs → Twitch-hCPglImP.mjs} +1 -1
- package/{Vidyard-D7j0fBTe.mjs → Vidyard-CXyhH29Y.mjs} +1 -1
- package/{Vimeo-DpF61dj0.mjs → Vimeo-BeM8atxO.mjs} +1 -1
- package/{Wistia-BAJuupto.mjs → Wistia-BZhlJ6D5.mjs} +1 -1
- package/{YouTube-gpKdzwgi.mjs → YouTube-DFsMTK7a.mjs} +1 -1
- package/{index-BhjNg2G0.mjs → index-Dm3OCezz.mjs} +75 -73
- package/{index-DKK-JRJj.mjs → index-DuBQUIdS.mjs} +17534 -16170
- package/index.mjs +1 -1
- package/lib/Components/SkeltonLoaders/SportsFacilities/SportsSkeltonLoader.d.ts +2 -0
- package/lib/Components/SkeltonLoaders/SportsFacilities/SportsSkeltonLoader.style.d.ts +2 -0
- package/lib/contentTypes/Components/SportsFacilityDetailComponent.d.ts +2 -0
- package/lib/prelems/Components/SportsFacilitiesComponent.d.ts +2 -0
- package/lib/services/fetchApi.d.ts +1 -0
- package/lib/services/fetchQueries.d.ts +1 -0
- package/lib/services/mutateApi.d.ts +2 -0
- package/lib/services/mutateQueries.d.ts +2 -0
- package/lib/utils/componentMapping.d.ts +3 -1
- package/package.json +1 -1
- package/EventList-Cj4laQ-i.mjs +0 -843
package/index.mjs
CHANGED
|
@@ -11,5 +11,6 @@ declare const fetchApi: {
|
|
|
11
11
|
fetchPoll: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
12
12
|
getSentRequestList: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
13
13
|
getReceivedRequestList: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
14
|
+
getSportsFacilityDetails: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
14
15
|
};
|
|
15
16
|
export default fetchApi;
|
|
@@ -9,3 +9,4 @@ export declare const FETCH_CONTENT_DETAIL = "\n query FETCH_CONTENT_DETAIL($pag
|
|
|
9
9
|
export declare const FETCH_POLL = "\n query FETCH_POLL($title: String!) {\n users_fetchContent(title: $title) {\n title\n document_path\n options\n status\n total_vote\n start_date\n end_date\n created_by\n updated_by\n createdAt\n updatedAt\n }\n }\n";
|
|
10
10
|
export declare const GET_SENT_REQUEST_LIST = "\n query GET_SENT_REQUEST_LIST(\n $challenge_id: String!\n $user_id: String!\n $viewParticipants: Boolean!\n $derived_challenge_id: String\n ) {\n community_sentRequests(\n challenge_id: $challenge_id\n user_id: $user_id\n viewParticipants: $viewParticipants\n derived_challenge_id: $derived_challenge_id\n )\n }\n";
|
|
11
11
|
export declare const GET_RECEIVED_REQUEST_LIST = "\n query GET_RECEIVED_REQUEST_LIST($challenge_id: String!, $user_id: String!) {\n community_receivedRequests(challenge_id: $challenge_id, user_id: $user_id)\n }\n";
|
|
12
|
+
export declare const GET_SPORTS_DETAILS = "query GET_SPORTS_DETAILS(\n $event_id: String!\n $user_id: String\n $slot_based_event: Boolean\n ) {\n community_sportsFacilityDetails(\n event_id: $event_id\n user_id: $user_id\n slot_based_event: $slot_based_event\n )\n }\n";
|
|
@@ -4,5 +4,7 @@ declare const mutateApi: {
|
|
|
4
4
|
setPersonalGoal: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
5
5
|
savePoll: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
6
6
|
setUpChallenge: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
7
|
+
bookSportsFacility: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
8
|
+
cancelSportsFacility: <T>(input: T, lang: any, host: any) => Promise<any>;
|
|
7
9
|
};
|
|
8
10
|
export default mutateApi;
|
|
@@ -3,3 +3,5 @@ export declare const JOIN_CHALLENGE = "\n mutation ($input: community_joinChall
|
|
|
3
3
|
export declare const SET_PERSONAL_GOAL = "\n mutation ($input: community_GoalsInput, $user_id: String) {\n community_setPersonalGoal(input: $input, user_id: $user_id) {\n message\n }\n }\n";
|
|
4
4
|
export declare const SAVE_POLL = "\n mutation ($input: users_contentRequestModel) {\n users_saveContent(input: $input) {\n message\n }\n }\n";
|
|
5
5
|
export declare const SET_INDIVIDUAL_CHALLENGE = "\n mutation ($input: community_challengeEntities) {\n community_setupChallenge(input: $input) {\n message\n derived_challenge_id\n }\n }\n";
|
|
6
|
+
export declare const BOOK_SPORTS_FACILITY = "mutation ($input: community_SportsFacilitiesInput) {\n community_bookSportsFacility(input: $input) {\n id\n event_id\n message\n }\n }";
|
|
7
|
+
export declare const CANCEL_SPORTS_FACILITY = "mutation ($input: community_cancelSportsFacilitiesInput) {\n community_cancelSportsFacilityBooking(input: $input) {\n id\n event_id\n message\n }\n }";
|
|
@@ -6,14 +6,16 @@ declare const Components: {
|
|
|
6
6
|
quizzone: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
pollzone: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
theform: () => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
sportsfacilitieslist: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
articlevodlist: any;
|
|
9
11
|
challenges: any;
|
|
10
12
|
wellnessevent: any;
|
|
11
13
|
quiz: any;
|
|
12
14
|
poll: any;
|
|
13
15
|
article: any;
|
|
14
16
|
video: any;
|
|
15
|
-
articlevodlist: any;
|
|
16
17
|
individualchallenge: any;
|
|
17
18
|
sitepage: any;
|
|
19
|
+
sportsfacilities: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
18
20
|
};
|
|
19
21
|
export default Components;
|