@sparkle-learning/core 0.0.53 → 0.0.54

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.
Files changed (140) hide show
  1. package/dist/cjs/{PrivateRoute-074c584e.js → PrivateRoute-e2047db2.js} +18 -30
  2. package/dist/cjs/{feed.service-b4f09441.js → appdata.service-d28cf2d6.js} +4 -56
  3. package/dist/cjs/{assets.service-0c759d51.js → assets.service-bfa75092.js} +1 -1
  4. package/dist/cjs/{environment-config.service-0e02b049.js → environment-config.service-c8ff1f3d.js} +0 -1
  5. package/dist/cjs/{facilitator.service-9e990274.js → facilitator.service-0b9f6ac7.js} +1 -1
  6. package/dist/cjs/feed.service-6df9382f.js +57 -0
  7. package/dist/cjs/header-mobile-collapse_61.cjs.entry.js +76 -87
  8. package/dist/cjs/{httpService-7211d93b.js → httpService-d8a5b474.js} +13 -11
  9. package/dist/cjs/index.cjs.js +5 -4
  10. package/dist/cjs/ion-select_3.cjs.entry.js +77 -68
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/cjs/media.service-2bc73d37.js +40 -0
  13. package/dist/cjs/{signalR.service-5672eebc.js → signalR.service-0d5da1d3.js} +18 -20
  14. package/dist/cjs/sparkle-animation-player.cjs.entry.js +1 -1
  15. package/dist/cjs/sparkle-assignment.cjs.entry.js +25 -0
  16. package/dist/cjs/sparkle-character-intro.cjs.entry.js +2 -2
  17. package/dist/cjs/sparkle-core.cjs.js +1 -1
  18. package/dist/cjs/sparkle-discussion-questions_2.cjs.entry.js +20 -11
  19. package/dist/cjs/sparkle-discussion.cjs.entry.js +6 -4
  20. package/dist/cjs/sparkle-facilitator-notes-form.cjs.entry.js +5 -3
  21. package/dist/cjs/sparkle-feedback.cjs.entry.js +5 -3
  22. package/dist/cjs/sparkle-goal-form.cjs.entry.js +11 -8
  23. package/dist/cjs/sparkle-quiz-container.cjs.entry.js +1 -1
  24. package/dist/cjs/sparkle-quiz-old.cjs.entry.js +120 -0
  25. package/dist/cjs/sparkle-quiz.cjs.entry.js +31 -48
  26. package/dist/cjs/{student.service-2e58f237.js → student.service-d8ec2551.js} +1 -1
  27. package/dist/cjs/token.service-bfb0089b.js +86 -0
  28. package/dist/cjs/{util-d383acb8.js → util-47e320b2.js} +2 -2
  29. package/dist/collection/PrivateRoute.js +2 -2
  30. package/dist/collection/collection-manifest.json +3 -2
  31. package/dist/collection/components/layout/facilitator/facilitator-page.js +2 -3
  32. package/dist/collection/components/layout/page/page.css +4 -0
  33. package/dist/collection/components/layout/page/page.js +39 -26
  34. package/dist/collection/components/sparkle-assignment/sparkle-assignment.css +3 -0
  35. package/dist/collection/components/sparkle-assignment/sparkle-assignment.js +25 -0
  36. package/dist/collection/components/sparkle-character-intro/sparkle-character-intro.css +8 -1
  37. package/dist/collection/components/sparkle-character-intro/sparkle-character-intro.js +10 -6
  38. package/dist/collection/components/sparkle-course-root/sparkle-course-root.js +13 -2
  39. package/dist/collection/components/sparkle-discussion/sparkle-discussion-questions/sparkle-discussion-questions.js +4 -2
  40. package/dist/collection/components/sparkle-discussion/sparkle-discussion-results/sparkle-discussion-results.js +15 -9
  41. package/dist/collection/components/sparkle-discussion/sparkle-discussion.css +5 -0
  42. package/dist/collection/components/sparkle-discussion/sparkle-discussion.js +5 -3
  43. package/dist/collection/components/sparkle-feed-post/sparkle-feed-post.js +54 -67
  44. package/dist/collection/components/sparkle-login/sparkle-login.js +2 -1
  45. package/dist/collection/components/sparkle-quiz/{sparkle-quiz/sparkle-quiz.css → sparkle-quiz-old/sparkle-quiz-old.css} +1 -1
  46. package/dist/collection/components/sparkle-quiz/{sparkle-quiz/sparkle-quiz.js → sparkle-quiz-old/sparkle-quiz-old.js} +4 -4
  47. package/dist/collection/components/sparkle-quiz/{sparkle-quiz-v1.js → sparkle-quiz.js} +23 -25
  48. package/dist/collection/components/sparkle-quiz-container/sparkle-quiz-container.js +1 -1
  49. package/dist/collection/components/sparkle-root/sparkle-root.js +12 -10
  50. package/dist/collection/services/assignment.service.js +14 -0
  51. package/dist/collection/services/auth/auth.service.js +15 -14
  52. package/dist/collection/services/environment/environment-config.js +1 -1
  53. package/dist/collection/services/environment/environment-config.service.js +0 -1
  54. package/dist/collection/services/httpService.js +12 -10
  55. package/dist/collection/services/signalR.service.js +17 -19
  56. package/dist/collection/services/token.service.js +68 -0
  57. package/dist/collection/util.js +5 -2
  58. package/dist/esm/{PrivateRoute-c5441f35.js → PrivateRoute-c6e80d5d.js} +17 -29
  59. package/dist/esm/{feed.service-8fbe4ce3.js → appdata.service-d1058e00.js} +5 -55
  60. package/dist/esm/{assets.service-66e848b8.js → assets.service-def1d63c.js} +1 -1
  61. package/dist/esm/{environment-config.service-2b5d692b.js → environment-config.service-b191f276.js} +0 -1
  62. package/dist/esm/{facilitator.service-b0292f7f.js → facilitator.service-53e05a01.js} +1 -1
  63. package/dist/esm/feed.service-8385ad7a.js +54 -0
  64. package/dist/esm/header-mobile-collapse_61.entry.js +70 -81
  65. package/dist/esm/{httpService-7b75b095.js → httpService-db476835.js} +13 -11
  66. package/dist/esm/index.js +5 -4
  67. package/dist/esm/ion-select_3.entry.js +77 -68
  68. package/dist/esm/loader.js +1 -1
  69. package/dist/esm/media.service-b68cbfff.js +37 -0
  70. package/dist/esm/{signalR.service-9d5b9f36.js → signalR.service-4a2d5a92.js} +18 -20
  71. package/dist/esm/sparkle-animation-player.entry.js +1 -1
  72. package/dist/esm/sparkle-assignment.entry.js +21 -0
  73. package/dist/esm/sparkle-character-intro.entry.js +3 -3
  74. package/dist/esm/sparkle-core.js +1 -1
  75. package/dist/esm/sparkle-discussion-questions_2.entry.js +20 -11
  76. package/dist/esm/sparkle-discussion.entry.js +6 -4
  77. package/dist/esm/sparkle-facilitator-notes-form.entry.js +5 -3
  78. package/dist/esm/sparkle-feedback.entry.js +5 -3
  79. package/dist/esm/sparkle-goal-form.entry.js +8 -5
  80. package/dist/esm/sparkle-quiz-container.entry.js +1 -1
  81. package/dist/esm/sparkle-quiz-old.entry.js +116 -0
  82. package/dist/esm/sparkle-quiz.entry.js +31 -48
  83. package/dist/esm/{student.service-0746418b.js → student.service-6457aaa0.js} +1 -1
  84. package/dist/esm/token.service-20f1a256.js +83 -0
  85. package/dist/esm/{util-6ef753e9.js → util-57cc8006.js} +2 -2
  86. package/dist/sparkle-core/index.esm.js +1 -1
  87. package/dist/sparkle-core/p-11ac00b0.js +1 -0
  88. package/dist/sparkle-core/p-13ec39db.entry.js +1 -0
  89. package/dist/sparkle-core/{p-5efc6566.js → p-17b6b07e.js} +1 -1
  90. package/dist/sparkle-core/p-33a7151d.entry.js +1 -0
  91. package/dist/sparkle-core/{p-fbccd30c.js → p-38f707fb.js} +1 -1
  92. package/dist/sparkle-core/p-38fa5987.js +1 -0
  93. package/dist/sparkle-core/{p-9a443f51.js → p-408176ba.js} +1 -1
  94. package/dist/sparkle-core/p-630a4fa0.js +1 -0
  95. package/dist/sparkle-core/{p-0a5d7c4f.entry.js → p-6a1fc0af.entry.js} +26 -26
  96. package/dist/sparkle-core/p-6fab3a4b.js +1 -0
  97. package/dist/sparkle-core/p-71720d6e.entry.js +1 -0
  98. package/dist/sparkle-core/{p-162bff1a.entry.js → p-72053ae0.entry.js} +1 -1
  99. package/dist/sparkle-core/{p-18cdd458.entry.js → p-85d4cd5c.entry.js} +1 -1
  100. package/dist/sparkle-core/p-967a2ed7.js +1 -0
  101. package/dist/sparkle-core/{p-ff0e0d4e.entry.js → p-98daeddb.entry.js} +1 -1
  102. package/dist/sparkle-core/p-98f7780c.entry.js +1 -0
  103. package/dist/sparkle-core/p-bd90903e.js +1 -0
  104. package/dist/sparkle-core/{p-a49ab4e8.entry.js → p-c64a34cd.entry.js} +1 -1
  105. package/dist/sparkle-core/{p-44334ef3.entry.js → p-ca907214.entry.js} +2 -2
  106. package/dist/sparkle-core/p-d51f30ca.js +1 -0
  107. package/dist/sparkle-core/p-dcff298d.entry.js +1 -0
  108. package/dist/sparkle-core/p-e50c8b04.entry.js +1 -0
  109. package/dist/sparkle-core/p-ed9de327.js +1 -0
  110. package/dist/sparkle-core/p-f891c79a.entry.js +1 -0
  111. package/dist/sparkle-core/sparkle-core.esm.js +1 -1
  112. package/dist/types/components/layout/page/page.d.ts +2 -0
  113. package/dist/types/components/sparkle-assignment/sparkle-assignment.d.ts +6 -0
  114. package/dist/types/components/sparkle-course-root/sparkle-course-root.d.ts +1 -0
  115. package/dist/types/components/sparkle-feed-post/sparkle-feed-post.d.ts +3 -2
  116. package/dist/types/components/sparkle-quiz/{sparkle-quiz/sparkle-quiz.d.ts → sparkle-quiz-old/sparkle-quiz-old.d.ts} +1 -1
  117. package/dist/types/components/sparkle-quiz/{sparkle-quiz-v1.d.ts → sparkle-quiz.d.ts} +1 -1
  118. package/dist/types/components.d.ts +49 -36
  119. package/dist/types/models/class.model.d.ts +4 -0
  120. package/dist/types/services/assignment.service.d.ts +8 -0
  121. package/dist/types/services/auth/auth.service.d.ts +1 -1
  122. package/dist/types/services/environment/environment-config.d.ts +3 -0
  123. package/dist/types/services/token.service.d.ts +12 -0
  124. package/dist/types/util.d.ts +1 -0
  125. package/package.json +1 -1
  126. package/dist/cjs/sparkle-quiz-v1.cjs.entry.js +0 -105
  127. package/dist/esm/sparkle-quiz-v1.entry.js +0 -101
  128. package/dist/sparkle-core/p-1d4c7c11.js +0 -1
  129. package/dist/sparkle-core/p-30767c1c.entry.js +0 -1
  130. package/dist/sparkle-core/p-3265ed87.entry.js +0 -1
  131. package/dist/sparkle-core/p-370609ba.entry.js +0 -1
  132. package/dist/sparkle-core/p-462bffba.js +0 -1
  133. package/dist/sparkle-core/p-4c9f994f.js +0 -1
  134. package/dist/sparkle-core/p-58e4bbe5.entry.js +0 -1
  135. package/dist/sparkle-core/p-600cf6a3.js +0 -1
  136. package/dist/sparkle-core/p-80d6b0e6.entry.js +0 -1
  137. package/dist/sparkle-core/p-af3cc111.entry.js +0 -1
  138. package/dist/sparkle-core/p-b226f54d.js +0 -1
  139. /package/dist/collection/components/sparkle-quiz/{sparkle-quiz-v1.css → sparkle-quiz.css} +0 -0
  140. /package/dist/sparkle-core/{p-935e7cfc.js → p-8b56f734.js} +0 -0
