@sparkle-learning/core 0.0.54 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{PrivateRoute-e2047db2.js → PrivateRoute-f97245ce.js} +2 -2
- package/dist/cjs/{appdata.service-d28cf2d6.js → appdata.service-c8d71e05.js} +1 -1
- package/dist/cjs/assignment.service-690fb59c.js +19 -0
- package/dist/cjs/{facilitator.service-0b9f6ac7.js → facilitator.service-ff0e1659.js} +1 -1
- package/dist/cjs/{feed.service-6df9382f.js → feed.service-8eca4de6.js} +1 -1
- package/dist/cjs/header-mobile-collapse_61.cjs.entry.js +9 -9
- package/dist/cjs/{httpService-d8a5b474.js → httpService-d2e7bf8f.js} +1 -1
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/{ion-action-sheet_4.cjs.entry.js → ion-action-sheet_7.cjs.entry.js} +728 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{media.service-2bc73d37.js → media.service-8a1b9bc5.js} +1 -1
- package/dist/cjs/{signalR.service-0d5da1d3.js → signalR.service-bd6b42f9.js} +1 -1
- package/dist/cjs/sparkle-assignment.cjs.entry.js +90 -5
- package/dist/cjs/sparkle-core.cjs.js +1 -1
- package/dist/cjs/sparkle-discussion-questions_2.cjs.entry.js +2 -2
- package/dist/cjs/sparkle-facilitator-notes-form.cjs.entry.js +3 -3
- package/dist/cjs/sparkle-feed-post.cjs.entry.js +116 -0
- package/dist/cjs/sparkle-feedback.cjs.entry.js +3 -3
- package/dist/cjs/sparkle-file-upload.cjs.entry.js +53 -0
- package/dist/cjs/sparkle-goal-form.cjs.entry.js +4 -4
- package/dist/cjs/sparkle-input.cjs.entry.js +56 -0
- package/dist/cjs/sparkle-video-player.cjs.entry.js +22 -0
- package/dist/cjs/{student.service-d8ec2551.js → student.service-7e5385be.js} +1 -1
- package/dist/cjs/{token.service-bfb0089b.js → token.service-7a41953d.js} +11 -0
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/sparkle-assignment/sparkle-assignment.css +27 -0
- package/dist/collection/components/sparkle-assignment/sparkle-assignment.js +141 -7
- package/dist/collection/components/sparkle-feed-post/sparkle-feed-post.js +2 -10
- package/dist/collection/components/sparkle-file-upload/sparkle-file-upload.css +0 -0
- package/dist/collection/components/sparkle-file-upload/sparkle-file-upload.js +105 -0
- package/dist/collection/components/sparkle-input/sparkle-input.css +0 -0
- package/dist/collection/components/sparkle-input/sparkle-input.js +212 -0
- package/dist/collection/components/sparkle-video-player/sparkle-video-player.css +0 -0
- package/dist/collection/components/sparkle-video-player/sparkle-video-player.js +92 -0
- package/dist/collection/services/token.service.js +11 -0
- package/dist/esm/{PrivateRoute-c6e80d5d.js → PrivateRoute-90ac95b8.js} +2 -2
- package/dist/esm/{appdata.service-d1058e00.js → appdata.service-2e84e167.js} +1 -1
- package/dist/esm/assignment.service-8d31f141.js +17 -0
- package/dist/esm/{facilitator.service-53e05a01.js → facilitator.service-18c47bdf.js} +1 -1
- package/dist/esm/{feed.service-8385ad7a.js → feed.service-b4f3cae4.js} +1 -1
- package/dist/esm/header-mobile-collapse_61.entry.js +10 -10
- package/dist/esm/{httpService-db476835.js → httpService-7986aeed.js} +2 -2
- package/dist/esm/index.js +4 -4
- package/dist/esm/{ion-action-sheet_4.entry.js → ion-action-sheet_7.entry.js} +729 -4
- package/dist/esm/ion-loading.entry.js +1 -1
- package/dist/esm/ion-menu.entry.js +1 -1
- package/dist/esm/ion-modal.entry.js +1 -1
- package/dist/esm/ion-picker.entry.js +1 -1
- package/dist/esm/ion-toast.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{media.service-b68cbfff.js → media.service-6e90bc41.js} +1 -1
- package/dist/esm/{overlays-3b4dca92.js → overlays-4233a39d.js} +1 -1
- package/dist/esm/{signalR.service-4a2d5a92.js → signalR.service-c33fba50.js} +1 -1
- package/dist/esm/sparkle-assignment.entry.js +91 -6
- package/dist/esm/sparkle-core.js +1 -1
- package/dist/esm/sparkle-discussion-questions_2.entry.js +2 -2
- package/dist/esm/sparkle-facilitator-notes-form.entry.js +4 -4
- package/dist/esm/sparkle-feed-post.entry.js +112 -0
- package/dist/esm/sparkle-feedback.entry.js +4 -4
- package/dist/esm/sparkle-file-upload.entry.js +49 -0
- package/dist/esm/sparkle-goal-form.entry.js +5 -5
- package/dist/esm/sparkle-input.entry.js +52 -0
- package/dist/esm/sparkle-video-player.entry.js +18 -0
- package/dist/esm/{student.service-6457aaa0.js → student.service-08af124f.js} +1 -1
- package/dist/esm/{token.service-20f1a256.js → token.service-71a5d33f.js} +11 -0
- package/dist/sparkle-core/index.esm.js +1 -1
- package/dist/sparkle-core/p-08420531.entry.js +1 -0
- package/dist/sparkle-core/p-08cca80d.entry.js +1 -0
- package/dist/sparkle-core/p-0e8e539f.entry.js +1 -0
- package/dist/sparkle-core/{p-11ac00b0.js → p-1adc98f6.js} +1 -1
- package/dist/sparkle-core/{p-71720d6e.entry.js → p-38c842d5.entry.js} +1 -1
- package/dist/sparkle-core/{p-38f707fb.js → p-39a31e43.js} +1 -1
- package/dist/sparkle-core/{p-6a1fc0af.entry.js → p-3daf2915.entry.js} +1 -1
- package/dist/sparkle-core/{p-dcff298d.entry.js → p-42ed7d5f.entry.js} +1 -1
- package/dist/sparkle-core/{p-6fab3a4b.js → p-4b4a8703.js} +1 -1
- package/dist/sparkle-core/{p-98f7780c.entry.js → p-4d1cfcbe.entry.js} +1 -1
- package/dist/sparkle-core/p-4fba3e4c.js +1 -0
- package/dist/sparkle-core/{p-54dd894f.entry.js → p-6bde0192.entry.js} +1 -1
- package/dist/sparkle-core/{p-6faa194c.entry.js → p-6d2f4093.entry.js} +1 -1
- package/dist/sparkle-core/{p-ed9de327.js → p-7dae0f0e.js} +1 -1
- package/dist/sparkle-core/p-973fe404.entry.js +22 -0
- package/dist/sparkle-core/{p-967a2ed7.js → p-b06e2bef.js} +1 -1
- package/dist/sparkle-core/{p-e863bf1d.entry.js → p-b6fec622.entry.js} +1 -1
- package/dist/sparkle-core/{p-630a4fa0.js → p-b8d71ff4.js} +1 -1
- package/dist/sparkle-core/p-c7e21070.entry.js +1 -0
- package/dist/sparkle-core/{p-17b6b07e.js → p-c9f753a4.js} +1 -1
- package/dist/sparkle-core/{p-d51f30ca.js → p-da391f3f.js} +1 -1
- package/dist/sparkle-core/{p-38fa5987.js → p-e0cad1bb.js} +1 -1
- package/dist/sparkle-core/{p-ce4b22f7.entry.js → p-f196c124.entry.js} +1 -1
- package/dist/sparkle-core/p-f47fe1fe.entry.js +1 -0
- package/dist/sparkle-core/{p-e50c8b04.entry.js → p-f714f77a.entry.js} +1 -1
- package/dist/sparkle-core/{p-377b04c2.entry.js → p-ff080f82.entry.js} +1 -1
- package/dist/sparkle-core/{p-2ff67662.js → p-ff7a8a71.js} +1 -1
- package/dist/sparkle-core/sparkle-core.esm.js +1 -1
- package/dist/types/components/sparkle-assignment/sparkle-assignment.d.ts +11 -1
- package/dist/types/components/sparkle-feed-post/sparkle-feed-post.d.ts +1 -1
- package/dist/types/components/sparkle-file-upload/sparkle-file-upload.d.ts +15 -0
- package/dist/types/components/sparkle-input/sparkle-input.d.ts +23 -0
- package/dist/types/components/sparkle-video-player/sparkle-video-player.d.ts +7 -0
- package/dist/types/components.d.ts +83 -0
- package/dist/types/services/token.service.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/ion-select_3.cjs.entry.js +0 -627
- package/dist/cjs/ion-textarea.cjs.entry.js +0 -248
- package/dist/esm/ion-select_3.entry.js +0 -621
- package/dist/esm/ion-textarea.entry.js +0 -244
- package/dist/sparkle-core/p-0f1c5899.entry.js +0 -18
- package/dist/sparkle-core/p-33a7151d.entry.js +0 -1
- package/dist/sparkle-core/p-641bfc92.entry.js +0 -1
- package/dist/sparkle-core/p-ca907214.entry.js +0 -4
@@ -9,22 +9,22 @@ import { f as findClosestIonContent, d as disableContentScrollY, r as resetConte
|
|
9
9
|
import { i as isRTL } from './dir-03012648.js';
|
10
10
|
import { S as SPINNERS } from './spinner-configs-a37e628a.js';
|
11
11
|
import { A as ActiveRouter } from './active-router-fc9e4e06.js';
|
12
|
-
import { i as initSetupConfig, A as AuthService, P as PrivateRoute, s as setupConfig } from './PrivateRoute-
|
12
|
+
import { i as initSetupConfig, A as AuthService, P as PrivateRoute, s as setupConfig } from './PrivateRoute-90ac95b8.js';
|
13
13
|
import { A as AssetsService } from './assets.service-def1d63c.js';
|
14
14
|
import { A as AuthStore, c as createCommonjsModule, g as getDefaultExportFromCjs, b as commonjsGlobal, T as TocStore } from './auth.store-dba2c2da.js';
|
15
|
-
import { u as userStore, S as StudentService } from './student.service-
|
15
|
+
import { u as userStore, S as StudentService } from './student.service-08af124f.js';
|
16
16
|
import { E as EnvironmentConfigService } from './environment-config.service-b191f276.js';
|
17
17
|
import { s as sample, S as SparkleGlobal$1, d as date, M as MyHealthTemplate, a as MyHealthTemplateJSON, b as MyMoodTemplate, c as MyMoodTemplateJSON } from './util-57cc8006.js';
|
18
|
-
import { F as FacilitatorService, f as facilitatorStore } from './facilitator.service-
|
18
|
+
import { F as FacilitatorService, f as facilitatorStore } from './facilitator.service-18c47bdf.js';
|
19
19
|
import { m as menuController } from './index-cded2d87.js';
|
20
|
-
import { m as modalController, a as alertController, t as toastController } from './overlays-
|
21
|
-
import { S as SignalRService, s as signalRStore } from './signalR.service-
|
22
|
-
import { H as HttpService } from './httpService-
|
23
|
-
import { A as AppDataService, g as goalStore } from './appdata.service-
|
24
|
-
import { F as FeedService, f as feedStore } from './feed.service-
|
25
|
-
import { M as MediaService, m as mediaStore } from './media.service-
|
20
|
+
import { m as modalController, a as alertController, t as toastController } from './overlays-4233a39d.js';
|
21
|
+
import { S as SignalRService, s as signalRStore } from './signalR.service-c33fba50.js';
|
22
|
+
import { H as HttpService } from './httpService-7986aeed.js';
|
23
|
+
import { A as AppDataService, g as goalStore } from './appdata.service-2e84e167.js';
|
24
|
+
import { F as FeedService, f as feedStore } from './feed.service-b4f3cae4.js';
|
25
|
+
import { M as MediaService, m as mediaStore } from './media.service-6e90bc41.js';
|
26
26
|
import { g as get$1 } from './localstorage.service-4bf408c8.js';
|
27
|
-
import { A as AppConsts } from './token.service-
|
27
|
+
import { A as AppConsts } from './token.service-71a5d33f.js';
|
28
28
|
import './hardware-back-button-fa04d6e9.js';
|
29
29
|
import './animation-12377cb3.js';
|
30
30
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { a as axios_1, u as utils, f as formats, s as sideChannel, T as TocStore } from './auth.store-dba2c2da.js';
|
2
|
-
import { t as toastController } from './overlays-
|
2
|
+
import { t as toastController } from './overlays-4233a39d.js';
|
3
3
|
import { E as EnvironmentConfigService } from './environment-config.service-b191f276.js';
|
4
|
-
import { T as TokenService } from './token.service-
|
4
|
+
import { T as TokenService } from './token.service-71a5d33f.js';
|
5
5
|
|
6
6
|
var axios = axios_1;
|
7
7
|
|
package/dist/esm/index.js
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
export { A as AuthService, P as PrivateRoute, i as initSetupEnvironmentConfig, s as setupEnvironmentConfig } from './PrivateRoute-
|
1
|
+
export { A as AuthService, P as PrivateRoute, i as initSetupEnvironmentConfig, s as setupEnvironmentConfig } from './PrivateRoute-90ac95b8.js';
|
2
2
|
export { E as EnvironmentConfigService } from './environment-config.service-b191f276.js';
|
3
3
|
export { A as AssetsService } from './assets.service-def1d63c.js';
|
4
4
|
export { A as AuthStore } from './auth.store-dba2c2da.js';
|
5
5
|
import './index-c04b9ed5.js';
|
6
6
|
import './localstorage.service-4bf408c8.js';
|
7
|
-
import './httpService-
|
8
|
-
import './overlays-
|
7
|
+
import './httpService-7986aeed.js';
|
8
|
+
import './overlays-4233a39d.js';
|
9
9
|
import './ionic-global-4903e23e.js';
|
10
10
|
import './hardware-back-button-fa04d6e9.js';
|
11
11
|
import './helpers-bf0e23d6.js';
|
12
|
-
import './token.service-
|
12
|
+
import './token.service-71a5d33f.js';
|