@sparkle-learning/core 0.0.57 → 0.0.59
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-f97245ce.js +217 -0
- package/dist/cjs/active-router-f9e18bd8.js +75 -0
- package/dist/cjs/animation-ee586546.js +986 -0
- package/dist/cjs/app-globals-33c9f31b.js +9 -0
- package/dist/cjs/appdata.service-c8d71e05.js +73 -0
- package/dist/cjs/assets.service-bfa75092.js +50 -0
- package/dist/cjs/assignment.service-690fb59c.js +19 -0
- package/dist/cjs/auth.store-1e630a7d.js +3392 -0
- package/dist/cjs/compass-svg.cjs.entry.js +132 -0
- package/dist/cjs/context-consumer.cjs.entry.js +29 -0
- package/dist/cjs/course-select.cjs.entry.js +30 -0
- package/dist/cjs/cubic-bezier-53d26d05.js +93 -0
- package/dist/cjs/dir-5af5259a.js +20 -0
- package/dist/cjs/environment-config.service-c8ff1f3d.js +28 -0
- package/dist/cjs/facilitator.service-ff0e1659.js +95 -0
- package/dist/cjs/feed.service-8eca4de6.js +57 -0
- package/dist/cjs/focus-visible-b0b07ba6.js +76 -0
- package/dist/cjs/framework-delegate-59a98abd.js +111 -0
- package/dist/cjs/gesture-controller-0eb5579e.js +196 -0
- package/dist/cjs/haptic-780f33c4.js +116 -0
- package/dist/cjs/hardware-back-button-92d97ff8.js +76 -0
- package/dist/cjs/header-mobile-collapse_61.cjs.entry.js +15124 -0
- package/dist/cjs/helpers-c2496722.js +425 -0
- package/dist/cjs/httpService-d2e7bf8f.js +687 -0
- package/dist/cjs/icons-fda820af.js +26 -0
- package/dist/cjs/index-12082cba.js +465 -0
- package/dist/cjs/index-15ea05f5.js +314 -0
- package/dist/cjs/index-51e8292e.js +1928 -0
- package/dist/cjs/index-787d4498.js +232 -0
- package/dist/cjs/index-8b5629a6.js +186 -0
- package/dist/cjs/index-975586fd.js +48 -0
- package/dist/cjs/index-9c7b27e4.js +140 -0
- package/dist/cjs/index-af080b50.js +139 -0
- package/dist/cjs/index-e56e09b8.js +38 -0
- package/dist/cjs/index.cjs.js +26 -0
- package/dist/cjs/index.es-38cbcdbe.js +10666 -0
- package/dist/cjs/input-shims-eff63b88.js +418 -0
- package/dist/cjs/ion-accordion-group.cjs.entry.js +205 -0
- package/dist/cjs/ion-accordion.cjs.entry.js +336 -0
- package/dist/cjs/ion-action-sheet_7.cjs.entry.js +2935 -0
- package/dist/cjs/ion-app.cjs.entry.js +79 -0
- package/dist/cjs/ion-back-button.cjs.entry.js +94 -0
- package/dist/cjs/ion-backdrop.cjs.entry.js +67 -0
- package/dist/cjs/ion-badge.cjs.entry.js +29 -0
- package/dist/cjs/ion-breadcrumb.cjs.entry.js +95 -0
- package/dist/cjs/ion-breadcrumbs.cjs.entry.js +133 -0
- package/dist/cjs/ion-buttons_3.cjs.entry.js +153 -0
- package/dist/cjs/ion-card-header.cjs.entry.js +37 -0
- package/dist/cjs/ion-card-subtitle.cjs.entry.js +30 -0
- package/dist/cjs/ion-card-title.cjs.entry.js +30 -0
- package/dist/cjs/ion-chip.cjs.entry.js +40 -0
- package/dist/cjs/ion-content_2.cjs.entry.js +659 -0
- package/dist/cjs/ion-datetime-button.cjs.entry.js +312 -0
- package/dist/cjs/ion-datetime.cjs.entry.js +1623 -0
- package/dist/cjs/ion-fab-button.cjs.entry.js +108 -0
- package/dist/cjs/ion-fab-list.cjs.entry.js +45 -0
- package/dist/cjs/ion-fab.cjs.entry.js +76 -0
- package/dist/cjs/ion-footer.cjs.entry.js +120 -0
- package/dist/cjs/ion-img.cjs.entry.js +101 -0
- package/dist/cjs/ion-infinite-scroll-content.cjs.entry.js +37 -0
- package/dist/cjs/ion-infinite-scroll.cjs.entry.js +206 -0
- package/dist/cjs/ion-item-divider.cjs.entry.js +40 -0
- package/dist/cjs/ion-item-group.cjs.entry.js +31 -0
- package/dist/cjs/ion-item-option.cjs.entry.js +60 -0
- package/dist/cjs/ion-item-options.cjs.entry.js +47 -0
- package/dist/cjs/ion-item-sliding.cjs.entry.js +398 -0
- package/dist/cjs/ion-loading.cjs.entry.js +215 -0
- package/dist/cjs/ion-menu-button.cjs.entry.js +76 -0
- package/dist/cjs/ion-menu-toggle.cjs.entry.js +47 -0
- package/dist/cjs/ion-menu.cjs.entry.js +575 -0
- package/dist/cjs/ion-modal.cjs.entry.js +1711 -0
- package/dist/cjs/ion-nav-link.cjs.entry.js +47 -0
- package/dist/cjs/ion-nav.cjs.entry.js +872 -0
- package/dist/cjs/ion-picker-column-internal_2.cjs.entry.js +808 -0
- package/dist/cjs/ion-picker-column.cjs.entry.js +331 -0
- package/dist/cjs/ion-picker.cjs.entry.js +221 -0
- package/dist/cjs/ion-progress-bar.cjs.entry.js +74 -0
- package/dist/cjs/ion-refresher-content.cjs.entry.js +35 -0
- package/dist/cjs/ion-refresher.cjs.entry.js +802 -0
- package/dist/cjs/ion-reorder-group.cjs.entry.js +281 -0
- package/dist/cjs/ion-reorder.cjs.entry.js +38 -0
- package/dist/cjs/ion-route-redirect.cjs.entry.js +24 -0
- package/dist/cjs/ion-route.cjs.entry.js +49 -0
- package/dist/cjs/ion-router-link.cjs.entry.js +38 -0
- package/dist/cjs/ion-router-outlet.cjs.entry.js +200 -0
- package/dist/cjs/ion-router.cjs.entry.js +831 -0
- package/dist/cjs/ion-searchbar.cjs.entry.js +370 -0
- package/dist/cjs/ion-segment-button.cjs.entry.js +102 -0
- package/dist/cjs/ion-segment.cjs.entry.js +417 -0
- package/dist/cjs/ion-skeleton-text.cjs.entry.js +33 -0
- package/dist/cjs/ion-slide.cjs.entry.js +25 -0
- package/dist/cjs/ion-slides.cjs.entry.js +391 -0
- package/dist/cjs/ion-split-pane.cjs.entry.js +154 -0
- package/dist/cjs/ion-tab-bar.cjs.entry.js +75 -0
- package/dist/cjs/ion-tab-button.cjs.entry.js +103 -0
- package/dist/cjs/ion-tab.cjs.entry.js +59 -0
- package/dist/cjs/ion-tabs.cjs.entry.js +154 -0
- package/dist/cjs/ion-thumbnail.cjs.entry.js +20 -0
- package/dist/cjs/ion-toast.cjs.entry.js +272 -0
- package/dist/cjs/ion-toggle.cjs.entry.js +177 -0
- package/dist/cjs/ion-virtual-scroll.cjs.entry.js +555 -0
- package/dist/cjs/ionic-global-2cde9d3a.js +231 -0
- package/dist/cjs/ios.transition-da235483.js +482 -0
- package/dist/cjs/keyboard-91096619.js +140 -0
- package/dist/cjs/loader.cjs.js +24 -0
- package/dist/cjs/localstorage.service-6346a41d.js +40 -0
- package/dist/cjs/md.transition-be429e07.js +57 -0
- package/dist/cjs/media.service-8a1b9bc5.js +40 -0
- package/dist/cjs/menu-toggle-util-7a01448c.js +14 -0
- package/dist/cjs/overlays-32df265a.js +507 -0
- package/dist/cjs/parse-d0071120.js +1237 -0
- package/dist/cjs/purify-fb9c107e.js +1468 -0
- package/dist/cjs/signalR.service-bd6b42f9.js +2985 -0
- package/dist/cjs/sparkle-animation-player.cjs.entry.js +515 -0
- package/dist/cjs/sparkle-assignment.cjs.entry.js +110 -0
- package/dist/cjs/sparkle-character-intro.cjs.entry.js +26 -0
- package/dist/cjs/sparkle-code.cjs.entry.js +43 -0
- package/dist/cjs/sparkle-compass-post.cjs.entry.js +133 -0
- package/dist/cjs/sparkle-compass.cjs.entry.js +126 -0
- package/dist/cjs/sparkle-core.cjs.js +22 -0
- package/dist/cjs/sparkle-discussion-questions_2.cjs.entry.js +281 -0
- package/dist/cjs/sparkle-discussion.cjs.entry.js +42 -0
- package/dist/cjs/sparkle-emoji.cjs.entry.js +80 -0
- package/dist/cjs/sparkle-facilitator-notes-form.cjs.entry.js +121 -0
- package/dist/cjs/sparkle-feed-post.cjs.entry.js +122 -0
- package/dist/cjs/sparkle-feedback.cjs.entry.js +101 -0
- package/dist/cjs/sparkle-file-upload.cjs.entry.js +53 -0
- package/dist/cjs/sparkle-goal-form.cjs.entry.js +179 -0
- package/dist/cjs/sparkle-gww-comment-list.cjs.entry.js +26 -0
- package/dist/cjs/sparkle-gww-graph.cjs.entry.js +19 -0
- package/dist/cjs/sparkle-input.cjs.entry.js +56 -0
- package/dist/cjs/sparkle-intro.cjs.entry.js +26 -0
- package/dist/cjs/sparkle-lower-content-nav.cjs.entry.js +22 -0
- package/dist/cjs/sparkle-menu-collapsible.cjs.entry.js +46 -0
- package/dist/cjs/sparkle-modal-image.cjs.entry.js +34 -0
- package/dist/cjs/sparkle-notfound-page.cjs.entry.js +25 -0
- package/dist/cjs/sparkle-overlay.cjs.entry.js +92 -0
- package/dist/cjs/sparkle-poll.cjs.entry.js +19 -0
- package/dist/cjs/sparkle-quiz-container.cjs.entry.js +47 -0
- package/dist/cjs/sparkle-quiz-feedback_5.cjs.entry.js +117 -0
- package/dist/cjs/sparkle-quiz-old.cjs.entry.js +120 -0
- package/dist/cjs/sparkle-quiz.cjs.entry.js +103 -0
- package/dist/cjs/sparkle-select.cjs.entry.js +61 -0
- package/dist/cjs/sparkle-sidebar.cjs.entry.js +43 -0
- package/dist/cjs/sparkle-tab.cjs.entry.js +26 -0
- package/dist/cjs/sparkle-table-of-contents.cjs.entry.js +71 -0
- package/dist/cjs/sparkle-tabs.cjs.entry.js +66 -0
- package/dist/cjs/sparkle-video-player.cjs.entry.js +22 -0
- package/dist/cjs/sparkle-youtube.cjs.entry.js +39 -0
- package/dist/cjs/spinner-configs-0ac05f2d.js +147 -0
- package/dist/cjs/status-tap-033befa2.js +42 -0
- package/dist/cjs/stencil-async-content.cjs.entry.js +32 -0
- package/dist/cjs/stencil-route-title.cjs.entry.js +32 -0
- package/dist/cjs/stencil-router-prompt.cjs.entry.js +59 -0
- package/dist/cjs/student.service-7e5385be.js +78 -0
- package/dist/cjs/swipe-back-4a826f9b.js +76 -0
- package/dist/cjs/swiper.bundle-8c897c07.js +6420 -0
- package/dist/cjs/theme-b0b295c1.js +48 -0
- package/dist/cjs/token.service-7a41953d.js +97 -0
- package/dist/cjs/util-47e320b2.js +2462 -0
- package/dist/collection/PrivateRoute.js +27 -0
- package/dist/collection/appconst.js +13 -0
- package/dist/collection/assets/img/forward.svg +5 -0
- package/dist/collection/assets/img/help/fitt-logo.svg +1 -0
- package/dist/collection/assets/img/home/big-white-wall.svg +15 -0
- package/dist/collection/assets/img/home/find-help.svg +23 -0
- package/dist/collection/assets/img/home/lessons.svg +26 -0
- package/dist/collection/assets/img/home/my-goals.svg +19 -0
- package/dist/collection/assets/img/home/my-health.svg +17 -0
- package/dist/collection/assets/img/home/my-mood.svg +26 -0
- package/dist/collection/assets/img/pause.svg +5 -0
- package/dist/collection/assets/img/play-symbol.svg +8 -0
- package/dist/collection/assets/img/play.svg +4 -0
- package/dist/collection/assets/img/rewind.svg +5 -0
- package/dist/collection/assets/lib/SignalRAspNetCoreHelper.js +17 -0
- package/dist/collection/assets/lib/sparkleUtility.js +8 -0
- package/dist/collection/assets/svg/profile.svg +2 -0
- package/dist/collection/collection-manifest.json +219 -0
- package/dist/collection/components/compass-svg/compass-svg.css +15 -0
- package/dist/collection/components/compass-svg/compass-svg.js +156 -0
- package/dist/collection/components/layout/facilitator/export-lessons/export-lessons.css +7 -0
- package/dist/collection/components/layout/facilitator/export-lessons/export-lessons.js +110 -0
- package/dist/collection/components/layout/facilitator/facilitator-dashboard/facilitator-dashboard.css +3 -0
- package/dist/collection/components/layout/facilitator/facilitator-dashboard/facilitator-dashboard.js +214 -0
- package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header-mobile-collapse/facilitator-header-mobile-collapse.js +0 -0
- package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header.css +172 -0
- package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header.js +104 -0
- package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes-form/facilitator-notes-form.css +3 -0
- package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes-form/facilitator-notes-form.js +144 -0
- package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes.css +14 -0
- package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes.js +64 -0
- package/dist/collection/components/layout/facilitator/facilitator-page.css +196 -0
- package/dist/collection/components/layout/facilitator/facilitator-page.js +281 -0
- package/dist/collection/components/layout/facilitator/online-students/online-students.css +0 -0
- package/dist/collection/components/layout/facilitator/online-students/online-students.js +70 -0
- package/dist/collection/components/layout/page/page.css +183 -0
- package/dist/collection/components/layout/page/page.js +321 -0
- package/dist/collection/components/layout/page/templates/default.js +9 -0
- package/dist/collection/components/layout/page/templates/error.js +33 -0
- package/dist/collection/components/layout/page/templates/index.js +8 -0
- package/dist/collection/components/layout/page/templates/pdf.js +8 -0
- package/dist/collection/components/layout/page/to-hypertext.js +27 -0
- package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-form/sparkle-goal-form.css +3 -0
- package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-form/sparkle-goal-form.js +252 -0
- package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-item/sparkle-goal-item.css +12 -0
- package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-item/sparkle-goal-item.js +59 -0
- package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-progress/sparkle-goal-progress.css +33 -0
- package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-progress/sparkle-goal-progress.js +37 -0
- package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goals.css +8 -0
- package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goals.js +40 -0
- package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-comment-list/sparkle-gww-comment-list.css +7 -0
- package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-comment-list/sparkle-gww-comment-list.js +52 -0
- package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-graph/sparkle-gww-graph.css +3 -0
- package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-graph/sparkle-gww-graph.js +14 -0
- package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-item/sparkle-gww-item.css +30 -0
- package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-item/sparkle-gww-item.js +187 -0
- package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww.css +3 -0
- package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww.js +43 -0
- package/dist/collection/components/mini-apps/sparkle-health/sparkle-health.css +10 -0
- package/dist/collection/components/mini-apps/sparkle-health/sparkle-health.js +111 -0
- package/dist/collection/components/mini-apps/sparkle-mood/sparkle-mood.css +11 -0
- package/dist/collection/components/mini-apps/sparkle-mood/sparkle-mood.js +127 -0
- package/dist/collection/components/modal-image/modal-image.css +61 -0
- package/dist/collection/components/modal-image/modal-image.js +159 -0
- package/dist/collection/components/sparkle-animation-player/assets/play-button-disabled-overlay.png +0 -0
- package/dist/collection/components/sparkle-animation-player/assets/play-button-overlay.png +0 -0
- package/dist/collection/components/sparkle-animation-player/caption-parser.js +94 -0
- package/dist/collection/components/sparkle-animation-player/sparkle-animation-player.css +157 -0
- package/dist/collection/components/sparkle-animation-player/sparkle-animation-player.js +598 -0
- package/dist/collection/components/sparkle-assignment/sparkle-assignment.css +30 -0
- package/dist/collection/components/sparkle-assignment/sparkle-assignment.js +159 -0
- package/dist/collection/components/sparkle-character-intro/assets/characters/character-img.jpg +0 -0
- package/dist/collection/components/sparkle-character-intro/assets/characters/jen.png +0 -0
- package/dist/collection/components/sparkle-character-intro/assets/characters/kimberly.png +0 -0
- package/dist/collection/components/sparkle-character-intro/assets/characters/valeria.png +0 -0
- package/dist/collection/components/sparkle-character-intro/assets/characters/yuna.png +0 -0
- package/dist/collection/components/sparkle-character-intro/assets/characters/zynab.png +0 -0
- package/dist/collection/components/sparkle-character-intro/sparkle-character-intro.css +74 -0
- package/dist/collection/components/sparkle-character-intro/sparkle-character-intro.js +68 -0
- package/dist/collection/components/sparkle-compass/sparkle-compass-post/sparkle-compass-post.css +35 -0
- package/dist/collection/components/sparkle-compass/sparkle-compass-post/sparkle-compass-post.js +171 -0
- package/dist/collection/components/sparkle-compass/sparkle-compass.css +25 -0
- package/dist/collection/components/sparkle-compass/sparkle-compass.js +283 -0
- package/dist/collection/components/sparkle-course-root/sparkle-course-root.css +3 -0
- package/dist/collection/components/sparkle-course-root/sparkle-course-root.js +196 -0
- package/dist/collection/components/sparkle-discussion/sparkle-discussion-questions/sparkle-discussion-questions.css +157 -0
- package/dist/collection/components/sparkle-discussion/sparkle-discussion-questions/sparkle-discussion-questions.js +232 -0
- package/dist/collection/components/sparkle-discussion/sparkle-discussion-results/sparkle-discussion-results.css +158 -0
- package/dist/collection/components/sparkle-discussion/sparkle-discussion-results/sparkle-discussion-results.js +274 -0
- package/dist/collection/components/sparkle-discussion/sparkle-discussion.css +5 -0
- package/dist/collection/components/sparkle-discussion/sparkle-discussion.js +112 -0
- package/dist/collection/components/sparkle-emoji/sparkle-emoji.css +16 -0
- package/dist/collection/components/sparkle-emoji/sparkle-emoji.js +116 -0
- package/dist/collection/components/sparkle-feed-post/sparkle-feed-post.css +35 -0
- package/dist/collection/components/sparkle-feed-post/sparkle-feed-post.js +199 -0
- package/dist/collection/components/sparkle-feedback/sparkle-feedback.css +3 -0
- package/dist/collection/components/sparkle-feedback/sparkle-feedback.js +118 -0
- 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-forgot-password/sparkle-forgot-password.css +4 -0
- package/dist/collection/components/sparkle-forgot-password/sparkle-forgot-password.js +107 -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-intro/sparkle-intro.css +15 -0
- package/dist/collection/components/sparkle-intro/sparkle-intro.js +35 -0
- package/dist/collection/components/sparkle-login/sparkle-login.css +4 -0
- package/dist/collection/components/sparkle-login/sparkle-login.js +173 -0
- package/dist/collection/components/sparkle-poll/sparkle-poll.css +3 -0
- package/dist/collection/components/sparkle-poll/sparkle-poll.js +15 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-feedback/sparkle-quiz-feedback.css +3 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-feedback/sparkle-quiz-feedback.js +69 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-input/sparkle-quiz-input.css +3 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-input/sparkle-quiz-input.js +59 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-old/sparkle-quiz-old.css +48 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-old/sparkle-quiz-old.js +327 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-opinion/sparkle-quiz-opinion.css +18 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-opinion/sparkle-quiz-opinion.js +106 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-poll/sparkle-quiz-poll.css +3 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-poll/sparkle-quiz-poll.js +59 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-select/sparkle-quiz-select.css +3 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz-select/sparkle-quiz-select.js +100 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz.css +48 -0
- package/dist/collection/components/sparkle-quiz/sparkle-quiz.js +221 -0
- package/dist/collection/components/sparkle-quiz-container/sparkle-quiz-container.css +3 -0
- package/dist/collection/components/sparkle-quiz-container/sparkle-quiz-container.js +98 -0
- package/dist/collection/components/sparkle-reset-password/sparkle-reset-password.css +3 -0
- package/dist/collection/components/sparkle-reset-password/sparkle-reset-password.js +126 -0
- package/dist/collection/components/sparkle-root/sparkle-root.css +61 -0
- package/dist/collection/components/sparkle-root/sparkle-root.js +86 -0
- package/dist/collection/components/sparkle-signup/sparkle-signup.css +6 -0
- package/dist/collection/components/sparkle-signup/sparkle-signup.js +197 -0
- package/dist/collection/components/sparkle-unauthorized/sparkle-unauthorized.css +13 -0
- package/dist/collection/components/sparkle-unauthorized/sparkle-unauthorized.js +18 -0
- package/dist/collection/components/sparkle-user-enrollment/sparkle-user-enrollment.css +3 -0
- package/dist/collection/components/sparkle-user-enrollment/sparkle-user-enrollment.js +93 -0
- package/dist/collection/components/sparkle-user-profile/sparkle-user-profile.css +54 -0
- package/dist/collection/components/sparkle-user-profile/sparkle-user-profile.js +151 -0
- package/dist/collection/components/sparkle-validation-error/sparkle-validation-error.css +11 -0
- package/dist/collection/components/sparkle-validation-error/sparkle-validation-error.js +44 -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/components/sparkle-youtube/sparkle-youtube.css +24 -0
- package/dist/collection/components/sparkle-youtube/sparkle-youtube.js +99 -0
- package/dist/collection/global/app.js +4 -0
- package/dist/collection/helpers/utils.js +3 -0
- package/dist/collection/icons.js +36 -0
- package/dist/collection/index.js +3 -0
- package/dist/collection/l10n.js +18 -0
- package/dist/collection/models/api.model.js +7 -0
- package/dist/collection/models/assets.model.js +1 -0
- package/dist/collection/models/auth/auth.user.js +1 -0
- package/dist/collection/models/class.model.js +5 -0
- package/dist/collection/models/course.model.js +10 -0
- package/dist/collection/models/definitions.js +1 -0
- package/dist/collection/models/facilitator-dashboard.model.js +5 -0
- package/dist/collection/models/goal.model.js +1 -0
- package/dist/collection/models/index.js +1 -0
- package/dist/collection/models/markdown.model.js +1 -0
- package/dist/collection/models/page.model.js +1 -0
- package/dist/collection/models/quiz.model.js +3 -0
- package/dist/collection/models/user.model.js +1 -0
- package/dist/collection/pages/course/welcome-to-mind-body/introduction/animation/m4l1p1_part1.js +2727 -0
- package/dist/collection/pages/course/welcome-to-mind-body/introduction/animation/m4l1p1_part2.js +2042 -0
- package/dist/collection/services/account.service.js +61 -0
- package/dist/collection/services/appdata.service.js +60 -0
- package/dist/collection/services/assignment.service.js +14 -0
- package/dist/collection/services/auth/auth.service.js +64 -0
- package/dist/collection/services/core/assets.service.js +45 -0
- package/dist/collection/services/core/localstorage.service.js +34 -0
- package/dist/collection/services/environment/environment-config.js +24 -0
- package/dist/collection/services/environment/environment-config.service.js +24 -0
- package/dist/collection/services/facilitator.service.js +76 -0
- package/dist/collection/services/feed.service.js +43 -0
- package/dist/collection/services/httpService.js +103 -0
- package/dist/collection/services/index.js +4 -0
- package/dist/collection/services/media.service.js +29 -0
- package/dist/collection/services/signalR.service.js +83 -0
- package/dist/collection/services/store.service.js +13 -0
- package/dist/collection/services/student.service.js +56 -0
- package/dist/collection/services/token.service.js +79 -0
- package/dist/collection/stores/auth.store.js +12 -0
- package/dist/collection/stores/class.store.js +5 -0
- package/dist/collection/stores/error.store.js +5 -0
- package/dist/collection/stores/facilitator.store.js +15 -0
- package/dist/collection/stores/feed.store.js +8 -0
- package/dist/collection/stores/goal.store.js +7 -0
- package/dist/collection/stores/index.js +1 -0
- package/dist/collection/stores/media.store.js +5 -0
- package/dist/collection/stores/mood.store.js +5 -0
- package/dist/collection/stores/nav.store.js +11 -0
- package/dist/collection/stores/signalR.store.js +6 -0
- package/dist/collection/stores/theme.store.js +9 -0
- package/dist/collection/stores/toc.store.js +5 -0
- package/dist/collection/stores/user.store.js +16 -0
- package/dist/collection/util.js +55 -0
- package/dist/collection/utils.js +92 -0
- package/dist/esm/PrivateRoute-90ac95b8.js +212 -0
- package/dist/esm/active-router-fc9e4e06.js +73 -0
- package/dist/esm/animation-12377cb3.js +984 -0
- package/dist/esm/app-globals-3f0347b0.js +7 -0
- package/dist/esm/appdata.service-2e84e167.js +70 -0
- package/dist/esm/assets.service-def1d63c.js +48 -0
- package/dist/esm/assignment.service-8d31f141.js +17 -0
- package/dist/esm/auth.store-dba2c2da.js +3381 -0
- package/dist/esm/compass-svg.entry.js +128 -0
- package/dist/esm/context-consumer.entry.js +25 -0
- package/dist/esm/course-select.entry.js +26 -0
- package/dist/esm/dir-03012648.js +18 -0
- package/dist/esm/environment-config.service-b191f276.js +26 -0
- package/dist/esm/facilitator.service-18c47bdf.js +92 -0
- package/dist/esm/feed.service-b4f3cae4.js +54 -0
- package/dist/esm/framework-delegate-3e634a5c.js +107 -0
- package/dist/esm/gesture-controller-7be18351.js +194 -0
- package/dist/esm/haptic-522f76f2.js +110 -0
- package/dist/esm/header-mobile-collapse_61.entry.js +15060 -0
- package/dist/esm/helpers-bf0e23d6.js +403 -0
- package/dist/esm/httpService-7986aeed.js +685 -0
- package/dist/esm/icons-1c794c74.js +18 -0
- package/dist/esm/index-21661af2.js +463 -0
- package/dist/esm/index-2b84cad2.js +223 -0
- package/dist/esm/index-4044fde9.js +25 -0
- package/dist/esm/index-45fec1e7.js +184 -0
- package/dist/esm/index-5e8971ae.js +128 -0
- package/dist/esm/index-c04b9ed5.js +1888 -0
- package/dist/esm/index-cded2d87.js +312 -0
- package/dist/esm/index-dad75b83.js +34 -0
- package/dist/esm/index.es-e0c0f891.js +10580 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/input-shims-671d8d9f.js +416 -0
- package/dist/esm/ion-accordion-group.entry.js +201 -0
- package/dist/esm/ion-accordion.entry.js +332 -0
- package/dist/esm/ion-action-sheet_7.entry.js +2925 -0
- package/dist/esm/ion-app.entry.js +75 -0
- package/dist/esm/ion-back-button.entry.js +90 -0
- package/dist/esm/ion-backdrop.entry.js +63 -0
- package/dist/esm/ion-badge.entry.js +25 -0
- package/dist/esm/ion-breadcrumb.entry.js +91 -0
- package/dist/esm/ion-breadcrumbs.entry.js +129 -0
- package/dist/esm/ion-buttons_3.entry.js +147 -0
- package/dist/esm/ion-card-header.entry.js +33 -0
- package/dist/esm/ion-card-subtitle.entry.js +26 -0
- package/dist/esm/ion-card-title.entry.js +26 -0
- package/dist/esm/ion-chip.entry.js +36 -0
- package/dist/esm/ion-content_2.entry.js +654 -0
- package/dist/esm/ion-datetime-button.entry.js +308 -0
- package/dist/esm/ion-datetime.entry.js +1619 -0
- package/dist/esm/ion-fab-button.entry.js +104 -0
- package/dist/esm/ion-fab-list.entry.js +41 -0
- package/dist/esm/ion-fab.entry.js +72 -0
- package/dist/esm/ion-footer.entry.js +116 -0
- package/dist/esm/ion-img.entry.js +97 -0
- package/dist/esm/ion-infinite-scroll-content.entry.js +33 -0
- package/dist/esm/ion-infinite-scroll.entry.js +202 -0
- package/dist/esm/ion-item-divider.entry.js +36 -0
- package/dist/esm/ion-item-group.entry.js +27 -0
- package/dist/esm/ion-item-option.entry.js +56 -0
- package/dist/esm/ion-item-options.entry.js +43 -0
- package/dist/esm/ion-item-sliding.entry.js +394 -0
- package/dist/esm/ion-loading.entry.js +211 -0
- package/dist/esm/ion-menu-button.entry.js +72 -0
- package/dist/esm/ion-menu-toggle.entry.js +43 -0
- package/dist/esm/ion-menu.entry.js +571 -0
- package/dist/esm/ion-modal.entry.js +1707 -0
- package/dist/esm/ion-nav-link.entry.js +43 -0
- package/dist/esm/ion-nav.entry.js +868 -0
- package/dist/esm/ion-picker-column-internal_2.entry.js +803 -0
- package/dist/esm/ion-picker-column.entry.js +327 -0
- package/dist/esm/ion-picker.entry.js +217 -0
- package/dist/esm/ion-progress-bar.entry.js +70 -0
- package/dist/esm/ion-refresher-content.entry.js +31 -0
- package/dist/esm/ion-refresher.entry.js +798 -0
- package/dist/esm/ion-reorder-group.entry.js +277 -0
- package/dist/esm/ion-reorder.entry.js +34 -0
- package/dist/esm/ion-route-redirect.entry.js +20 -0
- package/dist/esm/ion-route.entry.js +45 -0
- package/dist/esm/ion-router-link.entry.js +34 -0
- package/dist/esm/ion-router-outlet.entry.js +196 -0
- package/dist/esm/ion-router.entry.js +827 -0
- package/dist/esm/ion-searchbar.entry.js +366 -0
- package/dist/esm/ion-segment-button.entry.js +98 -0
- package/dist/esm/ion-segment.entry.js +413 -0
- package/dist/esm/ion-skeleton-text.entry.js +29 -0
- package/dist/esm/ion-slide.entry.js +21 -0
- package/dist/esm/ion-slides.entry.js +387 -0
- package/dist/esm/ion-split-pane.entry.js +150 -0
- package/dist/esm/ion-tab-bar.entry.js +71 -0
- package/dist/esm/ion-tab-button.entry.js +99 -0
- package/dist/esm/ion-tab.entry.js +55 -0
- package/dist/esm/ion-tabs.entry.js +150 -0
- package/dist/esm/ion-thumbnail.entry.js +16 -0
- package/dist/esm/ion-toast.entry.js +268 -0
- package/dist/esm/ion-toggle.entry.js +173 -0
- package/dist/esm/ion-virtual-scroll.entry.js +551 -0
- package/dist/esm/ionic-global-4903e23e.js +226 -0
- package/dist/esm/ios.transition-131d64fe.js +479 -0
- package/dist/esm/loader.js +20 -0
- package/dist/esm/md.transition-f6126011.js +55 -0
- package/dist/esm/media.service-6e90bc41.js +37 -0
- package/dist/esm/menu-toggle-util-bace8ae6.js +12 -0
- package/dist/esm/overlays-4233a39d.js +491 -0
- package/dist/esm/parse-1ae3a9bb.js +1196 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/purify-85bfcc69.js +1466 -0
- package/dist/esm/signalR.service-c33fba50.js +2982 -0
- package/dist/esm/sparkle-animation-player.entry.js +511 -0
- package/dist/esm/sparkle-assignment.entry.js +106 -0
- package/dist/esm/sparkle-character-intro.entry.js +22 -0
- package/dist/esm/sparkle-code.entry.js +39 -0
- package/dist/esm/sparkle-compass-post.entry.js +129 -0
- package/dist/esm/sparkle-compass.entry.js +122 -0
- package/dist/esm/sparkle-core.js +20 -0
- package/dist/esm/sparkle-discussion-questions_2.entry.js +276 -0
- package/dist/esm/sparkle-discussion.entry.js +38 -0
- package/dist/esm/sparkle-emoji.entry.js +76 -0
- package/dist/esm/sparkle-facilitator-notes-form.entry.js +117 -0
- package/dist/esm/sparkle-feed-post.entry.js +118 -0
- package/dist/esm/sparkle-feedback.entry.js +97 -0
- package/dist/esm/sparkle-file-upload.entry.js +49 -0
- package/dist/esm/sparkle-goal-form.entry.js +175 -0
- package/dist/esm/sparkle-gww-comment-list.entry.js +22 -0
- package/dist/esm/sparkle-gww-graph.entry.js +15 -0
- package/dist/esm/sparkle-input.entry.js +52 -0
- package/dist/esm/sparkle-intro.entry.js +22 -0
- package/dist/esm/sparkle-lower-content-nav.entry.js +18 -0
- package/dist/esm/sparkle-menu-collapsible.entry.js +42 -0
- package/dist/esm/sparkle-modal-image.entry.js +30 -0
- package/dist/esm/sparkle-notfound-page.entry.js +21 -0
- package/dist/esm/sparkle-overlay.entry.js +88 -0
- package/dist/esm/sparkle-poll.entry.js +15 -0
- package/dist/esm/sparkle-quiz-container.entry.js +43 -0
- package/dist/esm/sparkle-quiz-feedback_5.entry.js +109 -0
- package/dist/esm/sparkle-quiz-old.entry.js +116 -0
- package/dist/esm/sparkle-quiz.entry.js +99 -0
- package/dist/esm/sparkle-select.entry.js +57 -0
- package/dist/esm/sparkle-sidebar.entry.js +39 -0
- package/dist/esm/sparkle-tab.entry.js +22 -0
- package/dist/esm/sparkle-table-of-contents.entry.js +67 -0
- package/dist/esm/sparkle-tabs.entry.js +62 -0
- package/dist/esm/sparkle-video-player.entry.js +18 -0
- package/dist/esm/sparkle-youtube.entry.js +35 -0
- package/dist/esm/status-tap-dde52787.js +40 -0
- package/dist/esm/stencil-async-content.entry.js +28 -0
- package/dist/esm/stencil-route-title.entry.js +28 -0
- package/dist/esm/stencil-router-prompt.entry.js +55 -0
- package/dist/esm/student.service-08af124f.js +75 -0
- package/dist/esm/swipe-back-7847a0c1.js +74 -0
- package/dist/esm/swiper.bundle-b6a959de.js +6418 -0
- package/dist/esm/token.service-71a5d33f.js +94 -0
- package/dist/esm/util-57cc8006.js +2451 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/loader/cdn.js +3 -0
- package/dist/loader/index.cjs.js +3 -0
- package/dist/loader/index.d.ts +12 -0
- package/dist/loader/index.es2017.js +3 -0
- package/dist/loader/index.js +4 -0
- package/dist/loader/package.json +10 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/accordion/accordion.ios.css +75 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/accordion/accordion.md.css +72 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.ios.css +25 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.md.css +59 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.ios.css +357 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.md.css +290 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.ios.css +494 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.md.css +502 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/app/app.css +17 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.ios.css +22 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.md.css +22 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.ios.css +281 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.md.css +309 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.ios.css +26 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.md.css +26 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.ios.css +58 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.md.css +62 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.ios.css +234 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.md.css +237 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +38 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.md.css +37 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/button/button.ios.css +439 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/button/button.md.css +428 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.ios.css +128 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.md.css +151 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card/card.ios.css +101 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card/card.md.css +95 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.ios.css +61 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.md.css +63 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.ios.css +37 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.md.css +35 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.ios.css +28 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.md.css +26 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.ios.css +27 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css +27 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.ios.css +169 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.md.css +172 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.ios.css +200 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.md.css +200 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/col/col.css +108 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/content/content.css +237 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.ios.css +648 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.md.css +637 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.css +60 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/fab/fab.css +61 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.ios.css +338 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.md.css +307 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css +116 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.ios.css +37 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.md.css +37 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/grid/grid.css +151 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/header/header.ios.css +108 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/header/header.md.css +40 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/img/img.css +12 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll/infinite-scroll.css +8 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +54 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +54 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/input/input.ios.css +185 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/input/input.md.css +185 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item/item.ios.css +669 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item/item.md.css +928 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.ios.css +204 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.md.css +297 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.ios.css +3 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.md.css +3 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.ios.css +186 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.md.css +180 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.ios.css +88 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.md.css +85 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/item-sliding/item-sliding.css +42 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/label/label.ios.css +156 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/label/label.md.css +250 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/list/list.ios.css +91 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/list/list.md.css +114 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.ios.css +118 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.md.css +94 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.ios.css +109 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.md.css +100 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.ios.css +127 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.md.css +123 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.ios.css +175 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.md.css +178 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-toggle/menu-toggle.css +3 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.ios.css +250 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.md.css +177 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/nav/nav.css +10 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/note/note.ios.css +16 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/note/note.md.css +17 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.ios.css +217 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.md.css +204 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.ios.css +122 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.md.css +123 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +82 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.md.css +85 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.ios.css +126 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.md.css +122 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.ios.css +201 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.md.css +132 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.ios.css +206 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.md.css +206 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.ios.css +177 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.md.css +178 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/range/range.ios.css +275 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/range/range.md.css +320 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.ios.css +189 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css +210 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.ios.css +15 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.md.css +15 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder-group/reorder-group.css +33 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/ripple-effect/ripple-effect.css +58 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/router-link/router-link.css +29 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/router-outlet/route-outlet.css +10 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/row/row.css +4 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.ios.css +348 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.md.css +279 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.ios.css +65 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.md.css +36 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.ios.css +446 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.md.css +424 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/select/select.ios.css +145 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/select/select.md.css +177 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/select-option/select-option.css +3 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.ios.css +14 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.md.css +37 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/skeleton-text/skeleton-text.css +53 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/slide/slide.css +31 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.ios.css +764 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.md.css +764 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/spinner/spinner.css +167 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.ios.css +108 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.md.css +108 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/tab/tab.css +4 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.ios.css +97 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.md.css +82 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.ios.css +308 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.md.css +331 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/tabs/tabs.css +19 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/text/text.css +3 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.ios.css +175 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.md.css +179 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/thumbnail/thumbnail.css +21 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/title/title.ios.css +122 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/title/title.md.css +55 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.ios.css +262 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.md.css +295 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.ios.css +286 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.md.css +261 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.ios.css +175 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.md.css +168 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/virtual-scroll/virtual-scroll.css +21 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/button/button.css +49 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/cards/card/card.css +208 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/cards/cards.css +31 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/code/code.css +245 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/dropdown/dropdown.css +115 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/header/header-mobile-collapse/header-mobile-collapse.css +257 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/header/header.css +232 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/collapsible/collapsible.css +3 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/menu-toggle/menu-toggle.css +25 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/menu.css +71 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/nav/nav.css +194 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/notfound-page/notfound-page.css +4 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/overlay/overlay.css +67 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/page-footer/page-footer.css +25 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/pagination/pagination.css +93 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/select/select.css +52 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/sidebar/sidebar.css +98 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/sparkle-lower-content-nav/sparkle-lower-content-nav.css +8 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/table-of-contents/table-of-contents.css +37 -0
- package/dist/node_modules/@sparkle-learning/components/dist/collection/components/tabs/tabs.css +64 -0
- package/dist/node_modules/@stencil/router/dist/collection/components/route/route.css +3 -0
- package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +101 -0
- package/dist/sparkle-core/index.esm.js +1 -19
- package/dist/sparkle-core/p-00d10dc9.js +4 -0
- package/dist/sparkle-core/p-0147266a.js +1 -0
- package/dist/sparkle-core/p-04c7b276.entry.js +1 -0
- package/dist/sparkle-core/p-05c032dd.js +4 -0
- package/dist/sparkle-core/p-06642405.entry.js +1 -0
- package/dist/sparkle-core/p-0664370b.entry.js +1 -0
- package/dist/sparkle-core/p-06c7d0f2.entry.js +1 -0
- package/dist/sparkle-core/p-076f0239.js +4 -0
- package/dist/sparkle-core/p-077c732b.js +4 -0
- package/dist/sparkle-core/p-08420531.entry.js +1 -0
- package/dist/sparkle-core/p-0ad5c123.entry.js +1 -0
- package/dist/sparkle-core/p-0afa3a4d.entry.js +1 -0
- package/dist/sparkle-core/p-0c3f3ea6.entry.js +1 -0
- package/dist/sparkle-core/p-0e4de1d0.js +4 -0
- package/dist/sparkle-core/p-0e8e539f.entry.js +1 -0
- package/dist/sparkle-core/p-11356b03.entry.js +1 -0
- package/dist/sparkle-core/p-11a6c175.entry.js +1 -0
- package/dist/sparkle-core/p-12dd96d7.js +4 -0
- package/dist/sparkle-core/p-13ec39db.entry.js +1 -0
- package/dist/sparkle-core/p-1adc98f6.js +1 -0
- package/dist/sparkle-core/p-1b1ba156.entry.js +1 -0
- package/dist/sparkle-core/p-1e125ca5.entry.js +1 -0
- package/dist/sparkle-core/p-1e4782af.entry.js +1 -0
- package/dist/sparkle-core/p-2033cd86.js +7 -0
- package/dist/sparkle-core/p-214d1229.entry.js +1 -0
- package/dist/sparkle-core/p-23aca7ca.js +4 -0
- package/dist/sparkle-core/p-24cb9a33.entry.js +1 -0
- package/dist/sparkle-core/p-27fbabc3.entry.js +1 -0
- package/dist/sparkle-core/p-2ba70507.entry.js +1 -0
- package/dist/sparkle-core/p-2c1ca854.entry.js +1 -0
- package/dist/sparkle-core/p-2caed39f.entry.js +1 -0
- package/dist/sparkle-core/p-2d9659e2.entry.js +1 -0
- package/dist/sparkle-core/p-2f569553.js +1 -0
- package/dist/sparkle-core/p-30b810d1.entry.js +4 -0
- package/dist/sparkle-core/p-32f4e565.entry.js +1 -0
- package/dist/sparkle-core/p-352677e6.entry.js +1 -0
- package/dist/sparkle-core/p-38b7cf68.entry.js +1 -0
- package/dist/sparkle-core/p-38c842d5.entry.js +1 -0
- package/dist/sparkle-core/p-3963e02b.entry.js +1 -0
- package/dist/sparkle-core/p-39712c56.entry.js +4 -0
- package/dist/sparkle-core/p-39a31e43.js +1 -0
- package/dist/sparkle-core/p-3de0e00c.js +4 -0
- package/dist/sparkle-core/p-4053ecdb.entry.js +1 -0
- package/dist/sparkle-core/p-408176ba.js +1 -0
- package/dist/sparkle-core/p-42ed7d5f.entry.js +1 -0
- package/dist/sparkle-core/p-48f72e63.js +4 -0
- package/dist/sparkle-core/p-4b4a8703.js +1 -0
- package/dist/sparkle-core/p-4c1980f7.entry.js +352 -0
- package/dist/sparkle-core/p-4c6a7e52.js +1 -0
- package/dist/sparkle-core/p-4d1cfcbe.entry.js +1 -0
- package/dist/sparkle-core/p-4d4077ea.js +4 -0
- package/dist/sparkle-core/p-4fba3e4c.js +1 -0
- package/dist/sparkle-core/p-506221fe.js +4 -0
- package/dist/sparkle-core/p-5096739e.entry.js +1 -0
- package/dist/sparkle-core/p-5322c920.entry.js +1 -0
- package/dist/sparkle-core/p-5893bbe5.entry.js +1 -0
- package/dist/sparkle-core/p-594a6982.entry.js +1 -0
- package/dist/sparkle-core/p-5c435d5a.entry.js +1 -0
- package/dist/sparkle-core/p-5cad23f1.js +3 -0
- package/dist/sparkle-core/p-5d409601.js +1 -0
- package/dist/sparkle-core/p-601397df.entry.js +1 -0
- package/dist/sparkle-core/p-604a7987.js +4 -0
- package/dist/sparkle-core/p-616941c6.entry.js +1 -0
- package/dist/sparkle-core/p-6316d124.entry.js +1 -0
- package/dist/sparkle-core/p-63f71ada.entry.js +1 -0
- package/dist/sparkle-core/p-69487d90.entry.js +1 -0
- package/dist/sparkle-core/p-6bde0192.entry.js +7 -0
- package/dist/sparkle-core/p-6d2f4093.entry.js +7 -0
- package/dist/sparkle-core/p-6ffd2420.entry.js +1 -0
- package/dist/sparkle-core/p-72053ae0.entry.js +1 -0
- package/dist/sparkle-core/p-73721c84.js +4 -0
- package/dist/sparkle-core/p-74864276.entry.js +1 -0
- package/dist/sparkle-core/p-7d8427eb.js +4 -0
- package/dist/sparkle-core/p-7dae0f0e.js +1 -0
- package/dist/sparkle-core/p-7dbfc316.js +1 -0
- package/dist/sparkle-core/p-7e7ce516.js +4 -0
- package/dist/sparkle-core/p-81714d94.entry.js +1 -0
- package/dist/sparkle-core/p-8492a765.entry.js +1 -0
- package/dist/sparkle-core/p-859563db.entry.js +1 -0
- package/dist/sparkle-core/p-85d4cd5c.entry.js +1 -0
- package/dist/sparkle-core/p-865f36a8.entry.js +1 -0
- package/dist/sparkle-core/p-86ed13f0.js +5 -0
- package/dist/sparkle-core/p-871106e0.js +4 -0
- package/dist/sparkle-core/p-894ff7e6.entry.js +1 -0
- package/dist/sparkle-core/p-8a41b502.entry.js +1 -0
- package/dist/sparkle-core/p-8b56f734.js +1 -0
- package/dist/sparkle-core/p-8c74cbb6.entry.js +1 -0
- package/dist/sparkle-core/p-924b2917.js +4 -0
- package/dist/sparkle-core/p-9289cdbc.entry.js +1 -0
- package/dist/sparkle-core/p-957715c5.entry.js +1 -0
- package/dist/sparkle-core/p-973fe404.entry.js +22 -0
- package/dist/sparkle-core/p-975b99ee.entry.js +1 -0
- package/dist/sparkle-core/p-98daeddb.entry.js +1 -0
- package/dist/sparkle-core/p-99ee9919.js +1 -0
- package/dist/sparkle-core/p-9abbd715.entry.js +1 -0
- package/dist/sparkle-core/p-9d894ed4.js +4 -0
- package/dist/sparkle-core/p-9e309b3e.entry.js +1 -0
- package/dist/sparkle-core/p-9e7fee8f.entry.js +1 -0
- package/dist/sparkle-core/p-9ebf0537.entry.js +1 -0
- package/dist/sparkle-core/p-a208ab2d.js +4 -0
- package/dist/sparkle-core/p-a2638250.entry.js +1 -0
- package/dist/sparkle-core/p-a2ebcf0a.entry.js +1 -0
- package/dist/sparkle-core/p-a98d7ebe.entry.js +1 -0
- package/dist/sparkle-core/p-add30d46.js +4 -0
- package/dist/sparkle-core/p-b0603d19.js +16 -0
- package/dist/sparkle-core/p-b06e2bef.js +1 -0
- package/dist/sparkle-core/p-b3f375fb.entry.js +1 -0
- package/dist/sparkle-core/p-b5f3e1bf.entry.js +1 -0
- package/dist/sparkle-core/p-b6fec622.entry.js +1 -0
- package/dist/sparkle-core/p-b8d71ff4.js +1 -0
- package/dist/sparkle-core/p-b96f3c84.entry.js +7 -0
- package/dist/sparkle-core/p-bd80ff43.js +4 -0
- package/dist/sparkle-core/p-bd90903e.js +1 -0
- package/dist/sparkle-core/p-be64105c.entry.js +1 -0
- package/dist/sparkle-core/p-c0533c23.entry.js +1 -0
- package/dist/sparkle-core/p-c2990b24.entry.js +1 -0
- package/dist/sparkle-core/p-c3cadfc6.entry.js +1 -0
- package/dist/sparkle-core/p-c60b29bd.entry.js +4 -0
- package/dist/sparkle-core/p-c64a34cd.entry.js +1 -0
- package/dist/sparkle-core/p-c7e21070.entry.js +1 -0
- package/dist/sparkle-core/p-c9f753a4.js +1 -0
- package/dist/sparkle-core/p-cabe9139.js +1 -0
- package/dist/sparkle-core/p-cabfbf22.entry.js +1 -0
- package/dist/sparkle-core/p-cc518c36.entry.js +1 -0
- package/dist/sparkle-core/p-cffd4817.entry.js +1 -0
- package/dist/sparkle-core/p-d0adf726.entry.js +1 -0
- package/dist/sparkle-core/p-d20e4fcf.entry.js +1 -0
- package/dist/sparkle-core/p-d24e53ab.entry.js +1 -0
- package/dist/sparkle-core/p-d288e6c1.entry.js +1 -0
- package/dist/sparkle-core/p-d601810e.entry.js +1 -0
- package/dist/sparkle-core/p-d68092b7.js +4 -0
- package/dist/sparkle-core/p-da391f3f.js +1 -0
- package/dist/sparkle-core/p-de4deb61.entry.js +1 -0
- package/dist/sparkle-core/p-e0cad1bb.js +1 -0
- package/dist/sparkle-core/p-e249aebf.entry.js +1 -0
- package/dist/sparkle-core/p-e3e36ce9.entry.js +1 -0
- package/dist/sparkle-core/p-e421d638.entry.js +1 -0
- package/dist/sparkle-core/p-e686d8b5.entry.js +4 -0
- package/dist/sparkle-core/p-e8988989.entry.js +1 -0
- package/dist/sparkle-core/p-e9431eeb.js +7 -0
- package/dist/sparkle-core/p-ea962e1b.entry.js +1 -0
- package/dist/sparkle-core/p-eaa8bbee.js +4 -0
- package/dist/sparkle-core/p-ebd4354b.entry.js +1 -0
- package/dist/sparkle-core/p-ee1e0eb4.js +2 -0
- package/dist/sparkle-core/p-ef4edc48.entry.js +4 -0
- package/dist/sparkle-core/p-f196c124.entry.js +7 -0
- package/dist/sparkle-core/p-f3cba72a.js +4 -0
- package/dist/sparkle-core/p-f47fe1fe.entry.js +1 -0
- package/dist/sparkle-core/p-f714f77a.entry.js +1 -0
- package/dist/sparkle-core/p-f891c79a.entry.js +1 -0
- package/dist/sparkle-core/p-fb0ca75e.entry.js +5 -0
- package/dist/sparkle-core/p-fb757951.entry.js +1 -0
- package/dist/sparkle-core/p-fd8d0738.entry.js +4 -0
- package/dist/sparkle-core/p-fda95b6e.entry.js +1 -0
- package/dist/sparkle-core/p-fe6dc976.entry.js +1 -0
- package/dist/sparkle-core/p-ff080f82.entry.js +10 -0
- package/dist/sparkle-core/p-ff7a8a71.js +4 -0
- package/dist/sparkle-core/sparkle-core.css +1 -2660
- package/dist/sparkle-core/sparkle-core.esm.js +1 -130
- package/package.json +2 -2
- package/dist/sparkle-core/PrivateRoute-a12e7ee5.js +0 -37
- package/dist/sparkle-core/account.service-e711795d.js +0 -63
- package/dist/sparkle-core/active-router-af86c9b4.js +0 -73
- package/dist/sparkle-core/animation-676a644d.js +0 -984
- package/dist/sparkle-core/app-globals-9ffa9ec3.js +0 -10
- package/dist/sparkle-core/appdata.service-703dff70.js +0 -69
- package/dist/sparkle-core/assets/user.png +0 -0
- package/dist/sparkle-core/assets.service-6508aae6.js +0 -71
- package/dist/sparkle-core/assignment.service-e42e9368.js +0 -17
- package/dist/sparkle-core/button-active-d68c5eb7.js +0 -67
- package/dist/sparkle-core/compass-svg.entry.js +0 -128
- package/dist/sparkle-core/context-consumer.entry.js +0 -25
- package/dist/sparkle-core/course-select.entry.js +0 -26
- package/dist/sparkle-core/css-shim-04165e59.js +0 -4
- package/dist/sparkle-core/dom-26e7cb2c.js +0 -73
- package/dist/sparkle-core/dom-utils-8e73e88b.js +0 -55
- package/dist/sparkle-core/facilitator.service-00a88935.js +0 -79
- package/dist/sparkle-core/facilitator.store-01be0386.js +0 -18
- package/dist/sparkle-core/feed.service-d495f3e1.js +0 -53
- package/dist/sparkle-core/framework-delegate-d3fa493f.js +0 -107
- package/dist/sparkle-core/haptic-a9e94599.js +0 -124
- package/dist/sparkle-core/header-mobile-collapse.entry.js +0 -86
- package/dist/sparkle-core/helpers-f11f0674.js +0 -406
- package/dist/sparkle-core/icons-758d1417.js +0 -41
- package/dist/sparkle-core/index-05b398c2.js +0 -34
- package/dist/sparkle-core/index-0af0deac.js +0 -312
- package/dist/sparkle-core/index-0df264ee.js +0 -4518
- package/dist/sparkle-core/index-183cda39.js +0 -223
- package/dist/sparkle-core/index-18a69883.js +0 -1336
- package/dist/sparkle-core/index-1d7a6fa0.js +0 -269
- package/dist/sparkle-core/index-1dec9544.js +0 -3064
- package/dist/sparkle-core/index-81dab78f.js +0 -85
- package/dist/sparkle-core/index-9b5bcea1.js +0 -22
- package/dist/sparkle-core/index-bb469fe3.js +0 -128
- package/dist/sparkle-core/index-d2990a48.js +0 -184
- package/dist/sparkle-core/index-dd414b33.js +0 -653
- package/dist/sparkle-core/index-faeec85a.js +0 -8
- package/dist/sparkle-core/index.es-1f6eedc5.js +0 -11066
- package/dist/sparkle-core/input-shims-0b2f5522.js +0 -418
- package/dist/sparkle-core/ion-accordion-group.entry.js +0 -201
- package/dist/sparkle-core/ion-accordion.entry.js +0 -332
- package/dist/sparkle-core/ion-action-sheet.entry.js +0 -263
- package/dist/sparkle-core/ion-alert.entry.js +0 -448
- package/dist/sparkle-core/ion-app.entry.js +0 -75
- package/dist/sparkle-core/ion-avatar.entry.js +0 -21
- package/dist/sparkle-core/ion-back-button.entry.js +0 -90
- package/dist/sparkle-core/ion-backdrop.entry.js +0 -63
- package/dist/sparkle-core/ion-badge.entry.js +0 -25
- package/dist/sparkle-core/ion-breadcrumb.entry.js +0 -91
- package/dist/sparkle-core/ion-breadcrumbs.entry.js +0 -129
- package/dist/sparkle-core/ion-button.entry.js +0 -125
- package/dist/sparkle-core/ion-buttons.entry.js +0 -38
- package/dist/sparkle-core/ion-card-content.entry.js +0 -26
- package/dist/sparkle-core/ion-card-header.entry.js +0 -33
- package/dist/sparkle-core/ion-card-subtitle.entry.js +0 -26
- package/dist/sparkle-core/ion-card-title.entry.js +0 -26
- package/dist/sparkle-core/ion-card.entry.js +0 -64
- package/dist/sparkle-core/ion-checkbox.entry.js +0 -109
- package/dist/sparkle-core/ion-chip.entry.js +0 -36
- package/dist/sparkle-core/ion-col.entry.js +0 -121
- package/dist/sparkle-core/ion-content.entry.js +0 -319
- package/dist/sparkle-core/ion-datetime-button.entry.js +0 -308
- package/dist/sparkle-core/ion-datetime.entry.js +0 -1619
- package/dist/sparkle-core/ion-fab-button.entry.js +0 -104
- package/dist/sparkle-core/ion-fab-list.entry.js +0 -41
- package/dist/sparkle-core/ion-fab.entry.js +0 -72
- package/dist/sparkle-core/ion-footer.entry.js +0 -116
- package/dist/sparkle-core/ion-grid.entry.js +0 -24
- package/dist/sparkle-core/ion-header.entry.js +0 -341
- package/dist/sparkle-core/ion-icon.entry.js +0 -200
- package/dist/sparkle-core/ion-img.entry.js +0 -97
- package/dist/sparkle-core/ion-infinite-scroll-content.entry.js +0 -33
- package/dist/sparkle-core/ion-infinite-scroll.entry.js +0 -202
- package/dist/sparkle-core/ion-input.entry.js +0 -293
- package/dist/sparkle-core/ion-item-divider.entry.js +0 -36
- package/dist/sparkle-core/ion-item-group.entry.js +0 -27
- package/dist/sparkle-core/ion-item-option.entry.js +0 -56
- package/dist/sparkle-core/ion-item-options.entry.js +0 -43
- package/dist/sparkle-core/ion-item-sliding.entry.js +0 -394
- package/dist/sparkle-core/ion-item.entry.js +0 -267
- package/dist/sparkle-core/ion-label.entry.js +0 -77
- package/dist/sparkle-core/ion-list-header.entry.js +0 -27
- package/dist/sparkle-core/ion-list.entry.js +0 -48
- package/dist/sparkle-core/ion-loading.entry.js +0 -211
- package/dist/sparkle-core/ion-menu-button.entry.js +0 -72
- package/dist/sparkle-core/ion-menu-toggle.entry.js +0 -43
- package/dist/sparkle-core/ion-menu.entry.js +0 -575
- package/dist/sparkle-core/ion-modal.entry.js +0 -1706
- package/dist/sparkle-core/ion-nav-link.entry.js +0 -43
- package/dist/sparkle-core/ion-nav.entry.js +0 -872
- package/dist/sparkle-core/ion-note.entry.js +0 -25
- package/dist/sparkle-core/ion-picker-column-internal.entry.js +0 -363
- package/dist/sparkle-core/ion-picker-column.entry.js +0 -327
- package/dist/sparkle-core/ion-picker-internal.entry.js +0 -454
- package/dist/sparkle-core/ion-picker.entry.js +0 -217
- package/dist/sparkle-core/ion-popover.entry.js +0 -1362
- package/dist/sparkle-core/ion-progress-bar.entry.js +0 -70
- package/dist/sparkle-core/ion-radio-group.entry.js +0 -121
- package/dist/sparkle-core/ion-radio.entry.js +0 -111
- package/dist/sparkle-core/ion-range.entry.js +0 -511
- package/dist/sparkle-core/ion-refresher-content.entry.js +0 -31
- package/dist/sparkle-core/ion-refresher.entry.js +0 -798
- package/dist/sparkle-core/ion-reorder-group.entry.js +0 -277
- package/dist/sparkle-core/ion-reorder.entry.js +0 -34
- package/dist/sparkle-core/ion-ripple-effect.entry.js +0 -89
- package/dist/sparkle-core/ion-route-redirect.entry.js +0 -20
- package/dist/sparkle-core/ion-route.entry.js +0 -45
- package/dist/sparkle-core/ion-router-link.entry.js +0 -34
- package/dist/sparkle-core/ion-router-outlet.entry.js +0 -196
- package/dist/sparkle-core/ion-router.entry.js +0 -827
- package/dist/sparkle-core/ion-row.entry.js +0 -16
- package/dist/sparkle-core/ion-searchbar.entry.js +0 -366
- package/dist/sparkle-core/ion-segment-button.entry.js +0 -98
- package/dist/sparkle-core/ion-segment.entry.js +0 -415
- package/dist/sparkle-core/ion-select-option.entry.js +0 -23
- package/dist/sparkle-core/ion-select-popover.entry.js +0 -96
- package/dist/sparkle-core/ion-select.entry.js +0 -510
- package/dist/sparkle-core/ion-skeleton-text.entry.js +0 -29
- package/dist/sparkle-core/ion-slide.entry.js +0 -21
- package/dist/sparkle-core/ion-slides.entry.js +0 -387
- package/dist/sparkle-core/ion-spinner.entry.js +0 -60
- package/dist/sparkle-core/ion-split-pane.entry.js +0 -156
- package/dist/sparkle-core/ion-tab-bar.entry.js +0 -71
- package/dist/sparkle-core/ion-tab-button.entry.js +0 -99
- package/dist/sparkle-core/ion-tab.entry.js +0 -63
- package/dist/sparkle-core/ion-tabs.entry.js +0 -150
- package/dist/sparkle-core/ion-text.entry.js +0 -20
- package/dist/sparkle-core/ion-textarea.entry.js +0 -244
- package/dist/sparkle-core/ion-thumbnail.entry.js +0 -16
- package/dist/sparkle-core/ion-title.entry.js +0 -48
- package/dist/sparkle-core/ion-toast.entry.js +0 -268
- package/dist/sparkle-core/ion-toggle.entry.js +0 -173
- package/dist/sparkle-core/ion-toolbar.entry.js +0 -70
- package/dist/sparkle-core/ion-virtual-scroll.entry.js +0 -551
- package/dist/sparkle-core/ionic-global-127576f6.js +0 -226
- package/dist/sparkle-core/ios.transition-02531dda.js +0 -479
- package/dist/sparkle-core/location-utils-fea12957.js +0 -229
- package/dist/sparkle-core/match-path-760e1797.js +0 -343
- package/dist/sparkle-core/md.transition-f8765467.js +0 -55
- package/dist/sparkle-core/media.service-2609406e.js +0 -36
- package/dist/sparkle-core/menu-toggle-util-6cc13cbd.js +0 -12
- package/dist/sparkle-core/overlays-fd3cfa13.js +0 -493
- package/dist/sparkle-core/parse-60474840.js +0 -1196
- package/dist/sparkle-core/purify-d9093094.js +0 -1469
- package/dist/sparkle-core/quiz.model-1cff62e4.js +0 -5
- package/dist/sparkle-core/shadow-css-1257b266.js +0 -387
- package/dist/sparkle-core/signalR.service-2b7645c1.js +0 -2983
- package/dist/sparkle-core/sparkle-animation-player.entry.js +0 -513
- package/dist/sparkle-core/sparkle-assignment.entry.js +0 -114
- package/dist/sparkle-core/sparkle-button.entry.js +0 -24
- package/dist/sparkle-core/sparkle-card.entry.js +0 -61
- package/dist/sparkle-core/sparkle-cards.entry.js +0 -15
- package/dist/sparkle-core/sparkle-character-intro.entry.js +0 -22
- package/dist/sparkle-core/sparkle-code.entry.js +0 -39
- package/dist/sparkle-core/sparkle-compass-post.entry.js +0 -129
- package/dist/sparkle-core/sparkle-compass.entry.js +0 -122
- package/dist/sparkle-core/sparkle-course-root.entry.js +0 -155
- package/dist/sparkle-core/sparkle-discussion-questions.entry.js +0 -122
- package/dist/sparkle-core/sparkle-discussion-results.entry.js +0 -189
- package/dist/sparkle-core/sparkle-discussion.entry.js +0 -52
- package/dist/sparkle-core/sparkle-dropdown.entry.js +0 -57
- package/dist/sparkle-core/sparkle-emoji.entry.js +0 -77
- package/dist/sparkle-core/sparkle-export-lessons.entry.js +0 -10081
- package/dist/sparkle-core/sparkle-facilitator-dashboard.entry.js +0 -93
- package/dist/sparkle-core/sparkle-facilitator-header.entry.js +0 -60
- package/dist/sparkle-core/sparkle-facilitator-notes-form.entry.js +0 -160
- package/dist/sparkle-core/sparkle-facilitator-notes.entry.js +0 -65
- package/dist/sparkle-core/sparkle-facilitator-page.entry.js +0 -198
- package/dist/sparkle-core/sparkle-feed-post.entry.js +0 -131
- package/dist/sparkle-core/sparkle-feedback.entry.js +0 -106
- package/dist/sparkle-core/sparkle-file-upload.entry.js +0 -57
- package/dist/sparkle-core/sparkle-forgot-password.entry.js +0 -80
- package/dist/sparkle-core/sparkle-goal-form.entry.js +0 -182
- package/dist/sparkle-core/sparkle-goal-item.entry.js +0 -15
- package/dist/sparkle-core/sparkle-goal-progress.entry.js +0 -15
- package/dist/sparkle-core/sparkle-goals.entry.js +0 -47
- package/dist/sparkle-core/sparkle-gww-comment-list.entry.js +0 -22
- package/dist/sparkle-core/sparkle-gww-graph.entry.js +0 -15
- package/dist/sparkle-core/sparkle-gww-item.entry.js +0 -80
- package/dist/sparkle-core/sparkle-gww.entry.js +0 -44
- package/dist/sparkle-core/sparkle-header.entry.js +0 -97
- package/dist/sparkle-core/sparkle-health.entry.js +0 -70
- package/dist/sparkle-core/sparkle-input.entry.js +0 -52
- package/dist/sparkle-core/sparkle-intro.entry.js +0 -22
- package/dist/sparkle-core/sparkle-login.entry.js +0 -116
- package/dist/sparkle-core/sparkle-lower-content-nav.entry.js +0 -18
- package/dist/sparkle-core/sparkle-menu-collapsible.entry.js +0 -42
- package/dist/sparkle-core/sparkle-menu-toggle.entry.js +0 -24
- package/dist/sparkle-core/sparkle-menu.entry.js +0 -26
- package/dist/sparkle-core/sparkle-modal-image.entry.js +0 -33
- package/dist/sparkle-core/sparkle-mood.entry.js +0 -76
- package/dist/sparkle-core/sparkle-nav.entry.js +0 -113
- package/dist/sparkle-core/sparkle-notfound-page.entry.js +0 -25
- package/dist/sparkle-core/sparkle-online-students.entry.js +0 -55
- package/dist/sparkle-core/sparkle-overlay.entry.js +0 -90
- package/dist/sparkle-core/sparkle-page-footer.entry.js +0 -24
- package/dist/sparkle-core/sparkle-page.entry.js +0 -245
- package/dist/sparkle-core/sparkle-pagination.entry.js +0 -67
- package/dist/sparkle-core/sparkle-poll.entry.js +0 -15
- package/dist/sparkle-core/sparkle-quiz-container.entry.js +0 -43
- package/dist/sparkle-core/sparkle-quiz-feedback.entry.js +0 -18
- package/dist/sparkle-core/sparkle-quiz-input.entry.js +0 -16
- package/dist/sparkle-core/sparkle-quiz-old.entry.js +0 -116
- package/dist/sparkle-core/sparkle-quiz-opinion.entry.js +0 -41
- package/dist/sparkle-core/sparkle-quiz-poll.entry.js +0 -16
- package/dist/sparkle-core/sparkle-quiz-select.entry.js +0 -29
- package/dist/sparkle-core/sparkle-quiz.entry.js +0 -98
- package/dist/sparkle-core/sparkle-reset-password.entry.js +0 -96
- package/dist/sparkle-core/sparkle-root.entry.js +0 -79
- package/dist/sparkle-core/sparkle-select.entry.js +0 -57
- package/dist/sparkle-core/sparkle-sidebar.entry.js +0 -39
- package/dist/sparkle-core/sparkle-signup.entry.js +0 -144
- package/dist/sparkle-core/sparkle-tab.entry.js +0 -22
- package/dist/sparkle-core/sparkle-table-of-contents.entry.js +0 -67
- package/dist/sparkle-core/sparkle-tabs.entry.js +0 -62
- package/dist/sparkle-core/sparkle-unauthorized.entry.js +0 -17
- package/dist/sparkle-core/sparkle-user-enrollment.entry.js +0 -85
- package/dist/sparkle-core/sparkle-user-profile.entry.js +0 -129
- package/dist/sparkle-core/sparkle-validation-error.entry.js +0 -17
- package/dist/sparkle-core/sparkle-video-player.entry.js +0 -18
- package/dist/sparkle-core/sparkle-youtube.entry.js +0 -35
- package/dist/sparkle-core/status-tap-52feb1b1.js +0 -40
- package/dist/sparkle-core/stencil-async-content.entry.js +0 -28
- package/dist/sparkle-core/stencil-route-link.entry.js +0 -74
- package/dist/sparkle-core/stencil-route-switch.entry.js +0 -100
- package/dist/sparkle-core/stencil-route-title.entry.js +0 -28
- package/dist/sparkle-core/stencil-route.entry.js +0 -93
- package/dist/sparkle-core/stencil-router-prompt.entry.js +0 -55
- package/dist/sparkle-core/stencil-router-redirect.entry.js +0 -28
- package/dist/sparkle-core/stencil-router.entry.js +0 -636
- package/dist/sparkle-core/store.service-0f7d998b.js +0 -16
- package/dist/sparkle-core/student.service-f0375229.js +0 -59
- package/dist/sparkle-core/swipe-back-9a614189.js +0 -73
- package/dist/sparkle-core/swiper.bundle-4274e115.js +0 -6418
- package/dist/sparkle-core/user.store-3d052406.js +0 -19
- package/dist/sparkle-core/util-ba470e54.js +0 -14683
- package/dist/sparkle-core/utils-cae23bce.js +0 -114
- /package/dist/{sparkle-core → esm}/cubic-bezier-4c0db14f.js +0 -0
- /package/dist/{sparkle-core → esm}/focus-visible-4e9a0764.js +0 -0
- /package/dist/{sparkle-core → esm}/hardware-back-button-fa04d6e9.js +0 -0
- /package/dist/{sparkle-core → esm}/index-be6112f8.js +0 -0
- /package/dist/{sparkle-core → esm}/keyboard-7e8329b3.js +0 -0
- /package/dist/{sparkle-core → esm}/localstorage.service-4bf408c8.js +0 -0
- /package/dist/{sparkle-core → esm}/spinner-configs-a37e628a.js +0 -0
- /package/dist/{sparkle-core → esm}/theme-7ef00c83.js +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
const t="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Arrow Back</title><path stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M244 400L100 256l144-144M120 256h292' class='ionicon-fill-none'/></svg>",i="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Arrow Down</title><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 268l144 144 144-144M256 392V100' class='ionicon-fill-none'/></svg>",s="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Caret Back</title><path d='M368 64L144 256l224 192V64z'/></svg>",o="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Caret Down</title><path d='M64 144l192 224 192-224H64z'/></svg>",l="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Caret Up</title><path d='M448 368L256 144 64 368h384z'/></svg>",e="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Checkmark</title><path stroke-linecap='round' stroke-linejoin='round' d='M416 128L192 384l-96-96' class='ionicon-fill-none ionicon-stroke-width'/></svg>",n="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Chevron Back</title><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M328 112L184 256l144 144' class='ionicon-fill-none'/></svg>",a="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Chevron Down</title><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144' class='ionicon-fill-none'/></svg>",g="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Chevron Forward</title><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144' class='ionicon-fill-none'/></svg>",w="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Chevron Forward</title><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144' class='ionicon-fill-none'/></svg>",r="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Close</title><path d='M289.94 256l95-95A24 24 0 00351 127l-95 95-95-95a24 24 0 00-34 34l95 95-95 95a24 24 0 1034 34l95-95 95 95a24 24 0 0034-34z'/></svg>",v="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Close Circle</title><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm75.31 260.69a16 16 0 11-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 01-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0122.62-22.62L256 233.37l52.69-52.68a16 16 0 0122.62 22.62L278.63 256z'/></svg>",c="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Close</title><path d='M400 145.49L366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256 400 145.49z'/></svg>",d="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Ellipse</title><circle cx='256' cy='256' r='192' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>",h="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Ellipsis Horizontal</title><circle cx='256' cy='256' r='48'/><circle cx='416' cy='256' r='48'/><circle cx='96' cy='256' r='48'/></svg>",m="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Menu</title><path stroke-linecap='round' stroke-miterlimit='10' d='M80 160h352M80 256h352M80 352h352' class='ionicon-fill-none ionicon-stroke-width'/></svg>",x="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Menu</title><path d='M64 384h384v-42.67H64zm0-106.67h384v-42.66H64zM64 128v42.67h384V128z'/></svg>",p="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Remove</title><path stroke-linecap='round' stroke-linejoin='round' d='M400 256H112' class='ionicon-fill-none ionicon-stroke-width'/></svg>",u="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Reorder Three</title><path stroke-linecap='round' stroke-linejoin='round' d='M96 256h320M96 176h320M96 336h320' class='ionicon-fill-none ionicon-stroke-width'/></svg>",k="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Reorder Two</title><path stroke-linecap='square' stroke-linejoin='round' stroke-width='44' d='M118 304h276M118 208h276' class='ionicon-fill-none'/></svg>",f="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Search</title><path d='M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/><path stroke-linecap='round' stroke-miterlimit='10' d='M338.29 338.29L448 448' class='ionicon-fill-none ionicon-stroke-width'/></svg>",M="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Search</title><path d='M464 428L339.92 303.9a160.48 160.48 0 0030.72-94.58C370.64 120.37 298.27 48 209.32 48S48 120.37 48 209.32s72.37 161.32 161.32 161.32a160.48 160.48 0 0094.58-30.72L428 464zM209.32 319.69a110.38 110.38 0 11110.37-110.37 110.5 110.5 0 01-110.37 110.37z'/></svg>";export{a,w as b,g as c,n as d,h as e,l as f,o as g,r as h,x as i,s as j,i as k,k as l,m,t as n,v as o,c as p,M as q,u as r,f as s,e as t,p as u,d as v}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as i,h as t,H as e,e as o}from"./p-ee1e0eb4.js";import{S as s}from"./p-c9f753a4.js";import{t as l}from"./p-ff7a8a71.js";import"./p-b06e2bef.js";import"./p-2f569553.js";import"./p-bd90903e.js";import"./p-7dae0f0e.js";import"./p-5d409601.js";import"./p-871106e0.js";import"./p-add30d46.js";import"./p-d68092b7.js";const n=class{constructor(t){i(this,t),this.formControls={type:{isValid:!0,value:1,validate:i=>!!i},note:{isValid:!1,value:"",validate:i=>!!i}},this.submitted=!0}async onSubmit(i){i.preventDefault(),this.submitted=!0;let t=!0;for(let i in this.formControls){let e=this.formControls[i];e.validate(e.value),e.isValid||(t=!1)}if(t){let i=await s.getInstance().submitFeedback({Note:this.formControls.note.value,Type:this.formControls.type.value});console.log(i),i.Succeeded?((await l.create({message:"Feedback submitted successfully",duration:3e3})).present(),this.dismiss()):(await l.create({message:i.Message,duration:3e3})).present()}}dismiss(i){this.el.closest("ion-modal").dismiss({dismissed:!0})}changeFormValue(i,t){this.formControls=Object.assign(Object.assign({},this.formControls),{[i]:Object.assign(Object.assign({},this.formControls[i]),{value:t,isValid:this.formControls[i].validate(t)})})}render(){return t(e,null,t("ion-header",{translucent:!0},t("ion-toolbar",null,t("ion-title",null,"Feedback"),t("ion-buttons",{slot:"end"},t("ion-button",{onClick:()=>this.dismiss()},"Close")))),t("ion-content",{class:"ion-padding"},t("form",{onSubmit:i=>this.onSubmit(i),novalidate:!0},t("ion-list",null,t("ion-radio-group",{value:this.formControls.type.value,onChange:i=>this.changeFormValue("type",+i.target.value)},t("ion-list-header",null,t("ion-label",null,"Feedback Type")),t("ion-item",null,t("ion-label",null,"Comments"),t("ion-radio",{value:1})),t("ion-item",null,t("ion-label",null,"Suggestions"),t("ion-radio",{value:2})),t("ion-item",null,t("ion-label",null,"Questions"),t("ion-radio",{value:3}))),t("ion-item",null,t("ion-label",{position:"floating"},"Notes"),t("ion-textarea",{value:this.formControls.note.value,onChange:i=>this.changeFormValue("note",i.target.value)})),t("br",null),t("ion-button",{color:"primary",type:"submit"},"Submit")))))}get el(){return o(this)}};n.style=":host{display:block}";export{n as sparkle_feedback}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*!
|
2
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
3
|
+
*/
|
4
|
+
const t=(t,M,r,n,e)=>h(t[1],M[1],r[1],n[1],e).map((h=>a(t[0],M[0],r[0],n[0],h))),a=(t,a,h,M,r)=>r*(3*a*Math.pow(r-1,2)+r*(-3*h*r+3*h+M*r))-t*Math.pow(r-1,3),h=(t,a,h,r,n)=>M((r-=n)-3*(h-=n)+3*(a-=n)-(t-=n),3*h-6*a+3*t,3*a-3*t,t).filter((t=>t>=0&&t<=1)),M=(t,a,h,M)=>{if(0===t)return((t,a,h)=>{const M=a*a-4*t*h;return M<0?[]:[(-a+Math.sqrt(M))/(2*t),(-a-Math.sqrt(M))/(2*t)]})(a,h,M);const r=(3*(h/=t)-(a/=t)*a)/3,n=(2*a*a*a-9*a*h+27*(M/=t))/27;if(0===r)return[Math.pow(-n,1/3)];if(0===n)return[Math.sqrt(-r),-Math.sqrt(-r)];const e=Math.pow(n/2,2)+Math.pow(r/3,3);if(0===e)return[Math.pow(n/2,.5)-a/3];if(e>0)return[Math.pow(-n/2+Math.sqrt(e),1/3)-Math.pow(n/2+Math.sqrt(e),1/3)-a/3];const u=Math.sqrt(Math.pow(-r/3,3)),o=Math.acos(-n/(2*Math.sqrt(Math.pow(-r/3,3)))),s=2*Math.pow(u,1/3);return[s*Math.cos(o/3)-a/3,s*Math.cos((o+2*Math.PI)/3)-a/3,s*Math.cos((o+4*Math.PI)/3)-a/3]};export{t as g}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{H as t}from"./p-b06e2bef.js";class e{constructor(){}static getInstance(){return e.instance||(e.instance=new e),e.instance}async createAssignment(e){return await t.http.post("api/v1/Assignment/Create",e)}}export{e as A}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,i as t,h as i,H as s}from"./p-ee1e0eb4.js";const o=class{constructor(s){e(this,s),this.selection=t(this,"selection",7),this.optionRenderer=e=>e,this.select=e=>{this.selected=e},this.toOption=e=>{const t=this.selected===e;return i("div",{class:{"Select-option":!0,"Select-option--selected":t},role:"menuitemradio","aria-checked":t?"true":"false",tabindex:"0",onClick:()=>{this.select(e),this.dropdown.close()},onKeyUp:t=>{"Enter"===t.key&&(this.select(e),this.dropdown.focus())}},this.optionRenderer(e))}}handleSelect(e){this.selection.emit(e)}componentWillLoad(){this.selected="function"==typeof this.initializer?this.initializer(this.options):this.options[0]}hostData(){return{class:{Select:!0}}}__stencil_render(){return i("sparkle-dropdown",{ref:e=>{this.dropdown=e},label:this.optionRenderer(this.selected)},this.options.map(this.toOption))}static get watchers(){return{selected:["handleSelect"]}}render(){return i(s,this.hostData(),this.__stencil_render())}};o.style=".Select{cursor:pointer;display:inline-block;font-weight:500}.Select .Dropdown-button{align-items:center;border:solid 1px #dee3ea;border-radius:6px;display:inline-flex;justify-content:space-between;min-width:100px;padding:0.5em 1em}.Select .Dropdown-panel{padding:0.5em 0}.Select .Dropdown-arrow{margin-left:0.5em}.Select-option{--bg-alpha:0;background-color:rgba(0, 0, 0, var(--bg-alpha));padding:0.5em 1.5em}.Select-option:focus{--bg-alpha:0.025;outline:none}.Select-option--selected{--bg-alpha:0.05}.Select-option--selected:focus{--bg-alpha:0.075}@media (hover: hover){.Select-option:hover{--bg-alpha:0.025}.Select-option--selected:hover{--bg-alpha:0.075}}";export{o as sparkle_select}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as a,H as o,e}from"./p-ee1e0eb4.js";import{g as r}from"./p-871106e0.js";const i=class{constructor(a){t(this,a),this.edge=!1,this.activated=!1}activatedChanged(){const t=this.activated,a=this.getFab();a&&(a.activated=t),Array.from(this.el.querySelectorAll("ion-fab-list")).forEach((a=>{a.activated=t}))}componentDidLoad(){this.activated&&this.activatedChanged()}async close(){this.activated=!1}getFab(){return this.el.querySelector("ion-fab-button")}async toggle(){this.el.querySelector("ion-fab-list")&&(this.activated=!this.activated)}render(){const{horizontal:t,vertical:e,edge:i}=this,s=r(this);return a(o,{class:{[s]:!0,[`fab-horizontal-${t}`]:void 0!==t,[`fab-vertical-${e}`]:void 0!==e,"fab-edge":i}},a("slot",null))}get el(){return e(this)}static get watchers(){return{activated:["activatedChanged"]}}};i.style=":host{position:absolute;z-index:999}:host(.fab-horizontal-center){left:50%;margin-left:-28px}:host-context([dir=rtl]):host(.fab-horizontal-center),:host-context([dir=rtl]).fab-horizontal-center{left:unset;right:unset;right:50%}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.fab-horizontal-center){margin-left:unset;-webkit-margin-start:-28px;margin-inline-start:-28px}}:host(.fab-horizontal-start){left:calc(10px + var(--ion-safe-area-left, 0px))}:host-context([dir=rtl]):host(.fab-horizontal-start),:host-context([dir=rtl]).fab-horizontal-start{left:unset;right:unset;right:calc(10px + var(--ion-safe-area-left, 0px))}:host(.fab-horizontal-end){right:calc(10px + var(--ion-safe-area-right, 0px))}:host-context([dir=rtl]):host(.fab-horizontal-end),:host-context([dir=rtl]).fab-horizontal-end{left:unset;right:unset;left:calc(10px + var(--ion-safe-area-right, 0px))}:host(.fab-vertical-top){top:10px}:host(.fab-vertical-top.fab-edge){top:-28px}:host(.fab-vertical-bottom){bottom:10px}:host(.fab-vertical-bottom.fab-edge){bottom:-28px}:host(.fab-vertical-center){margin-top:-28px;top:50%}";export{i as ion_fab}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as o,i as t,h as s,H as a}from"./p-ee1e0eb4.js";import{g as r}from"./p-871106e0.js";import{G as i}from"./p-076f0239.js";const n=class{constructor(s){o(this,s),this.ionBackdropTap=t(this,"ionBackdropTap",7),this.blocker=i.createBlocker({disableScroll:!0}),this.visible=!0,this.tappable=!0,this.stopPropagation=!0}connectedCallback(){this.stopPropagation&&this.blocker.block()}disconnectedCallback(){this.blocker.unblock()}onMouseDown(o){this.emitTap(o)}emitTap(o){this.stopPropagation&&(o.preventDefault(),o.stopPropagation()),this.tappable&&this.ionBackdropTap.emit()}render(){const o=r(this);return s(a,{tabindex:"-1","aria-hidden":"true",class:{[o]:!0,"backdrop-hide":!this.visible,"backdrop-no-tappable":!this.tappable}})}};n.style={ios:":host{left:0;right:0;top:0;bottom:0;display:block;position:absolute;transform:translateZ(0);contain:strict;cursor:pointer;opacity:0.01;touch-action:none;z-index:2}:host(.backdrop-hide){background:transparent}:host(.backdrop-no-tappable){cursor:auto}:host{background-color:var(--ion-backdrop-color, #000)}",md:":host{left:0;right:0;top:0;bottom:0;display:block;position:absolute;transform:translateZ(0);contain:strict;cursor:pointer;opacity:0.01;touch-action:none;z-index:2}:host(.backdrop-hide){background:transparent}:host(.backdrop-no-tappable){cursor:auto}:host{background-color:var(--ion-backdrop-color, #000)}"};export{n as ion_backdrop}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,i as o,h as i,H as e,e as n}from"./p-ee1e0eb4.js";import{c as a,g as r}from"./p-871106e0.js";const l=class{constructor(i){t(this,i),this.ionTabButtonClick=o(this,"ionTabButtonClick",7),this.disabled=!1,this.selected=!1,this.onKeyUp=t=>{"Enter"!==t.key&&" "!==t.key||this.selectTab(t)},this.onClick=t=>{this.selectTab(t)}}onTabBarChanged(t){const o=t.target,i=this.el.parentElement;(t.composedPath().includes(i)||(null==o?void 0:o.contains(this.el)))&&(this.selected=this.tab===t.detail.tab)}componentWillLoad(){void 0===this.layout&&(this.layout=a.get("tabButtonLayout","icon-top"))}selectTab(t){void 0!==this.tab&&(this.disabled||this.ionTabButtonClick.emit({tab:this.tab,href:this.href,selected:this.selected}),t.preventDefault())}get hasLabel(){return!!this.el.querySelector("ion-label")}get hasIcon(){return!!this.el.querySelector("ion-icon")}get tabIndex(){return this.disabled?-1:this.el.hasAttribute("tabindex")?this.el.getAttribute("tabindex"):0}render(){const{disabled:t,hasIcon:o,hasLabel:n,tabIndex:a,href:l,rel:d,target:s,layout:b,selected:h,tab:p}=this,g=r(this);return i(e,{onClick:this.onClick,onKeyup:this.onKeyUp,role:"tab",tabindex:a,"aria-selected":h?"true":null,id:void 0!==p?`tab-button-${p}`:null,class:{[g]:!0,"tab-selected":h,"tab-disabled":t,"tab-has-label":n,"tab-has-icon":o,"tab-has-label-only":n&&!o,"tab-has-icon-only":o&&!n,[`tab-layout-${b}`]:!0,"ion-activatable":!0,"ion-selectable":!0,"ion-focusable":!0}},i("a",Object.assign({},{download:this.download,href:l,rel:d,target:s},{tabIndex:-1,class:"button-native",part:"native"}),i("span",{class:"button-inner"},i("slot",null)),"md"===g&&i("ion-ripple-effect",{type:"unbounded"})))}get el(){return n(this)}};l.style={ios:':host{--ripple-color:var(--color-selected);--background-focused-opacity:1;flex:1;flex-direction:column;align-items:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:var(--padding-start);padding-right:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:flex;position:relative;flex-direction:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;box-sizing:border-box;-webkit-user-drag:none}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.button-native{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end)}}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{display:flex;position:relative;flex-flow:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:border-box}::slotted(ion-label){order:0}::slotted(ion-icon){order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){flex-direction:row}:host(.tab-layout-icon-end){flex-direction:row-reverse}:host(.tab-layout-icon-bottom){flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}:host{--padding-top:0;--padding-end:2px;--padding-bottom:0;--padding-start:2px;max-width:240px;font-size:10px}::slotted(ion-badge){padding-left:6px;padding-right:6px;padding-top:1px;padding-bottom:1px;left:calc(50% + 6px);top:4px;height:auto;font-size:12px;line-height:16px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){::slotted(ion-badge){padding-left:unset;padding-right:unset;-webkit-padding-start:6px;padding-inline-start:6px;-webkit-padding-end:6px;padding-inline-end:6px}}[dir=rtl] ::slotted(ion-badge),:host-context([dir=rtl]) ::slotted(ion-badge){left:unset;right:unset;right:calc(50% + 6px)}::slotted(ion-icon){margin-top:2px;margin-bottom:2px;font-size:30px}::slotted(ion-icon::before){vertical-align:top}::slotted(ion-label){margin-top:0;margin-bottom:1px;min-height:11px;font-weight:500}:host(.tab-has-label-only) ::slotted(ion-label){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:12px;font-size:14px;line-height:1.1}:host(.tab-layout-icon-end) ::slotted(ion-label),:host(.tab-layout-icon-start) ::slotted(ion-label),:host(.tab-layout-icon-hide) ::slotted(ion-label){margin-top:2px;margin-bottom:2px;font-size:14px;line-height:1.1}:host(.tab-layout-icon-end) ::slotted(ion-icon),:host(.tab-layout-icon-start) ::slotted(ion-icon){min-width:24px;height:26px;margin-top:2px;margin-bottom:1px;font-size:24px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){left:calc(50% + 12px)}:host-context([dir=rtl]):host(.tab-layout-icon-bottom) ::slotted(ion-badge),:host-context([dir=rtl]).tab-layout-icon-bottom ::slotted(ion-badge){left:unset;right:unset;right:calc(50% + 12px)}:host(.tab-layout-icon-bottom) ::slotted(ion-icon){margin-top:0;margin-bottom:1px}:host(.tab-layout-icon-bottom) ::slotted(ion-label){margin-top:4px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){left:calc(50% + 35px);top:10px}:host-context([dir=rtl]):host(.tab-layout-icon-start) ::slotted(ion-badge),:host-context([dir=rtl]).tab-layout-icon-start ::slotted(ion-badge),:host-context([dir=rtl]):host(.tab-layout-icon-end) ::slotted(ion-badge),:host-context([dir=rtl]).tab-layout-icon-end ::slotted(ion-badge){left:unset;right:unset;right:calc(50% + 35px)}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){left:calc(50% + 30px);top:10px}:host-context([dir=rtl]):host(.tab-layout-icon-hide) ::slotted(ion-badge),:host-context([dir=rtl]).tab-layout-icon-hide ::slotted(ion-badge),:host-context([dir=rtl]):host(.tab-has-label-only) ::slotted(ion-badge),:host-context([dir=rtl]).tab-has-label-only ::slotted(ion-badge){left:unset;right:unset;right:calc(50% + 30px)}:host(.tab-layout-label-hide) ::slotted(ion-badge),:host(.tab-has-icon-only) ::slotted(ion-badge){top:10px}:host(.tab-layout-label-hide) ::slotted(ion-icon){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}',md:':host{--ripple-color:var(--color-selected);--background-focused-opacity:1;flex:1;flex-direction:column;align-items:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:var(--padding-start);padding-right:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:flex;position:relative;flex-direction:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;box-sizing:border-box;-webkit-user-drag:none}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.button-native{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end)}}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{display:flex;position:relative;flex-flow:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:border-box}::slotted(ion-label){order:0}::slotted(ion-icon){order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){flex-direction:row}:host(.tab-layout-icon-end){flex-direction:row-reverse}:host(.tab-layout-icon-bottom){flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}:host{--padding-top:0;--padding-end:12px;--padding-bottom:0;--padding-start:12px;max-width:168px;font-size:12px;font-weight:normal;letter-spacing:0.03em}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;text-transform:none}::slotted(ion-icon){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;transform-origin:center center;font-size:22px}[dir=rtl] ::slotted(ion-icon),:host-context([dir=rtl]) ::slotted(ion-icon){transform-origin:calc(100% - center) center}::slotted(ion-badge){border-radius:8px;padding-left:2px;padding-right:2px;padding-top:3px;padding-bottom:2px;left:calc(50% + 6px);top:8px;min-width:12px;font-size:8px;font-weight:normal}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){::slotted(ion-badge){padding-left:unset;padding-right:unset;-webkit-padding-start:2px;padding-inline-start:2px;-webkit-padding-end:2px;padding-inline-end:2px}}[dir=rtl] ::slotted(ion-badge),:host-context([dir=rtl]) ::slotted(ion-badge){left:unset;right:unset;right:calc(50% + 6px)}::slotted(ion-badge:empty){display:block;min-width:8px;height:8px}:host(.tab-layout-icon-top) ::slotted(ion-icon){margin-top:6px;margin-bottom:2px}:host(.tab-layout-icon-top) ::slotted(ion-label){margin-top:0;margin-bottom:6px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){left:70%;top:8px}:host-context([dir=rtl]):host(.tab-layout-icon-bottom) ::slotted(ion-badge),:host-context([dir=rtl]).tab-layout-icon-bottom ::slotted(ion-badge){left:unset;right:unset;right:70%}:host(.tab-layout-icon-bottom) ::slotted(ion-icon){margin-top:0;margin-bottom:6px}:host(.tab-layout-icon-bottom) ::slotted(ion-label){margin-top:6px;margin-bottom:0}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){left:80%;top:16px}:host-context([dir=rtl]):host(.tab-layout-icon-start) ::slotted(ion-badge),:host-context([dir=rtl]).tab-layout-icon-start ::slotted(ion-badge),:host-context([dir=rtl]):host(.tab-layout-icon-end) ::slotted(ion-badge),:host-context([dir=rtl]).tab-layout-icon-end ::slotted(ion-badge){left:unset;right:unset;right:80%}:host(.tab-layout-icon-start) ::slotted(ion-icon){margin-right:6px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.tab-layout-icon-start) ::slotted(ion-icon){margin-right:unset;-webkit-margin-end:6px;margin-inline-end:6px}}:host(.tab-layout-icon-end) ::slotted(ion-icon){margin-left:6px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.tab-layout-icon-end) ::slotted(ion-icon){margin-left:unset;-webkit-margin-start:6px;margin-inline-start:6px}}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){left:70%;top:16px}:host-context([dir=rtl]):host(.tab-layout-icon-hide) ::slotted(ion-badge),:host-context([dir=rtl]).tab-layout-icon-hide ::slotted(ion-badge),:host-context([dir=rtl]):host(.tab-has-label-only) ::slotted(ion-badge),:host-context([dir=rtl]).tab-has-label-only ::slotted(ion-badge){left:unset;right:unset;right:70%}:host(.tab-layout-icon-hide) ::slotted(ion-label),:host(.tab-has-label-only) ::slotted(ion-label){margin-top:0;margin-bottom:0}:host(.tab-layout-label-hide) ::slotted(ion-badge),:host(.tab-has-icon-only) ::slotted(ion-badge){top:16px}:host(.tab-layout-label-hide) ::slotted(ion-icon),:host(.tab-has-icon-only) ::slotted(ion-icon){margin-top:0;margin-bottom:0;font-size:24px}'};export{l as ion_tab_button}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as a,h as e,e as s}from"./p-ee1e0eb4.js";const r=class{constructor(e){a(this,e)}componentDidLoad(){}introOnMouseOver(a,e){this.description=a,console.log(e),e.target.style.opacity=1}render(){return e("div",null,e("div",{class:"people"},e("div",{class:"character-image zynab",onMouseOver:a=>this.introOnMouseOver("<strong>I’m Zinab or Z.</strong> My family’s from Nigeria, and we live in the Melrose section of the South Bronx. I’m all about racial justice, and watch… I’m going to be the first Muslim mayor of New York City. Believe that!",a)},e("img",{src:"/assets/img/characters/zynab.png"})),e("div",{class:"character-image kimberley",onMouseOver:a=>this.introOnMouseOver("<strong>Hey, everyone, this is Kimberly </strong>and I’m from Brooklyn. My dream is to become a venture capitalist, so I can fund businesses and causes led by other Black Women. I love watching reality TV shows that are related to business like Shark Tank and Undercover Boss.",a)},e("img",{src:"/assets/img/characters/kimberly.png"})),e("div",{class:"character-image jen",onMouseOver:a=>this.introOnMouseOver("<strong>Hi, my name’s Jen</strong> and I’m from Murray Hill Queens. Second-generation Korean American. I love softball and statistics, so right now my dream job would be in sabermetrics. You know, basically a data analyst in baseball.",a)},e("img",{src:"/assets/img/characters/jen.png"})),e("div",{class:"character-image yuna",onMouseOver:a=>this.introOnMouseOver("<strong>Hi, my name’s Yuna</strong> and I’m from Murray Hill Queens. Second-generation Korean American. I love softball and statistics, so right now my dream job would be in sabermetrics. You know, basically a data analyst in baseball.",a)},e("img",{src:"/assets/img/characters/yuna.png"})),e("div",{class:"character-image valeria",onMouseOver:a=>this.introOnMouseOver("<strong>I’m VALERIA but most of my friends call me Val.</strong> First-generation Dominican from Washington Heights. I could watch MSNBC and CNN all day. In fact, one day I’m going to have my own political talk show like my crushes Rachel Maddow and Robin Roberts.",a)},e("img",{src:"/assets/img/characters/valeria.png"}))),e("div",{class:"people-description"},this.description?e("div",{class:"character-intro",innerHTML:this.description}):""))}get el(){return s(this)}};r.style=".people{display:flex}.character-intro{width:100%;padding:15px;border:1px red solid;border-radius:5px}.character-image{opacity:0.5}.character-image:hover{opacity:1}";export{r as sparkle_intro}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
import{c as e,b as t}from"./p-2f569553.js";var n=e((function(e){
|
2
|
+
/*! @license DOMPurify 2.3.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.6/LICENSE */
|
3
|
+
e.exports=function(){var e=Object.hasOwnProperty,t=Object.setPrototypeOf,n=Object.isFrozen,r=Object.getPrototypeOf,i=Object.getOwnPropertyDescriptor,o=Object.freeze,a=Object.seal,l=Object.create,s="undefined"!=typeof Reflect&&Reflect,c=s.apply,u=s.construct;c||(c=function(e,t,n){return e.apply(t,n)}),o||(o=function(e){return e}),a||(a=function(e){return e}),u||(u=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var f,m=k(Array.prototype.forEach),d=k(Array.prototype.pop),p=k(Array.prototype.push),h=k(String.prototype.toLowerCase),g=k(String.prototype.match),y=k(String.prototype.replace),v=k(String.prototype.indexOf),b=k(String.prototype.trim),x=k(RegExp.prototype.test),w=(f=TypeError,function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return u(f,t)});function k(e){return function(t){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return c(e,t,r)}}function S(e,r){t&&t(e,null);for(var i=r.length;i--;){var o=r[i];if("string"==typeof o){var a=h(o);a!==o&&(n(r)||(r[i]=a),o=a)}e[o]=!0}return e}function A(t){var n=l(null),r=void 0;for(r in t)c(e,t,[r])&&(n[r]=t[r]);return n}function z(e,t){for(;null!==e;){var n=i(e,t);if(n){if(n.get)return k(n.get);if("function"==typeof n.value)return k(n.value)}e=r(e)}return function(e){return console.warn("fallback value for",e),null}}var j=o(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),F=o(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),O=o(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),T=o(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),E=o(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),R=o(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),D=o(["#text"]),L=o(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),M=o(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),N=o(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),_=o(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),B=a(/\{\{[\s\S]*|[\s\S]*\}\}/gm),C=a(/<%[\s\S]*|[\s\S]*%>/gm),I=a(/^data-[\-\w.\u00B7-\uFFFF]/),q=a(/^aria-[\-\w]+$/),G=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),U=a(/^(?:\w+script|data):/i),P=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),$=a(/^html$/i),H="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function W(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var Y=function(){return"undefined"==typeof window?null:window},V=function(e,t){if("object"!==(void 0===e?"undefined":H(e))||"function"!=typeof e.createPolicy)return null;var n=null,r="data-tt-policy-suffix";t.currentScript&&t.currentScript.hasAttribute(r)&&(n=t.currentScript.getAttribute(r));var i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};return function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Y(),n=function(t){return e(t)};if(n.version="2.3.6",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var r=t.document,i=t.document,a=t.DocumentFragment,l=t.HTMLTemplateElement,s=t.Node,c=t.Element,u=t.NodeFilter,f=t.NamedNodeMap,k=void 0===f?t.NamedNodeMap||t.MozNamedAttrMap:f,J=t.HTMLFormElement,K=t.DOMParser,Q=t.trustedTypes,X=c.prototype,Z=z(X,"cloneNode"),ee=z(X,"nextSibling"),te=z(X,"childNodes"),ne=z(X,"parentNode");if("function"==typeof l){var re=i.createElement("template");re.content&&re.content.ownerDocument&&(i=re.content.ownerDocument)}var ie=V(Q,r),oe=ie?ie.createHTML(""):"",ae=i.implementation,le=i.createNodeIterator,se=i.createDocumentFragment,ce=i.getElementsByTagName,ue=r.importNode,fe={};try{fe=A(i).documentMode?i.documentMode:{}}catch(e){}var me={};n.isSupported="function"==typeof ne&&ae&&void 0!==ae.createHTMLDocument&&9!==fe;var de=B,pe=C,he=I,ge=q,ye=U,ve=P,be=G,xe=null,we=S({},[].concat(W(j),W(F),W(O),W(E),W(D))),ke=null,Se=S({},[].concat(W(L),W(M),W(N),W(_))),Ae=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ze=null,je=null,Fe=!0,Oe=!0,Te=!1,Ee=!1,Re=!1,De=!1,Le=!1,Me=!1,Ne=!1,_e=!1,Be=!0,Ce=!0,Ie=!1,qe={},Ge=null,Ue=S({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Pe=null,$e=S({},["audio","video","img","source","image","track"]),He=null,We=S({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ye="http://www.w3.org/1998/Math/MathML",Ve="http://www.w3.org/2000/svg",Je="http://www.w3.org/1999/xhtml",Ke=Je,Qe=!1,Xe=void 0,Ze=["application/xhtml+xml","text/html"],et="text/html",tt=void 0,nt=null,rt=i.createElement("form"),it=function(e){return e instanceof RegExp||e instanceof Function},ot=function(e){nt&&nt===e||(e&&"object"===(void 0===e?"undefined":H(e))||(e={}),e=A(e),xe="ALLOWED_TAGS"in e?S({},e.ALLOWED_TAGS):we,ke="ALLOWED_ATTR"in e?S({},e.ALLOWED_ATTR):Se,He="ADD_URI_SAFE_ATTR"in e?S(A(We),e.ADD_URI_SAFE_ATTR):We,Pe="ADD_DATA_URI_TAGS"in e?S(A($e),e.ADD_DATA_URI_TAGS):$e,Ge="FORBID_CONTENTS"in e?S({},e.FORBID_CONTENTS):Ue,ze="FORBID_TAGS"in e?S({},e.FORBID_TAGS):{},je="FORBID_ATTR"in e?S({},e.FORBID_ATTR):{},qe="USE_PROFILES"in e&&e.USE_PROFILES,Fe=!1!==e.ALLOW_ARIA_ATTR,Oe=!1!==e.ALLOW_DATA_ATTR,Te=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Ee=e.SAFE_FOR_TEMPLATES||!1,Re=e.WHOLE_DOCUMENT||!1,Me=e.RETURN_DOM||!1,Ne=e.RETURN_DOM_FRAGMENT||!1,_e=e.RETURN_TRUSTED_TYPE||!1,Le=e.FORCE_BODY||!1,Be=!1!==e.SANITIZE_DOM,Ce=!1!==e.KEEP_CONTENT,Ie=e.IN_PLACE||!1,be=e.ALLOWED_URI_REGEXP||be,Ke=e.NAMESPACE||Je,e.CUSTOM_ELEMENT_HANDLING&&it(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ae.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&it(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ae.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Ae.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Xe=Xe=-1===Ze.indexOf(e.PARSER_MEDIA_TYPE)?et:e.PARSER_MEDIA_TYPE,tt="application/xhtml+xml"===Xe?function(e){return e}:h,Ee&&(Oe=!1),Ne&&(Me=!0),qe&&(xe=S({},[].concat(W(D))),ke=[],!0===qe.html&&(S(xe,j),S(ke,L)),!0===qe.svg&&(S(xe,F),S(ke,M),S(ke,_)),!0===qe.svgFilters&&(S(xe,O),S(ke,M),S(ke,_)),!0===qe.mathMl&&(S(xe,E),S(ke,N),S(ke,_))),e.ADD_TAGS&&(xe===we&&(xe=A(xe)),S(xe,e.ADD_TAGS)),e.ADD_ATTR&&(ke===Se&&(ke=A(ke)),S(ke,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&S(He,e.ADD_URI_SAFE_ATTR),e.FORBID_CONTENTS&&(Ge===Ue&&(Ge=A(Ge)),S(Ge,e.FORBID_CONTENTS)),Ce&&(xe["#text"]=!0),Re&&S(xe,["html","head","body"]),xe.table&&(S(xe,["tbody"]),delete ze.tbody),o&&o(e),nt=e)},at=S({},["mi","mo","mn","ms","mtext"]),lt=S({},["foreignobject","desc","title","annotation-xml"]),st=S({},F);S(st,O),S(st,T);var ct=S({},E);S(ct,R);var ut=function(e){var t=ne(e);t&&t.tagName||(t={namespaceURI:Je,tagName:"template"});var n=h(e.tagName),r=h(t.tagName);if(e.namespaceURI===Ve)return t.namespaceURI===Je?"svg"===n:t.namespaceURI===Ye?"svg"===n&&("annotation-xml"===r||at[r]):Boolean(st[n]);if(e.namespaceURI===Ye)return t.namespaceURI===Je?"math"===n:t.namespaceURI===Ve?"math"===n&<[r]:Boolean(ct[n]);if(e.namespaceURI===Je){if(t.namespaceURI===Ve&&!lt[r])return!1;if(t.namespaceURI===Ye&&!at[r])return!1;var i=S({},["title","style","font","a","script"]);return!ct[n]&&(i[n]||!st[n])}return!1},ft=function(e){p(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=oe}catch(t){e.remove()}}},mt=function(e,t){try{p(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){p(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!ke[e])if(Me||Ne)try{ft(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},dt=function(e){var t=void 0,n=void 0;if(Le)e="<remove></remove>"+e;else{var r=g(e,/^[\r\n\t ]+/);n=r&&r[0]}"application/xhtml+xml"===Xe&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");var o=ie?ie.createHTML(e):e;if(Ke===Je)try{t=(new K).parseFromString(o,Xe)}catch(e){}if(!t||!t.documentElement){t=ae.createDocument(Ke,"template",null);try{t.documentElement.innerHTML=Qe?"":o}catch(e){}}var a=t.body||t.documentElement;return e&&n&&a.insertBefore(i.createTextNode(n),a.childNodes[0]||null),Ke===Je?ce.call(t,Re?"html":"body")[0]:Re?t.documentElement:a},pt=function(e){return le.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT,null,!1)},ht=function(e){return e instanceof J&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof k)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore)},gt=function(e){return"object"===(void 0===s?"undefined":H(s))?e instanceof s:e&&"object"===(void 0===e?"undefined":H(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},yt=function(e,t,r){me[e]&&m(me[e],(function(e){e.call(n,t,r,nt)}))},vt=function(e){var t=void 0;if(yt("beforeSanitizeElements",e,null),ht(e))return ft(e),!0;if(g(e.nodeName,/[\u0080-\uFFFF]/))return ft(e),!0;var r=tt(e.nodeName);if(yt("uponSanitizeElement",e,{tagName:r,allowedTags:xe}),!gt(e.firstElementChild)&&(!gt(e.content)||!gt(e.content.firstElementChild))&&x(/<[/\w]/g,e.innerHTML)&&x(/<[/\w]/g,e.textContent))return ft(e),!0;if("select"===r&&x(/<template/i,e.innerHTML))return ft(e),!0;if(!xe[r]||ze[r]){if(!ze[r]&&xt(r)){if(Ae.tagNameCheck instanceof RegExp&&x(Ae.tagNameCheck,r))return!1;if(Ae.tagNameCheck instanceof Function&&Ae.tagNameCheck(r))return!1}if(Ce&&!Ge[r]){var i=ne(e)||e.parentNode,o=te(e)||e.childNodes;if(o&&i)for(var a=o.length-1;a>=0;--a)i.insertBefore(Z(o[a],!0),ee(e))}return ft(e),!0}return e instanceof c&&!ut(e)?(ft(e),!0):"noscript"!==r&&"noembed"!==r||!x(/<\/no(script|embed)/i,e.innerHTML)?(Ee&&3===e.nodeType&&(t=y(t=e.textContent,de," "),t=y(t,pe," "),e.textContent!==t&&(p(n.removed,{element:e.cloneNode()}),e.textContent=t)),yt("afterSanitizeElements",e,null),!1):(ft(e),!0)},bt=function(e,t,n){if(Be&&("id"===t||"name"===t)&&(n in i||n in rt))return!1;if(Oe&&!je[t]&&x(he,t));else if(Fe&&x(ge,t));else if(!ke[t]||je[t]){if(!(xt(e)&&(Ae.tagNameCheck instanceof RegExp&&x(Ae.tagNameCheck,e)||Ae.tagNameCheck instanceof Function&&Ae.tagNameCheck(e))&&(Ae.attributeNameCheck instanceof RegExp&&x(Ae.attributeNameCheck,t)||Ae.attributeNameCheck instanceof Function&&Ae.attributeNameCheck(t))||"is"===t&&Ae.allowCustomizedBuiltInElements&&(Ae.tagNameCheck instanceof RegExp&&x(Ae.tagNameCheck,n)||Ae.tagNameCheck instanceof Function&&Ae.tagNameCheck(n))))return!1}else if(He[t]);else if(x(be,y(n,ve,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==v(n,"data:")||!Pe[e])if(Te&&!x(ye,y(n,ve,"")));else if(n)return!1;return!0},xt=function(e){return e.indexOf("-")>0},wt=function(e){var t=void 0,r=void 0,i=void 0,o=void 0;yt("beforeSanitizeAttributes",e,null);var a=e.attributes;if(a){var l={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ke};for(o=a.length;o--;){var s=(t=a[o]).name,c=t.namespaceURI;if(r=b(t.value),i=tt(s),l.attrName=i,l.attrValue=r,l.keepAttr=!0,l.forceKeepAttr=void 0,yt("uponSanitizeAttribute",e,l),r=l.attrValue,!l.forceKeepAttr&&(mt(s,e),l.keepAttr))if(x(/\/>/i,r))mt(s,e);else{Ee&&(r=y(r,de," "),r=y(r,pe," "));var u=tt(e.nodeName);if(bt(u,i,r))try{c?e.setAttributeNS(c,s,r):e.setAttribute(s,r),d(n.removed)}catch(e){}}}yt("afterSanitizeAttributes",e,null)}},kt=function e(t){var n=void 0,r=pt(t);for(yt("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)yt("uponSanitizeShadowNode",n,null),vt(n)||(n.content instanceof a&&e(n.content),wt(n));yt("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,i){var o=void 0,l=void 0,c=void 0,u=void 0,f=void 0;if((Qe=!e)&&(e="\x3c!--\x3e"),"string"!=typeof e&&!gt(e)){if("function"!=typeof e.toString)throw w("toString is not a function");if("string"!=typeof(e=e.toString()))throw w("dirty is not a string, aborting")}if(!n.isSupported){if("object"===H(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(gt(e))return t.toStaticHTML(e.outerHTML)}return e}if(De||ot(i),n.removed=[],"string"==typeof e&&(Ie=!1),Ie){if(e.nodeName){var m=tt(e.nodeName);if(!xe[m]||ze[m])throw w("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof s)1===(l=(o=dt("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===l.nodeName||"HTML"===l.nodeName?o=l:o.appendChild(l);else{if(!Me&&!Ee&&!Re&&-1===e.indexOf("<"))return ie&&_e?ie.createHTML(e):e;if(!(o=dt(e)))return Me?null:_e?oe:""}o&&Le&&ft(o.firstChild);for(var d=pt(Ie?e:o);c=d.nextNode();)3===c.nodeType&&c===u||vt(c)||(c.content instanceof a&&kt(c.content),wt(c),u=c);if(u=null,Ie)return e;if(Me){if(Ne)for(f=se.call(o.ownerDocument);o.firstChild;)f.appendChild(o.firstChild);else f=o;return ke.shadowroot&&(f=ue.call(r,f,!0)),f}var p=Re?o.outerHTML:o.innerHTML;return Re&&xe["!doctype"]&&o.ownerDocument&&o.ownerDocument.doctype&&o.ownerDocument.doctype.name&&x($,o.ownerDocument.doctype.name)&&(p="<!DOCTYPE "+o.ownerDocument.doctype.name+">\n"+p),Ee&&(p=y(p,de," "),p=y(p,pe," ")),ie&&_e?ie.createHTML(p):p},n.setConfig=function(e){ot(e),De=!0},n.clearConfig=function(){nt=null,De=!1},n.isValidAttribute=function(e,t,n){nt||ot({});var r=tt(e),i=tt(t);return bt(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&(me[e]=me[e]||[],p(me[e],t))},n.removeHook=function(e){me[e]&&d(me[e])},n.removeHooks=function(e){me[e]&&(me[e]=[])},n.removeAllHooks=function(){me={}},n}()}()}));const r=Object.freeze(Object.assign(Object.create(null),n,{default:n}));export{r as p}
|
@@ -0,0 +1 @@
|
|
1
|
+
const t=window.localStorage;function n(n,r){return new Promise(((o,e)=>{try{t&&t.setItem(n,JSON.stringify(r)),o()}catch(t){e(`Couldnt store object ${t}`)}}))}function r(n){return new Promise(((r,o)=>{try{t&&t.removeItem(n),r()}catch(t){o(`Couldnt remove object ${t}`)}}))}function o(n){try{if(t){const r=t.getItem(n);return JSON.parse(r)}}catch(t){return null}}export{o as g,r,n as s}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,i as o,h as i,H as s,e as a}from"./p-ee1e0eb4.js";import{g as r}from"./p-871106e0.js";import{c as n,h as e}from"./p-0e4de1d0.js";const l=class{constructor(i){t(this,i),this.ionCollapsedClick=o(this,"ionCollapsedClick",7),this.itemsBeforeCollapse=1,this.itemsAfterCollapse=1,this.breadcrumbsInit=()=>{this.setBreadcrumbSeparator(),this.setMaxItems()},this.resetActiveBreadcrumb=()=>{const t=this.getBreadcrumbs().find((t=>t.active));t&&this.activeChanged&&(t.active=!1)},this.setMaxItems=()=>{const{itemsAfterCollapse:t,itemsBeforeCollapse:o,maxItems:i}=this,s=this.getBreadcrumbs();for(const t of s)t.showCollapsedIndicator=!1,t.collapsed=!1;void 0!==i&&s.length>i&&o+t<=i&&s.forEach(((i,a)=>{a===o&&(i.showCollapsedIndicator=!0),a>=o&&a<s.length-t&&(i.collapsed=!0)}))},this.setBreadcrumbSeparator=()=>{const{itemsAfterCollapse:t,itemsBeforeCollapse:o,maxItems:i}=this,s=this.getBreadcrumbs(),a=s.find((t=>t.active));for(const r of s){const n=void 0!==i&&0===t?r===s[o]:r===s[s.length-1];r.last=n,r.separator=void 0!==r.separator?r.separator:!n||void 0,!a&&n&&(r.active=!0,this.activeChanged=!0)}},this.getBreadcrumbs=()=>Array.from(this.el.querySelectorAll("ion-breadcrumb"))}onCollapsedClick(t){const o=this.getBreadcrumbs().filter((t=>t.collapsed));this.ionCollapsedClick.emit(Object.assign(Object.assign({},t.detail),{collapsedBreadcrumbs:o}))}maxItemsChanged(){this.resetActiveBreadcrumb(),this.breadcrumbsInit()}componentWillLoad(){this.breadcrumbsInit()}render(){const{color:t,collapsed:o}=this,a=r(this);return i(s,{class:n(t,{[a]:!0,"in-toolbar":e("ion-toolbar",this.el),"in-toolbar-color":e("ion-toolbar[color]",this.el),"breadcrumbs-collapsed":o})},i("slot",null))}get el(){return a(this)}static get watchers(){return{maxItems:["maxItemsChanged"],itemsBeforeCollapse:["maxItemsChanged"],itemsAfterCollapse:["maxItemsChanged"]}}};l.style={ios:":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;flex-wrap:wrap;align-items:center}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon{color:var(--ion-color-contrast)}:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator{background:rgba(var(--ion-color-contrast-rgb), 0.11)}:host(.in-toolbar){padding-left:20px;padding-right:20px;padding-top:0;padding-bottom:0;justify-content:center}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.in-toolbar){padding-left:unset;padding-right:unset;-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px}}",md:":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;flex-wrap:wrap;align-items:center}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon{color:var(--ion-color-contrast)}:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator{background:rgba(var(--ion-color-contrast-rgb), 0.11)}:host(.in-toolbar){padding-left:8px;padding-right:8px;padding-top:0;padding-bottom:0}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.in-toolbar){padding-left:unset;padding-right:unset;-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px}}"};export{l as ion_breadcrumbs}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*!
|
2
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
3
|
+
*/
|
4
|
+
const t={getEngine(){var t;const s=window;return s.TapticEngine||(null===(t=s.Capacitor)||void 0===t?void 0:t.isPluginAvailable("Haptics"))&&s.Capacitor.Plugins.Haptics},available(){return!!this.getEngine()},isCordova:()=>!!window.TapticEngine,isCapacitor:()=>!!window.Capacitor,impact(t){const s=this.getEngine();if(!s)return;const i=this.isCapacitor()?t.style.toUpperCase():t.style;s.impact({style:i})},notification(t){const s=this.getEngine();if(!s)return;const i=this.isCapacitor()?t.style.toUpperCase():t.style;s.notification({style:i})},selection(){this.impact({style:"light"})},selectionStart(){const t=this.getEngine();t&&(this.isCapacitor()?t.selectionStart():t.gestureSelectionStart())},selectionChanged(){const t=this.getEngine();t&&(this.isCapacitor()?t.selectionChanged():t.gestureSelectionChanged())},selectionEnd(){const t=this.getEngine();t&&(this.isCapacitor()?t.selectionEnd():t.gestureSelectionEnd())}},s=()=>{t.selection()},i=()=>{t.selectionStart()},n=()=>{t.selectionChanged()},o=()=>{t.selectionEnd()},e=s=>{t.impact(s)};export{i as a,n as b,o as c,s as d,e as h}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as E,h as I,H as A}from"./p-ee1e0eb4.js";const C={GRINNING:"😀","GRINNING-WITH-SMILING-EYES":"😁","FACE-WITH-TEARS-OF-JOY":"😂","SMILING-FACE-WITH-OPEN-MOUTH":"😃","SMILING-FACE-WITH-OPEN-MOUTH-AND-SMILING-EYES":"😄","SMILING-FACE-WITH-OPEN-MOUTH-AND-COLD-SWEAT":"😅","SMILING-FACE-WITH-OPEN-MOUTH-AND-TIGHTLY-CLOSED-E":"😆YES","SMILING-FACE-WITH-HALO":"😇","SMILING-FACE-WITH-HORNS":"😈","WINKING-FACE":"😉","SMILING-FACE-WITH-SMILING-EYES":"😊","FACE-SAVOURING-DELICIOUS-FOOD":"😋","RELIEVED-FACE":"😌","SMILING-FACE-WITH-HEART-SHAPED-EYES":"😍","SMILING-FACE-WITH-SUNGLASSES":"😎","SMIRKING-FACE":"😏","NEUTRAL-FACE":"😐","EXPRESSIONLESS-FACE":"😑","UNAMUSED-FACE":"😒","FACE-WITH-COLD-SWEAT":"😓","PENSIVE-FACE":"😔","CONFUSED-FACE":"😕","CONFOUNDED-FACE":"😖","KISSING-FACE":"😗","FACE-THROWING-A-KISS":"😘","KISSING-FACE-WITH-SMILING-EYES":"😙","KISSING-FACE-WITH-CLOSED-EYES":"😚","FACE-WITH-STUCK-OUT-TONGUE":"😛","FACE-WITH-STUCK-OUT-TONGUE-AND-WINKING-EYE":"😜","FACE-WITH-STUCK-OUT-TONGUE-AND-TIGHTLY-CLOSED-EYE":"😝S","DISAPPOINTED-FACE":"😞","WORRIED-FACE":"😟","ANGRY-FACE":"😠","POUTING-FACE":"😡","CRYING-FACE":"😢","PERSEVERING-FACE":"😣","FACE-WITH-LOOK-OF-TRIUMPH":"😤","DISAPPOINTED-BUT-RELIEVED-FACE":"😥","FROWNING-FACE-WITH-OPEN-MOUTH":"😦","ANGUISHED-FACE":"😧","FEARFUL-FACE":"😨","WEARY-FACE":"😩","SLEEPY-FACE":"😪","TIRED-FACE":"😫","GRIMACING-FACE":"😬","LOUDLY-CRYING-FACE":"😭","FACE-WITH-OPEN-MOUTH":"😮","HUSHED-FACE":"😯","FACE-WITH-OPEN-MOUTH-AND-COLD-SWEAT":"😰","FACE-SCREAMING-IN-FEAR":"😱","ASTONISHED-FACE":"😲","FLUSHED-FACE":"😳","SLEEPING-FACE":"😴","DIZZY-FACE":"😵","FACE-WITHOUT-MOUTH":"😶","FACE-WITH-MEDICAL-MASK":"😷"},N=class{constructor(I){E(this,I),this.size="xs"}render(){return I(A,null,I("span",{class:{[this.size]:Boolean(this.size)}},C[this.mood]))}};N.style=":host{display:inline-block}span.xs{font-size:1em}span.sm{font-size:2em}span.md{font-size:3em}span.lg{font-size:4em}";export{N as sparkle_emoji}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as s,h as t,H as r}from"./p-ee1e0eb4.js";const e=class{constructor(t){s(this,t),this.selected=!1}hostData(){return{role:"tabpanel",class:{"Tabs-tab":!0}}}__stencil_render(){return t("slot",null)}render(){return t(r,this.hostData(),this.__stencil_render())}};export{e as sparkle_tab}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as s,h as r,H as e}from"./p-ee1e0eb4.js";const l=class{constructor(r){s(this,r)}render(){return r(e,null,r("slot",null))}};l.style=":host{display:block}";export{l as sparkle_gww_graph}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as o,i as t,h as i,H as n,e as r}from"./p-ee1e0eb4.js";import{g as a}from"./p-871106e0.js";const e=class{constructor(i){o(this,i),this.ionChange=t(this,"ionChange",7),this.animated=!0,this.disabled=!1,this.readonly=!1,this.expand="compact"}valueChanged(){const{value:o,multiple:t}=this;!t&&Array.isArray(o)?this.value=o[0]:this.ionChange.emit({value:this.value})}async disabledChanged(){const{disabled:o}=this,t=await this.getAccordions();for(const i of t)i.disabled=o}async readonlyChanged(){const{readonly:o}=this,t=await this.getAccordions();for(const i of t)i.readonly=o}async onKeydown(o){const t=document.activeElement;if(!t)return;if(!t.closest('ion-accordion [slot="header"]'))return;const i="ION-ACCORDION"===t.tagName?t:t.closest("ion-accordion");if(!i)return;if(i.closest("ion-accordion-group")!==this.el)return;const n=await this.getAccordions(),r=n.findIndex((o=>o===i));if(-1===r)return;let a;"ArrowDown"===o.key?a=this.findNextAccordion(n,r):"ArrowUp"===o.key?a=this.findPreviousAccordion(n,r):"Home"===o.key?a=n[0]:"End"===o.key&&(a=n[n.length-1]),void 0!==a&&a!==t&&a.focus()}async componentDidLoad(){this.disabled&&this.disabledChanged(),this.readonly&&this.readonlyChanged()}async requestAccordionToggle(o,t){const{multiple:i,value:n,readonly:r,disabled:a}=this;if(!r&&!a)if(t)if(i){const t=n||[],i=Array.isArray(t)?t:[t];void 0===i.find((t=>t===o))&&void 0!==o&&(this.value=[...i,o])}else this.value=o;else if(i){const t=n||[],i=Array.isArray(t)?t:[t];this.value=i.filter((t=>t!==o))}else this.value=void 0}findNextAccordion(o,t){const i=o[t+1];return void 0===i?o[0]:i}findPreviousAccordion(o,t){const i=o[t-1];return void 0===i?o[o.length-1]:i}async getAccordions(){return Array.from(this.el.querySelectorAll(":scope > ion-accordion"))}render(){const{disabled:o,readonly:t,expand:r}=this,e=a(this);return i(n,{class:{[e]:!0,"accordion-group-disabled":o,"accordion-group-readonly":t,[`accordion-group-expand-${r}`]:!0},role:"presentation"},i("slot",null))}get el(){return r(this)}static get watchers(){return{value:["valueChanged"],disabled:["disabledChanged"],readonly:["readonlyChanged"]}}};e.style={ios:":host{display:block}:host(.accordion-group-expand-inset){margin-left:16px;margin-right:16px;margin-top:16px;margin-bottom:16px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.accordion-group-expand-inset){margin-left:unset;margin-right:unset;-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px}}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){border-bottom:none}",md:":host{display:block}:host(.accordion-group-expand-inset){margin-left:16px;margin-right:16px;margin-top:16px;margin-bottom:16px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.accordion-group-expand-inset){margin-left:unset;margin-right:unset;-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px}}:host(.accordion-group-expand-inset) ::slotted(ion-accordion){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;border-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-previous){border-bottom-right-radius:6px;border-bottom-left-radius:6px}:host-context([dir=rtl]):host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-previous),:host-context([dir=rtl]).accordion-group-expand-inset ::slotted(ion-accordion.accordion-previous){border-bottom-right-radius:6px;border-bottom-left-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-next){border-top-left-radius:6px;border-top-right-radius:6px}:host-context([dir=rtl]):host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-next),:host-context([dir=rtl]).accordion-group-expand-inset ::slotted(ion-accordion.accordion-next){border-top-left-radius:6px;border-top-right-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion):first-of-type{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}"};export{e as ion_accordion_group}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import{r as i,i as r,h as o,H as t,e}from"./p-ee1e0eb4.js";import{g as n}from"./p-871106e0.js";import{B as a,i as s,p as c,b as d,d as p,e as l,s as h}from"./p-ff7a8a71.js";import{g}from"./p-0e4de1d0.js";import{c as b}from"./p-48f72e63.js";import"./p-add30d46.js";import"./p-d68092b7.js";
|
2
|
+
/*!
|
3
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
4
|
+
*/const k=i=>{const r=b(),o=b(),t=b();return o.addElement(i.querySelector("ion-backdrop")).fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]),t.addElement(i.querySelector(".picker-wrapper")).fromTo("transform","translateY(100%)","translateY(0%)"),r.addElement(i).easing("cubic-bezier(.36,.66,.04,1)").duration(400).addAnimation([o,t])},m=i=>{const r=b(),o=b(),t=b();return o.addElement(i.querySelector("ion-backdrop")).fromTo("opacity","var(--backdrop-opacity)",.01),t.addElement(i.querySelector(".picker-wrapper")).fromTo("transform","translateY(0%)","translateY(100%)"),r.addElement(i).easing("cubic-bezier(.36,.66,.04,1)").duration(400).addAnimation([o,t])},u=class{constructor(o){i(this,o),this.didPresent=r(this,"ionPickerDidPresent",7),this.willPresent=r(this,"ionPickerWillPresent",7),this.willDismiss=r(this,"ionPickerWillDismiss",7),this.didDismiss=r(this,"ionPickerDidDismiss",7),this.presented=!1,this.keyboardClose=!0,this.buttons=[],this.columns=[],this.duration=0,this.showBackdrop=!0,this.backdropDismiss=!0,this.animated=!0,this.onBackdropTap=()=>{this.dismiss(void 0,a)},this.dispatchCancelHandler=i=>{if(s(i.detail.role)){const i=this.buttons.find((i=>"cancel"===i.role));this.callButtonHandler(i)}}}connectedCallback(){c(this.el)}async present(){await d(this,"pickerEnter",k,k,void 0),this.duration>0&&(this.durationTimeout=setTimeout((()=>this.dismiss()),this.duration))}dismiss(i,r){return this.durationTimeout&&clearTimeout(this.durationTimeout),p(this,i,r,"pickerLeave",m,m)}onDidDismiss(){return l(this.el,"ionPickerDidDismiss")}onWillDismiss(){return l(this.el,"ionPickerWillDismiss")}getColumn(i){return Promise.resolve(this.columns.find((r=>r.name===i)))}async buttonClick(i){const r=i.role;return s(r)?this.dismiss(void 0,r):await this.callButtonHandler(i)?this.dismiss(this.getSelected(),i.role):Promise.resolve()}async callButtonHandler(i){return!i||!1!==await h(i.handler,this.getSelected())}getSelected(){const i={};return this.columns.forEach(((r,o)=>{const t=void 0!==r.selectedIndex?r.options[r.selectedIndex]:void 0;i[r.name]={text:t?t.text:void 0,value:t?t.value:void 0,columnIndex:o}})),i}render(){const{htmlAttributes:i}=this,r=n(this);return o(t,Object.assign({"aria-modal":"true",tabindex:"-1"},i,{style:{zIndex:`${2e4+this.overlayIndex}`},class:Object.assign({[r]:!0,[`picker-${r}`]:!0,"overlay-hidden":!0},g(this.cssClass)),onIonBackdropTap:this.onBackdropTap,onIonPickerWillDismiss:this.dispatchCancelHandler}),o("ion-backdrop",{visible:this.showBackdrop,tappable:this.backdropDismiss}),o("div",{tabindex:"0"}),o("div",{class:"picker-wrapper ion-overlay-wrapper",role:"dialog"},o("div",{class:"picker-toolbar"},this.buttons.map((i=>o("div",{class:v(i)},o("button",{type:"button",onClick:()=>this.buttonClick(i),class:f(i)},i.text))))),o("div",{class:"picker-columns"},o("div",{class:"picker-above-highlight"}),this.presented&&this.columns.map((i=>o("ion-picker-column",{col:i}))),o("div",{class:"picker-below-highlight"}))),o("div",{tabindex:"0"}))}get el(){return e(this)}},v=i=>({[`picker-toolbar-${i.role}`]:void 0!==i.role,"picker-toolbar-button":!0}),f=i=>Object.assign({"picker-button":!0,"ion-activatable":!0},g(i.cssClass));
|
5
|
+
/*!
|
6
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
7
|
+
*/u.style={ios:".sc-ion-picker-ios-h{--border-radius:0;--border-style:solid;--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--max-height:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;top:0;display:block;position:absolute;width:100%;height:100%;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;user-select:none;z-index:1001}[dir=rtl].sc-ion-picker-ios-h,[dir=rtl] .sc-ion-picker-ios-h{left:unset;right:unset;right:0}.overlay-hidden.sc-ion-picker-ios-h{display:none}.picker-wrapper.sc-ion-picker-ios{border-radius:var(--border-radius);left:0;right:0;bottom:0;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;transform:translate3d(0, 100%, 0);display:flex;position:absolute;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);contain:strict;overflow:hidden;z-index:10}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.picker-wrapper.sc-ion-picker-ios{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}.picker-toolbar.sc-ion-picker-ios{width:100%;background:transparent;contain:strict;z-index:1}.picker-button.sc-ion-picker-ios{border:0;font-family:inherit}.picker-button.sc-ion-picker-ios:active,.picker-button.sc-ion-picker-ios:focus{outline:none}.picker-columns.sc-ion-picker-ios{display:flex;position:relative;justify-content:center;margin-bottom:var(--ion-safe-area-bottom, 0);contain:strict;direction:ltr;overflow:hidden}.picker-above-highlight.sc-ion-picker-ios,.picker-below-highlight.sc-ion-picker-ios{display:none;pointer-events:none}.sc-ion-picker-ios-h{--background:var(--ion-background-color, #fff);--border-width:1px 0 0;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));--height:260px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.26);color:var(--ion-item-color, var(--ion-text-color, #000))}.picker-toolbar.sc-ion-picker-ios{display:flex;height:44px;border-bottom:0.55px solid var(--border-color)}.picker-toolbar-button.sc-ion-picker-ios{flex:1;text-align:end}.picker-toolbar-button.sc-ion-picker-ios:last-child .picker-button.sc-ion-picker-ios{font-weight:600}.picker-toolbar-button.sc-ion-picker-ios:first-child{font-weight:normal;text-align:start}.picker-button.sc-ion-picker-ios,.picker-button.ion-activated.sc-ion-picker-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:1em;padding-right:1em;padding-top:0;padding-bottom:0;height:44px;background:transparent;color:var(--ion-color-primary, #3880ff);font-size:16px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.picker-button.sc-ion-picker-ios,.picker-button.ion-activated.sc-ion-picker-ios{padding-left:unset;padding-right:unset;-webkit-padding-start:1em;padding-inline-start:1em;-webkit-padding-end:1em;padding-inline-end:1em}}.picker-columns.sc-ion-picker-ios{height:215px;perspective:1000px}.picker-above-highlight.sc-ion-picker-ios{left:0;top:0;transform:translate3d(0, 0, 90px);display:block;position:absolute;width:100%;height:81px;border-bottom:1px solid var(--border-color);background:linear-gradient(to bottom, var(--background, var(--ion-background-color, #fff)) 20%, rgba(var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255)), 0.8) 100%);z-index:10}[dir=rtl].sc-ion-picker-ios .picker-above-highlight.sc-ion-picker-ios,[dir=rtl].sc-ion-picker-ios-h .picker-above-highlight.sc-ion-picker-ios,[dir=rtl] .sc-ion-picker-ios-h .picker-above-highlight.sc-ion-picker-ios{left:unset;right:unset;right:0}.picker-below-highlight.sc-ion-picker-ios{left:0;top:115px;transform:translate3d(0, 0, 90px);display:block;position:absolute;width:100%;height:119px;border-top:1px solid var(--border-color);background:linear-gradient(to top, var(--background, var(--ion-background-color, #fff)) 30%, rgba(var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255)), 0.8) 100%);z-index:11}[dir=rtl].sc-ion-picker-ios .picker-below-highlight.sc-ion-picker-ios,[dir=rtl].sc-ion-picker-ios-h .picker-below-highlight.sc-ion-picker-ios,[dir=rtl] .sc-ion-picker-ios-h .picker-below-highlight.sc-ion-picker-ios{left:unset;right:unset;right:0}",md:".sc-ion-picker-md-h{--border-radius:0;--border-style:solid;--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--max-height:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;top:0;display:block;position:absolute;width:100%;height:100%;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;user-select:none;z-index:1001}[dir=rtl].sc-ion-picker-md-h,[dir=rtl] .sc-ion-picker-md-h{left:unset;right:unset;right:0}.overlay-hidden.sc-ion-picker-md-h{display:none}.picker-wrapper.sc-ion-picker-md{border-radius:var(--border-radius);left:0;right:0;bottom:0;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;transform:translate3d(0, 100%, 0);display:flex;position:absolute;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);contain:strict;overflow:hidden;z-index:10}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.picker-wrapper.sc-ion-picker-md{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}.picker-toolbar.sc-ion-picker-md{width:100%;background:transparent;contain:strict;z-index:1}.picker-button.sc-ion-picker-md{border:0;font-family:inherit}.picker-button.sc-ion-picker-md:active,.picker-button.sc-ion-picker-md:focus{outline:none}.picker-columns.sc-ion-picker-md{display:flex;position:relative;justify-content:center;margin-bottom:var(--ion-safe-area-bottom, 0);contain:strict;direction:ltr;overflow:hidden}.picker-above-highlight.sc-ion-picker-md,.picker-below-highlight.sc-ion-picker-md{display:none;pointer-events:none}.sc-ion-picker-md-h{--background:var(--ion-background-color, #fff);--border-width:0.55px 0 0;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));--height:260px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.26);color:var(--ion-item-color, var(--ion-text-color, #000))}.picker-toolbar.sc-ion-picker-md{display:flex;justify-content:flex-end;height:44px}.picker-button.sc-ion-picker-md,.picker-button.ion-activated.sc-ion-picker-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:1.1em;padding-right:1.1em;padding-top:0;padding-bottom:0;height:44px;background:transparent;color:var(--ion-color-primary, #3880ff);font-size:14px;font-weight:500;text-transform:uppercase;box-shadow:none}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.picker-button.sc-ion-picker-md,.picker-button.ion-activated.sc-ion-picker-md{padding-left:unset;padding-right:unset;-webkit-padding-start:1.1em;padding-inline-start:1.1em;-webkit-padding-end:1.1em;padding-inline-end:1.1em}}.picker-columns.sc-ion-picker-md{height:216px;perspective:1800px}.picker-above-highlight.sc-ion-picker-md{left:0;top:0;transform:translate3d(0, 0, 90px);position:absolute;width:100%;height:81px;border-bottom:1px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));background:linear-gradient(to bottom, var(--ion-background-color, #fff) 20%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 100%);z-index:10}[dir=rtl].sc-ion-picker-md .picker-above-highlight.sc-ion-picker-md,[dir=rtl].sc-ion-picker-md-h .picker-above-highlight.sc-ion-picker-md,[dir=rtl] .sc-ion-picker-md-h .picker-above-highlight.sc-ion-picker-md{left:unset;right:unset;right:0}.picker-below-highlight.sc-ion-picker-md{left:0;top:115px;transform:translate3d(0, 0, 90px);position:absolute;width:100%;height:119px;border-top:1px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));background:linear-gradient(to top, var(--ion-background-color, #fff) 30%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 100%);z-index:11}[dir=rtl].sc-ion-picker-md .picker-below-highlight.sc-ion-picker-md,[dir=rtl].sc-ion-picker-md-h .picker-below-highlight.sc-ion-picker-md,[dir=rtl] .sc-ion-picker-md-h .picker-below-highlight.sc-ion-picker-md{left:unset;right:unset;right:0}"};export{u as ion_picker}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import{r as i,i as n,h as o,H as t,e as a}from"./p-ee1e0eb4.js";import{g as s,c as e}from"./p-871106e0.js";import{B as r,p as d,b as p,d as l,e as c}from"./p-ff7a8a71.js";import{s as g}from"./p-7d8427eb.js";import{g as h}from"./p-0e4de1d0.js";import{c as m}from"./p-48f72e63.js";import"./p-add30d46.js";import"./p-d68092b7.js";
|
2
|
+
/*!
|
3
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
4
|
+
*/const f=i=>{const n=m(),o=m(),t=m();return o.addElement(i.querySelector("ion-backdrop")).fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]),t.addElement(i.querySelector(".loading-wrapper")).keyframes([{offset:0,opacity:.01,transform:"scale(1.1)"},{offset:1,opacity:1,transform:"scale(1)"}]),n.addElement(i).easing("ease-in-out").duration(200).addAnimation([o,t])},b=i=>{const n=m(),o=m(),t=m();return o.addElement(i.querySelector("ion-backdrop")).fromTo("opacity","var(--backdrop-opacity)",0),t.addElement(i.querySelector(".loading-wrapper")).keyframes([{offset:0,opacity:.99,transform:"scale(1)"},{offset:1,opacity:0,transform:"scale(0.9)"}]),n.addElement(i).easing("ease-in-out").duration(200).addAnimation([o,t])},u=i=>{const n=m(),o=m(),t=m();return o.addElement(i.querySelector("ion-backdrop")).fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]),t.addElement(i.querySelector(".loading-wrapper")).keyframes([{offset:0,opacity:.01,transform:"scale(1.1)"},{offset:1,opacity:1,transform:"scale(1)"}]),n.addElement(i).easing("ease-in-out").duration(200).addAnimation([o,t])},x=i=>{const n=m(),o=m(),t=m();return o.addElement(i.querySelector("ion-backdrop")).fromTo("opacity","var(--backdrop-opacity)",0),t.addElement(i.querySelector(".loading-wrapper")).keyframes([{offset:0,opacity:.99,transform:"scale(1)"},{offset:1,opacity:0,transform:"scale(0.9)"}]),n.addElement(i).easing("ease-in-out").duration(200).addAnimation([o,t])},v=class{constructor(o){i(this,o),this.didPresent=n(this,"ionLoadingDidPresent",7),this.willPresent=n(this,"ionLoadingWillPresent",7),this.willDismiss=n(this,"ionLoadingWillDismiss",7),this.didDismiss=n(this,"ionLoadingDidDismiss",7),this.presented=!1,this.keyboardClose=!0,this.duration=0,this.backdropDismiss=!1,this.showBackdrop=!0,this.translucent=!1,this.animated=!0,this.onBackdropTap=()=>{this.dismiss(void 0,r)}}connectedCallback(){d(this.el)}componentWillLoad(){if(void 0===this.spinner){const i=s(this);this.spinner=e.get("loadingSpinner",e.get("spinner","ios"===i?"lines":"crescent"))}}async present(){await p(this,"loadingEnter",f,u,void 0),this.duration>0&&(this.durationTimeout=setTimeout((()=>this.dismiss()),this.duration+10))}dismiss(i,n){return this.durationTimeout&&clearTimeout(this.durationTimeout),l(this,i,n,"loadingLeave",b,x)}onDidDismiss(){return c(this.el,"ionLoadingDidDismiss")}onWillDismiss(){return c(this.el,"ionLoadingWillDismiss")}render(){const{message:i,spinner:n,htmlAttributes:a}=this,e=s(this);return o(t,Object.assign({tabindex:"-1"},a,{style:{zIndex:`${4e4+this.overlayIndex}`},onIonBackdropTap:this.onBackdropTap,class:Object.assign(Object.assign({},h(this.cssClass)),{[e]:!0,"overlay-hidden":!0,"loading-translucent":this.translucent})}),o("ion-backdrop",{visible:this.showBackdrop,tappable:this.backdropDismiss}),o("div",{tabindex:"0"}),o("div",{class:"loading-wrapper ion-overlay-wrapper",role:"dialog"},n&&o("div",{class:"loading-spinner"},o("ion-spinner",{name:n,"aria-hidden":"true"})),i&&o("div",{class:"loading-content",innerHTML:g(i)})),o("div",{tabindex:"0"}))}get el(){return a(this)}};
|
5
|
+
/*!
|
6
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
7
|
+
*/v.style={ios:".sc-ion-loading-ios-h{--min-width:auto;--width:auto;--min-height:auto;--height:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:flex;position:fixed;align-items:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;touch-action:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-loading-ios-h{display:none}.loading-wrapper.sc-ion-loading-ios{display:flex;align-items:inherit;justify-content:inherit;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);opacity:0;z-index:10}ion-spinner.sc-ion-loading-ios{color:var(--spinner-color)}.sc-ion-loading-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--max-width:270px;--max-height:90%;--spinner-color:var(--ion-color-step-600, #666666);--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);color:var(--ion-text-color, #000);font-size:14px}.loading-wrapper.sc-ion-loading-ios{border-radius:8px;padding-left:34px;padding-right:34px;padding-top:24px;padding-bottom:24px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.loading-wrapper.sc-ion-loading-ios{padding-left:unset;padding-right:unset;-webkit-padding-start:34px;padding-inline-start:34px;-webkit-padding-end:34px;padding-inline-end:34px}}@supports (backdrop-filter: blur(0)){.loading-translucent.sc-ion-loading-ios-h .loading-wrapper.sc-ion-loading-ios{background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8);backdrop-filter:saturate(180%) blur(20px)}}.loading-content.sc-ion-loading-ios{font-weight:bold}.loading-spinner.sc-ion-loading-ios+.loading-content.sc-ion-loading-ios{margin-left:16px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.loading-spinner.sc-ion-loading-ios+.loading-content.sc-ion-loading-ios{margin-left:unset;-webkit-margin-start:16px;margin-inline-start:16px}}",md:".sc-ion-loading-md-h{--min-width:auto;--width:auto;--min-height:auto;--height:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:flex;position:fixed;align-items:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;touch-action:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-loading-md-h{display:none}.loading-wrapper.sc-ion-loading-md{display:flex;align-items:inherit;justify-content:inherit;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);opacity:0;z-index:10}ion-spinner.sc-ion-loading-md{color:var(--spinner-color)}.sc-ion-loading-md-h{--background:var(--ion-color-step-50, #f2f2f2);--max-width:280px;--max-height:90%;--spinner-color:var(--ion-color-primary, #3880ff);--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);color:var(--ion-color-step-850, #262626);font-size:14px}.loading-wrapper.sc-ion-loading-md{border-radius:2px;padding-left:24px;padding-right:24px;padding-top:24px;padding-bottom:24px;box-shadow:0 16px 20px rgba(0, 0, 0, 0.4)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.loading-wrapper.sc-ion-loading-md{padding-left:unset;padding-right:unset;-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px}}.loading-spinner.sc-ion-loading-md+.loading-content.sc-ion-loading-md{margin-left:16px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.loading-spinner.sc-ion-loading-md+.loading-content.sc-ion-loading-md{margin-left:unset;-webkit-margin-start:16px;margin-inline-start:16px}}"};export{v as ion_loading}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as o,i as t,h as r,H as n,e as a}from"./p-ee1e0eb4.js";import{h as i}from"./p-4c6a7e52.js";import{g as e}from"./p-871106e0.js";import{i as s}from"./p-d68092b7.js";import{h as c,o as d,c as l}from"./p-0e4de1d0.js";const b=class{constructor(r){o(this,r),this.ionFocus=t(this,"ionFocus",7),this.ionBlur=t(this,"ionBlur",7),this.fab=null,this.inheritedAttributes={},this.activated=!1,this.disabled=!1,this.routerDirection="forward",this.show=!1,this.translucent=!1,this.type="button",this.closeIcon=i,this.onFocus=()=>{this.ionFocus.emit()},this.onBlur=()=>{this.ionBlur.emit()},this.onClick=()=>{const{fab:o}=this;o&&o.toggle()}}connectedCallback(){this.fab=this.el.closest("ion-fab")}componentWillLoad(){this.inheritedAttributes=s(this.el)}render(){const{el:o,disabled:t,color:a,href:i,activated:s,show:b,translucent:u,size:g,inheritedAttributes:p}=this,h=c("ion-fab-list",o),v=e(this),f=void 0===i?"button":"a",m="button"===f?{type:this.type}:{download:this.download,href:i,rel:this.rel,target:this.target};return r(n,{onClick:this.onClick,"aria-disabled":t?"true":null,class:l(a,{[v]:!0,"fab-button-in-list":h,"fab-button-translucent-in-list":h&&u,"fab-button-close-active":s,"fab-button-show":b,"fab-button-disabled":t,"fab-button-translucent":u,"ion-activatable":!0,"ion-focusable":!0,[`fab-button-${g}`]:void 0!==g})},r(f,Object.assign({},m,{class:"button-native",part:"native",disabled:t,onFocus:this.onFocus,onBlur:this.onBlur,onClick:o=>d(i,o,this.routerDirection,this.routerAnimation)},p),r("ion-icon",{icon:this.closeIcon,part:"close-icon",class:"close-icon",lazy:!1}),r("span",{class:"button-inner"},r("slot",null)),"md"===v&&r("ion-ripple-effect",null)))}get el(){return a(this)}};b.style={ios:':host{--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--background-hover:var(--ion-color-primary-contrast, #fff);--background-hover-opacity:.08;--transition:background-color, opacity 100ms linear;--ripple-color:currentColor;--border-radius:50%;--border-width:0;--border-style:none;--border-color:initial;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:56px;height:56px;font-size:14px;text-align:center;text-overflow:ellipsis;text-transform:none;white-space:nowrap;font-kerning:none}.button-native{border-radius:var(--border-radius);padding-left:var(--padding-start);padding-right:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:block;position:relative;width:100%;height:100%;transform:var(--transform);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);background-clip:padding-box;color:var(--color);box-shadow:var(--box-shadow);contain:strict;cursor:pointer;overflow:hidden;z-index:0;appearance:none;box-sizing:border-box}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.button-native{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end)}}::slotted(ion-icon){line-height:1}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{left:0;right:0;top:0;display:flex;position:absolute;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;height:100%;transition:all ease-in-out 300ms;transition-property:transform, opacity;z-index:1}:host(.fab-button-disabled){cursor:default;opacity:0.5;pointer-events:none}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-activated) .button-native{color:var(--color-activated)}:host(.ion-activated) .button-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}::slotted(ion-icon){line-height:1}:host(.fab-button-small){margin-left:8px;margin-right:8px;margin-top:8px;margin-bottom:8px;width:40px;height:40px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.fab-button-small){margin-left:unset;margin-right:unset;-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px}}.close-icon{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;left:0;right:0;top:0;position:absolute;height:100%;transform:scale(0.4) rotateZ(-45deg);transition:all ease-in-out 300ms;transition-property:transform, opacity;font-size:var(--close-icon-font-size);opacity:0;z-index:1}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.close-icon{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}:host(.fab-button-close-active) .close-icon{transform:scale(1) rotateZ(0deg);opacity:1}:host(.fab-button-close-active) .button-inner{transform:scale(0.4) rotateZ(45deg);opacity:0}ion-ripple-effect{color:var(--ripple-color)}@supports (backdrop-filter: blur(0)){:host(.fab-button-translucent) .button-native{backdrop-filter:var(--backdrop-filter)}}:host(.ion-color) .button-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{--background:var(--ion-color-primary, #3880ff);--background-activated:var(--ion-color-primary-shade, #3171e0);--background-focused:var(--ion-color-primary-shade, #3171e0);--background-hover:var(--ion-color-primary-tint, #4c8dff);--background-activated-opacity:1;--background-focused-opacity:1;--background-hover-opacity:1;--color:var(--ion-color-primary-contrast, #fff);--box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);--transition:0.2s transform cubic-bezier(0.25, 1.11, 0.78, 1.59);--close-icon-font-size:28px}:host(.ion-activated){--box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);--transform:scale(1.1);--transition:0.2s transform ease-out}::slotted(ion-icon){font-size:28px}:host(.fab-button-in-list){--background:var(--ion-color-light, #f4f5f8);--background-activated:var(--ion-color-light-shade, #d7d8da);--background-focused:var(--background-activated);--background-hover:var(--ion-color-light-tint, #f5f6f9);--color:var(--ion-color-light-contrast, #000);--color-activated:var(--ion-color-light-contrast, #000);--color-focused:var(--color-activated);--transition:transform 200ms ease 10ms, opacity 200ms ease 10ms}:host(.fab-button-in-list) ::slotted(ion-icon){font-size:18px}:host(.ion-color.ion-focused) .button-native::after{background:var(--ion-color-shade)}:host(.ion-color.ion-focused) .button-native,:host(.ion-color.ion-activated) .button-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .button-native::after,:host(.ion-color.ion-activated) .button-native::after{background:var(--ion-color-shade)}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-contrast)}:host(.ion-color:hover) .button-native::after{background:var(--ion-color-tint)}}@supports (backdrop-filter: blur(0)){:host(.fab-button-translucent){--background:rgba(var(--ion-color-primary-rgb, 56, 128, 255), 0.9);--background-hover:rgba(var(--ion-color-primary-rgb, 56, 128, 255), 0.8);--background-focused:rgba(var(--ion-color-primary-rgb, 56, 128, 255), 0.82);--backdrop-filter:saturate(180%) blur(20px)}:host(.fab-button-translucent-in-list){--background:rgba(var(--ion-color-light-rgb, 244, 245, 248), 0.9);--background-hover:rgba(var(--ion-color-light-rgb, 244, 245, 248), 0.8);--background-focused:rgba(var(--ion-color-light-rgb, 244, 245, 248), 0.82)}}@supports (backdrop-filter: blur(0)){@media (any-hover: hover){:host(.fab-button-translucent.ion-color:hover) .button-native{background:rgba(var(--ion-color-base-rgb), 0.8)}}:host(.ion-color.fab-button-translucent) .button-native{background:rgba(var(--ion-color-base-rgb), 0.9)}:host(.ion-color.ion-focused.fab-button-translucent) .button-native,:host(.ion-color.ion-activated.fab-button-translucent) .button-native{background:var(--ion-color-base)}}',md:':host{--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--background-hover:var(--ion-color-primary-contrast, #fff);--background-hover-opacity:.08;--transition:background-color, opacity 100ms linear;--ripple-color:currentColor;--border-radius:50%;--border-width:0;--border-style:none;--border-color:initial;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:56px;height:56px;font-size:14px;text-align:center;text-overflow:ellipsis;text-transform:none;white-space:nowrap;font-kerning:none}.button-native{border-radius:var(--border-radius);padding-left:var(--padding-start);padding-right:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:block;position:relative;width:100%;height:100%;transform:var(--transform);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);background-clip:padding-box;color:var(--color);box-shadow:var(--box-shadow);contain:strict;cursor:pointer;overflow:hidden;z-index:0;appearance:none;box-sizing:border-box}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.button-native{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end)}}::slotted(ion-icon){line-height:1}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{left:0;right:0;top:0;display:flex;position:absolute;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;height:100%;transition:all ease-in-out 300ms;transition-property:transform, opacity;z-index:1}:host(.fab-button-disabled){cursor:default;opacity:0.5;pointer-events:none}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-activated) .button-native{color:var(--color-activated)}:host(.ion-activated) .button-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}::slotted(ion-icon){line-height:1}:host(.fab-button-small){margin-left:8px;margin-right:8px;margin-top:8px;margin-bottom:8px;width:40px;height:40px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){:host(.fab-button-small){margin-left:unset;margin-right:unset;-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px}}.close-icon{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;left:0;right:0;top:0;position:absolute;height:100%;transform:scale(0.4) rotateZ(-45deg);transition:all ease-in-out 300ms;transition-property:transform, opacity;font-size:var(--close-icon-font-size);opacity:0;z-index:1}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.close-icon{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}:host(.fab-button-close-active) .close-icon{transform:scale(1) rotateZ(0deg);opacity:1}:host(.fab-button-close-active) .button-inner{transform:scale(0.4) rotateZ(45deg);opacity:0}ion-ripple-effect{color:var(--ripple-color)}@supports (backdrop-filter: blur(0)){:host(.fab-button-translucent) .button-native{backdrop-filter:var(--backdrop-filter)}}:host(.ion-color) .button-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{--background:var(--ion-color-primary, #3880ff);--background-activated:transparent;--background-focused:currentColor;--background-hover:currentColor;--background-activated-opacity:0;--background-focused-opacity:.24;--background-hover-opacity:.08;--color:var(--ion-color-primary-contrast, #fff);--box-shadow:0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);--transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), background-color 280ms cubic-bezier(0.4, 0, 0.2, 1), color 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;--close-icon-font-size:24px}:host(.ion-activated){--box-shadow:0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12)}::slotted(ion-icon){font-size:24px}:host(.fab-button-in-list){--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);--color-activated:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);--color-focused:var(--color-activated);--background:var(--ion-color-light, #f4f5f8);--background-activated:transparent;--background-focused:var(--ion-color-light-shade, #d7d8da);--background-hover:var(--ion-color-light-tint, #f5f6f9)}:host(.fab-button-in-list) ::slotted(ion-icon){font-size:18px}:host(.ion-color.ion-focused) .button-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .button-native::after{background:var(--ion-color-contrast)}:host(.ion-color.ion-activated) .button-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activated) .button-native::after{background:transparent}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-contrast)}:host(.ion-color:hover) .button-native::after{background:var(--ion-color-contrast)}}'};export{b as ion_fab_button}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as i,i as e,h as s,e as t}from"./p-ee1e0eb4.js";import{A as r}from"./p-408176ba.js";import{E as n}from"./p-bd90903e.js";const a=class{constructor(s){i(this,s),this.quizAnswerChanged=e(this,"quizAnswerChanged",7)}async loadQuestion(){this.quizData&&(this.question=this.quizData[+this.questionId])}async componentWillLoad(){}async componentDidLoad(){const i=n.getInstance().get("sparkle");this.quizData=await r.getInstance().loadJsonFile(i.quizPath),await this.loadQuestion(),this.quizAnswerChanged.emit({question:null,answer:"1"})}quizInputChangeHandler(i){this.quizAnswerChanged.emit({question:i.detail.question,answer:i.detail.value})}quizFeedbackChangeHandler(i){this.quizAnswerChanged.emit({question:i.detail.question,answer:i.detail.value})}quizSelectChangeHandler(i){this.quizAnswerChanged.emit({question:i.detail.question,answer:i.detail.value})}quizOpinionChangeHandler(i){this.quizAnswerChanged.emit({question:i.detail.question,answer:i.detail.value})}getQuestionFeedback(){if("MULTIPLE-CHOICE"==this.question.questionType){const i=this.question.options.filter((i=>1==i.correct)).map((i=>i.feedback));return i.length>0&&i.map((i=>s("small",null,i)))}if("FEEDBACK"==this.question.questionType||"TEXT"==this.question.questionType)return this.question.feedback&&s("small",null," ",this.question.feedback)}showAnswerStatus(){return s("div",null,s("strong",null,this.correct?"Good job!":"Incorrect answer, please try again."))}renderQuestion(){return"MULTIPLE-CHOICE"==this.question.questionType?s("sparkle-quiz-select",{question:this.question,allowMultiple:!0}):"FEEDBACK"==this.question.questionType?s("sparkle-quiz-feedback",{question:this.question}):"TEXT"==this.question.questionType?s("sparkle-quiz-input",{question:this.question}):"OPINION"==this.question.questionType?s("sparkle-quiz-opinion",{question:this.question}):"POLL"==this.question.questionType?s("sparkle-quiz-poll",{question:this.question}):void 0}render(){return this.question?s("div",{class:{correct:this.submitted&&this.correct,incorrect:this.submitted&&!this.correct}},this.renderQuestion(),this.submitted&&this.showInstantResult&&s("div",{class:"feedback-container"},[this.showAnswerStatus(),this.getQuestionFeedback()])):s("p",null,"No question found.")}get el(){return t(this)}static get watchers(){return{questionId:["loadQuestion"]}}};a.style="sparkle-quiz-v1{display:block;font-family:var(--font-family);--sparkle-quiz-question-container-padding:10px 0px;--sparkle-quiz-question-container-margin:0px;--sparkle-quiz-question-text-padding:10px 0px;--sparkle-quiz-option-border:2px solid var(--line-rule-color);--sparkle-quiz-selected-option-border:2px solid var(--text-color--dark);--sparkle-quiz-option-border-radius:4px;--sparkle-quiz-option-padding:5px 10px;--sparkle-quiz-option-width:100%;--sparkle-quiz-error-bg-color:#fbaeae;--sparkle-quiz-success-bg-color:#fbaeae;padding:var(--sparkle-quiz-question-container-padding);margin:var(--sparkle-quiz-question-container-margin)}.question-text{padding:var(--sparkle-quiz-question-text-padding)}.option{padding:5px 0px}.number{padding:0px 14px;border:1px solid #ebebeb;border-radius:4px;margin-right:10px;font-size:14px;width:14px;display:inline-flex;justify-content:center}.feedback-container{padding:10px;border-radius:4px}.incorrect .feedback-container{background-color:var(--sparkle-quiz-error-bg-color, #fbaeae)}.correct .feedback-container{background-color:var(--sparkle-quiz-success-bg-color, #fbaeae)}";export{a as sparkle_quiz}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import{m as t}from"./p-d68092b7.js";import{i as o}from"./p-506221fe.js";import{createGesture as r}from"./p-e9431eeb.js";import"./p-076f0239.js";
|
2
|
+
/*!
|
3
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
4
|
+
*/const e=(e,s,n,a,p)=>{const i=e.ownerDocument.defaultView,m=o(e),c=t=>m?-t.deltaX:t.deltaX;return r({el:e,gestureName:"goback-swipe",gesturePriority:40,threshold:10,canStart:t=>(t=>{const{startX:o}=t;return m?o>=i.innerWidth-50:o<=50})(t)&&s(),onStart:n,onMove:t=>{const o=c(t);a(o/i.innerWidth)},onEnd:o=>{const r=c(o),e=i.innerWidth,s=r/e,n=(t=>m?-t.velocityX:t.velocityX)(o),a=n>=0&&(n>.2||r>e/2),f=(a?1-s:s)*e;let h=0;if(f>5){const t=f/Math.abs(n);h=Math.min(t,540)}p(a,s<=0?.01:t(0,s,.9999),h)}})};export{e as createSwipeBackGesture}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as s,H as e,e as o}from"./p-ee1e0eb4.js";import{g as i,c as a,a as n}from"./p-871106e0.js";const p=class{constructor(s){t(this,s)}componentDidLoad(){d((async()=>{const t=n(window,"hybrid");a.getBoolean("_testing")||import("./p-12dd96d7.js").then((t=>t.startTapClick(a))),a.getBoolean("statusTap",t)&&import("./p-077c732b.js").then((t=>t.startStatusTap())),a.getBoolean("inputShims",r())&&import("./p-3de0e00c.js").then((t=>t.startInputShims(a)));const s=await import("./p-add30d46.js");a.getBoolean("hardwareBackButton",t)?s.startHardwareBackButton():s.blockHardwareBackButton(),"undefined"!=typeof window&&import("./p-7e7ce516.js").then((t=>t.startKeyboardAssist(window))),import("./p-924b2917.js").then((t=>this.focusVisible=t.startFocusVisible()))}))}async setFocus(t){this.focusVisible&&this.focusVisible.setFocus(t)}render(){const t=i(this);return s(e,{class:{[t]:!0,"ion-page":!0,"force-statusbar-padding":a.getBoolean("_forceStatusbarPadding")}})}get el(){return o(this)}},r=()=>n(window,"ios")&&n(window,"mobile"),d=t=>{"requestIdleCallback"in window?window.requestIdleCallback(t):setTimeout(t,32)};p.style="html.plt-mobile ion-app{user-select:none}html.plt-mobile ion-app [contenteditable]{user-select:text}ion-app.force-statusbar-padding{--ion-safe-area-top:20px}";export{p as ion_app}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*!
|
2
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
3
|
+
*/
|
4
|
+
const t=t=>{try{if(t instanceof class{constructor(t){this.value=t}})return t.value;if(!e()||"string"!=typeof t||""===t)return t;const r=document.createDocumentFragment(),c=document.createElement("div");r.appendChild(c),c.innerHTML=t,s.forEach((t=>{const e=r.querySelectorAll(t);for(let t=e.length-1;t>=0;t--){const s=e[t];s.parentNode?s.parentNode.removeChild(s):r.removeChild(s);const c=o(s);for(let t=0;t<c.length;t++)n(c[t])}}));const i=o(r);for(let t=0;t<i.length;t++)n(i[t]);const l=document.createElement("div");l.appendChild(r);const u=l.querySelector("div");return null!==u?u.innerHTML:l.innerHTML}catch(t){return console.error(t),""}},n=t=>{if(t.nodeType&&1!==t.nodeType)return;for(let n=t.attributes.length-1;n>=0;n--){const o=t.attributes.item(n),e=o.name;if(!r.includes(e.toLowerCase())){t.removeAttribute(e);continue}const s=o.value;null!=s&&s.toLowerCase().includes("javascript:")&&t.removeAttribute(e)}const e=o(t);for(let t=0;t<e.length;t++)n(e[t])},o=t=>null!=t.children?t.children:t.childNodes,e=()=>{var t;const n=window,o=null===(t=null==n?void 0:n.Ionic)||void 0===t?void 0:t.config;return!o||(o.get?o.get("sanitizerEnabled",!0):!0===o.sanitizerEnabled||void 0===o.sanitizerEnabled)},r=["class","id","href","src","name","slot"],s=["script","style","iframe","meta","link","object","embed"];export{t as s}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{A as e}from"./p-2f569553.js";import{g as t,s as a,r as n}from"./p-5d409601.js";const r={AUTH_USER_LOCALSTORAGE:"CurrentUser",userManagement:{defaultAdminUserName:"admin"},localization:{defaultLocalizationSourceName:"Test"},authorization:{encrptedAuthTokenName:"enc_auth_token"}};class s{static getInstance(){return s.instance||(s.instance=new s),s.instance}async getToken(){let e=await t(r.AUTH_USER_LOCALSTORAGE);return e&&e.JWToken&&new Date(e.ExpiresOn).getTime()>(new Date).getTime()?e.JWToken:null}async getAuthUser(){let e=await t(r.AUTH_USER_LOCALSTORAGE);return e&&e.JWToken&&new Date(e.ExpiresOn).getTime()>(new Date).getTime()?e:null}getAuthUserSync(){let e=JSON.parse(localStorage.getItem(r.AUTH_USER_LOCALSTORAGE));return e&&e.JWToken&&new Date(e.ExpiresOn).getTime()>(new Date).getTime()?e:null}getTokenSync(){let e=JSON.parse(localStorage.getItem(r.AUTH_USER_LOCALSTORAGE));return e&&e.JWToken&&new Date(e.ExpiresOn).getTime()>(new Date).getTime()?e.JWToken:null}isAuthenticated(){try{if(this.getTokenSync())return!0}catch(e){return!1}}async getTokenExpiry(){let e=await t(r.AUTH_USER_LOCALSTORAGE);if(!e)return 0;let a=0;return e.ExpiresOn&&(a=new Date(e.ExpiresOn).getTime()-(new Date).getTime()),Math.max(0,a)}async saveAuthUser(t){e.state.authUser=Object.assign({},t),e.state.isAuthenticated=!0,await a(r.AUTH_USER_LOCALSTORAGE,t)}async removeAuthUser(){e.state.authUser=null,e.state.isAuthenticated=!1,await n(r.AUTH_USER_LOCALSTORAGE)}}export{r as A,s as T}
|