@@ -1 +1 @@
1
- import{p as e,b as o}from"./p-ee1e0eb4.js";import{g as t}from"./p-0147266a.js";import"./p-871106e0.js";(()=>{const o=import.meta.url,t={};return""!==o&&(t.resourcesUrl=new URL(".",o).href),e(t)})().then((e=>(t(),o(JSON.parse('[["p-30767c1c",[[0,"sparkle-discussion",{"allowPostToFeed":[4,"allow-post-to-feed"],"feedStartingText":[1,"feed-starting-text"],"isTeacherMode":[4,"is-teacher-mode"],"questionIds":[1,"question-ids"],"quizData":[32]}]]],["p-58e4bbe5",[[0,"sparkle-goal-form",{"appData":[16],"name":[32],"description":[32],"category":[32],"progress":[32],"public":[32],"goalUpdateText":[32],"submitted":[32]}]]],["p-80d6b0e6",[[0,"sparkle-feedback",{"formControls":[32],"submitted":[32]}]]],["p-ff0e0d4e",[[0,"sparkle-quiz-container",{"questionIds":[1,"question-ids"],"showInstantResult":[4,"show-instant-result"],"submitted":[32]},[[4,"pageDidLoad","pageDidLoadHandler"],[16,"quizAnswerChanged","updateQuizAnswerModelHandler"]]]]],["p-30b810d1",[[33,"ion-datetime",{"color":[1],"name":[1],"disabled":[4],"readonly":[4],"isDateEnabled":[16],"min":[1025],"max":[1025],"presentation":[1],"cancelText":[1,"cancel-text"],"doneText":[1,"done-text"],"clearText":[1,"clear-text"],"yearValues":[8,"year-values"],"monthValues":[8,"month-values"],"dayValues":[8,"day-values"],"hourValues":[8,"hour-values"],"minuteValues":[8,"minute-values"],"locale":[1],"firstDayOfWeek":[2,"first-day-of-week"],"multiple":[4],"value":[1025],"showDefaultTitle":[4,"show-default-title"],"showDefaultButtons":[4,"show-default-buttons"],"showClearButton":[4,"show-clear-button"],"showDefaultTimeLabel":[4,"show-default-time-label"],"hourCycle":[1,"hour-cycle"],"size":[1],"preferWheel":[4,"prefer-wheel"],"showMonthAndYear":[32],"activeParts":[32],"workingParts":[32],"isPresented":[32],"isTimePopoverOpen":[32],"confirm":[64],"reset":[64],"cancel":[64]}]]],["p-9e7fee8f",[[0,"sparkle-gww-comment-list",{"comments":[16]}]]],["p-162bff1a",[[0,"sparkle-quiz-v1",{"questionId":[2,"question-id"],"submitted":[4],"correct":[4],"showInstantResult":[4,"show-instant-result"],"question":[32],"quizData":[32]},[[0,"quizInputChange","quizInputChangeHandler"],[0,"quizFeedbackChange","quizFeedbackChangeHandler"],[0,"quizSelectChange","quizSelectChangeHandler"],[0,"quizOpinionChange","quizOpinionChangeHandler"]]]]],["p-d601810e",[[0,"sparkle-compass-post",{"errorMessage":[32],"successMessage":[32],"resiliance":[32],"care":[32],"compassData":[32],"renderCompass":[64]}]]],["p-18cdd458",[[0,"sparkle-animation-player",{"src":[1],"composition":[1],"initialClassMode":[4,"initial-class-mode"],"classMode":[32],"showCaption":[32],"paused":[32],"sizeOfCanvas":[32],"sizeofProgressBar":[32],"dataLoaded":[32],"currentProgressWidth":[32],"captionText":[32],"showFirstFrame":[32],"isBusy":[32],"playAnimation":[64],"pauseAnimation":[64],"classRoomModeChanged":[64],"destroyAnimation":[64]},[[0,"ionChange","closedCaptionChange"],[16,"classRoomModeChanged","onClassRoomModeChanged"]]]]],["p-af3cc111",[[0,"sparkle-facilitator-notes-form",{"initialValues":[16],"formControls":[32],"submitted":[32]}]]],["p-04c7b276",[[4,"sparkle-sidebar",{"position":[1],"size":[1],"headerText":[1,"header-text"],"isShowing":[32],"hide":[64],"show":[64]}]]],["p-c2990b24",[[0,"course-select",{"toggleClickFn":[16]}]]],["p-6ffd2420",[[33,"ion-fab-button",{"color":[513],"activated":[4],"disabled":[4],"download":[1],"href":[1],"rel":[1],"routerDirection":[1,"router-direction"],"routerAnimation":[16],"target":[1],"show":[4],"translucent":[4],"type":[1],"size":[1],"closeIcon":[1,"close-icon"]}]]],["p-6faa194c",[[34,"ion-loading",{"overlayIndex":[2,"overlay-index"],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"message":[1],"cssClass":[1,"css-class"],"duration":[2],"backdropDismiss":[4,"backdrop-dismiss"],"showBackdrop":[4,"show-backdrop"],"spinner":[1025],"translucent":[4],"animated":[4],"htmlAttributes":[16],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64]}]]],["p-894ff7e6",[[33,"ion-menu-button",{"color":[513],"disabled":[4],"menu":[1],"autoHide":[4,"auto-hide"],"type":[1],"visible":[32]},[[16,"ionMenuChange","visibilityChanged"],[16,"ionSplitPaneVisible","visibilityChanged"]]]]],["p-54dd894f",[[34,"ion-picker",{"overlayIndex":[2,"overlay-index"],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"buttons":[16],"columns":[16],"cssClass":[1,"css-class"],"duration":[2],"showBackdrop":[4,"show-backdrop"],"backdropDismiss":[4,"backdrop-dismiss"],"animated":[4],"htmlAttributes":[16],"presented":[32],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64],"getColumn":[64]}]]],["p-cc518c36",[[0,"ion-refresher-content",{"pullingIcon":[1025,"pulling-icon"],"pullingText":[1,"pulling-text"],"refreshingSpinner":[1025,"refreshing-spinner"],"refreshingText":[1,"refreshing-text"]}]]],["p-ce4b22f7",[[33,"ion-toast",{"overlayIndex":[2,"overlay-index"],"color":[513],"enterAnimation":[16],"leaveAnimation":[16],"cssClass":[1,"css-class"],"duration":[2],"header":[1],"message":[1],"keyboardClose":[4,"keyboard-close"],"position":[1],"buttons":[16],"translucent":[4],"animated":[4],"icon":[1],"htmlAttributes":[16],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64]}]]],["p-9289cdbc",[[49,"ion-accordion",{"value":[1],"disabled":[4],"readonly":[4],"toggleIcon":[1,"toggle-icon"],"toggleIconSlot":[1,"toggle-icon-slot"],"state":[32],"isNext":[32],"isPrevious":[32]}]]],["p-9abbd715",[[33,"ion-breadcrumb",{"collapsed":[4],"last":[4],"showCollapsedIndicator":[4,"show-collapsed-indicator"],"color":[1],"active":[4],"disabled":[4],"download":[1],"href":[1],"rel":[1],"separator":[4],"target":[1],"routerDirection":[1,"router-direction"],"routerAnimation":[16]}]]],["p-27fbabc3",[[33,"ion-chip",{"color":[513],"outline":[4],"disabled":[4]}]]],["p-9ebf0537",[[33,"ion-datetime-button",{"color":[513],"disabled":[516],"datetime":[1],"datetimePresentation":[32],"dateText":[32],"timeText":[32],"datetimeActive":[32],"selectedButton":[32]}]]],["p-975b99ee",[[32,"ion-infinite-scroll-content",{"loadingSpinner":[1025,"loading-spinner"],"loadingText":[1,"loading-text"]}]]],["p-1b1ba156",[[33,"ion-item-option",{"color":[513],"disabled":[4],"download":[1],"expandable":[4],"href":[1],"rel":[1],"target":[1],"type":[1]}]]],["p-e863bf1d",[[33,"ion-menu",{"contentId":[513,"content-id"],"menuId":[513,"menu-id"],"type":[1025],"disabled":[1028],"side":[513],"swipeGesture":[4,"swipe-gesture"],"maxEdgeStart":[2,"max-edge-start"],"isPaneVisible":[32],"isEndSide":[32],"isOpen":[64],"isActive":[64],"open":[64],"close":[64],"toggle":[64],"setOpen":[64]},[[16,"ionSplitPaneVisible","onSplitPaneChanged"],[2,"click","onBackdropClick"],[0,"keydown","onKeydown"]]]]],["p-377b04c2",[[33,"ion-modal",{"hasController":[4,"has-controller"],"overlayIndex":[2,"overlay-index"],"delegate":[16],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"breakpoints":[16],"initialBreakpoint":[2,"initial-breakpoint"],"backdropBreakpoint":[2,"backdrop-breakpoint"],"handle":[4],"handleBehavior":[1,"handle-behavior"],"component":[1],"componentProps":[16],"cssClass":[1,"css-class"],"backdropDismiss":[4,"backdrop-dismiss"],"showBackdrop":[4,"show-backdrop"],"animated":[4],"swipeToClose":[4,"swipe-to-close"],"presentingElement":[16],"htmlAttributes":[16],"isOpen":[4,"is-open"],"trigger":[1],"keepContentsMounted":[4,"keep-contents-mounted"],"canDismiss":[4,"can-dismiss"],"presented":[32],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64],"setCurrentBreakpoint":[64],"getCurrentBreakpoint":[64]}]]],["p-cffd4817",[[33,"ion-reorder",null,[[2,"click","onClick"]]]]],["p-0c3f3ea6",[[34,"ion-searchbar",{"color":[513],"animated":[4],"autocomplete":[1],"autocorrect":[1],"cancelButtonIcon":[1,"cancel-button-icon"],"cancelButtonText":[1,"cancel-button-text"],"clearIcon":[1,"clear-icon"],"debounce":[2],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"placeholder":[1],"searchIcon":[1,"search-icon"],"showCancelButton":[1,"show-cancel-button"],"showClearButton":[1,"show-clear-button"],"spellcheck":[4],"type":[1],"value":[1025],"focused":[32],"noAnimate":[32],"setFocus":[64],"getInputElement":[64]}]]],["p-b5f3e1bf",[[33,"ion-segment-button",{"disabled":[4],"layout":[1],"type":[1],"value":[1],"checked":[32]}]]],["p-594a6982",[[33,"ion-tab-button",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"layout":[1025],"selected":[1028],"tab":[1],"target":[1]},[[8,"ionTabBarChanged","onTabBarChanged"]]]]],["p-352677e6",[[0,"sparkle-lower-content-nav",{"next":[16],"prev":[16]}]]],["p-fda95b6e",[[0,"sparkle-notfound-page"]]],["p-06642405",[[0,"sparkle-table-of-contents",{"links":[16],"label":[1],"basepath":[1],"itemOffsets":[32],"selectedId":[32],"pageWidth":[32]},[[9,"scroll","function"],[9,"resize","updateItemOffsets"]]]]],["p-a2ebcf0a",[[0,"compass-svg"]]],["p-a98d7ebe",[[0,"context-consumer",{"context":[16],"renderer":[16],"subscribe":[16],"unsubscribe":[32]}]]],["p-69487d90",[[33,"ion-accordion-group",{"animated":[4],"multiple":[4],"value":[1025],"disabled":[4],"readonly":[4],"expand":[1],"requestAccordionToggle":[64],"getAccordions":[64]},[[0,"keydown","onKeydown"]]]]],["p-74864276",[[0,"ion-app",{"setFocus":[64]}]]],["p-1e4782af",[[33,"ion-badge",{"color":[513]}]]],["p-601397df",[[33,"ion-breadcrumbs",{"color":[1],"maxItems":[2,"max-items"],"itemsBeforeCollapse":[2,"items-before-collapse"],"itemsAfterCollapse":[2,"items-after-collapse"],"collapsed":[32],"activeChanged":[32]},[[0,"collapsedClick","onCollapsedClick"]]]]],["p-38b7cf68",[[33,"ion-card-header",{"color":[513],"translucent":[4]}]]],["p-2ba70507",[[33,"ion-card-subtitle",{"color":[513]}]]],["p-865f36a8",[[33,"ion-card-title",{"color":[513]}]]],["p-5322c920",[[1,"ion-fab",{"horizontal":[1],"vertical":[1],"edge":[4],"activated":[1028],"close":[64],"toggle":[64]}]]],["p-06c7d0f2",[[1,"ion-fab-list",{"activated":[4],"side":[1]}]]],["p-e686d8b5",[[36,"ion-footer",{"collapse":[1],"translucent":[4]}]]],["p-0afa3a4d",[[1,"ion-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["p-0ad5c123",[[0,"ion-infinite-scroll",{"threshold":[1],"disabled":[4],"position":[1],"isLoading":[32],"complete":[64]}]]],["p-e249aebf",[[33,"ion-item-divider",{"color":[513],"sticky":[4]}]]],["p-e3e36ce9",[[32,"ion-item-group"]]],["p-24cb9a33",[[32,"ion-item-options",{"side":[1],"fireSwipeEvent":[64]}]]],["p-cabfbf22",[[0,"ion-item-sliding",{"disabled":[4],"state":[32],"getOpenAmount":[64],"getSlidingRatio":[64],"open":[64],"close":[64],"closeOpened":[64]}]]],["p-8492a765",[[1,"ion-menu-toggle",{"menu":[1],"autoHide":[4,"auto-hide"],"visible":[32]},[[16,"ionMenuChange","visibilityChanged"],[16,"ionSplitPaneVisible","visibilityChanged"]]]]],["p-c60b29bd",[[1,"ion-nav",{"delegate":[16],"swipeGesture":[1028,"swipe-gesture"],"animated":[4],"animation":[16],"rootParams":[16],"root":[1],"push":[64],"insert":[64],"insertPages":[64],"pop":[64],"popTo":[64],"popToRoot":[64],"removeIndex":[64],"setRoot":[64],"setPages":[64],"setRouteId":[64],"getRouteId":[64],"getActive":[64],"getByIndex":[64],"canGoBack":[64],"getPrevious":[64]}]]],["p-fd8d0738",[[0,"ion-nav-link",{"component":[1],"componentProps":[16],"routerDirection":[1,"router-direction"],"routerAnimation":[16]}]]],["p-c0533c23",[[33,"ion-progress-bar",{"type":[1],"reversed":[4],"value":[2],"buffer":[2],"color":[513]}]]],["p-39712c56",[[32,"ion-refresher",{"pullMin":[2,"pull-min"],"pullMax":[2,"pull-max"],"closeDuration":[1,"close-duration"],"snapbackDuration":[1,"snapback-duration"],"pullFactor":[2,"pull-factor"],"disabled":[4],"nativeRefresher":[32],"state":[32],"complete":[64],"cancel":[64],"getProgress":[64]}]]],["p-fb757951",[[0,"ion-reorder-group",{"disabled":[4],"state":[32],"complete":[64]}]]],["p-859563db",[[0,"ion-route",{"url":[1],"component":[1],"componentProps":[16],"beforeLeave":[16],"beforeEnter":[16]}]]],["p-81714d94",[[0,"ion-route-redirect",{"from":[1],"to":[1]}]]],["p-b96f3c84",[[0,"ion-router",{"root":[1],"useHash":[4,"use-hash"],"canTransition":[64],"push":[64],"back":[64],"printDebug":[64],"navChanged":[64]},[[8,"popstate","onPopState"],[4,"ionBackButton","onBackButton"]]]]],["p-214d1229",[[1,"ion-router-link",{"color":[513],"href":[1],"rel":[1],"routerDirection":[1,"router-direction"],"routerAnimation":[16],"target":[1]}]]],["p-ebd4354b",[[1,"ion-router-outlet",{"mode":[1025],"delegate":[16],"animated":[4],"animation":[16],"swipeHandler":[16],"commit":[64],"setRouteId":[64],"getRouteId":[64]}]]],["p-2c1ca854",[[33,"ion-segment",{"color":[513],"disabled":[4],"scrollable":[4],"swipeGesture":[4,"swipe-gesture"],"value":[1025],"selectOnFocus":[4,"select-on-focus"],"activated":[32]},[[0,"keydown","onKeyDown"]]]]],["p-d20e4fcf",[[1,"ion-skeleton-text",{"animated":[4]}]]],["p-9e309b3e",[[0,"ion-slide"]]],["p-1e125ca5",[[36,"ion-slides",{"options":[8],"pager":[4],"scrollbar":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["p-2d9659e2",[[33,"ion-split-pane",{"contentId":[513,"content-id"],"disabled":[4],"when":[8],"visible":[32]}]]],["p-de4deb61",[[1,"ion-tab",{"active":[1028],"delegate":[16],"tab":[1],"component":[1],"setActive":[64]}]]],["p-e8988989",[[33,"ion-tab-bar",{"color":[513],"selectedTab":[1,"selected-tab"],"translucent":[4],"keyboardVisible":[32]}]]],["p-d288e6c1",[[1,"ion-tabs",{"useRouter":[1028,"use-router"],"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64],"setRouteId":[64],"getRouteId":[64]}]]],["p-d24e53ab",[[1,"ion-thumbnail"]]],["p-ef4edc48",[[0,"ion-virtual-scroll",{"approxItemHeight":[2,"approx-item-height"],"approxHeaderHeight":[2,"approx-header-height"],"approxFooterHeight":[2,"approx-footer-height"],"headerFn":[16],"footerFn":[16],"items":[16],"itemHeight":[16],"headerHeight":[16],"footerHeight":[16],"renderItem":[16],"renderHeader":[16],"renderFooter":[16],"nodeRender":[16],"domRender":[16],"totalHeight":[32],"positionForItem":[64],"checkRange":[64],"checkEnd":[64]},[[9,"resize","onResize"]]]]],["p-370609ba",[[4,"sparkle-character-intro",{"character":[1],"position":[1]}]]],["p-11a6c175",[[0,"sparkle-code",{"language":[513],"showCopyConfirmation":[32]}]]],["p-3963e02b",[[0,"sparkle-compass",{"resiliance":[514],"care":[514],"organization":[514],"school":[514],"relationship":[514],"emotions":[514],"spirituality":[514],"rest":[514],"canvas":[32],"canvase_container":[32],"drawOnCompass":[64]}]]],["p-616941c6",[[1,"sparkle-emoji",{"mood":[1],"size":[1]}]]],["p-63f71ada",[[4,"sparkle-gww-graph"]]],["p-5c435d5a",[[0,"sparkle-intro",{"description":[32]}]]],["p-957715c5",[[4,"sparkle-menu-collapsible",{"heading":[1],"isOpen":[32]}]]],["p-e421d638",[[1,"sparkle-modal-image",{"src":[1],"alt":[1],"width":[1],"height":[1],"openDialog":[1028,"open-dialog"],"transparent":[4]},[[0,"keydown","handleKeyDown"],[2,"click","handleScroll"]]]]],["p-8c74cbb6",[[1,"sparkle-poll"]]],["p-6316d124",[[4,"sparkle-tab",{"tab":[513],"selected":[516]}]]],["p-a2638250",[[4,"sparkle-tabs",{"listenFor":[1,"listen-for"],"selected":[32],"tabs":[32]},[[8,"local-storage","listenForFrameworkSelection"]]]]],["p-fe6dc976",[[0,"sparkle-youtube",{"src":[1],"initialClassMode":[4,"initial-class-mode"],"classMode":[32],"video_thumbnail":[32],"classRoomModeChanged":[64]}]]],["p-ea962e1b",[[0,"stencil-async-content",{"documentLocation":[1,"document-location"],"content":[32]}]]],["p-32f4e565",[[0,"stencil-route-title",{"titleSuffix":[1,"title-suffix"],"pageTitle":[1,"page-title"]}]]],["p-d0adf726",[[0,"stencil-router-prompt",{"when":[4],"message":[1],"history":[16],"unblock":[32]}]]],["p-a49ab4e8",[[4,"sparkle-quiz",{"questionId":[2,"question-id"],"type":[1],"scale":[1],"questionText":[1,"question-text"],"showOptionNumber":[4,"show-option-number"],"submitted":[4],"correct":[4],"feedback":[1],"showInstantResult":[4,"show-instant-result"],"options":[32]},[[0,"quizInputChange","quizInputChangeHandler"],[0,"quizFeedbackChange","quizFeedbackChangeHandler"],[0,"quizSelectChange","quizSelectChangeHandler"],[0,"quizOpinionChange","quizOpinionChangeHandler"]]]]],["p-5096739e",[[0,"sparkle-select",{"options":[1040],"initializer":[16],"optionRenderer":[16],"selected":[32]}]]],["p-b3f375fb",[[32,"ion-picker-column",{"col":[16]}]]],["p-4053ecdb",[[4,"sparkle-overlay",{"titleId":[1,"title-id"],"absolute":[4],"theme":[1],"preventClose":[4,"prevent-close"],"focusIndex":[32],"isShowing":[32],"show":[64],"hide":[64]},[[0,"keydown","handleKeyDown"]]]]],["p-3265ed87",[[0,"sparkle-discussion-questions",{"allowPostToFeed":[4,"allow-post-to-feed"],"postToFeedAssignmentName":[1,"post-to-feed-assignment-name"],"feedStartingText":[1,"feed-starting-text"],"isTeacherMode":[4,"is-teacher-mode"],"questions":[16],"error":[32],"modelChange":[32],"responses":[32],"suggestionList":[32],"postToFeedTextValue":[32]}],[0,"sparkle-discussion-results",{"allowPostToFeed":[4,"allow-post-to-feed"],"feedStartingText":[1,"feed-starting-text"],"isTeacherMode":[4,"is-teacher-mode"],"questions":[16],"error":[32],"modelChange":[32],"responses":[32],"suggestionList":[32]},[[0,"body:receivedPollSubmissionSignalREvent","gotServerUpdate"]]]]],["p-be64105c",[[33,"ion-back-button",{"color":[513],"defaultHref":[1025,"default-href"],"disabled":[516],"icon":[1],"text":[1],"type":[1],"routerAnimation":[16]}]]],["p-0664370b",[[33,"ion-picker-column-internal",{"items":[16],"value":[1032],"color":[513],"numericInput":[4,"numeric-input"],"isActive":[32],"scrollActiveItemIntoView":[64],"setValue":[64]}],[33,"ion-picker-internal"]]],["p-11356b03",[[33,"ion-toggle",{"color":[513],"name":[1],"checked":[1028],"disabled":[4],"value":[1],"enableOnOffLabels":[4,"enable-on-off-labels"],"activated":[32]}]]],["p-fb0ca75e",[[36,"ion-header",{"collapse":[1],"translucent":[4]}],[1,"ion-content",{"color":[513],"fullscreen":[4],"forceOverscroll":[1028,"force-overscroll"],"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"scrollEvents":[4,"scroll-events"],"getScrollElement":[64],"scrollToTop":[64],"scrollToBottom":[64],"scrollByPoint":[64],"scrollToPoint":[64]},[[8,"appload","onAppLoad"]]]]],["p-641bfc92",[[34,"ion-textarea",{"fireFocusEvents":[4,"fire-focus-events"],"color":[513],"autocapitalize":[1],"autofocus":[4],"clearOnEdit":[1028,"clear-on-edit"],"debounce":[2],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"autoGrow":[516,"auto-grow"],"value":[1025],"hasFocus":[32],"setFocus":[64],"setBlur":[64],"getInputElement":[64]}]]],["p-5893bbe5",[[33,"ion-backdrop",{"visible":[4],"tappable":[4],"stopPropagation":[4,"stop-propagation"]},[[2,"click","onMouseDown"]]]]],["p-8a41b502",[[33,"ion-title",{"color":[513],"size":[1]}],[33,"ion-toolbar",{"color":[513]},[[0,"ionStyle","childrenStyle"]]],[34,"ion-buttons",{"collapse":[4]}]]],["p-0a5d7c4f",[[0,"sparkle-course-root",{"isMenuToggled":[32],"tocData":[32]}],[0,"sparkle-login",{"history":[16],"notsignin":[32],"username":[32],"password":[32],"rememberMe":[32],"submitted":[32]}],[0,"sparkle-user-enrollment",{"enrollmentFormControls":[32],"enrollmentFormSubmitted":[32]}],[0,"sparkle-mood",{"history":[16],"loading":[32],"feeling":[32],"intensity":[32],"location":[32],"public":[32],"submitted":[32],"currentStep":[32]}],[0,"sparkle-signup",{"history":[16],"validationErrors":[32],"formControls":[32],"submitted":[32]}],[0,"sparkle-user-profile",{"profileFormControls":[32],"profileFormSubmitted":[32]}],[0,"sparkle-forgot-password",{"history":[16],"validationErrors":[32],"formControls":[32],"submitted":[32]}],[0,"sparkle-goals"],[0,"sparkle-health",{"history":[16],"uploadedImageUrl":[32],"heartRate":[32],"public":[32],"submitted":[32]}],[0,"sparkle-gww"],[0,"sparkle-reset-password",{"history":[16],"validationErrors":[32],"formControls":[32],"submitted":[32]}],[0,"sparkle-facilitator-page",{"path":[1],"notesPath":[1,"notes-path"],"badFetch":[32],"badFetchLessonNotes":[32],"isLesson":[32],"notesPage":[32],"lessonNotesPage":[32],"page":[32],"onlineStudents":[32],"activetab":[32]}],[4,"sparkle-header",{"authUser":[8,"auth-user"],"hideClassRoomToggle":[4,"hide-class-room-toggle"],"courseName":[1,"course-name"],"imageUrl":[1,"image-url"],"toggleClickFn":[16],"signoutClickFn":[16],"classRoomMode":[32],"hidden":[32]},[[9,"scroll","handleScroll"]]],[0,"sparkle-menu",{"toggleClickFn":[16],"toc":[16],"config":[16]}],[4,"sparkle-facilitator-header",{"courseName":[1,"course-name"],"toggleStudentClickFn":[16],"hidden":[32]},[[9,"scroll","handleScroll"]]],[4,"sparkle-page",{"history":[16],"path":[1],"presentation":[4],"badFetch":[32],"page":[32],"isLesson":[32]}],[4,"sparkle-root",{"config":[16]}],[0,"sparkle-unauthorized"],[0,"stencil-route",{"group":[513],"componentUpdated":[16],"match":[1040],"url":[1],"component":[1],"componentProps":[16],"exact":[4],"routeRender":[16],"scrollTopOffset":[2,"scroll-top-offset"],"routeViewsUpdated":[16],"location":[16],"history":[16],"historyType":[1,"history-type"]}],[4,"stencil-router",{"root":[1],"historyType":[1,"history-type"],"titleSuffix":[1,"title-suffix"],"scrollTopOffset":[2,"scroll-top-offset"],"location":[32],"history":[32]}],[0,"sparkle-gww-item",{"post":[16],"onPostComment":[16],"loading":[4],"comment":[32]},[[16,"commentPosted","clearCommentField"]]],[0,"sparkle-goal-item",{"goal":[16],"onEditGoal":[16]}],[0,"sparkle-page-footer",{"page":[16]}],[0,"sparkle-nav",{"toc":[16],"config":[16],"selectedParent":[1040],"moduleURLName":[32],"sessionURLName":[32]},[[4,"pageDidLoad","pageDidLoadHandler"]]],[1,"ion-grid",{"fixed":[4]}],[4,"sparkle-cards"],[0,"sparkle-export-lessons",{"tocData":[32],"moduleContent":[32],"moduleName":[32],"page":[32]}],[0,"sparkle-facilitator-dashboard",{"tocData":[32],"selectedModule":[32],"selectedSession":[32],"selectedPage":[32],"showAllModules":[32]}],[0,"sparkle-facilitator-notes"],[0,"sparkle-online-students",{"path":[1],"onlineStudents":[32]}],[4,"stencil-route-switch",{"group":[513],"scrollTopOffset":[2,"scroll-top-offset"],"location":[16],"routeViewsUpdated":[16]}],[0,"stencil-router-redirect",{"history":[16],"root":[1],"url":[1]}],[4,"sparkle-card",{"href":[1],"header":[1],"icon":[1],"hoverIcon":[1,"hover-icon"],"iconset":[1],"ionicon":[1],"img":[1],"size":[1],"activeIndex":[32]}],[4,"sparkle-button",{"href":[1],"round":[516],"primary":[516]}],[0,"sparkle-pagination",{"page":[16]}],[4,"header-mobile-collapse",{"darkMode":[4,"dark-mode"],"mobileDropdownActive":[32],"stuck":[32],"queued":[32]},[[16,"pageChanged","deactivate"]]],[1,"ion-col",{"offset":[1],"offsetXs":[1,"offset-xs"],"offsetSm":[1,"offset-sm"],"offsetMd":[1,"offset-md"],"offsetLg":[1,"offset-lg"],"offsetXl":[1,"offset-xl"],"pull":[1],"pullXs":[1,"pull-xs"],"pullSm":[1,"pull-sm"],"pullMd":[1,"pull-md"],"pullLg":[1,"pull-lg"],"pullXl":[1,"pull-xl"],"push":[1],"pushXs":[1,"push-xs"],"pushSm":[1,"push-sm"],"pushMd":[1,"push-md"],"pushLg":[1,"push-lg"],"pushXl":[1,"push-xl"],"size":[1],"sizeXs":[1,"size-xs"],"sizeSm":[1,"size-sm"],"sizeMd":[1,"size-md"],"sizeLg":[1,"size-lg"],"sizeXl":[1,"size-xl"]},[[9,"resize","onResize"]]],[1,"ion-row"],[0,"sparkle-menu-toggle"],[4,"sparkle-dropdown",{"align":[1],"label":[1],"icon":[16],"image":[1],"isOpen":[32],"close":[64],"open":[64],"toggle":[64]},[[8,"click","handleClick"],[0,"keyup","handleKeyup"]]],[0,"sparkle-validation-error",{"errors":[16]}],[33,"ion-card",{"color":[513],"button":[4],"type":[1],"disabled":[4],"download":[1],"href":[1],"rel":[1],"routerDirection":[1,"router-direction"],"routerAnimation":[16],"target":[1]}],[32,"ion-card-content"],[0,"sparkle-goal-progress",{"percentage":[1]}],[33,"ion-range",{"color":[513],"debounce":[2],"name":[1],"dualKnobs":[4,"dual-knobs"],"min":[2],"max":[2],"pin":[4],"pinFormatter":[16],"snaps":[4],"step":[2],"ticks":[4],"activeBarStart":[1026,"active-bar-start"],"disabled":[4],"value":[1026],"ratioA":[32],"ratioB":[32],"pressedKnob":[32]}],[33,"ion-avatar"],[0,"ion-radio-group",{"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032]},[[4,"keydown","onKeydown"]]],[1,"ion-text",{"color":[513]}],[33,"ion-checkbox",{"color":[513],"name":[1],"checked":[1028],"indeterminate":[1028],"disabled":[4],"value":[8]}],[33,"ion-radio",{"color":[513],"name":[1],"disabled":[4],"value":[8],"checked":[32],"buttonTabindex":[32],"setFocus":[64],"setButtonTabindex":[64]}],[33,"ion-list-header",{"color":[513],"lines":[1]}],[34,"ion-input",{"fireFocusEvents":[4,"fire-focus-events"],"color":[513],"accept":[1],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"clearInput":[4,"clear-input"],"clearOnEdit":[4,"clear-on-edit"],"debounce":[2],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[8],"maxlength":[2],"min":[8],"minlength":[2],"multiple":[4],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"type":[1],"value":[1032],"hasFocus":[32],"setFocus":[64],"setBlur":[64],"getInputElement":[64]}],[32,"ion-list",{"lines":[1],"inset":[4],"closeSlidingItems":[64]}],[4,"stencil-route-link",{"url":[1],"urlMatch":[1,"url-match"],"activeClass":[1,"active-class"],"exact":[4],"strict":[4],"custom":[1],"anchorClass":[1,"anchor-class"],"anchorRole":[1,"anchor-role"],"anchorTitle":[1,"anchor-title"],"anchorTabIndex":[1,"anchor-tab-index"],"anchorId":[1,"anchor-id"],"history":[16],"location":[16],"root":[1],"ariaHaspopup":[1,"aria-haspopup"],"ariaPosinset":[1,"aria-posinset"],"ariaSetsize":[2,"aria-setsize"],"ariaLabel":[1,"aria-label"],"match":[32]}],[1,"ion-spinner",{"color":[513],"duration":[2],"name":[1],"paused":[4]}],[34,"ion-label",{"color":[513],"position":[1],"noAnimate":[32]}],[33,"ion-button",{"color":[513],"buttonType":[1025,"button-type"],"disabled":[516],"expand":[513],"fill":[1537],"routerDirection":[1,"router-direction"],"routerAnimation":[16],"download":[1],"href":[1],"rel":[1],"shape":[513],"size":[513],"strong":[4],"target":[1],"type":[1]}],[49,"ion-item",{"color":[513],"button":[4],"detail":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"fill":[1],"shape":[1],"href":[1],"rel":[1],"lines":[1],"counter":[4],"routerAnimation":[16],"routerDirection":[1,"router-direction"],"target":[1],"type":[1],"counterFormatter":[16],"multipleInputs":[32],"focusable":[32],"counterString":[32]},[[0,"ionChange","handleIonChange"],[0,"ionColor","labelColorChanged"],[0,"ionStyle","itemStyle"]]],[33,"ion-note",{"color":[513]}],[1,"ion-icon",{"mode":[1025],"color":[1],"ios":[1],"md":[1],"flipRtl":[4,"flip-rtl"],"name":[513],"src":[1],"icon":[8],"size":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32],"ariaLabel":[32]}],[1,"ion-ripple-effect",{"type":[1],"addRipple":[64]}]]],["p-0f1c5899",[[34,"ion-select-popover",{"header":[1],"subHeader":[1,"sub-header"],"message":[1],"multiple":[4],"options":[16]},[[0,"ionChange","onSelect"]]],[34,"ion-action-sheet",{"overlayIndex":[2,"overlay-index"],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"buttons":[16],"cssClass":[1,"css-class"],"backdropDismiss":[4,"backdrop-dismiss"],"header":[1],"subHeader":[1,"sub-header"],"translucent":[4],"animated":[4],"htmlAttributes":[16],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64]}],[34,"ion-alert",{"overlayIndex":[2,"overlay-index"],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"cssClass":[1,"css-class"],"header":[1],"subHeader":[1,"sub-header"],"message":[1],"buttons":[16],"inputs":[1040],"backdropDismiss":[4,"backdrop-dismiss"],"translucent":[4],"animated":[4],"htmlAttributes":[16],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64]},[[4,"keydown","onKeydown"]]],[33,"ion-popover",{"hasController":[4,"has-controller"],"delegate":[16],"overlayIndex":[2,"overlay-index"],"enterAnimation":[16],"leaveAnimation":[16],"component":[1],"componentProps":[16],"keyboardClose":[4,"keyboard-close"],"cssClass":[1,"css-class"],"backdropDismiss":[4,"backdrop-dismiss"],"event":[8],"showBackdrop":[4,"show-backdrop"],"translucent":[4],"animated":[4],"htmlAttributes":[16],"triggerAction":[1,"trigger-action"],"trigger":[1],"size":[1],"dismissOnSelect":[4,"dismiss-on-select"],"reference":[1],"side":[1],"alignment":[1025],"arrow":[4],"isOpen":[4,"is-open"],"keyboardEvents":[4,"keyboard-events"],"keepContentsMounted":[4,"keep-contents-mounted"],"presented":[32],"presentFromTrigger":[64],"present":[64],"dismiss":[64],"getParentPopover":[64],"onDidDismiss":[64],"onWillDismiss":[64]}]]],["p-44334ef3",[[4,"sparkle-feed-post",{"assignmentName":[1025,"assignment-name"],"textValue":[1,"text-value"],"postText":[32],"errorMessage":[32],"uploadedImage":[32],"successMessage":[32],"externalResourceUrl":[32],"uploadImageLoading":[32],"setText":[64]}],[33,"ion-select",{"disabled":[4],"cancelText":[1,"cancel-text"],"okText":[1,"ok-text"],"placeholder":[1],"name":[1],"selectedText":[1,"selected-text"],"multiple":[4],"interface":[1],"interfaceOptions":[8,"interface-options"],"compareWith":[1,"compare-with"],"value":[1032],"isExpanded":[32],"open":[64]}],[1,"ion-select-option",{"disabled":[4],"value":[8]}]]],["p-c3cadfc6",[[0,"sparkle-quiz-opinion",{"question":[16],"selectedIndex":[32]}],[0,"sparkle-quiz-feedback",{"question":[16]}],[0,"sparkle-quiz-input",{"question":[16]}],[0,"sparkle-quiz-poll",{"question":[16]}],[0,"sparkle-quiz-select",{"question":[16],"allowMultiple":[4,"allow-multiple"],"values":[32]}]]]]'),e))));
1
+ import{p as e,b as o}from"./p-ee1e0eb4.js";import{g as t}from"./p-0147266a.js";import"./p-871106e0.js";(()=>{const o=import.meta.url,t={};return""!==o&&(t.resourcesUrl=new URL(".",o).href),e(t)})().then((e=>(t(),o(JSON.parse('[["p-f891c79a",[[0,"sparkle-discussion",{"allowPostToFeed":[4,"allow-post-to-feed"],"feedStartingText":[1,"feed-starting-text"],"isTeacherMode":[1028,"is-teacher-mode"],"questionIds":[1,"question-ids"],"quizData":[32]}]]],["p-dcff298d",[[0,"sparkle-goal-form",{"appData":[16],"name":[32],"description":[32],"category":[32],"progress":[32],"public":[32],"goalUpdateText":[32],"submitted":[32]}]]],["p-98f7780c",[[0,"sparkle-feedback",{"formControls":[32],"submitted":[32]}]]],["p-30b810d1",[[33,"ion-datetime",{"color":[1],"name":[1],"disabled":[4],"readonly":[4],"isDateEnabled":[16],"min":[1025],"max":[1025],"presentation":[1],"cancelText":[1,"cancel-text"],"doneText":[1,"done-text"],"clearText":[1,"clear-text"],"yearValues":[8,"year-values"],"monthValues":[8,"month-values"],"dayValues":[8,"day-values"],"hourValues":[8,"hour-values"],"minuteValues":[8,"minute-values"],"locale":[1],"firstDayOfWeek":[2,"first-day-of-week"],"multiple":[4],"value":[1025],"showDefaultTitle":[4,"show-default-title"],"showDefaultButtons":[4,"show-default-buttons"],"showClearButton":[4,"show-clear-button"],"showDefaultTimeLabel":[4,"show-default-time-label"],"hourCycle":[1,"hour-cycle"],"size":[1],"preferWheel":[4,"prefer-wheel"],"showMonthAndYear":[32],"activeParts":[32],"workingParts":[32],"isPresented":[32],"isTimePopoverOpen":[32],"confirm":[64],"reset":[64],"cancel":[64]}]]],["p-9e7fee8f",[[0,"sparkle-gww-comment-list",{"comments":[16]}]]],["p-72053ae0",[[0,"sparkle-quiz",{"questionId":[2,"question-id"],"submitted":[4],"correct":[4],"showInstantResult":[4,"show-instant-result"],"question":[32],"quizData":[32]},[[0,"quizInputChange","quizInputChangeHandler"],[0,"quizFeedbackChange","quizFeedbackChangeHandler"],[0,"quizSelectChange","quizSelectChangeHandler"],[0,"quizOpinionChange","quizOpinionChangeHandler"]]]]],["p-c64a34cd",[[4,"sparkle-quiz-old",{"questionId":[2,"question-id"],"type":[1],"scale":[1],"questionText":[1,"question-text"],"showOptionNumber":[4,"show-option-number"],"submitted":[4],"correct":[4],"feedback":[1],"showInstantResult":[4,"show-instant-result"],"options":[32]},[[0,"quizInputChange","quizInputChangeHandler"],[0,"quizFeedbackChange","quizFeedbackChangeHandler"],[0,"quizSelectChange","quizSelectChangeHandler"],[0,"quizOpinionChange","quizOpinionChangeHandler"]]]]],["p-d601810e",[[0,"sparkle-compass-post",{"errorMessage":[32],"successMessage":[32],"resiliance":[32],"care":[32],"compassData":[32],"renderCompass":[64]}]]],["p-85d4cd5c",[[0,"sparkle-animation-player",{"src":[1],"composition":[1],"initialClassMode":[4,"initial-class-mode"],"classMode":[32],"showCaption":[32],"paused":[32],"sizeOfCanvas":[32],"sizeofProgressBar":[32],"dataLoaded":[32],"currentProgressWidth":[32],"captionText":[32],"showFirstFrame":[32],"isBusy":[32],"playAnimation":[64],"pauseAnimation":[64],"classRoomModeChanged":[64],"destroyAnimation":[64]},[[0,"ionChange","closedCaptionChange"],[16,"classRoomModeChanged","onClassRoomModeChanged"]]]]],["p-71720d6e",[[0,"sparkle-facilitator-notes-form",{"initialValues":[16],"formControls":[32],"submitted":[32]}]]],["p-04c7b276",[[4,"sparkle-sidebar",{"position":[1],"size":[1],"headerText":[1,"header-text"],"isShowing":[32],"hide":[64],"show":[64]}]]],["p-c2990b24",[[0,"course-select",{"toggleClickFn":[16]}]]],["p-6ffd2420",[[33,"ion-fab-button",{"color":[513],"activated":[4],"disabled":[4],"download":[1],"href":[1],"rel":[1],"routerDirection":[1,"router-direction"],"routerAnimation":[16],"target":[1],"show":[4],"translucent":[4],"type":[1],"size":[1],"closeIcon":[1,"close-icon"]}]]],["p-6faa194c",[[34,"ion-loading",{"overlayIndex":[2,"overlay-index"],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"message":[1],"cssClass":[1,"css-class"],"duration":[2],"backdropDismiss":[4,"backdrop-dismiss"],"showBackdrop":[4,"show-backdrop"],"spinner":[1025],"translucent":[4],"animated":[4],"htmlAttributes":[16],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64]}]]],["p-894ff7e6",[[33,"ion-menu-button",{"color":[513],"disabled":[4],"menu":[1],"autoHide":[4,"auto-hide"],"type":[1],"visible":[32]},[[16,"ionMenuChange","visibilityChanged"],[16,"ionSplitPaneVisible","visibilityChanged"]]]]],["p-54dd894f",[[34,"ion-picker",{"overlayIndex":[2,"overlay-index"],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"buttons":[16],"columns":[16],"cssClass":[1,"css-class"],"duration":[2],"showBackdrop":[4,"show-backdrop"],"backdropDismiss":[4,"backdrop-dismiss"],"animated":[4],"htmlAttributes":[16],"presented":[32],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64],"getColumn":[64]}]]],["p-cc518c36",[[0,"ion-refresher-content",{"pullingIcon":[1025,"pulling-icon"],"pullingText":[1,"pulling-text"],"refreshingSpinner":[1025,"refreshing-spinner"],"refreshingText":[1,"refreshing-text"]}]]],["p-ce4b22f7",[[33,"ion-toast",{"overlayIndex":[2,"overlay-index"],"color":[513],"enterAnimation":[16],"leaveAnimation":[16],"cssClass":[1,"css-class"],"duration":[2],"header":[1],"message":[1],"keyboardClose":[4,"keyboard-close"],"position":[1],"buttons":[16],"translucent":[4],"animated":[4],"icon":[1],"htmlAttributes":[16],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64]}]]],["p-98daeddb",[[0,"sparkle-quiz-container",{"questionIds":[1,"question-ids"],"showInstantResult":[4,"show-instant-result"],"submitted":[32]},[[4,"pageDidLoad","pageDidLoadHandler"],[16,"quizAnswerChanged","updateQuizAnswerModelHandler"]]]]],["p-9289cdbc",[[49,"ion-accordion",{"value":[1],"disabled":[4],"readonly":[4],"toggleIcon":[1,"toggle-icon"],"toggleIconSlot":[1,"toggle-icon-slot"],"state":[32],"isNext":[32],"isPrevious":[32]}]]],["p-9abbd715",[[33,"ion-breadcrumb",{"collapsed":[4],"last":[4],"showCollapsedIndicator":[4,"show-collapsed-indicator"],"color":[1],"active":[4],"disabled":[4],"download":[1],"href":[1],"rel":[1],"separator":[4],"target":[1],"routerDirection":[1,"router-direction"],"routerAnimation":[16]}]]],["p-27fbabc3",[[33,"ion-chip",{"color":[513],"outline":[4],"disabled":[4]}]]],["p-9ebf0537",[[33,"ion-datetime-button",{"color":[513],"disabled":[516],"datetime":[1],"datetimePresentation":[32],"dateText":[32],"timeText":[32],"datetimeActive":[32],"selectedButton":[32]}]]],["p-975b99ee",[[32,"ion-infinite-scroll-content",{"loadingSpinner":[1025,"loading-spinner"],"loadingText":[1,"loading-text"]}]]],["p-1b1ba156",[[33,"ion-item-option",{"color":[513],"disabled":[4],"download":[1],"expandable":[4],"href":[1],"rel":[1],"target":[1],"type":[1]}]]],["p-e863bf1d",[[33,"ion-menu",{"contentId":[513,"content-id"],"menuId":[513,"menu-id"],"type":[1025],"disabled":[1028],"side":[513],"swipeGesture":[4,"swipe-gesture"],"maxEdgeStart":[2,"max-edge-start"],"isPaneVisible":[32],"isEndSide":[32],"isOpen":[64],"isActive":[64],"open":[64],"close":[64],"toggle":[64],"setOpen":[64]},[[16,"ionSplitPaneVisible","onSplitPaneChanged"],[2,"click","onBackdropClick"],[0,"keydown","onKeydown"]]]]],["p-377b04c2",[[33,"ion-modal",{"hasController":[4,"has-controller"],"overlayIndex":[2,"overlay-index"],"delegate":[16],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"breakpoints":[16],"initialBreakpoint":[2,"initial-breakpoint"],"backdropBreakpoint":[2,"backdrop-breakpoint"],"handle":[4],"handleBehavior":[1,"handle-behavior"],"component":[1],"componentProps":[16],"cssClass":[1,"css-class"],"backdropDismiss":[4,"backdrop-dismiss"],"showBackdrop":[4,"show-backdrop"],"animated":[4],"swipeToClose":[4,"swipe-to-close"],"presentingElement":[16],"htmlAttributes":[16],"isOpen":[4,"is-open"],"trigger":[1],"keepContentsMounted":[4,"keep-contents-mounted"],"canDismiss":[4,"can-dismiss"],"presented":[32],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64],"setCurrentBreakpoint":[64],"getCurrentBreakpoint":[64]}]]],["p-cffd4817",[[33,"ion-reorder",null,[[2,"click","onClick"]]]]],["p-0c3f3ea6",[[34,"ion-searchbar",{"color":[513],"animated":[4],"autocomplete":[1],"autocorrect":[1],"cancelButtonIcon":[1,"cancel-button-icon"],"cancelButtonText":[1,"cancel-button-text"],"clearIcon":[1,"clear-icon"],"debounce":[2],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"placeholder":[1],"searchIcon":[1,"search-icon"],"showCancelButton":[1,"show-cancel-button"],"showClearButton":[1,"show-clear-button"],"spellcheck":[4],"type":[1],"value":[1025],"focused":[32],"noAnimate":[32],"setFocus":[64],"getInputElement":[64]}]]],["p-b5f3e1bf",[[33,"ion-segment-button",{"disabled":[4],"layout":[1],"type":[1],"value":[1],"checked":[32]}]]],["p-594a6982",[[33,"ion-tab-button",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"layout":[1025],"selected":[1028],"tab":[1],"target":[1]},[[8,"ionTabBarChanged","onTabBarChanged"]]]]],["p-352677e6",[[0,"sparkle-lower-content-nav",{"next":[16],"prev":[16]}]]],["p-fda95b6e",[[0,"sparkle-notfound-page"]]],["p-06642405",[[0,"sparkle-table-of-contents",{"links":[16],"label":[1],"basepath":[1],"itemOffsets":[32],"selectedId":[32],"pageWidth":[32]},[[9,"scroll","function"],[9,"resize","updateItemOffsets"]]]]],["p-a2ebcf0a",[[0,"compass-svg"]]],["p-a98d7ebe",[[0,"context-consumer",{"context":[16],"renderer":[16],"subscribe":[16],"unsubscribe":[32]}]]],["p-69487d90",[[33,"ion-accordion-group",{"animated":[4],"multiple":[4],"value":[1025],"disabled":[4],"readonly":[4],"expand":[1],"requestAccordionToggle":[64],"getAccordions":[64]},[[0,"keydown","onKeydown"]]]]],["p-74864276",[[0,"ion-app",{"setFocus":[64]}]]],["p-1e4782af",[[33,"ion-badge",{"color":[513]}]]],["p-601397df",[[33,"ion-breadcrumbs",{"color":[1],"maxItems":[2,"max-items"],"itemsBeforeCollapse":[2,"items-before-collapse"],"itemsAfterCollapse":[2,"items-after-collapse"],"collapsed":[32],"activeChanged":[32]},[[0,"collapsedClick","onCollapsedClick"]]]]],["p-38b7cf68",[[33,"ion-card-header",{"color":[513],"translucent":[4]}]]],["p-2ba70507",[[33,"ion-card-subtitle",{"color":[513]}]]],["p-865f36a8",[[33,"ion-card-title",{"color":[513]}]]],["p-5322c920",[[1,"ion-fab",{"horizontal":[1],"vertical":[1],"edge":[4],"activated":[1028],"close":[64],"toggle":[64]}]]],["p-06c7d0f2",[[1,"ion-fab-list",{"activated":[4],"side":[1]}]]],["p-e686d8b5",[[36,"ion-footer",{"collapse":[1],"translucent":[4]}]]],["p-0afa3a4d",[[1,"ion-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["p-0ad5c123",[[0,"ion-infinite-scroll",{"threshold":[1],"disabled":[4],"position":[1],"isLoading":[32],"complete":[64]}]]],["p-e249aebf",[[33,"ion-item-divider",{"color":[513],"sticky":[4]}]]],["p-e3e36ce9",[[32,"ion-item-group"]]],["p-24cb9a33",[[32,"ion-item-options",{"side":[1],"fireSwipeEvent":[64]}]]],["p-cabfbf22",[[0,"ion-item-sliding",{"disabled":[4],"state":[32],"getOpenAmount":[64],"getSlidingRatio":[64],"open":[64],"close":[64],"closeOpened":[64]}]]],["p-8492a765",[[1,"ion-menu-toggle",{"menu":[1],"autoHide":[4,"auto-hide"],"visible":[32]},[[16,"ionMenuChange","visibilityChanged"],[16,"ionSplitPaneVisible","visibilityChanged"]]]]],["p-c60b29bd",[[1,"ion-nav",{"delegate":[16],"swipeGesture":[1028,"swipe-gesture"],"animated":[4],"animation":[16],"rootParams":[16],"root":[1],"push":[64],"insert":[64],"insertPages":[64],"pop":[64],"popTo":[64],"popToRoot":[64],"removeIndex":[64],"setRoot":[64],"setPages":[64],"setRouteId":[64],"getRouteId":[64],"getActive":[64],"getByIndex":[64],"canGoBack":[64],"getPrevious":[64]}]]],["p-fd8d0738",[[0,"ion-nav-link",{"component":[1],"componentProps":[16],"routerDirection":[1,"router-direction"],"routerAnimation":[16]}]]],["p-c0533c23",[[33,"ion-progress-bar",{"type":[1],"reversed":[4],"value":[2],"buffer":[2],"color":[513]}]]],["p-39712c56",[[32,"ion-refresher",{"pullMin":[2,"pull-min"],"pullMax":[2,"pull-max"],"closeDuration":[1,"close-duration"],"snapbackDuration":[1,"snapback-duration"],"pullFactor":[2,"pull-factor"],"disabled":[4],"nativeRefresher":[32],"state":[32],"complete":[64],"cancel":[64],"getProgress":[64]}]]],["p-fb757951",[[0,"ion-reorder-group",{"disabled":[4],"state":[32],"complete":[64]}]]],["p-859563db",[[0,"ion-route",{"url":[1],"component":[1],"componentProps":[16],"beforeLeave":[16],"beforeEnter":[16]}]]],["p-81714d94",[[0,"ion-route-redirect",{"from":[1],"to":[1]}]]],["p-b96f3c84",[[0,"ion-router",{"root":[1],"useHash":[4,"use-hash"],"canTransition":[64],"push":[64],"back":[64],"printDebug":[64],"navChanged":[64]},[[8,"popstate","onPopState"],[4,"ionBackButton","onBackButton"]]]]],["p-214d1229",[[1,"ion-router-link",{"color":[513],"href":[1],"rel":[1],"routerDirection":[1,"router-direction"],"routerAnimation":[16],"target":[1]}]]],["p-ebd4354b",[[1,"ion-router-outlet",{"mode":[1025],"delegate":[16],"animated":[4],"animation":[16],"swipeHandler":[16],"commit":[64],"setRouteId":[64],"getRouteId":[64]}]]],["p-2c1ca854",[[33,"ion-segment",{"color":[513],"disabled":[4],"scrollable":[4],"swipeGesture":[4,"swipe-gesture"],"value":[1025],"selectOnFocus":[4,"select-on-focus"],"activated":[32]},[[0,"keydown","onKeyDown"]]]]],["p-d20e4fcf",[[1,"ion-skeleton-text",{"animated":[4]}]]],["p-9e309b3e",[[0,"ion-slide"]]],["p-1e125ca5",[[36,"ion-slides",{"options":[8],"pager":[4],"scrollbar":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["p-2d9659e2",[[33,"ion-split-pane",{"contentId":[513,"content-id"],"disabled":[4],"when":[8],"visible":[32]}]]],["p-de4deb61",[[1,"ion-tab",{"active":[1028],"delegate":[16],"tab":[1],"component":[1],"setActive":[64]}]]],["p-e8988989",[[33,"ion-tab-bar",{"color":[513],"selectedTab":[1,"selected-tab"],"translucent":[4],"keyboardVisible":[32]}]]],["p-d288e6c1",[[1,"ion-tabs",{"useRouter":[1028,"use-router"],"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64],"setRouteId":[64],"getRouteId":[64]}]]],["p-d24e53ab",[[1,"ion-thumbnail"]]],["p-ef4edc48",[[0,"ion-virtual-scroll",{"approxItemHeight":[2,"approx-item-height"],"approxHeaderHeight":[2,"approx-header-height"],"approxFooterHeight":[2,"approx-footer-height"],"headerFn":[16],"footerFn":[16],"items":[16],"itemHeight":[16],"headerHeight":[16],"footerHeight":[16],"renderItem":[16],"renderHeader":[16],"renderFooter":[16],"nodeRender":[16],"domRender":[16],"totalHeight":[32],"positionForItem":[64],"checkRange":[64],"checkEnd":[64]},[[9,"resize","onResize"]]]]],["p-33a7151d",[[0,"sparkle-assignment",{"submitted":[32]}]]],["p-13ec39db",[[4,"sparkle-character-intro",{"character":[1],"position":[1]}]]],["p-11a6c175",[[0,"sparkle-code",{"language":[513],"showCopyConfirmation":[32]}]]],["p-3963e02b",[[0,"sparkle-compass",{"resiliance":[514],"care":[514],"organization":[514],"school":[514],"relationship":[514],"emotions":[514],"spirituality":[514],"rest":[514],"canvas":[32],"canvase_container":[32],"drawOnCompass":[64]}]]],["p-616941c6",[[1,"sparkle-emoji",{"mood":[1],"size":[1]}]]],["p-63f71ada",[[4,"sparkle-gww-graph"]]],["p-5c435d5a",[[0,"sparkle-intro",{"description":[32]}]]],["p-957715c5",[[4,"sparkle-menu-collapsible",{"heading":[1],"isOpen":[32]}]]],["p-e421d638",[[1,"sparkle-modal-image",{"src":[1],"alt":[1],"width":[1],"height":[1],"openDialog":[1028,"open-dialog"],"transparent":[4]},[[0,"keydown","handleKeyDown"],[2,"click","handleScroll"]]]]],["p-8c74cbb6",[[1,"sparkle-poll"]]],["p-6316d124",[[4,"sparkle-tab",{"tab":[513],"selected":[516]}]]],["p-a2638250",[[4,"sparkle-tabs",{"listenFor":[1,"listen-for"],"selected":[32],"tabs":[32]},[[8,"local-storage","listenForFrameworkSelection"]]]]],["p-fe6dc976",[[0,"sparkle-youtube",{"src":[1],"initialClassMode":[4,"initial-class-mode"],"classMode":[32],"video_thumbnail":[32],"classRoomModeChanged":[64]}]]],["p-ea962e1b",[[0,"stencil-async-content",{"documentLocation":[1,"document-location"],"content":[32]}]]],["p-32f4e565",[[0,"stencil-route-title",{"titleSuffix":[1,"title-suffix"],"pageTitle":[1,"page-title"]}]]],["p-d0adf726",[[0,"stencil-router-prompt",{"when":[4],"message":[1],"history":[16],"unblock":[32]}]]],["p-5096739e",[[0,"sparkle-select",{"options":[1040],"initializer":[16],"optionRenderer":[16],"selected":[32]}]]],["p-b3f375fb",[[32,"ion-picker-column",{"col":[16]}]]],["p-4053ecdb",[[4,"sparkle-overlay",{"titleId":[1,"title-id"],"absolute":[4],"theme":[1],"preventClose":[4,"prevent-close"],"focusIndex":[32],"isShowing":[32],"show":[64],"hide":[64]},[[0,"keydown","handleKeyDown"]]]]],["p-0f1c5899",[[34,"ion-select-popover",{"header":[1],"subHeader":[1,"sub-header"],"message":[1],"multiple":[4],"options":[16]},[[0,"ionChange","onSelect"]]],[34,"ion-action-sheet",{"overlayIndex":[2,"overlay-index"],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"buttons":[16],"cssClass":[1,"css-class"],"backdropDismiss":[4,"backdrop-dismiss"],"header":[1],"subHeader":[1,"sub-header"],"translucent":[4],"animated":[4],"htmlAttributes":[16],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64]}],[34,"ion-alert",{"overlayIndex":[2,"overlay-index"],"keyboardClose":[4,"keyboard-close"],"enterAnimation":[16],"leaveAnimation":[16],"cssClass":[1,"css-class"],"header":[1],"subHeader":[1,"sub-header"],"message":[1],"buttons":[16],"inputs":[1040],"backdropDismiss":[4,"backdrop-dismiss"],"translucent":[4],"animated":[4],"htmlAttributes":[16],"present":[64],"dismiss":[64],"onDidDismiss":[64],"onWillDismiss":[64]},[[4,"keydown","onKeydown"]]],[33,"ion-popover",{"hasController":[4,"has-controller"],"delegate":[16],"overlayIndex":[2,"overlay-index"],"enterAnimation":[16],"leaveAnimation":[16],"component":[1],"componentProps":[16],"keyboardClose":[4,"keyboard-close"],"cssClass":[1,"css-class"],"backdropDismiss":[4,"backdrop-dismiss"],"event":[8],"showBackdrop":[4,"show-backdrop"],"translucent":[4],"animated":[4],"htmlAttributes":[16],"triggerAction":[1,"trigger-action"],"trigger":[1],"size":[1],"dismissOnSelect":[4,"dismiss-on-select"],"reference":[1],"side":[1],"alignment":[1025],"arrow":[4],"isOpen":[4,"is-open"],"keyboardEvents":[4,"keyboard-events"],"keepContentsMounted":[4,"keep-contents-mounted"],"presented":[32],"presentFromTrigger":[64],"present":[64],"dismiss":[64],"getParentPopover":[64],"onDidDismiss":[64],"onWillDismiss":[64]}]]],["p-e50c8b04",[[0,"sparkle-discussion-questions",{"allowPostToFeed":[4,"allow-post-to-feed"],"postToFeedAssignmentName":[1,"post-to-feed-assignment-name"],"feedStartingText":[1,"feed-starting-text"],"isTeacherMode":[4,"is-teacher-mode"],"questions":[16],"error":[32],"modelChange":[32],"responses":[32],"suggestionList":[32],"postToFeedTextValue":[32]}],[0,"sparkle-discussion-results",{"allowPostToFeed":[4,"allow-post-to-feed"],"feedStartingText":[1,"feed-starting-text"],"isTeacherMode":[4,"is-teacher-mode"],"questions":[16],"error":[32],"modelChange":[32],"responses":[32],"suggestionList":[32]},[[16,"receivedPollSubmissionSignalREvent","gotServerUpdate"]]]]],["p-be64105c",[[33,"ion-back-button",{"color":[513],"defaultHref":[1025,"default-href"],"disabled":[516],"icon":[1],"text":[1],"type":[1],"routerAnimation":[16]}]]],["p-0664370b",[[33,"ion-picker-column-internal",{"items":[16],"value":[1032],"color":[513],"numericInput":[4,"numeric-input"],"isActive":[32],"scrollActiveItemIntoView":[64],"setValue":[64]}],[33,"ion-picker-internal"]]],["p-11356b03",[[33,"ion-toggle",{"color":[513],"name":[1],"checked":[1028],"disabled":[4],"value":[1],"enableOnOffLabels":[4,"enable-on-off-labels"],"activated":[32]}]]],["p-fb0ca75e",[[36,"ion-header",{"collapse":[1],"translucent":[4]}],[1,"ion-content",{"color":[513],"fullscreen":[4],"forceOverscroll":[1028,"force-overscroll"],"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"scrollEvents":[4,"scroll-events"],"getScrollElement":[64],"scrollToTop":[64],"scrollToBottom":[64],"scrollByPoint":[64],"scrollToPoint":[64]},[[8,"appload","onAppLoad"]]]]],["p-641bfc92",[[34,"ion-textarea",{"fireFocusEvents":[4,"fire-focus-events"],"color":[513],"autocapitalize":[1],"autofocus":[4],"clearOnEdit":[1028,"clear-on-edit"],"debounce":[2],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"autoGrow":[516,"auto-grow"],"value":[1025],"hasFocus":[32],"setFocus":[64],"setBlur":[64],"getInputElement":[64]}]]],["p-5893bbe5",[[33,"ion-backdrop",{"visible":[4],"tappable":[4],"stopPropagation":[4,"stop-propagation"]},[[2,"click","onMouseDown"]]]]],["p-ca907214",[[4,"sparkle-feed-post",{"assignmentName":[1025,"assignment-name"],"textValue":[1,"text-value"],"postText":[32],"errorMessage":[32],"uploadedImage":[32],"successMessage":[32],"externalResourceUrl":[32],"uploadImageLoading":[32],"postLoading":[32],"setText":[64]}],[33,"ion-select",{"disabled":[4],"cancelText":[1,"cancel-text"],"okText":[1,"ok-text"],"placeholder":[1],"name":[1],"selectedText":[1,"selected-text"],"multiple":[4],"interface":[1],"interfaceOptions":[8,"interface-options"],"compareWith":[1,"compare-with"],"value":[1032],"isExpanded":[32],"open":[64]}],[1,"ion-select-option",{"disabled":[4],"value":[8]}]]],["p-c3cadfc6",[[0,"sparkle-quiz-opinion",{"question":[16],"selectedIndex":[32]}],[0,"sparkle-quiz-feedback",{"question":[16]}],[0,"sparkle-quiz-input",{"question":[16]}],[0,"sparkle-quiz-poll",{"question":[16]}],[0,"sparkle-quiz-select",{"question":[16],"allowMultiple":[4,"allow-multiple"],"values":[32]}]]],["p-8a41b502",[[33,"ion-title",{"color":[513],"size":[1]}],[33,"ion-toolbar",{"color":[513]},[[0,"ionStyle","childrenStyle"]]],[34,"ion-buttons",{"collapse":[4]}]]],["p-6a1fc0af",[[0,"sparkle-course-root",{"isMenuToggled":[32],"tocData":[32]},[[0,"userDidLogIn","useDidLogin"]]],[0,"sparkle-login",{"history":[16],"notsignin":[32],"username":[32],"password":[32],"rememberMe":[32],"submitted":[32]}],[0,"sparkle-user-enrollment",{"enrollmentFormControls":[32],"enrollmentFormSubmitted":[32]}],[0,"sparkle-mood",{"history":[16],"loading":[32],"feeling":[32],"intensity":[32],"location":[32],"public":[32],"submitted":[32],"currentStep":[32]}],[0,"sparkle-signup",{"history":[16],"validationErrors":[32],"formControls":[32],"submitted":[32]}],[0,"sparkle-user-profile",{"profileFormControls":[32],"profileFormSubmitted":[32]}],[0,"sparkle-forgot-password",{"history":[16],"validationErrors":[32],"formControls":[32],"submitted":[32]}],[0,"sparkle-goals"],[0,"sparkle-health",{"history":[16],"uploadedImageUrl":[32],"heartRate":[32],"public":[32],"submitted":[32]}],[0,"sparkle-gww"],[0,"sparkle-reset-password",{"history":[16],"validationErrors":[32],"formControls":[32],"submitted":[32]}],[0,"sparkle-facilitator-page",{"path":[1],"notesPath":[1,"notes-path"],"badFetch":[32],"badFetchLessonNotes":[32],"isLesson":[32],"notesPage":[32],"lessonNotesPage":[32],"page":[32],"onlineStudents":[32],"activetab":[32]}],[4,"sparkle-header",{"authUser":[8,"auth-user"],"hideClassRoomToggle":[4,"hide-class-room-toggle"],"courseName":[1,"course-name"],"imageUrl":[1,"image-url"],"toggleClickFn":[16],"signoutClickFn":[16],"classRoomMode":[32],"hidden":[32]},[[9,"scroll","handleScroll"]]],[0,"sparkle-menu",{"toggleClickFn":[16],"toc":[16],"config":[16]}],[4,"sparkle-facilitator-header",{"courseName":[1,"course-name"],"toggleStudentClickFn":[16],"hidden":[32]},[[9,"scroll","handleScroll"]]],[4,"sparkle-page",{"history":[16],"path":[1],"presentation":[4],"badFetch":[32],"page":[32],"isLesson":[32]}],[4,"sparkle-root",{"config":[16]}],[0,"sparkle-unauthorized"],[0,"stencil-route",{"group":[513],"componentUpdated":[16],"match":[1040],"url":[1],"component":[1],"componentProps":[16],"exact":[4],"routeRender":[16],"scrollTopOffset":[2,"scroll-top-offset"],"routeViewsUpdated":[16],"location":[16],"history":[16],"historyType":[1,"history-type"]}],[4,"stencil-router",{"root":[1],"historyType":[1,"history-type"],"titleSuffix":[1,"title-suffix"],"scrollTopOffset":[2,"scroll-top-offset"],"location":[32],"history":[32]}],[0,"sparkle-gww-item",{"post":[16],"onPostComment":[16],"loading":[4],"comment":[32]},[[16,"commentPosted","clearCommentField"]]],[0,"sparkle-goal-item",{"goal":[16],"onEditGoal":[16]}],[0,"sparkle-page-footer",{"page":[16]}],[0,"sparkle-nav",{"toc":[16],"config":[16],"selectedParent":[1040],"moduleURLName":[32],"sessionURLName":[32]},[[4,"pageDidLoad","pageDidLoadHandler"]]],[1,"ion-grid",{"fixed":[4]}],[4,"sparkle-cards"],[0,"sparkle-export-lessons",{"tocData":[32],"moduleContent":[32],"moduleName":[32],"page":[32]}],[0,"sparkle-facilitator-dashboard",{"tocData":[32],"selectedModule":[32],"selectedSession":[32],"selectedPage":[32],"showAllModules":[32]}],[0,"sparkle-facilitator-notes"],[0,"sparkle-online-students",{"path":[1],"onlineStudents":[32]}],[4,"stencil-route-switch",{"group":[513],"scrollTopOffset":[2,"scroll-top-offset"],"location":[16],"routeViewsUpdated":[16]}],[0,"stencil-router-redirect",{"history":[16],"root":[1],"url":[1]}],[4,"sparkle-card",{"href":[1],"header":[1],"icon":[1],"hoverIcon":[1,"hover-icon"],"iconset":[1],"ionicon":[1],"img":[1],"size":[1],"activeIndex":[32]}],[4,"sparkle-button",{"href":[1],"round":[516],"primary":[516]}],[0,"sparkle-pagination",{"page":[16]}],[4,"header-mobile-collapse",{"darkMode":[4,"dark-mode"],"mobileDropdownActive":[32],"stuck":[32],"queued":[32]},[[16,"pageChanged","deactivate"]]],[1,"ion-col",{"offset":[1],"offsetXs":[1,"offset-xs"],"offsetSm":[1,"offset-sm"],"offsetMd":[1,"offset-md"],"offsetLg":[1,"offset-lg"],"offsetXl":[1,"offset-xl"],"pull":[1],"pullXs":[1,"pull-xs"],"pullSm":[1,"pull-sm"],"pullMd":[1,"pull-md"],"pullLg":[1,"pull-lg"],"pullXl":[1,"pull-xl"],"push":[1],"pushXs":[1,"push-xs"],"pushSm":[1,"push-sm"],"pushMd":[1,"push-md"],"pushLg":[1,"push-lg"],"pushXl":[1,"push-xl"],"size":[1],"sizeXs":[1,"size-xs"],"sizeSm":[1,"size-sm"],"sizeMd":[1,"size-md"],"sizeLg":[1,"size-lg"],"sizeXl":[1,"size-xl"]},[[9,"resize","onResize"]]],[1,"ion-row"],[0,"sparkle-menu-toggle"],[4,"sparkle-dropdown",{"align":[1],"label":[1],"icon":[16],"image":[1],"isOpen":[32],"close":[64],"open":[64],"toggle":[64]},[[8,"click","handleClick"],[0,"keyup","handleKeyup"]]],[0,"sparkle-validation-error",{"errors":[16]}],[33,"ion-card",{"color":[513],"button":[4],"type":[1],"disabled":[4],"download":[1],"href":[1],"rel":[1],"routerDirection":[1,"router-direction"],"routerAnimation":[16],"target":[1]}],[32,"ion-card-content"],[0,"sparkle-goal-progress",{"percentage":[1]}],[33,"ion-range",{"color":[513],"debounce":[2],"name":[1],"dualKnobs":[4,"dual-knobs"],"min":[2],"max":[2],"pin":[4],"pinFormatter":[16],"snaps":[4],"step":[2],"ticks":[4],"activeBarStart":[1026,"active-bar-start"],"disabled":[4],"value":[1026],"ratioA":[32],"ratioB":[32],"pressedKnob":[32]}],[33,"ion-avatar"],[0,"ion-radio-group",{"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032]},[[4,"keydown","onKeydown"]]],[1,"ion-text",{"color":[513]}],[33,"ion-checkbox",{"color":[513],"name":[1],"checked":[1028],"indeterminate":[1028],"disabled":[4],"value":[8]}],[33,"ion-radio",{"color":[513],"name":[1],"disabled":[4],"value":[8],"checked":[32],"buttonTabindex":[32],"setFocus":[64],"setButtonTabindex":[64]}],[33,"ion-list-header",{"color":[513],"lines":[1]}],[34,"ion-input",{"fireFocusEvents":[4,"fire-focus-events"],"color":[513],"accept":[1],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"clearInput":[4,"clear-input"],"clearOnEdit":[4,"clear-on-edit"],"debounce":[2],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[8],"maxlength":[2],"min":[8],"minlength":[2],"multiple":[4],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"type":[1],"value":[1032],"hasFocus":[32],"setFocus":[64],"setBlur":[64],"getInputElement":[64]}],[32,"ion-list",{"lines":[1],"inset":[4],"closeSlidingItems":[64]}],[4,"stencil-route-link",{"url":[1],"urlMatch":[1,"url-match"],"activeClass":[1,"active-class"],"exact":[4],"strict":[4],"custom":[1],"anchorClass":[1,"anchor-class"],"anchorRole":[1,"anchor-role"],"anchorTitle":[1,"anchor-title"],"anchorTabIndex":[1,"anchor-tab-index"],"anchorId":[1,"anchor-id"],"history":[16],"location":[16],"root":[1],"ariaHaspopup":[1,"aria-haspopup"],"ariaPosinset":[1,"aria-posinset"],"ariaSetsize":[2,"aria-setsize"],"ariaLabel":[1,"aria-label"],"match":[32]}],[1,"ion-spinner",{"color":[513],"duration":[2],"name":[1],"paused":[4]}],[34,"ion-label",{"color":[513],"position":[1],"noAnimate":[32]}],[33,"ion-button",{"color":[513],"buttonType":[1025,"button-type"],"disabled":[516],"expand":[513],"fill":[1537],"routerDirection":[1,"router-direction"],"routerAnimation":[16],"download":[1],"href":[1],"rel":[1],"shape":[513],"size":[513],"strong":[4],"target":[1],"type":[1]}],[49,"ion-item",{"color":[513],"button":[4],"detail":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"fill":[1],"shape":[1],"href":[1],"rel":[1],"lines":[1],"counter":[4],"routerAnimation":[16],"routerDirection":[1,"router-direction"],"target":[1],"type":[1],"counterFormatter":[16],"multipleInputs":[32],"focusable":[32],"counterString":[32]},[[0,"ionChange","handleIonChange"],[0,"ionColor","labelColorChanged"],[0,"ionStyle","itemStyle"]]],[33,"ion-note",{"color":[513]}],[1,"ion-icon",{"mode":[1025],"color":[1],"ios":[1],"md":[1],"flipRtl":[4,"flip-rtl"],"name":[513],"src":[1],"icon":[8],"size":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32],"ariaLabel":[32]}],[1,"ion-ripple-effect",{"type":[1],"addRipple":[64]}]]]]'),e))));
@@ -14,6 +14,8 @@ export declare class SparklePage {
14
14
  }>;
15
15
  componentWillLoad(): Promise<void>;
16
16
  componentDidLoad(): void;
17
+ eventEmitter: (user: any, data: any) => void;
18
+ pollSubmissionEventEmitter: (type: any, data: any) => void;
17
19
  handleFacilitatorNavigationChange: (url: any) => void;
18
20
  fetchPage(path: string | null, oldPath?: string): Promise<void>;
19
21
  validateFetch: (response: Response) => Promise<any>;
@@ -0,0 +1,6 @@
1
+ export declare class SparkleAssignment {
2
+ el: HTMLElement;
3
+ submitted: boolean;
4
+ onSubmit(e: any): Promise<void>;
5
+ render(): any;
6
+ }
@@ -19,6 +19,7 @@ export declare class SparkleCourseRoot {
19
19
  handlePageClick: () => void;
20
20
  isSmallViewport(): boolean;
21
21
  toggleStudentSidebar(): Promise<void>;
22
+ useDidLogin(event: CustomEvent<any>): any;
22
23
  renderPage(path: 'login' | 'signup' | 'forgot-password' | 'reset-password'): any;
23
24
  renderPrivatePage(path: 'profile' | 'enrollment' | 'home/my-mood' | 'home/my-health' | 'home/my-goals' | 'home/great-white-wall'): any;
24
25
  renderHeaderAndMenu(): any[];
@@ -8,12 +8,13 @@ export declare class SparkleFeedPost {
8
8
  successMessage: string;
9
9
  externalResourceUrl: string;
10
10
  uploadImageLoading: boolean;
11
+ postLoading: boolean;
11
12
  ref: HTMLInputElement;
12
13
  componentDidLoad(): void;
13
14
  setText(text: any): void;
14
15
  isAuthenticated(): any;
15
- submitPost(): void;
16
- uploadImage(evt: any): void;
16
+ submitPost(): Promise<void>;
17
+ uploadImage(evt: any): Promise<void>;
17
18
  selectFile(): void;
18
19
  renderUserInfo(): any;
19
20
  render(): any;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '../../../stencil-public-runtime';
2
2
  import { SparkleQuizQuestion, SparkleQuizQuestionOption } from '../../../models/quiz.model';
3
- export declare class SparkleQuiz {
3
+ export declare class SparkleQuizOld {
4
4
  el: HTMLElement;
5
5
  questionId: number;
6
6
  type: 'MULTIPLE-CHOICE' | 'TEXT' | 'FEEDBACK' | 'OPINION' | 'POLL';
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
2
  import { SparkleQuizQuestion } from '../../models/quiz.model';
3
- export declare class SparkleQuizV1 {
3
+ export declare class SparkleQuiz {
4
4
  el: HTMLElement;
5
5
  questionId: number;
6
6
  submitted: boolean;
@@ -23,6 +23,8 @@ export namespace Components {
23
23
  "playAnimation": () => Promise<void>;
24
24
  "src": string;
25
25
  }
26
+ interface SparkleAssignment {
27
+ }
26
28
  interface SparkleCharacterIntro {
27
29
  "character": string;
28
30
  "position": 'left' | 'right';
@@ -151,14 +153,9 @@ export namespace Components {
151
153
  }
152
154
  interface SparkleQuiz {
153
155
  "correct": boolean;
154
- "feedback": string;
155
156
  "questionId": number;
156
- "questionText": string;
157
- "scale": 'FIVE-POINTS' | 'TEN-POINTS';
158
157
  "showInstantResult": boolean;
159
- "showOptionNumber": boolean;
160
158
  "submitted": boolean;
161
- "type": 'MULTIPLE-CHOICE' | 'TEXT' | 'FEEDBACK' | 'OPINION' | 'POLL';
162
159
  }
163
160
  interface SparkleQuizContainer {
164
161
  "questionIds": string;
@@ -170,6 +167,17 @@ export namespace Components {
170
167
  interface SparkleQuizInput {
171
168
  "question": SparkleQuizQuestion;
172
169
  }
170
+ interface SparkleQuizOld {
171
+ "correct": boolean;
172
+ "feedback": string;
173
+ "questionId": number;
174
+ "questionText": string;
175
+ "scale": 'FIVE-POINTS' | 'TEN-POINTS';
176
+ "showInstantResult": boolean;
177
+ "showOptionNumber": boolean;
178
+ "submitted": boolean;
179
+ "type": 'MULTIPLE-CHOICE' | 'TEXT' | 'FEEDBACK' | 'OPINION' | 'POLL';
180
+ }
173
181
  interface SparkleQuizOpinion {
174
182
  "question": SparkleQuizQuestion;
175
183
  }
@@ -180,12 +188,6 @@ export namespace Components {
180
188
  "allowMultiple": boolean;
181
189
  "question": SparkleQuizQuestion;
182
190
  }
183
- interface SparkleQuizV1 {
184
- "correct": boolean;
185
- "questionId": number;
186
- "showInstantResult": boolean;
187
- "submitted": boolean;
188
- }
189
191
  interface SparkleResetPassword {
190
192
  "history": RouterHistory;
191
193
  }
@@ -242,6 +244,10 @@ export interface SparkleQuizInputCustomEvent<T> extends CustomEvent<T> {
242
244
  detail: T;
243
245
  target: HTMLSparkleQuizInputElement;
244
246
  }
247
+ export interface SparkleQuizOldCustomEvent<T> extends CustomEvent<T> {
248
+ detail: T;
249
+ target: HTMLSparkleQuizOldElement;
250
+ }
245
251
  export interface SparkleQuizOpinionCustomEvent<T> extends CustomEvent<T> {
246
252
  detail: T;
247
253
  target: HTMLSparkleQuizOpinionElement;
@@ -254,10 +260,6 @@ export interface SparkleQuizSelectCustomEvent<T> extends CustomEvent<T> {
254
260
  detail: T;
255
261
  target: HTMLSparkleQuizSelectElement;
256
262
  }
257
- export interface SparkleQuizV1CustomEvent<T> extends CustomEvent<T> {
258
- detail: T;
259
- target: HTMLSparkleQuizV1Element;
260
- }
261
263
  declare global {
262
264
  interface HTMLCompassSvgElement extends Components.CompassSvg, HTMLStencilElement {
263
265
  }
@@ -271,6 +273,12 @@ declare global {
271
273
  prototype: HTMLSparkleAnimationPlayerElement;
272
274
  new (): HTMLSparkleAnimationPlayerElement;
273
275
  };
276
+ interface HTMLSparkleAssignmentElement extends Components.SparkleAssignment, HTMLStencilElement {
277
+ }
278
+ var HTMLSparkleAssignmentElement: {
279
+ prototype: HTMLSparkleAssignmentElement;
280
+ new (): HTMLSparkleAssignmentElement;
281
+ };
274
282
  interface HTMLSparkleCharacterIntroElement extends Components.SparkleCharacterIntro, HTMLStencilElement {
275
283
  }
276
284
  var HTMLSparkleCharacterIntroElement: {
@@ -493,6 +501,12 @@ declare global {
493
501
  prototype: HTMLSparkleQuizInputElement;
494
502
  new (): HTMLSparkleQuizInputElement;
495
503
  };
504
+ interface HTMLSparkleQuizOldElement extends Components.SparkleQuizOld, HTMLStencilElement {
505
+ }
506
+ var HTMLSparkleQuizOldElement: {
507
+ prototype: HTMLSparkleQuizOldElement;
508
+ new (): HTMLSparkleQuizOldElement;
509
+ };
496
510
  interface HTMLSparkleQuizOpinionElement extends Components.SparkleQuizOpinion, HTMLStencilElement {
497
511
  }
498
512
  var HTMLSparkleQuizOpinionElement: {
@@ -511,12 +525,6 @@ declare global {
511
525
  prototype: HTMLSparkleQuizSelectElement;
512
526
  new (): HTMLSparkleQuizSelectElement;
513
527
  };
514
- interface HTMLSparkleQuizV1Element extends Components.SparkleQuizV1, HTMLStencilElement {
515
- }
516
- var HTMLSparkleQuizV1Element: {
517
- prototype: HTMLSparkleQuizV1Element;
518
- new (): HTMLSparkleQuizV1Element;
519
- };
520
528
  interface HTMLSparkleResetPasswordElement extends Components.SparkleResetPassword, HTMLStencilElement {
521
529
  }
522
530
  var HTMLSparkleResetPasswordElement: {
@@ -568,6 +576,7 @@ declare global {
568
576
  interface HTMLElementTagNameMap {
569
577
  "compass-svg": HTMLCompassSvgElement;
570
578
  "sparkle-animation-player": HTMLSparkleAnimationPlayerElement;
579
+ "sparkle-assignment": HTMLSparkleAssignmentElement;
571
580
  "sparkle-character-intro": HTMLSparkleCharacterIntroElement;
572
581
  "sparkle-compass": HTMLSparkleCompassElement;
573
582
  "sparkle-compass-post": HTMLSparkleCompassPostElement;
@@ -605,10 +614,10 @@ declare global {
605
614
  "sparkle-quiz-container": HTMLSparkleQuizContainerElement;
606
615
  "sparkle-quiz-feedback": HTMLSparkleQuizFeedbackElement;
607
616
  "sparkle-quiz-input": HTMLSparkleQuizInputElement;
617
+ "sparkle-quiz-old": HTMLSparkleQuizOldElement;
608
618
  "sparkle-quiz-opinion": HTMLSparkleQuizOpinionElement;
609
619
  "sparkle-quiz-poll": HTMLSparkleQuizPollElement;
610
620
  "sparkle-quiz-select": HTMLSparkleQuizSelectElement;
611
- "sparkle-quiz-v1": HTMLSparkleQuizV1Element;
612
621
  "sparkle-reset-password": HTMLSparkleResetPasswordElement;
613
622
  "sparkle-root": HTMLSparkleRootElement;
614
623
  "sparkle-signup": HTMLSparkleSignupElement;
@@ -627,6 +636,8 @@ declare namespace LocalJSX {
627
636
  "initialClassMode"?: boolean;
628
637
  "src"?: string;
629
638
  }
639
+ interface SparkleAssignment {
640
+ }
630
641
  interface SparkleCharacterIntro {
631
642
  "character"?: string;
632
643
  "position"?: 'left' | 'right';
@@ -757,15 +768,10 @@ declare namespace LocalJSX {
757
768
  }
758
769
  interface SparkleQuiz {
759
770
  "correct"?: boolean;
760
- "feedback"?: string;
761
771
  "onQuizAnswerChanged"?: (event: SparkleQuizCustomEvent<{ answer: any; question: SparkleQuizQuestion }>) => void;
762
772
  "questionId"?: number;
763
- "questionText"?: string;
764
- "scale"?: 'FIVE-POINTS' | 'TEN-POINTS';
765
773
  "showInstantResult"?: boolean;
766
- "showOptionNumber"?: boolean;
767
774
  "submitted"?: boolean;
768
- "type"?: 'MULTIPLE-CHOICE' | 'TEXT' | 'FEEDBACK' | 'OPINION' | 'POLL';
769
775
  }
770
776
  interface SparkleQuizContainer {
771
777
  "questionIds"?: string;
@@ -779,6 +785,18 @@ declare namespace LocalJSX {
779
785
  "onQuizInputChange"?: (event: SparkleQuizInputCustomEvent<{ value: string, question: SparkleQuizQuestion }>) => void;
780
786
  "question"?: SparkleQuizQuestion;
781
787
  }
788
+ interface SparkleQuizOld {
789
+ "correct"?: boolean;
790
+ "feedback"?: string;
791
+ "onQuizAnswerChanged"?: (event: SparkleQuizOldCustomEvent<{ answer: any; question: SparkleQuizQuestion }>) => void;
792
+ "questionId"?: number;
793
+ "questionText"?: string;
794
+ "scale"?: 'FIVE-POINTS' | 'TEN-POINTS';
795
+ "showInstantResult"?: boolean;
796
+ "showOptionNumber"?: boolean;
797
+ "submitted"?: boolean;
798
+ "type"?: 'MULTIPLE-CHOICE' | 'TEXT' | 'FEEDBACK' | 'OPINION' | 'POLL';
799
+ }
782
800
  interface SparkleQuizOpinion {
783
801
  "onQuizOpinionChange"?: (event: SparkleQuizOpinionCustomEvent<{ value: any, question: SparkleQuizQuestion }>) => void;
784
802
  "question"?: SparkleQuizQuestion;
@@ -792,13 +810,6 @@ declare namespace LocalJSX {
792
810
  "onQuizSelectChange"?: (event: SparkleQuizSelectCustomEvent<{ value: any[], question: SparkleQuizQuestion }>) => void;
793
811
  "question"?: SparkleQuizQuestion;
794
812
  }
795
- interface SparkleQuizV1 {
796
- "correct"?: boolean;
797
- "onQuizAnswerChanged"?: (event: SparkleQuizV1CustomEvent<{ answer: any, question: SparkleQuizQuestion }>) => void;
798
- "questionId"?: number;
799
- "showInstantResult"?: boolean;
800
- "submitted"?: boolean;
801
- }
802
813
  interface SparkleResetPassword {
803
814
  "history"?: RouterHistory;
804
815
  }
@@ -824,6 +835,7 @@ declare namespace LocalJSX {
824
835
  interface IntrinsicElements {
825
836
  "compass-svg": CompassSvg;
826
837
  "sparkle-animation-player": SparkleAnimationPlayer;
838
+ "sparkle-assignment": SparkleAssignment;
827
839
  "sparkle-character-intro": SparkleCharacterIntro;
828
840
  "sparkle-compass": SparkleCompass;
829
841
  "sparkle-compass-post": SparkleCompassPost;
@@ -861,10 +873,10 @@ declare namespace LocalJSX {
861
873
  "sparkle-quiz-container": SparkleQuizContainer;
862
874
  "sparkle-quiz-feedback": SparkleQuizFeedback;
863
875
  "sparkle-quiz-input": SparkleQuizInput;
876
+ "sparkle-quiz-old": SparkleQuizOld;
864
877
  "sparkle-quiz-opinion": SparkleQuizOpinion;
865
878
  "sparkle-quiz-poll": SparkleQuizPoll;
866
879
  "sparkle-quiz-select": SparkleQuizSelect;
867
- "sparkle-quiz-v1": SparkleQuizV1;
868
880
  "sparkle-reset-password": SparkleResetPassword;
869
881
  "sparkle-root": SparkleRoot;
870
882
  "sparkle-signup": SparkleSignup;
@@ -881,6 +893,7 @@ declare module "@stencil/core" {
881
893
  interface IntrinsicElements {
882
894
  "compass-svg": LocalJSX.CompassSvg & JSXBase.HTMLAttributes<HTMLCompassSvgElement>;
883
895
  "sparkle-animation-player": LocalJSX.SparkleAnimationPlayer & JSXBase.HTMLAttributes<HTMLSparkleAnimationPlayerElement>;
896
+ "sparkle-assignment": LocalJSX.SparkleAssignment & JSXBase.HTMLAttributes<HTMLSparkleAssignmentElement>;
884
897
  "sparkle-character-intro": LocalJSX.SparkleCharacterIntro & JSXBase.HTMLAttributes<HTMLSparkleCharacterIntroElement>;
885
898
  "sparkle-compass": LocalJSX.SparkleCompass & JSXBase.HTMLAttributes<HTMLSparkleCompassElement>;
886
899
  "sparkle-compass-post": LocalJSX.SparkleCompassPost & JSXBase.HTMLAttributes<HTMLSparkleCompassPostElement>;
@@ -918,10 +931,10 @@ declare module "@stencil/core" {
918
931
  "sparkle-quiz-container": LocalJSX.SparkleQuizContainer & JSXBase.HTMLAttributes<HTMLSparkleQuizContainerElement>;
919
932
  "sparkle-quiz-feedback": LocalJSX.SparkleQuizFeedback & JSXBase.HTMLAttributes<HTMLSparkleQuizFeedbackElement>;
920
933
  "sparkle-quiz-input": LocalJSX.SparkleQuizInput & JSXBase.HTMLAttributes<HTMLSparkleQuizInputElement>;
934
+ "sparkle-quiz-old": LocalJSX.SparkleQuizOld & JSXBase.HTMLAttributes<HTMLSparkleQuizOldElement>;
921
935
  "sparkle-quiz-opinion": LocalJSX.SparkleQuizOpinion & JSXBase.HTMLAttributes<HTMLSparkleQuizOpinionElement>;
922
936
  "sparkle-quiz-poll": LocalJSX.SparkleQuizPoll & JSXBase.HTMLAttributes<HTMLSparkleQuizPollElement>;
923
937
  "sparkle-quiz-select": LocalJSX.SparkleQuizSelect & JSXBase.HTMLAttributes<HTMLSparkleQuizSelectElement>;
924
- "sparkle-quiz-v1": LocalJSX.SparkleQuizV1 & JSXBase.HTMLAttributes<HTMLSparkleQuizV1Element>;
925
938
  "sparkle-reset-password": LocalJSX.SparkleResetPassword & JSXBase.HTMLAttributes<HTMLSparkleResetPasswordElement>;
926
939
  "sparkle-root": LocalJSX.SparkleRoot & JSXBase.HTMLAttributes<HTMLSparkleRootElement>;
927
940
  "sparkle-signup": LocalJSX.SparkleSignup & JSXBase.HTMLAttributes<HTMLSparkleSignupElement>;
@@ -20,6 +20,10 @@ export interface ClassFeedPostViewModel {
20
20
  MiniAppId: number;
21
21
  ProfileImageUrl: string;
22
22
  }
23
+ export interface CreateAssignmentRequestModel {
24
+ AssignmentName: string;
25
+ AssignmentData: string;
26
+ }
23
27
  export declare enum PostVisibility {
24
28
  Private = 0,
25
29
  Public = 1
@@ -0,0 +1,8 @@
1
+ import { IResult } from './httpService';
2
+ import { ClassFeedPostViewModel, CreateAssignmentRequestModel } from '../models/class.model';
3
+ export declare class AssignmentService {
4
+ private static instance;
5
+ private constructor();
6
+ static getInstance(): AssignmentService;
7
+ createAssignment(payload: CreateAssignmentRequestModel): Promise<IResult<ClassFeedPostViewModel>>;
8
+ }
@@ -1,4 +1,4 @@
1
- import { AuthUser } from "../../models/auth/auth.user";
1
+ import { AuthUser } from '../../models/auth/auth.user';
2
2
  interface AuthenticationModel {
3
3
  Email: string;
4
4
  Password: string;
@@ -1,3 +1,5 @@
1
+ export interface EnvironmentAuthConfig {
2
+ }
1
3
  export interface EnvironmentSparkleConfig {
2
4
  prod: boolean;
3
5
  appUrl: string;
@@ -11,6 +13,7 @@ export interface EnvironmentSparkleConfig {
11
13
  showModuleIndex: boolean;
12
14
  showSessionIndex: boolean;
13
15
  };
16
+ auth?: EnvironmentAuthConfig;
14
17
  }
15
18
  export interface EnvironmentConfig {
16
19
  sparkle: EnvironmentSparkleConfig;
@@ -0,0 +1,12 @@
1
+ import { AuthUser } from '../models/auth/auth.user';
2
+ export declare class TokenService {
3
+ private static instance;
4
+ static getInstance(): TokenService;
5
+ getToken(): Promise<string>;
6
+ getAuthUser(): Promise<AuthUser>;
7
+ getAuthUserSync(): AuthUser;
8
+ getTokenSync(): string;
9
+ getTokenExpiry(): Promise<number>;
10
+ saveAuthUser(authUser: AuthUser): Promise<void>;
11
+ removeAuthUser(): Promise<void>;
12
+ }
@@ -15,6 +15,7 @@ export declare function MyHealthTemplate(heartRate: number): string;
15
15
  export declare function MyHealthTemplateJSON(heartRate: number): string;
16
16
  export declare function MyGoalTemplate(goalName: string, text: string, progress: number): string;
17
17
  export declare function MyGoalTemplateJSON(goalName: string, goalUpdateText: string, progress: number): string;
18
+ export declare function FeedPostJSON(postText: string): string;
18
19
  export declare class SparkleGlobal {
19
20
  static MY_GOALS_APP_ID: number;
20
21
  static MY_HEALTH_APP_ID: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkle-learning/core",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "description": "sparkle",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",