@sunbird-cb/utils 1.0.18 → 1.0.19-ang-9-12
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/bundles/sunbird-cb-utils.umd.js +2006 -2960
- package/bundles/sunbird-cb-utils.umd.js.map +1 -1
- package/esm2015/lib/components/image-crop/image-crop.component.js +13 -48
- package/esm2015/lib/components/image-crop/image-crop.module.js +8 -2
- package/esm2015/lib/constants/features.enum.js +555 -555
- package/esm2015/lib/constants/instances.enum.js +5 -5
- package/esm2015/lib/constants/misc.constants.js +2 -1
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +11 -21
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +1 -1
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +1 -7
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.module.js +1 -1
- package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +3 -11
- package/esm2015/lib/directives/image-responsive/image-responsive.module.js +1 -1
- package/esm2015/lib/directives/in-view-port/in-view-port.directive.js +5 -11
- package/esm2015/lib/directives/in-view-port/in-view-port.module.js +1 -1
- package/esm2015/lib/directives/navigation/navigation.directive.js +1 -6
- package/esm2015/lib/directives/navigation/navigation.module.js +1 -1
- package/esm2015/lib/directives/permission/permission.directive.js +1 -1
- package/esm2015/lib/directives/permission/permission.module.js +1 -1
- package/esm2015/lib/helpers/functions/getStringifiedQueryParams.js +4 -4
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +11 -20
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +4 -2
- package/esm2015/lib/helpers/logout/logout.component.js +4 -13
- package/esm2015/lib/helpers/logout/logout.module.js +3 -2
- package/esm2015/lib/models/contentRating.model.js +2 -12
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +1 -1
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +1 -7
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +1 -1
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +1 -1
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +1 -11
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +1 -1
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.module.js +1 -1
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +3 -3
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +1 -1
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +5 -5
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +1 -1
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +1 -1
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +1 -1
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +4 -4
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +1 -1
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +1 -7
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.module.js +1 -1
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +1 -4
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +1 -1
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +1 -1
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +1 -1
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +1 -4
- package/esm2015/lib/resolvers/explore-detail.resolver.js +12 -19
- package/esm2015/lib/resolvers/marketing-offering.resolve.js +7 -10
- package/esm2015/lib/resolvers/page.constant.js +1 -1
- package/esm2015/lib/resolvers/page.model.js +2 -47
- package/esm2015/lib/resolvers/page.resolver.js +12 -18
- package/esm2015/lib/resolvers/resolver.model.js +2 -6
- package/esm2015/lib/services/auth-keycloak.service.js +20 -33
- package/esm2015/lib/services/auth-microsoft.service.js +9 -17
- package/esm2015/lib/services/card-content.model.js +1 -22
- package/esm2015/lib/services/configurations.model.js +2 -498
- package/esm2015/lib/services/configurations.service.js +2 -49
- package/esm2015/lib/services/content-strip-multiple.model.js +2 -75
- package/esm2015/lib/services/event.model.js +1 -109
- package/esm2015/lib/services/event.service.js +4 -17
- package/esm2015/lib/services/logger.service.js +5 -13
- package/esm2015/lib/services/ms-office.model.js +2 -8
- package/esm2015/lib/services/subapplication-respond.service.js +8 -21
- package/esm2015/lib/services/telemetry.service.js +48 -59
- package/esm2015/lib/services/user-preference.model.js +2 -38
- package/esm2015/lib/services/user-preference.service.js +11 -15
- package/esm2015/lib/services/utility.service.js +9 -26
- package/esm2015/lib/services/value.service.js +4 -9
- package/esm2015/lib/services/widget-content.model.js +1 -236
- package/esm2015/lib/services/widget-content.service.js +15 -19
- package/esm2015/lib/services/widget-resolver.model.js +2 -57
- package/esm2015/lib/services/widget-search.model.js +2 -126
- package/esm2015/public-api.js +74 -68
- package/esm2015/sunbird-cb-utils.js +2 -8
- package/fesm2015/sunbird-cb-utils.js +788 -2000
- package/fesm2015/sunbird-cb-utils.js.map +1 -1
- package/lib/components/image-crop/image-crop.component.d.ts +1 -0
- package/lib/components/image-crop/image-crop.component.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.component.ngfactory.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.module.d.ts +1 -0
- package/lib/components/image-crop/image-crop.module.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.module.ngfactory.d.ts.map +1 -0
- package/lib/constants/features.enum.d.ts +1 -0
- package/lib/constants/features.enum.d.ts.map +1 -0
- package/lib/constants/instances.enum.d.ts +1 -0
- package/lib/constants/instances.enum.d.ts.map +1 -0
- package/lib/constants/misc.constants.d.ts +1 -0
- package/lib/constants/misc.constants.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +4 -3
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.directive.d.ts +1 -0
- package/lib/directives/image-responsive/image-responsive.directive.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.module.d.ts +1 -0
- package/lib/directives/image-responsive/image-responsive.module.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.directive.d.ts +1 -0
- package/lib/directives/in-view-port/in-view-port.directive.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.module.d.ts +1 -0
- package/lib/directives/in-view-port/in-view-port.module.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.directive.d.ts +1 -0
- package/lib/directives/navigation/navigation.directive.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.module.d.ts +1 -0
- package/lib/directives/navigation/navigation.module.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/permission/permission.directive.d.ts +1 -0
- package/lib/directives/permission/permission.directive.d.ts.map +1 -0
- package/lib/directives/permission/permission.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/permission/permission.module.d.ts +1 -0
- package/lib/directives/permission/permission.module.d.ts.map +1 -0
- package/lib/directives/permission/permission.module.ngfactory.d.ts.map +1 -0
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts +1 -0
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.ngfactory.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.ngfactory.d.ts.map +1 -0
- package/lib/helpers/logout/logout.component.d.ts +3 -2
- package/lib/helpers/logout/logout.component.d.ts.map +1 -0
- package/lib/helpers/logout/logout.component.ngfactory.d.ts.map +1 -0
- package/lib/helpers/logout/logout.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/lib/helpers/logout/logout.module.d.ts +1 -0
- package/lib/helpers/logout/logout.module.d.ts.map +1 -0
- package/lib/helpers/logout/logout.module.ngfactory.d.ts.map +1 -0
- package/lib/models/contentRating.model.d.ts +1 -0
- package/lib/models/contentRating.model.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +5 -4
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.ngfactory.d.ts.map +1 -0
- package/lib/resolvers/explore-detail.resolver.d.ts +1 -0
- package/lib/resolvers/explore-detail.resolver.d.ts.map +1 -0
- package/lib/resolvers/explore-detail.resolver.ngfactory.d.ts.map +1 -0
- package/lib/resolvers/marketing-offering.resolve.d.ts +1 -0
- package/lib/resolvers/marketing-offering.resolve.d.ts.map +1 -0
- package/lib/resolvers/marketing-offering.resolve.ngfactory.d.ts.map +1 -0
- package/lib/resolvers/page.constant.d.ts +1 -0
- package/lib/resolvers/page.constant.d.ts.map +1 -0
- package/lib/resolvers/page.model.d.ts +2 -1
- package/lib/resolvers/page.model.d.ts.map +1 -0
- package/lib/resolvers/page.resolver.d.ts +1 -0
- package/lib/resolvers/page.resolver.d.ts.map +1 -0
- package/lib/resolvers/page.resolver.ngfactory.d.ts.map +1 -0
- package/lib/resolvers/resolver.model.d.ts +1 -0
- package/lib/resolvers/resolver.model.d.ts.map +1 -0
- package/lib/services/auth-keycloak.service.d.ts +10 -9
- package/lib/services/auth-keycloak.service.d.ts.map +1 -0
- package/lib/services/auth-keycloak.service.ngfactory.d.ts.map +1 -0
- package/lib/services/auth-microsoft.service.d.ts +3 -2
- package/lib/services/auth-microsoft.service.d.ts.map +1 -0
- package/lib/services/auth-microsoft.service.ngfactory.d.ts.map +1 -0
- package/lib/services/card-content.model.d.ts +1 -0
- package/lib/services/card-content.model.d.ts.map +1 -0
- package/lib/services/configurations.model.d.ts +34 -23
- package/lib/services/configurations.model.d.ts.map +1 -0
- package/lib/services/configurations.service.d.ts +2 -0
- package/lib/services/configurations.service.d.ts.map +1 -0
- package/lib/services/configurations.service.ngfactory.d.ts.map +1 -0
- package/lib/services/content-strip-multiple.model.d.ts +8 -6
- package/lib/services/content-strip-multiple.model.d.ts.map +1 -0
- package/lib/services/event.model.d.ts +2 -1
- package/lib/services/event.model.d.ts.map +1 -0
- package/lib/services/event.service.d.ts +1 -0
- package/lib/services/event.service.d.ts.map +1 -0
- package/lib/services/event.service.ngfactory.d.ts.map +1 -0
- package/lib/services/logger.service.d.ts +5 -4
- package/lib/services/logger.service.d.ts.map +1 -0
- package/lib/services/logger.service.ngfactory.d.ts.map +1 -0
- package/lib/services/ms-office.model.d.ts +1 -0
- package/lib/services/ms-office.model.d.ts.map +1 -0
- package/lib/services/subapplication-respond.service.d.ts +1 -0
- package/lib/services/subapplication-respond.service.d.ts.map +1 -0
- package/lib/services/subapplication-respond.service.ngfactory.d.ts.map +1 -0
- package/lib/services/telemetry.service.d.ts +3 -2
- package/lib/services/telemetry.service.d.ts.map +1 -0
- package/lib/services/telemetry.service.ngfactory.d.ts.map +1 -0
- package/lib/services/user-preference.model.d.ts +1 -0
- package/lib/services/user-preference.model.d.ts.map +1 -0
- package/lib/services/user-preference.service.d.ts +1 -0
- package/lib/services/user-preference.service.d.ts.map +1 -0
- package/lib/services/user-preference.service.ngfactory.d.ts.map +1 -0
- package/lib/services/utility.service.d.ts +8 -7
- package/lib/services/utility.service.d.ts.map +1 -0
- package/lib/services/utility.service.ngfactory.d.ts.map +1 -0
- package/lib/services/value.service.d.ts +1 -0
- package/lib/services/value.service.d.ts.map +1 -0
- package/lib/services/value.service.ngfactory.d.ts.map +1 -0
- package/lib/services/widget-content.model.d.ts +21 -19
- package/lib/services/widget-content.model.d.ts.map +1 -0
- package/lib/services/widget-content.service.d.ts +1 -0
- package/lib/services/widget-content.service.d.ts.map +1 -0
- package/lib/services/widget-content.service.ngfactory.d.ts.map +1 -0
- package/lib/services/widget-resolver.model.d.ts +1 -0
- package/lib/services/widget-resolver.model.d.ts.map +1 -0
- package/lib/services/widget-search.model.d.ts +1 -0
- package/lib/services/widget-search.model.d.ts.map +1 -0
- package/package.json +14 -17
- package/public-api.d.ts +7 -0
- package/public-api.d.ts.map +1 -0
- package/sunbird-cb-utils.d.ts +1 -6
- package/sunbird-cb-utils.d.ts.map +1 -0
- package/sunbird-cb-utils.metadata.json +1 -1
- package/bundles/sunbird-cb-utils.umd.min.js +0 -16
- package/bundles/sunbird-cb-utils.umd.min.js.map +0 -1
- package/esm5/lib/components/image-crop/image-crop.component.js +0 -200
- package/esm5/lib/components/image-crop/image-crop.module.js +0 -31
- package/esm5/lib/constants/features.enum.js +0 -555
- package/esm5/lib/constants/instances.enum.js +0 -5
- package/esm5/lib/constants/misc.constants.js +0 -1
- package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +0 -105
- package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +0 -19
- package/esm5/lib/directives/default-thumbnail/default-thumbnail.directive.js +0 -40
- package/esm5/lib/directives/default-thumbnail/default-thumbnail.module.js +0 -19
- package/esm5/lib/directives/image-responsive/image-responsive.directive.js +0 -95
- package/esm5/lib/directives/image-responsive/image-responsive.module.js +0 -19
- package/esm5/lib/directives/in-view-port/in-view-port.directive.js +0 -73
- package/esm5/lib/directives/in-view-port/in-view-port.module.js +0 -19
- package/esm5/lib/directives/navigation/navigation.directive.js +0 -41
- package/esm5/lib/directives/navigation/navigation.module.js +0 -19
- package/esm5/lib/directives/permission/permission.directive.js +0 -14
- package/esm5/lib/directives/permission/permission.module.js +0 -19
- package/esm5/lib/helpers/functions/getStringifiedQueryParams.js +0 -9
- package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +0 -103
- package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +0 -23
- package/esm5/lib/helpers/logout/logout.component.js +0 -63
- package/esm5/lib/helpers/logout/logout.module.js +0 -22
- package/esm5/lib/models/contentRating.model.js +0 -12
- package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +0 -17
- package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +0 -63
- package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +0 -19
- package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +0 -37
- package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +0 -19
- package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +0 -45
- package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +0 -19
- package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +0 -64
- package/esm5/lib/pipes/pipe-filter/pipe-filter.module.js +0 -19
- package/esm5/lib/pipes/pipe-filter/pipe-filter.pipe.js +0 -20
- package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +0 -19
- package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +0 -38
- package/esm5/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +0 -19
- package/esm5/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +0 -16
- package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +0 -19
- package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +0 -30
- package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +0 -19
- package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +0 -21
- package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +0 -19
- package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +0 -35
- package/esm5/lib/pipes/pipe-order-by/pipe-order-by.module.js +0 -19
- package/esm5/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +0 -18
- package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +0 -19
- package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +0 -34
- package/esm5/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +0 -19
- package/esm5/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +0 -21
- package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +0 -19
- package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +0 -38
- package/esm5/lib/resolvers/explore-detail.resolver.js +0 -93
- package/esm5/lib/resolvers/marketing-offering.resolve.js +0 -43
- package/esm5/lib/resolvers/page.constant.js +0 -4
- package/esm5/lib/resolvers/page.model.js +0 -47
- package/esm5/lib/resolvers/page.resolver.js +0 -98
- package/esm5/lib/resolvers/resolver.model.js +0 -6
- package/esm5/lib/services/auth-keycloak.service.js +0 -316
- package/esm5/lib/services/auth-microsoft.service.js +0 -251
- package/esm5/lib/services/card-content.model.js +0 -32
- package/esm5/lib/services/configurations.model.js +0 -498
- package/esm5/lib/services/configurations.service.js +0 -113
- package/esm5/lib/services/content-strip-multiple.model.js +0 -75
- package/esm5/lib/services/event.model.js +0 -229
- package/esm5/lib/services/event.service.js +0 -216
- package/esm5/lib/services/logger.service.js +0 -73
- package/esm5/lib/services/ms-office.model.js +0 -8
- package/esm5/lib/services/subapplication-respond.service.js +0 -230
- package/esm5/lib/services/telemetry.service.js +0 -484
- package/esm5/lib/services/user-preference.model.js +0 -38
- package/esm5/lib/services/user-preference.service.js +0 -109
- package/esm5/lib/services/utility.service.js +0 -178
- package/esm5/lib/services/value.service.js +0 -33
- package/esm5/lib/services/widget-content.model.js +0 -342
- package/esm5/lib/services/widget-content.service.js +0 -214
- package/esm5/lib/services/widget-resolver.model.js +0 -57
- package/esm5/lib/services/widget-search.model.js +0 -126
- package/esm5/public-api.js +0 -68
- package/esm5/sunbird-cb-utils.js +0 -8
- package/fesm5/sunbird-cb-utils.js +0 -5594
- package/fesm5/sunbird-cb-utils.js.map +0 -1
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, EventEmitter, Component, Inject, Output, NgModule, Directive, Input, HostBinding, HostListener, ElementRef, ViewChild, Pipe, LOCALE_ID } from '@angular/core';
|
|
3
|
+
import { MatDialogRef, MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
|
3
4
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
5
|
import { BehaviorSubject, ReplaySubject, fromEvent, timer, of, forkJoin, Subject } from 'rxjs';
|
|
6
|
+
import * as i1 from '@angular/cdk/layout';
|
|
5
7
|
import { Breakpoints, BreakpointObserver } from '@angular/cdk/layout';
|
|
6
8
|
import { map, debounceTime, distinctUntilChanged, throttleTime, filter, catchError, mergeMap, retry } from 'rxjs/operators';
|
|
7
9
|
import { CommonModule } from '@angular/common';
|
|
8
|
-
import {
|
|
10
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
11
|
+
import { MatCardModule } from '@angular/material/card';
|
|
12
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
13
|
+
import { MatSliderModule } from '@angular/material/slider';
|
|
14
|
+
import { MatToolbarModule } from '@angular/material/toolbar';
|
|
15
|
+
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
9
16
|
import { ImageCropperModule } from 'ngx-image-cropper';
|
|
17
|
+
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
10
18
|
import { __awaiter } from 'tslib';
|
|
19
|
+
import * as i2 from 'keycloak-angular';
|
|
11
20
|
import { KeycloakEventType, KeycloakService } from 'keycloak-angular';
|
|
21
|
+
import * as i1$1 from '@angular/common/http';
|
|
12
22
|
import { HttpClient } from '@angular/common/http';
|
|
23
|
+
import * as i2$1 from '@angular/cdk/platform';
|
|
13
24
|
import { Platform } from '@angular/cdk/platform';
|
|
25
|
+
import * as i3 from '@angular/router';
|
|
14
26
|
import { NavigationEnd, Router, ActivatedRoute } from '@angular/router';
|
|
15
27
|
import * as _moment from 'moment';
|
|
16
|
-
import
|
|
28
|
+
import * as _ from 'lodash';
|
|
29
|
+
import { orderBy } from 'lodash';
|
|
17
30
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
18
31
|
|
|
19
32
|
class ConfigurationsService {
|
|
@@ -69,72 +82,26 @@ class ConfigurationsService {
|
|
|
69
82
|
this.updateOrgReadData.next(id);
|
|
70
83
|
}
|
|
71
84
|
}
|
|
85
|
+
ConfigurationsService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
|
|
72
86
|
ConfigurationsService.decorators = [
|
|
73
87
|
{ type: Injectable, args: [{
|
|
74
88
|
providedIn: 'root',
|
|
75
89
|
},] }
|
|
76
90
|
];
|
|
77
91
|
ConfigurationsService.ctorParameters = () => [];
|
|
78
|
-
/** @nocollapse */ ConfigurationsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
|
|
79
|
-
if (false) {
|
|
80
|
-
ConfigurationsService.prototype.appSetup;
|
|
81
|
-
ConfigurationsService.prototype.userUrl;
|
|
82
|
-
ConfigurationsService.prototype.baseUrl;
|
|
83
|
-
ConfigurationsService.prototype.sitePath;
|
|
84
|
-
ConfigurationsService.prototype.hostPath;
|
|
85
|
-
ConfigurationsService.prototype.userRoles;
|
|
86
|
-
ConfigurationsService.prototype.userGroups;
|
|
87
|
-
ConfigurationsService.prototype.restrictedFeatures;
|
|
88
|
-
ConfigurationsService.prototype.restrictedWidgets;
|
|
89
|
-
ConfigurationsService.prototype.instanceConfig;
|
|
90
|
-
ConfigurationsService.prototype.appsConfig;
|
|
91
|
-
ConfigurationsService.prototype.rootOrg;
|
|
92
|
-
ConfigurationsService.prototype.courseContentPath;
|
|
93
|
-
ConfigurationsService.prototype.org;
|
|
94
|
-
ConfigurationsService.prototype.activeOrg;
|
|
95
|
-
ConfigurationsService.prototype.isProduction;
|
|
96
|
-
ConfigurationsService.prototype.hasAcceptedTnc;
|
|
97
|
-
ConfigurationsService.prototype.profileDetailsStatus;
|
|
98
|
-
ConfigurationsService.prototype.userPreference;
|
|
99
|
-
ConfigurationsService.prototype.userProfile;
|
|
100
|
-
ConfigurationsService.prototype.userProfileV2;
|
|
101
|
-
ConfigurationsService.prototype.unMappedUser;
|
|
102
|
-
ConfigurationsService.prototype.orgReadData;
|
|
103
|
-
ConfigurationsService.prototype.isAuthenticated;
|
|
104
|
-
ConfigurationsService.prototype.isNewUser;
|
|
105
|
-
ConfigurationsService.prototype.isActive;
|
|
106
|
-
ConfigurationsService.prototype.pinnedApps;
|
|
107
|
-
ConfigurationsService.prototype.prefChangeNotifier;
|
|
108
|
-
ConfigurationsService.prototype.tourGuideNotifier;
|
|
109
|
-
ConfigurationsService.prototype.authChangeNotifier;
|
|
110
|
-
ConfigurationsService.prototype.activeThemeObject;
|
|
111
|
-
ConfigurationsService.prototype.activeFontObject;
|
|
112
|
-
ConfigurationsService.prototype.isDarkMode;
|
|
113
|
-
ConfigurationsService.prototype.isIntranetAllowed;
|
|
114
|
-
ConfigurationsService.prototype.isRTL;
|
|
115
|
-
ConfigurationsService.prototype.activeLocale;
|
|
116
|
-
ConfigurationsService.prototype.activeLocaleGroup;
|
|
117
|
-
ConfigurationsService.prototype.completedActivity;
|
|
118
|
-
ConfigurationsService.prototype.completedTour;
|
|
119
|
-
ConfigurationsService.prototype.profileSettings;
|
|
120
|
-
ConfigurationsService.prototype.primaryNavBar;
|
|
121
|
-
ConfigurationsService.prototype.pageNavBar;
|
|
122
|
-
ConfigurationsService.prototype.primaryNavBarConfig;
|
|
123
|
-
ConfigurationsService.prototype.updateOrgReadData;
|
|
124
|
-
ConfigurationsService.prototype.updateOrgReadDataObservable;
|
|
125
|
-
}
|
|
126
92
|
|
|
127
93
|
class ValueService {
|
|
128
94
|
constructor(breakpointObserver) {
|
|
129
95
|
this.breakpointObserver = breakpointObserver;
|
|
130
96
|
this.isXSmall$ = this.breakpointObserver
|
|
131
97
|
.observe([Breakpoints.XSmall])
|
|
132
|
-
.pipe(map((
|
|
98
|
+
.pipe(map((res) => res.matches));
|
|
133
99
|
this.isLtMedium$ = this.breakpointObserver
|
|
134
100
|
.observe([Breakpoints.XSmall, Breakpoints.Small])
|
|
135
|
-
.pipe(map((
|
|
101
|
+
.pipe(map((res) => res.matches));
|
|
136
102
|
}
|
|
137
103
|
}
|
|
104
|
+
ValueService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ValueService_Factory() { return new ValueService(i0.ɵɵinject(i1.BreakpointObserver)); }, token: ValueService, providedIn: "root" });
|
|
138
105
|
ValueService.decorators = [
|
|
139
106
|
{ type: Injectable, args: [{
|
|
140
107
|
providedIn: 'root',
|
|
@@ -143,21 +110,7 @@ ValueService.decorators = [
|
|
|
143
110
|
ValueService.ctorParameters = () => [
|
|
144
111
|
{ type: BreakpointObserver }
|
|
145
112
|
];
|
|
146
|
-
/** @nocollapse */ ValueService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ValueService_Factory() { return new ValueService(ɵɵinject(BreakpointObserver)); }, token: ValueService, providedIn: "root" });
|
|
147
|
-
if (false) {
|
|
148
|
-
ValueService.prototype.isXSmall$;
|
|
149
|
-
ValueService.prototype.isLtMedium$;
|
|
150
|
-
ValueService.prototype.breakpointObserver;
|
|
151
|
-
}
|
|
152
113
|
|
|
153
|
-
function IDialogueDta() { }
|
|
154
|
-
if (false) {
|
|
155
|
-
IDialogueDta.prototype.isRoundCrop;
|
|
156
|
-
IDialogueDta.prototype.imageFile;
|
|
157
|
-
IDialogueDta.prototype.height;
|
|
158
|
-
IDialogueDta.prototype.width;
|
|
159
|
-
IDialogueDta.prototype.imageFileName;
|
|
160
|
-
}
|
|
161
114
|
class ImageCropComponent {
|
|
162
115
|
constructor(dialogRef, configSvc, snackBar, valueSvc, data) {
|
|
163
116
|
this.dialogRef = dialogRef;
|
|
@@ -198,7 +151,7 @@ class ImageCropComponent {
|
|
|
198
151
|
}
|
|
199
152
|
ngOnInit() {
|
|
200
153
|
this.thumbnailSizeDetection();
|
|
201
|
-
this.valueSvc.isXSmall$.subscribe((
|
|
154
|
+
this.valueSvc.isXSmall$.subscribe((isXSmall) => {
|
|
202
155
|
this.isXSmall = isXSmall;
|
|
203
156
|
if (this.isXSmall) {
|
|
204
157
|
this.dialogRef.updateSize('90%');
|
|
@@ -206,7 +159,7 @@ class ImageCropComponent {
|
|
|
206
159
|
else {
|
|
207
160
|
this.dialogRef.updateSize('70%');
|
|
208
161
|
}
|
|
209
|
-
})
|
|
162
|
+
});
|
|
210
163
|
}
|
|
211
164
|
changeToDefaultImg($event) {
|
|
212
165
|
$event.target.src = this.configSvc.instanceConfig ?
|
|
@@ -229,10 +182,10 @@ class ImageCropComponent {
|
|
|
229
182
|
thumbnailSizeDetection() {
|
|
230
183
|
const fr = new FileReader();
|
|
231
184
|
fr.readAsDataURL(this.imageFile);
|
|
232
|
-
fr.onload = (
|
|
185
|
+
fr.onload = () => {
|
|
233
186
|
const img = new Image();
|
|
234
|
-
img.src =
|
|
235
|
-
img.onload = (
|
|
187
|
+
img.src = fr.result;
|
|
188
|
+
img.onload = () => {
|
|
236
189
|
this.width = img.width;
|
|
237
190
|
this.height = img.height;
|
|
238
191
|
if (!this.isRoundCrop) {
|
|
@@ -244,8 +197,8 @@ class ImageCropComponent {
|
|
|
244
197
|
this.isNotOfRequiredSize = true;
|
|
245
198
|
}
|
|
246
199
|
}
|
|
247
|
-
}
|
|
248
|
-
}
|
|
200
|
+
};
|
|
201
|
+
};
|
|
249
202
|
}
|
|
250
203
|
base64ImageToBlob(str) {
|
|
251
204
|
const pos = str.indexOf(';base64,');
|
|
@@ -266,7 +219,7 @@ class ImageCropComponent {
|
|
|
266
219
|
flipAfterRotate() {
|
|
267
220
|
const flippedH = this.transform.flipH;
|
|
268
221
|
const flippedV = this.transform.flipV;
|
|
269
|
-
this.transform = Object.assign({}, this.transform, { flipH: flippedV, flipV: flippedH });
|
|
222
|
+
this.transform = Object.assign(Object.assign({}, this.transform), { flipH: flippedV, flipV: flippedH });
|
|
270
223
|
}
|
|
271
224
|
rotateLeft() {
|
|
272
225
|
this.canvasRotation = this.canvasRotation - 1;
|
|
@@ -277,11 +230,11 @@ class ImageCropComponent {
|
|
|
277
230
|
this.flipAfterRotate();
|
|
278
231
|
}
|
|
279
232
|
flipHorizontal() {
|
|
280
|
-
this.transform = Object.assign({}, this.transform, { flipH: !this.transform.flipH });
|
|
233
|
+
this.transform = Object.assign(Object.assign({}, this.transform), { flipH: !this.transform.flipH });
|
|
281
234
|
}
|
|
282
235
|
zoom(event) {
|
|
283
236
|
this.resetValue = false;
|
|
284
|
-
this.transform = Object.assign({}, this.transform, { scale: event.value });
|
|
237
|
+
this.transform = Object.assign(Object.assign({}, this.transform), { scale: event.value });
|
|
285
238
|
}
|
|
286
239
|
croppingImage() {
|
|
287
240
|
this.dialogRef.close(this.cropimageFile);
|
|
@@ -299,8 +252,8 @@ ImageCropComponent.decorators = [
|
|
|
299
252
|
{ type: Component, args: [{
|
|
300
253
|
selector: 'ws-utils-image-crop',
|
|
301
254
|
template: "<ng-container *ngIf=\"isNotOfRequiredSize\">\r\n <mat-dialog-content>\r\n <div class=\"flex pl-4\">\r\n <mat-icon class=\"ws-mat-warn-text largeicon padding-remove-left\">warning</mat-icon>\r\n <h2 class=\"text-xl\" i18n>This image will appear stretched as it is not in proper dimension. Do you want to\r\n continue?</h2>\r\n </div>\r\n <div class=\"text-sm pl-4\">\r\n <div i18n class=\"pb-2\">Note:</div>\r\n <div i18n class=\"pb-2\">Required dimensions : 265 * 150</div>\r\n <div class=\"flex flex-wrap items-baseline\">\r\n <div>Current dimensions:</div>\r\n <div class=\"pl-1\">{{ width }} * {{ height }} px</div>\r\n </div>\r\n </div>\r\n </mat-dialog-content>\r\n <mat-dialog-actions class=\"flex flex-end\">\r\n <div class=\"flex flex-end\">\r\n <button mat-raised-button autofocus type=\"button\" (click)=\" close()\">\r\n <span i18n>No</span>\r\n </button>\r\n <button mat-raised-button type=\"button\" class=\"text-white ws-mat-primary-background text-white\"\r\n (click)=\" continueToImageCrop()\">\r\n <span class=\"text-white\" i18n>Yes</span>\r\n </button>\r\n </div>\r\n </mat-dialog-actions>\r\n</ng-container>\r\n<ng-container *ngIf=\"isRoundCrop\">\r\n <!-- For Profile image - start -->\r\n <div class=\"flex flex-between\">\r\n <mat-icon class=\" ws-mat-primary-text margin-bottom-xxs\">crop</mat-icon>\r\n <p mat-dialog-title class=\"text-3xl font-weight-bold ws-mat-primary-text\" i18n>Profile Photo</p>\r\n <mat-icon class=\"float-right flex-end cursor-pointer\" (click)=\"close()\" i18n>close</mat-icon>\r\n\r\n </div>\r\n <mat-dialog-content class=\"p-0 overflow-hidden \" *ngIf=\"isRoundCrop\">\r\n <div class=\"flex flex-between\">\r\n <div class=\"profile-slides\">\r\n <image-cropper #imageCropper class=\"image-cropper-profile\" [imageFile]=\"imageFile\" [maintainAspectRatio]=\"true\"\r\n [aspectRatio]=\"250 / 250\" [resizeToWidth]=\"100\" [roundCropper]=\"isRoundCrop\" [resizeToHeight]=\"120\"\r\n [cropperMinWidth]=\"500\" [format]=\"'jpeg'\" [transform]=\"transform\" [canvasRotation]=\"canvasRotation\"\r\n (imageCropped)=\"imageCropped($event)\">\r\n </image-cropper>\r\n </div>\r\n </div>\r\n <ul class=\"toolbar cf\">\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"rotateLeft()\">\r\n <mat-icon class=\"text-white large-icon ws-mat-primary-text\">rotate_left</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Left</span>\r\n </button>\r\n </li>\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"rotateRight()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">rotate_right</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Right</span>\r\n </button></li>\r\n <li><button mat-raised-button class=\"mat-button\" (click)=\"flipHorizontal()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">flip</mat-icon>\r\n <span class=\"button-text\" i18n>Flip Horizontal</span>\r\n </button></li>\r\n <li><a href=\"#\"><i class=\"icon-cloud\"></i></a></li>\r\n </ul>\r\n </mat-dialog-content>\r\n</ng-container> <!-- For Profile image - end -->\r\n<ng-container>\r\n <ng-container *ngIf=\"!isNotOfRequiredSize && !isRoundCrop \">\r\n <div class=\"flex flex-between\">\r\n <mat-icon class=\" ws-mat-primary-text margin-bottom-xxs\">crop</mat-icon>\r\n <p mat-dialog-title class=\"text-3xl title-margin font-weight-bold ws-mat-primary-text\" i18n>Edit Image</p>\r\n <mat-icon class=\"float-right flex-end cursor-pointer\" (click)=\"close()\" i18n>\r\n close</mat-icon>\r\n </div>\r\n <mat-dialog-content *ngIf=\"!isRoundCrop\">\r\n <div class=\"flex flex-between\">\r\n <div class=\"Slides\">\r\n <image-cropper #imageCropper class=\"image-cropper padding-remove\" [imageFile]=\"imageFile\"\r\n [maintainAspectRatio]=\"true\" [aspectRatio]=\"opWidth / opHeight\" [resizeToWidth]=\"opWidth\"\r\n [roundCropper]=\"isRoundCrop\" [resizeToHeight]=\"opHeight\" [cropperMinWidth]=\"opWidth\" [format]=\"'jpeg'\"\r\n [transform]=\"transform\" [canvasRotation]=\"canvasRotation\" (imageCropped)=\"imageCropped($event)\">\r\n </image-cropper>\r\n <div class=\"flex flex-between\">\r\n <span class=\"my-3\" i18n>Zoom</span>\r\n <mat-slider class=\"w-full mx-3\" color=\"primary\" (input)=\"zoom($event)\" min=\"1\" max=\"2.5\" step=\"0.1\">\r\n </mat-slider>\r\n </div>\r\n <div class=\"edit-feature-window \" *ngIf=\"!isXSmall\">\r\n <div class=\"flex flex-between\">\r\n <button mat-raised-button class=\"mat-button\" (click)=\"rotateLeft()\">\r\n <mat-icon class=\"text-white large-icon ws-mat-primary-text\">rotate_left</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Left</span>\r\n </button>\r\n <button mat-raised-button class=\"mat-button\" (click)=\"rotateRight()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">rotate_right</mat-icon>\r\n <span class=\"button-text\" i18n>Rotate Right</span>\r\n </button>\r\n <button mat-raised-button class=\"mat-button\" (click)=\"flipHorizontal()\">\r\n <mat-icon class=\"text-white medium-icon ws-mat-primary-text\">flip</mat-icon>\r\n <span class=\"button-text\" i18n>Flip Horizontal</span>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <mat-card class=\"ws-mat-primary-border-top-bolder mat-elevation-z6 margin-bottom-l button-text\"\r\n *ngIf=\"isThumbnail\">\r\n <img [src]=\"imageFileBase64\" height=\"auto\" width=\"100%\" (error)=\"changeToDefaultImg($event)\" />\r\n <div class=\"flex flex-middle justify-center margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">image</mat-icon>\r\n <b class=\"mat-title margin-remove ws-mat-primary-text\" i18n>Preview</b>\r\n </div>\r\n </mat-card>\r\n </div>\r\n <div class=\"edit-feature-window heightwidth\">\r\n <!-- <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_horiz</mat-icon>\r\n <b class=\"mat-body margin-remove \" i18n>Cropped dimensions: {{ opWidth }} * {{ opHeight }} px</b>\r\n </div> -->\r\n <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_horiz</mat-icon>\r\n <b class=\"mat-body margin-remove \">\r\n <span i18n>Cropped Width: </span>\r\n <span>{{ croppedWidth }}</span>\r\n <span i18n>px</span>\r\n </b>\r\n </div>\r\n <div class=\"flex flex-middle margin-left-l margin-bottom-s padding-top-s\">\r\n <mat-icon class=\"ws-mat-primary-text padding-right-s\">swap_vert</mat-icon>\r\n <b class=\"mat-body margin-remove \">\r\n <span i18n>Cropped Height: </span>\r\n <span>{{ croppedHeight }}</span>\r\n <span i18n>px</span>\r\n </b>\r\n </div>\r\n </div>\r\n </mat-dialog-content>\r\n </ng-container>\r\n <mat-dialog-actions align=\"end\" *ngIf=\"!isNotOfRequiredSize \">\r\n <div class=\"flex flex-end margin-bottom-s\">\r\n <!-- <button mat-raised-button type=\"button\" (click)=\" reset()\">\r\n <span i18n>Reset</span>\r\n </button> -->\r\n <button mat-raised-button type=\"button\" class=\"text-white ws-mat-primary-background text-white\"\r\n (click)=\" croppingImage()\">\r\n <span class=\"text-white\" i18n>Apply</span>\r\n </button>\r\n </div>\r\n </mat-dialog-actions>\r\n</ng-container>\r\n",
|
|
302
|
-
styles: [".image-cropper{max-height:55vh}::ng-deep image-cropper .overlay{background-color:transparent!important}.Slides{display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto;padding:0 1.25em}.cursor{cursor:pointer}.edit-feature-window{background:
|
|
303
|
-
}] }
|
|
255
|
+
styles: [".image-cropper{max-height:55vh}::ng-deep image-cropper .overlay{background-color:transparent!important}.Slides{display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto;padding:0 1.25em}@media only screen and (max-width: 1030px){.Slides{padding:0;width:100%}}.cursor{cursor:pointer}.edit-feature-window{background:transparent;justify-content:center}mat-toolbar{background-color:#fff!important;z-index:1!important}mat-dialog-content{padding:1.25em!important}@media only screen and (max-width: 1030px){mat-dialog-content{padding:.25em .5em!important}}.heightwidth{display:flex}@media only screen and (max-width: 1030px){.heightwidth{display:block}}@media only screen and (max-width: 1030px){.mat-button{min-width:auto;padding:0 14px}}.largeicon{font-size:2em;padding:.13em .5em}.tooltip{background:#b71c1c}.dimension-icon{position:relative;top:.35em;padding:0 0 0 .3em}@media only screen and (max-width: 1030px){.button-text{display:none}}.image-cropper-profile{max-height:55vh}.profile-slides{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1030px){.profile-slides{padding:0;width:100%}}.toolbar{left:50%;margin:1em 0 0 -10em;position:absolute;width:auto;border-radius:4px}.cf:before,.cf:after{content:\"\";display:table}.cf:after{clear:both}.toolbar li{float:left;list-style:none}.toolbar a{border-left:0px solid rgba(79,123,170,.4);border-right:1px solid rgba(255,255,255,.3)}.toolbar li:first-child a{border-left:none;border-radius:4px 0 0 4px}.toolbar li:last-child a{border-right:none;border-radius:0 4px 4px 0}\n"]
|
|
256
|
+
},] }
|
|
304
257
|
];
|
|
305
258
|
ImageCropComponent.ctorParameters = () => [
|
|
306
259
|
{ type: MatDialogRef },
|
|
@@ -312,33 +265,6 @@ ImageCropComponent.ctorParameters = () => [
|
|
|
312
265
|
ImageCropComponent.propDecorators = {
|
|
313
266
|
data: [{ type: Output }]
|
|
314
267
|
};
|
|
315
|
-
if (false) {
|
|
316
|
-
ImageCropComponent.prototype.data;
|
|
317
|
-
ImageCropComponent.prototype.isRoundCrop;
|
|
318
|
-
ImageCropComponent.prototype.isNotOfRequiredSize;
|
|
319
|
-
ImageCropComponent.prototype.imageFile;
|
|
320
|
-
ImageCropComponent.prototype.cropimageFile;
|
|
321
|
-
ImageCropComponent.prototype.imageFileBase64;
|
|
322
|
-
ImageCropComponent.prototype.width;
|
|
323
|
-
ImageCropComponent.prototype.height;
|
|
324
|
-
ImageCropComponent.prototype.opHeight;
|
|
325
|
-
ImageCropComponent.prototype.opWidth;
|
|
326
|
-
ImageCropComponent.prototype.imageDimensions;
|
|
327
|
-
ImageCropComponent.prototype.croppedHeight;
|
|
328
|
-
ImageCropComponent.prototype.croppedWidth;
|
|
329
|
-
ImageCropComponent.prototype.cropperReadyToStart;
|
|
330
|
-
ImageCropComponent.prototype.fileName;
|
|
331
|
-
ImageCropComponent.prototype.canvasRotation;
|
|
332
|
-
ImageCropComponent.prototype.transform;
|
|
333
|
-
ImageCropComponent.prototype.resetValue;
|
|
334
|
-
ImageCropComponent.prototype.element;
|
|
335
|
-
ImageCropComponent.prototype.isXSmall;
|
|
336
|
-
ImageCropComponent.prototype.isThumbnail;
|
|
337
|
-
ImageCropComponent.prototype.dialogRef;
|
|
338
|
-
ImageCropComponent.prototype.configSvc;
|
|
339
|
-
ImageCropComponent.prototype.snackBar;
|
|
340
|
-
ImageCropComponent.prototype.valueSvc;
|
|
341
|
-
}
|
|
342
268
|
|
|
343
269
|
class ImageCropModule {
|
|
344
270
|
}
|
|
@@ -362,572 +288,572 @@ ImageCropModule.decorators = [
|
|
|
362
288
|
},] }
|
|
363
289
|
];
|
|
364
290
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
ScrollingStateEnum[ScrollingStateEnum
|
|
929
|
-
ScrollingStateEnum[ScrollingStateEnum
|
|
930
|
-
ScrollingStateEnum
|
|
291
|
+
var EFeatures;
|
|
292
|
+
(function (EFeatures) {
|
|
293
|
+
EFeatures["PLAYLIST"] = "playlist";
|
|
294
|
+
EFeatures["PLAYLIST_CREATE"] = "playlistCreate";
|
|
295
|
+
EFeatures["PLAYLIST_ADD_NEW_CONTENT"] = "playlistAddNewContent";
|
|
296
|
+
EFeatures["PLAYLIST_REMOVE_EXISTING_CONTENT"] = "playlistRemoveExistingContent";
|
|
297
|
+
EFeatures["PLAYLIST_DELETE"] = "playlistDelete";
|
|
298
|
+
EFeatures["PLAYLIST_SHARE"] = "playlistShare";
|
|
299
|
+
EFeatures["GOAL"] = "goal";
|
|
300
|
+
EFeatures["GOAL_CREATE_OWN"] = "goalCreateOwn";
|
|
301
|
+
EFeatures["GOAL_CREATE_SUGGESTED"] = "goalCreateSuggested";
|
|
302
|
+
EFeatures["GOAL_EDIT_EXISTING_GOAL"] = "goalEditExistingGoal";
|
|
303
|
+
EFeatures["GOAL_DELETE_EXISTING_GOAL"] = "goalDeleteExistingGoal";
|
|
304
|
+
EFeatures["GOAL_SHARE_GOAL_WITH_OTHERS"] = "goalShareGoalWithOthers";
|
|
305
|
+
EFeatures["GOAL_VIEW_ALL_GOALS_SECTION"] = "goalViewAllGoalsSection";
|
|
306
|
+
EFeatures["GOAL_VIEW_IN_PROGRESS_GOALS_SECTION"] = "goalViewInProgressGoalsSection";
|
|
307
|
+
EFeatures["GOAL_VIEW_COMPLETED_GOALS_SECTION"] = "goalViewCompletedGoalsSection";
|
|
308
|
+
EFeatures["NAVIGATOR"] = "navigator";
|
|
309
|
+
EFeatures["NAVIGATOR_VIEW_NAVIGATOR_CAROUSEL"] = "navigatorViewNavigatorCarousel";
|
|
310
|
+
EFeatures["NAVIGATOR_VIEW_ROLES_PAGE"] = "navigatorViewRolesPage";
|
|
311
|
+
EFeatures["NAVIGATOR_SELECT_ANY_PILLAR"] = "navigatorSelectAnyPillar";
|
|
312
|
+
EFeatures["NAVIGATOR_PURSUE_ANY_OFFERING"] = "navigatorPursueAnyOffering";
|
|
313
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_OFFERING"] = "navigatorCreateGoalFromOffering";
|
|
314
|
+
EFeatures["NAVIGATOR_VIEW_EXPLORE_PAGE"] = "navigatorViewExplorePage";
|
|
315
|
+
EFeatures["NAVIGATOR_SELECT_ANY_LEARNING_PATH"] = "navigatorSelectAnyLearningPath";
|
|
316
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_LEARNING_PATH"] = "navigatorCreateGoalFromLearningPath";
|
|
317
|
+
EFeatures["NAVIGATOR_VIEW_SUGGESTIONS_PAGE"] = "navigatorViewSuggestionsPage";
|
|
318
|
+
EFeatures["NAVIGATOR_SELECT_SUGGESTED_TOPICS"] = "navigatorSelectSuggestedTopics";
|
|
319
|
+
EFeatures["NAVIGATOR_GET_SUGGESTIONS_OF_SELECTED_TOPICS"] = "navigatorGetSuggestionsOfSelectedTopics";
|
|
320
|
+
EFeatures["NAVIGATOR_CREATE_GOAL_FROM_SELECTED_LEARNING_PATHS"] = "navigatorCreateGoalFromSelectedLearningPaths";
|
|
321
|
+
EFeatures["NAVIGATOR_VIEW_INDUSTRIES_PAGE"] = "navigatorViewIndustriesPage";
|
|
322
|
+
EFeatures["NAVIGATOR_VIEW_CME_PAGE"] = "navigatorViewCmePage";
|
|
323
|
+
EFeatures["NAVIGATOR_SELECT_SUBDOMAIN"] = "navigatorSelectSubdomain";
|
|
324
|
+
EFeatures["NAVIGATOR_SELECT_PILLAR"] = "navigatorSelectPillar";
|
|
325
|
+
EFeatures["NAVIGATOR_SELECT_THEME"] = "navigatorSelectTheme";
|
|
326
|
+
EFeatures["NAVIGATOR_VIEW_CPG_PAGE"] = "navigatorViewCpgPage";
|
|
327
|
+
EFeatures["NAVIGATOR_VIEW_ENERGY_PAGE"] = "navigatorViewEnergyPage";
|
|
328
|
+
EFeatures["NAVIGATOR_VIEW_FINANCIAL_SERVICES_PAGE"] = "navigatorViewFinancialServicesPage";
|
|
329
|
+
EFeatures["NAVIGATOR_VIEW_HEALTH_CARE_PAGE"] = "navigatorViewHealthCarePage";
|
|
330
|
+
EFeatures["NAVIGATOR_VIEW_INSURANCE_PAGE"] = "navigatorViewInsurancePage";
|
|
331
|
+
EFeatures["NAVIGATOR_VIEW_LIFE_SCIENCES_PAGE"] = "navigatorViewLifeSciencesPage";
|
|
332
|
+
EFeatures["NAVIGATOR_VIEW_MFG_PAGE"] = "navigatorViewMfgPage";
|
|
333
|
+
EFeatures["NAVIGATOR_VIEW_RETAIL_PAGE"] = "navigatorViewRetailPage";
|
|
334
|
+
EFeatures["NAVIGATOR_VIEW_TRAVEL_AND_HOSPITALITY_PAGE"] = "navigatorViewTravelAndHospitalityPage";
|
|
335
|
+
EFeatures["NAVIGATOR_VIEW_UTILITIES_PAGE"] = "navigatorViewUtilitiesPage";
|
|
336
|
+
EFeatures["NAVIGATOR_VIEW_CME_ANALYTICS"] = "navigatorViewCmeAnalytics";
|
|
337
|
+
EFeatures["NAVIGATOR_VIEW_GPG_ANALYTICS"] = "navigatorViewGpgAnalytics";
|
|
338
|
+
EFeatures["NAVIGATOR_VIEW_ENERGY_ANALYTICS"] = "navigatorViewEnergyAnalytics";
|
|
339
|
+
EFeatures["NAVIGATOR_VIEW_FINANCIAL_SERVICES_ANALYTICS"] = "navigatorViewFinancialServicesAnalytics";
|
|
340
|
+
EFeatures["NAVIGATOR_VIEW_HEALTH_CARE_ANALYTICS"] = "navigatorViewHealthCareAnalytics";
|
|
341
|
+
EFeatures["NAVIGATOR_VIEW_INSURANCE_ANALYTICS"] = "navigatorViewInsuranceAnalytics";
|
|
342
|
+
EFeatures["NAVIGATOR_VIEW_LIFE_SCIENCES_ANALYTICS"] = "navigatorViewLifeSciencesAnalytics";
|
|
343
|
+
EFeatures["NAVIGATOR_VIEW_MFG_ANALYTICS"] = "navigatorViewMfgAnalytics";
|
|
344
|
+
EFeatures["NAVIGATOR_VIEW_RETAIL_ANALYTICS"] = "navigatorViewRetailAnalytics";
|
|
345
|
+
EFeatures["NAVIGATOR_VIEW_TRAVEL_AND_HOSPITALITY_ANALYTICS"] = "navigatorViewTravelAndHospitalityAnalytics";
|
|
346
|
+
EFeatures["NAVIGATOR_VIEW_UTILITIES_ANALYTICS"] = "navigatorViewUtilitiesAnalytics";
|
|
347
|
+
EFeatures["NAVIGATOR_VIEW_PILLARS_PAGE"] = "navigatorViewPillarsPage";
|
|
348
|
+
EFeatures["NAVIGATOR_VIEW_DIFFERENT_COURSES_IN_PILLAR"] = "navigatorViewDifferentCoursesInPillar";
|
|
349
|
+
EFeatures["NAVIGATOR_VIEW_FULL_STACK_PAGE"] = "navigatorViewFullStackPage";
|
|
350
|
+
EFeatures["NAVIGATOR_VIEW_DIFFERENT_FULL_STACK_PROGRAMS"] = "navigatorViewDifferentFullStackPrograms";
|
|
351
|
+
EFeatures["CATALOG"] = "catalog";
|
|
352
|
+
EFeatures["CATALOG_VIEW_CATALOG_LIST"] = "catalogViewCatalogList";
|
|
353
|
+
EFeatures["CATALOG_SELECT_ITEM_FROM_CATALOG_LIST"] = "catalogSelectItemFromCatalogList";
|
|
354
|
+
EFeatures["CATALOG_VIEW_PROGRAMS_STRIP"] = "catalogViewProgramsStrip";
|
|
355
|
+
EFeatures["CATALOG_VIEW_COURSES_STRIP"] = "catalogViewCoursesStrip";
|
|
356
|
+
EFeatures["CATALOG_VIEW_LEARNING_MODULES_STRIP"] = "catalogViewLearningModulesStrip";
|
|
357
|
+
EFeatures["CATALOG_VIEW_RESOURCES_STRIP"] = "catalogViewResourcesStrip";
|
|
358
|
+
EFeatures["MARKETING_PAGE"] = "marketingPage";
|
|
359
|
+
EFeatures["MARKETING_PAGE_VIEW_BRAND_ASSETS_PAGE"] = "marketingPageViewBrandAssetsPage";
|
|
360
|
+
EFeatures["MARKETING_PAGE_VIEW_CORPORATE_STRIP"] = "marketingPageViewCorporateStrip";
|
|
361
|
+
EFeatures["MARKETING_PAGE_VIEW_EMPLOYEE_STRIP"] = "marketingPageViewEmployeeStrip";
|
|
362
|
+
EFeatures["MARKETING_PAGE_VIEW_EXPERIMENTAL_SHOWCASE_PAGE"] = "marketingPageViewExperimentalShowcasePage";
|
|
363
|
+
EFeatures["MARKETING_PAGE_VIEW_HUBS_PAGE"] = "marketingPageViewHubsPage";
|
|
364
|
+
EFeatures["MARKETING_PAGE_VIEW_CONNECTICUT_STRIP"] = "marketingPageViewConnecticutStrip";
|
|
365
|
+
EFeatures["MARKETING_PAGE_VIEW_INDIANA_STRIP"] = "marketingPageViewIndianaStrip";
|
|
366
|
+
EFeatures["MARKETING_PAGE_VIEW_RHODE_ISLAND_STRIP"] = "marketingPageViewRhodeIslandStrip";
|
|
367
|
+
EFeatures["MARKETING_PAGE_VIEW_CLIENT_STORIES_PAGE"] = "marketingPageViewClientStoriesPage";
|
|
368
|
+
EFeatures["MARKETING_PAGE_VIEW_AGILE_SCALE_AT_DIGITAL_STRIP"] = "marketingPageViewAgileScaleAtDigitalStrip";
|
|
369
|
+
EFeatures["MARKETING_PAGE_VIEW_AI_POWERED_CORE_STRIP"] = "marketingPageViewAiPoweredCoreStrip";
|
|
370
|
+
EFeatures["MARKETING_PAGE_VIEW_ALWAYS_ON_LEAVING_STRIP"] = "marketingPageViewAlwaysOnLeavingStrip";
|
|
371
|
+
EFeatures["MARKETING_PAGE_VIEW_SERVICES_PAGE"] = "marketingPageViewServicesPage";
|
|
372
|
+
EFeatures["MARKETING_PAGE_VIEW_SERVICES_PENTAGON"] = "marketingPageViewServicesPentagon";
|
|
373
|
+
EFeatures["MARKETING_PAGE_VIEW_OFFERINGS_LIST"] = "marketingPageViewOfferingsList";
|
|
374
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_OFFERING"] = "marketingPageSelectAnyOffering";
|
|
375
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_PILLAR_FROM_PENTAGON"] = "marketingPageSelectAnyPillarFromPentagon";
|
|
376
|
+
EFeatures["MARKETING_PAGE_VIEW_INDUSTRIES_PAGE"] = "marketingPageViewIndustriesPage";
|
|
377
|
+
EFeatures["MARKETING_PAGE_VIEW_INDUSTRIES_LIST"] = "marketingPageViewIndustriesList";
|
|
378
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_INDUSTRY"] = "marketingPageSelectAnyIndustry";
|
|
379
|
+
EFeatures["MARKETING_PAGE_VIEW_PRODUCT_AND_SUBSIDIARIES_PAGE"] = "marketingPageViewProductAndSubsidiariesPage";
|
|
380
|
+
EFeatures["MARKETING_PAGE_VIEW_PRODUCT_AND_SUBSIDIARIES_LIST"] = "marketingPageViewProductAndSubsidiariesList";
|
|
381
|
+
EFeatures["MARKETING_PAGE_SELECT_ANY_PRODUCT_AND_SUBSIDIARY"] = "marketingPageSelectAnyProductAndSubsidiary";
|
|
382
|
+
EFeatures["INTERESTS"] = "interests";
|
|
383
|
+
EFeatures["INTERESTS_ADD_INTERESTS_FROM_SEARCH"] = "interestsAddInterestsFromSearch";
|
|
384
|
+
EFeatures["INTERESTS_ADD_INTERESTS_FROM_OUR_SUGGESTIONS_SECTION"] = "interestsAddInterestsFromOurSuggestionsSection";
|
|
385
|
+
EFeatures["INTERESTS_REMOVE_INTERESTS_FROM_MY_INTERESTS_SECTION"] = "interestsRemoveInterestsFromMyInterestsSection";
|
|
386
|
+
EFeatures["INTERESTS_VIEW_INTERESTS_SEARCH_FIELD"] = "interestsViewInterestsSearchField";
|
|
387
|
+
EFeatures["INTERESTS_VIEW_MY_INTERESTS_SECTION"] = "interestsViewMyInterestsSection";
|
|
388
|
+
EFeatures["INTERESTS_VIEW_OWN_SUGGESTIONS_SECTION"] = "interestsViewOwnSuggestionsSection";
|
|
389
|
+
EFeatures["INTERESTS_VIEW_MORE_SUGGESTIONS_BUTTON"] = "interestsViewMoreSuggestionsButton";
|
|
390
|
+
EFeatures["FEEDBACK"] = "feedback";
|
|
391
|
+
EFeatures["FEEDBACK_VIEW_PLATFORM_FEEDBACK_SECTION"] = "feedbackViewPlatformFeedbackSection";
|
|
392
|
+
EFeatures["FEEDBACK_STAR_RATING_FOR_PLATFORM"] = "feedbackStarRatingForPlatform";
|
|
393
|
+
EFeatures["FEEDBACK_WRITE_PLATFORM_FEEDBACK"] = "feedbackWritePlatformFeedback";
|
|
394
|
+
EFeatures["FEEDBACK_RESET_PLATFORM_FEEDBACK"] = "feedbackResetPlatformFeedback";
|
|
395
|
+
EFeatures["FEEDBACK_SUBMIT_PLATFORM_FEEDBACK"] = "feedbackSubmitPlatformFeedback";
|
|
396
|
+
EFeatures["FEEDBACK_VIEW_CONTENT_FEEDBACK_SECTION"] = "feedbackViewContentFeedbackSection";
|
|
397
|
+
EFeatures["FEEDBACK_STAR_RATING_FOR_CONTENT"] = "feedbackStarRatingForContent";
|
|
398
|
+
EFeatures["FEEDBACK_WRITE_CONTENT_FEEDBACK"] = "feedbackWriteContentFeedback";
|
|
399
|
+
EFeatures["FEEDBACK_RESET_CONTENT_FEEDBACK"] = "feedbackResetContentFeedback";
|
|
400
|
+
EFeatures["FEEDBACK_SUBMIT_CONTENT_FEEDBACK"] = "feedbackSubmitContentFeedback";
|
|
401
|
+
EFeatures["FEEDBACK_VIEW_ISSUE_REPORTING_SECTION"] = "feedbackViewIssueReportingSection";
|
|
402
|
+
EFeatures["FEEDBACK_WRITING_ISSUE"] = "feedbackWritingIssue";
|
|
403
|
+
EFeatures["FEEDBACK_RESET_ISSUE"] = "feedbackResetIssue";
|
|
404
|
+
EFeatures["FEEDBACK_SUBMIT_ISSUE"] = "feedbackSubmitIssue";
|
|
405
|
+
EFeatures["CONTACT_US"] = "contactUs";
|
|
406
|
+
EFeatures["CONTACT_US_VIEW_RAISE_AHD_SECTION"] = "contactUsViewRaiseAhdSection";
|
|
407
|
+
EFeatures["CONTACT_US_VIEW_MAIL_US_SECTION"] = "contactUsViewMailUsSection";
|
|
408
|
+
EFeatures["CONTACT_US_VIEW_TALK_TO_US_SECTION"] = "contactUsViewTalkToUsSection";
|
|
409
|
+
EFeatures["CONTACT_US_RAISE_AHD"] = "contactUsRaiseAhd";
|
|
410
|
+
EFeatures["CONTACT_US_WRITE_EMAIL"] = "contactUsWriteEmail";
|
|
411
|
+
EFeatures["CONTACT_US_DIAL_FROM_PHONE"] = "contactUsDialFromPhone";
|
|
412
|
+
EFeatures["FAQ"] = "faq";
|
|
413
|
+
EFeatures["FAQ_VIEW_LOGIN_FAQS"] = "faqViewLoginFaqs";
|
|
414
|
+
EFeatures["FAQ_VIEW_ODC_ACCESS_FAQS"] = "faqViewOdcAccessFaqs";
|
|
415
|
+
EFeatures["FAQ_VIEW_COMPATIBILITY_FAQS"] = "faqViewCompatibilityFaqs";
|
|
416
|
+
EFeatures["FAQ_VIEW_INSTALLATION_FAQS"] = "faqViewInstallationFaqs";
|
|
417
|
+
EFeatures["FAQ_VIEW_PROGRESS_COMPLETION_FAQS"] = "faqViewProgressCompletionFaqs";
|
|
418
|
+
EFeatures["FAQ_VIEW_VIDEO_FAQS"] = "faqViewVideoFaqs";
|
|
419
|
+
EFeatures["FAQ_VIEW_AUTHORING_FAQS"] = "faqViewAuthoringFaqs";
|
|
420
|
+
EFeatures["MOBILE_APPS"] = "mobileApps";
|
|
421
|
+
EFeatures["MOBILE_APPS_VIEW_ANDROID_APP_SECTION"] = "mobileAppsViewAndroidAppSection";
|
|
422
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_APP_FROM_PLAY_STORE"] = "mobileAppsDownloadAppFromPlayStore";
|
|
423
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_APP_FROM_OUR_SERVER"] = "mobileAppsDownloadAppFromOurServer";
|
|
424
|
+
EFeatures["MOBILE_APPS_VIEW_QR_CODE_FOR_ANDROID_APP"] = "mobileAppsViewQrCodeForAndroidApp";
|
|
425
|
+
EFeatures["MOBILE_APPS_VIEW_IOS_APP_SECTION"] = "mobileAppsViewIosAppSection";
|
|
426
|
+
EFeatures["MOBILE_APPS_DOWNLOAD_IOS_APP"] = "mobileAppsDownloadIosApp";
|
|
427
|
+
EFeatures["MOBILE_APPS_VIEW_QR_CODE_FOR_IOS_APP"] = "mobileAppsViewQrCodeForIosApp";
|
|
428
|
+
EFeatures["ABOUT_US"] = "aboutUs";
|
|
429
|
+
EFeatures["ABOUT_US_VIEW_ABOUT_US_PAGE_SECTIONS"] = "aboutUsViewAboutUsPageSections";
|
|
430
|
+
EFeatures["SETTINGS"] = "settings";
|
|
431
|
+
EFeatures["SETTINGS_VIEW_LANGUAGE_SECTION"] = "settingsViewLanguageSection";
|
|
432
|
+
EFeatures["SETTINGS_VIEW_FONT_SIZE_SECTION"] = "settingsViewFontSizeSection";
|
|
433
|
+
EFeatures["SETTINGS_VIEW_THEME_SECTION"] = "settingsViewThemeSection";
|
|
434
|
+
EFeatures["SETTINGS_CHANGE_LANGUAGE"] = "settingsChangeLanguage";
|
|
435
|
+
EFeatures["SETTINGS_CHANGE_FONT_SIZE"] = "settingsChangeFontSize";
|
|
436
|
+
EFeatures["SETTINGS_CHANGE_THEME"] = "settingsChangeTheme";
|
|
437
|
+
EFeatures["LOGIN_PAGE"] = "loginPage";
|
|
438
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_INFOSCIONS"] = "loginPageLoginForInfoscions";
|
|
439
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_SUBSIDIARIES"] = "loginPageLoginForSubsidiaries";
|
|
440
|
+
EFeatures["LOGIN_PAGE_LOGIN_FOR_NEW_RECRUITS"] = "loginPageLoginForNewRecruits";
|
|
441
|
+
EFeatures["LOGIN_PAGE_ABOUT_US"] = "loginPageAboutUs";
|
|
442
|
+
EFeatures["LOGIN_PAGE_TERMS_OF_USE"] = "loginPageTermsOfUse";
|
|
443
|
+
EFeatures["LOGIN_PAGE_FAQS"] = "loginPageFaqs";
|
|
444
|
+
EFeatures["LOGIN_PAGE_CONTACT_US"] = "loginPageContactUs";
|
|
445
|
+
EFeatures["TOC_PAGE"] = "tocPage";
|
|
446
|
+
EFeatures["TOC_PAGE_VIEW_OVERVIEW_SECTION"] = "tocPageViewOverviewSection";
|
|
447
|
+
EFeatures["TOC_PAGE_VIEW_INSTRUCTOR_LED_SECTION"] = "tocPageViewInstructorLedSection";
|
|
448
|
+
EFeatures["TOC_PAGE_VIEW_COHORTS_SECTION"] = "tocPageViewCohortsSection";
|
|
449
|
+
EFeatures["TOC_PAGE_VIEW_DISCUSSION_FORUM_SECTION"] = "tocPageViewDiscussionForumSection";
|
|
450
|
+
EFeatures["TOC_PAGE_VIEW_COURSE_ANALYTICS_SECTION"] = "tocPageViewCourseAnalyticsSection";
|
|
451
|
+
EFeatures["TOC_PAGE_VIEW_WHATS_NEXT_SECTION"] = "tocPageViewWhatsNextSection";
|
|
452
|
+
EFeatures["TOC_PAGE_VIEW_PART_OF_SECTION"] = "tocPageViewPartOfSection";
|
|
453
|
+
EFeatures["TOC_PAGE_REGISTER_FOR_UPCOMING_TRAINING"] = "tocPageRegisterForUpcomingTraining";
|
|
454
|
+
EFeatures["TOC_PAGE_UNREGISTER_FROM_REGISTERED_TRAINING"] = "tocPageUnregisterFromRegisteredTraining";
|
|
455
|
+
EFeatures["TOC_PAGE_SHARE_INSTRUCTOR_LED_TRAININGS"] = "tocPageShareInstructorLedTrainings";
|
|
456
|
+
EFeatures["TOC_PAGE_VIEW_EDUCATORS_OF_TRAININGS"] = "tocPageViewEducatorsOfTrainings";
|
|
457
|
+
EFeatures["TOC_PAGE_NOMINATE_OTHERS_FOR_TRAININGS"] = "tocPageNominateOthersForTrainings";
|
|
458
|
+
EFeatures["TOC_PAGE_REQUEST_TRAINING"] = "tocPageRequestTraining";
|
|
459
|
+
EFeatures["TOC_PAGE_VIEW_ACTIVE_LEARNERS_SECTION"] = "tocPageViewActiveLearnersSection";
|
|
460
|
+
EFeatures["TOC_PAGE_VIEW_ALL_ACTIVE_LEARNERS"] = "tocPageViewAllActiveLearners";
|
|
461
|
+
EFeatures["TOC_PAGE_VIEW_CURRENTLY_ACTIVE_LEARNERS"] = "tocPageViewCurrentlyActiveLearners";
|
|
462
|
+
EFeatures["TOC_PAGE_VIEW_LEARNERS_SHARING_THE_SAME_GOALS"] = "tocPageViewLearnersSharingTheSameGoals";
|
|
463
|
+
EFeatures["TOC_PAGE_VIEW_EXPERTS_AND_TUTORS_SECTION"] = "tocPageViewExpertsAndTutorsSection";
|
|
464
|
+
EFeatures["TOC_PAGE_VIEW_ALL_EXPERTS_AND_TUTORS"] = "tocPageViewAllExpertsAndTutors";
|
|
465
|
+
EFeatures["TOC_PAGE_VIEW_AUTHORS_OF_COURSE"] = "tocPageViewAuthorsOfCourse";
|
|
466
|
+
EFeatures["TOC_PAGE_VIEW_EDUCATORS_OF_COURSE"] = "tocPageViewEducatorsOfCourse";
|
|
467
|
+
EFeatures["TOC_PAGE_VIEW_TOPPERS_OF_COURSE"] = "tocPageViewToppersOfCourse";
|
|
468
|
+
EFeatures["TOC_PAGE_MAIL_THE_PERSON"] = "tocPageMailThePerson";
|
|
469
|
+
EFeatures["TOC_PAGE_CALL_THE_PERSON"] = "tocPageCallThePerson";
|
|
470
|
+
EFeatures["TOC_PAGE_POST_VIEWS_IN_DISCUSSION_FORUM"] = "tocPagePostViewsInDiscussionForum";
|
|
471
|
+
EFeatures["TOC_PAGE_LEARN_THE_COURSE"] = "tocPageLearnTheCourse";
|
|
472
|
+
EFeatures["TOC_PAGE_LIKE_THE_COURSE"] = "tocPageLikeTheCourse";
|
|
473
|
+
EFeatures["TOC_PAGE_SHARE_THE_COURSE"] = "tocPageShareTheCourse";
|
|
474
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_GOALS"] = "tocPageAddCourseToGoals";
|
|
475
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_PLAYLIST"] = "tocPageAddCourseToPlaylist";
|
|
476
|
+
EFeatures["TOC_PAGE_ADD_COURSE_TO_WATCHLIST"] = "tocPageAddCourseToWatchlist";
|
|
477
|
+
EFeatures["TOC_PAGE_GIVE_COURSE_FEEDBACK"] = "tocPageGiveCourseFeedback";
|
|
478
|
+
EFeatures["TOC_PAGE_RESUME_THE_COURSE"] = "tocPageResumeTheCourse";
|
|
479
|
+
EFeatures["TOC_PAGE_START_OVER_THE_COURSE"] = "tocPageStartOverTheCourse";
|
|
480
|
+
EFeatures["TOC_PAGE_GO_TO_COURSE_QUIZ"] = "tocPageGoToCourseQuiz";
|
|
481
|
+
EFeatures["TOC_PAGE_GO_TO_COURSE_HANDS_ON"] = "tocPageGoToCourseHandsOn";
|
|
482
|
+
EFeatures["NAVBAR"] = "navbar";
|
|
483
|
+
EFeatures["NAVBAR_VIEW_LOGO"] = "navbarViewLogo";
|
|
484
|
+
EFeatures["NAVBAR_CATALOG_ICON"] = "navbarCatalogIcon";
|
|
485
|
+
EFeatures["NAVBAR_NAVIGATOR_ICON"] = "navbarNavigatorIcon";
|
|
486
|
+
EFeatures["NAVBAR_NOTIFICATION_ICON"] = "navbarNotificationIcon";
|
|
487
|
+
EFeatures["NAVBAR_SETTINGS_ICON"] = "navbarSettingsIcon";
|
|
488
|
+
EFeatures["NAVBAR_SEARCH_ICON"] = "navbarSearchIcon";
|
|
489
|
+
EFeatures["NAVBAR_APPS_ICON"] = "navbarAppsIcon";
|
|
490
|
+
EFeatures["HOME_PAGE"] = "homePage";
|
|
491
|
+
EFeatures["HOME_PAGE_VIEW_CAROUSEL"] = "homePageViewCarousel";
|
|
492
|
+
EFeatures["HOME_PAGE_VIEW_CONTINUE_LEARNING_STRIP"] = "homePageViewContinueLearningStrip";
|
|
493
|
+
EFeatures["HOME_PAGE_VIEW_FEATURED_APPS_STRIP"] = "homePageViewFeaturedAppsStrip";
|
|
494
|
+
EFeatures["HOME_PAGE_VIEW_RECENT_ADDITION_TO_PLAYLISTS_STRIP"] = "homePageViewRecentAdditionToPlaylistsStrip";
|
|
495
|
+
EFeatures["HOME_PAGE_VIEW_BASED_ON_YOUR_INTERESTS_STRIP"] = "homePageViewBasedOnYourInterestsStrip";
|
|
496
|
+
EFeatures["HOME_PAGE_VIEW_BASED_ON_WHAT_YOU_VIEWED_STRIP"] = "homePageViewBasedOnWhatYouViewedStrip";
|
|
497
|
+
EFeatures["HOME_PAGE_VIEW_LATEST_STRIP"] = "homePageViewLatestStrip";
|
|
498
|
+
EFeatures["HOME_PAGE_VIEW_TRENDING_STRIP"] = "homePageViewTrendingStrip";
|
|
499
|
+
EFeatures["HOME_PAGE_SHOW_COMPLETED_FILTER"] = "homePageShowCompletedFilter";
|
|
500
|
+
EFeatures["HOME_PAGE_SHOW_RESOURCES_FILTER"] = "homePageShowResourcesFilter";
|
|
501
|
+
EFeatures["TNC_PAGE"] = "tncPage";
|
|
502
|
+
EFeatures["TNC_PAGE_VIEW_CONTEST_RULES_SECTION"] = "tncPageViewContestRulesSection";
|
|
503
|
+
EFeatures["TNC_PAGE_VIEW_DATA_PRIVACY_SECTION"] = "tncPageViewDataPrivacySection";
|
|
504
|
+
EFeatures["TNC_PAGE_ACCEPT_TERMS_AND_CONDITIONS"] = "tncPageAcceptTermsAndConditions";
|
|
505
|
+
EFeatures["BLOGS"] = "blogs";
|
|
506
|
+
EFeatures["BLOG_VIEW_OTHERS_BLOGS"] = "blogViewOthersBlogs";
|
|
507
|
+
EFeatures["BLOGS_LIKE_OTHER_BLOGS"] = "blogsLikeOtherBlogs";
|
|
508
|
+
EFeatures["BLOGS_VIEW_MY_BLOGS"] = "blogsViewMyBlogs";
|
|
509
|
+
EFeatures["BLOGS_WRITE_NEW_BLOG"] = "blogsWriteNewBlog";
|
|
510
|
+
EFeatures["BLOGS_SAVE_BLOG_AS_DRAFT"] = "blogsSaveBlogAsDraft";
|
|
511
|
+
EFeatures["BLOGS_EDIT_MY_SAVED_BLOG"] = "blogsEditMySavedBlog";
|
|
512
|
+
EFeatures["BLOGS_PUBLISH_MY_BLOG"] = "blogsPublishMyBlog";
|
|
513
|
+
EFeatures["BLOGS_UPVOTE_FOR_BLOG"] = "blogsUpvoteForBlog";
|
|
514
|
+
EFeatures["BLOGS_DOWNVOTE_FOR_BLOG"] = "blogsDownvoteForBlog";
|
|
515
|
+
EFeatures["BLOGS_WRITE_RESPONSE_FOR_BLOG"] = "blogsWriteResponseForBlog";
|
|
516
|
+
EFeatures["BLOGS_DELETE_MY_BLOG"] = "blogsDeleteMyBlog";
|
|
517
|
+
EFeatures["BLOGS_EDIT_MY_RESPONSE"] = "blogsEditMyResponse";
|
|
518
|
+
EFeatures["BLOGS_DELETE_MY_RESPONSE"] = "blogsDeleteMyResponse";
|
|
519
|
+
EFeatures["BLOGS_VIEW_DRAFTS_SECTION"] = "blogsViewDraftsSection";
|
|
520
|
+
EFeatures["BLOGS_VIEW_PUBLISHED_SECTION"] = "blogsViewPublishedSection";
|
|
521
|
+
EFeatures["QUESTION_AND_ANSWER"] = "questionAndAnswer";
|
|
522
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_ALL_QUESTIONS_AND_ANSWERS"] = "questionAndAnswerViewAllQuestionsAndAnswers";
|
|
523
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_ONLY_UNANSWERED_QUESTIONS"] = "questionAndAnswerViewOnlyUnansweredQuestions";
|
|
524
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_MY_TIMELINE"] = "questionAndAnswerViewMyTimeline";
|
|
525
|
+
EFeatures["QUESTION_AND_ANSWER_ASK_NEW_QUESTION"] = "questionAndAnswerAskNewQuestion";
|
|
526
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_SPECIFIC_QUESTION"] = "questionAndAnswerViewSpecificQuestion";
|
|
527
|
+
EFeatures["QUESTION_AND_ANSWER_UPVOTE_FOR_ANSWER"] = "questionAndAnswerUpvoteForAnswer";
|
|
528
|
+
EFeatures["QUESTION_AND_ANSWER_DOWNVOTE_FOR_ANSWER"] = "questionAndAnswerDownvoteForAnswer";
|
|
529
|
+
EFeatures["QUESTION_AND_ANSWER_LIKE_AN_ANSWER"] = "questionAndAnswerLikeAnAnswer";
|
|
530
|
+
EFeatures["QUESTION_AND_ANSWER_ADD_COMMENT_FOR_ANY_ANSWER"] = "questionAndAnswerAddCommentForAnyAnswer";
|
|
531
|
+
EFeatures["QUESTION_AND_ANSWER_ADD_ANSWER_FOR_ANY_QUESTION"] = "questionAndAnswerAddAnswerForAnyQuestion";
|
|
532
|
+
EFeatures["QUESTION_AND_ANSWER_SAVE_QUESTION_AS_DRAFT"] = "questionAndAnswerSaveQuestionAsDraft";
|
|
533
|
+
EFeatures["QUESTION_AND_ANSWER_PUBLISH_SAVED_QUESTION"] = "questionAndAnswerPublishedSavedQuestion";
|
|
534
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_DRAFTS_SECTION"] = "questionAndAnswerViewDraftsSection";
|
|
535
|
+
EFeatures["QUESTION_AND_ANSWER_VIEW_PUBLISHED_SECTION"] = "questionAndAnswerViewPublishedSection";
|
|
536
|
+
EFeatures["BADGES"] = "badges";
|
|
537
|
+
EFeatures["BADGES_VIEW_RECENTLY_EARNED_BADGE"] = "badgesViewRecentlyEarnedBadge";
|
|
538
|
+
EFeatures["BADGES_VIEW_ALL_EARNED_BADGES"] = "badgesViewAllEarnedBadges";
|
|
539
|
+
EFeatures["BADGES_VIEW_NEXT_TARGETTED_BADGES"] = "badgesViewNextTargettedBadges";
|
|
540
|
+
EFeatures["HANDS_ON_DASHBOARD"] = "handsOnDashboard";
|
|
541
|
+
EFeatures["HANDS_ON_DASHBOARD_VIEW_MY_DASHBOARD"] = "handsOnDashboardViewMyDashboard";
|
|
542
|
+
EFeatures["HANDS_ON_DASHBOARD_VIEW_SHARED_PROFILE_SECTION"] = "handsOnDashboardViewSharedProfileSection";
|
|
543
|
+
EFeatures["LEARNING_HISTORY"] = "learningHistory";
|
|
544
|
+
EFeatures["LEARNING_HISTORY_VIEW_PROGRAMS_SECTION"] = "learningHistoryViewProgramsSection";
|
|
545
|
+
EFeatures["LEARNING_HISTORY_VIEW_COURSES_SECTION"] = "learningHistoryViewCoursesSection";
|
|
546
|
+
EFeatures["LEARNING_HISTORY_VIEW_LEARNING_MODULES_SECTION"] = "learningHistoryViewLearningModulesSection";
|
|
547
|
+
EFeatures["LEARNING_HISTORY_VIEW_RESOURCES_SECTION"] = "learningHistoryViewResourcesSection";
|
|
548
|
+
EFeatures["LEARNING_HISTORY_VIEW_CERTIFICATIONS_SECTION"] = "learningHistoryViewCertificationsSection";
|
|
549
|
+
EFeatures["LEARNING_HISTORY_APPLY_COMPLETED_FILTER"] = "learningHistoryApplyCompletedFilter";
|
|
550
|
+
EFeatures["LEARNING_HISTORY_VIEW_MORE_BUTTON"] = "learningHistoryViewMoreButton";
|
|
551
|
+
EFeatures["LEARNING_TIME"] = "learningTime";
|
|
552
|
+
EFeatures["LEARNING_TIME_VIEW_LEARNING_TIME_GRAPH"] = "learningTimeViewLearningTimeGraph";
|
|
553
|
+
EFeatures["LEARNING_TIME_APPLY_BAR_GRAPH_FILTER"] = "learningTimeApplyBarGraphFilter";
|
|
554
|
+
EFeatures["LEARNING_TIME_APPLY_DATE_RANGE_FILTER"] = "learningTimeApplyDateRangeFilter";
|
|
555
|
+
EFeatures["LEARNING_TIME_APPLY_TIME_SPENT_FILTER"] = "learningTimeApplyTimeSpentFilter";
|
|
556
|
+
EFeatures["LEARNING_TIME_APPLY_APP_AVERAGE_FILTER"] = "learningTimeApplyAppAverageFilter";
|
|
557
|
+
EFeatures["LEARNING_TIME_APPLY_USER_AVERAGE_OVER_PERIOD_FILTER"] = "learningTimeApplyUserAverageOverPeriodFilter";
|
|
558
|
+
EFeatures["NOTIFICATION"] = "notification";
|
|
559
|
+
EFeatures["NOTIFICATION_VIEW_RECENT_BADGE_EARNED"] = "notificationViewRecentBadgeEarned";
|
|
560
|
+
EFeatures["NOTIFICATION_VIEW_SHARED_PLAYLIST"] = "notificationViewSharedPlaylist";
|
|
561
|
+
EFeatures["NOTIFICATION_VIEW_SHARED_GOALS"] = "notificationViewSharedGoals";
|
|
562
|
+
EFeatures["PROFILE"] = "profile";
|
|
563
|
+
EFeatures["PROFILE_VIEW_BASIC_INFORMATION"] = "profileViewBasicInformation";
|
|
564
|
+
EFeatures["PROFILE_VIEW_RECENTLY_LEARNED_COURSES"] = "profileViewRecentlyLearnedCourses";
|
|
565
|
+
EFeatures["PROFILE_VIEW_LIKED_ITEMS"] = "profileViewLikedItems";
|
|
566
|
+
EFeatures["PROFILE_VIEW_BADGES_EARNED"] = "profileViewBadgesEarned";
|
|
567
|
+
EFeatures["BEHAVIORAL_SKILLS"] = "behavioralSkills";
|
|
568
|
+
EFeatures["BEHAVIORAL_SKILLS_VIEW_MODEL_CLIENT_INTERACTIONS"] = "behavioralSkillsViewModalClientInteractions";
|
|
569
|
+
EFeatures["BEHAVIORAL_SKILLS_VIEW_CLIENT_INTERACTION_TESTS"] = "behavioralSkillsViewClientInteractionTests";
|
|
570
|
+
EFeatures["CERTIFICATIONS"] = "certifications";
|
|
571
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_APPROVALS_SECTION"] = "certificationsViewMyApprovalsSection";
|
|
572
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_REQUESTS_SECTION"] = "certificationsViewMyRequestsSection";
|
|
573
|
+
EFeatures["CERTIFICATIONS_VIEW_MY_CERTIFICATIONS_SECTION"] = "certificationsViewMyCertificationsSection";
|
|
574
|
+
EFeatures["CERTIFICATIONS_APPLY_COMPLETION_STATUS_FILTER"] = "certificationsApplyCompletionStatusFilter";
|
|
575
|
+
EFeatures["CODE_CRACK"] = "codeCrack";
|
|
576
|
+
EFeatures["CODE_CRACK_VIEW_PUZZLE_MANIA"] = "codeCrackViewPuzzleMania";
|
|
577
|
+
EFeatures["CODE_CRACK_VIEW_CODE_CRACK"] = "codeCrackViewCodeCrack";
|
|
578
|
+
EFeatures["CODE_CRACK_VIEW_TECHNOLOGY_PLAYGROUND"] = "codeCrackViewTechnologyPlayground";
|
|
579
|
+
EFeatures["CODE_CRACK_WATCH_PROGRAMMING_CHALLENGES_VIDEO"] = "codeCrackWatchProgrammingChallengesVideo";
|
|
580
|
+
EFeatures["CODE_CRACK_VIEW_ACCELERATE"] = "codeCrackViewAccelerate";
|
|
581
|
+
EFeatures["CODE_CRACK_START_CODE_CRACK_TEST"] = "codeCrackStartCodeCrackTest";
|
|
582
|
+
EFeatures["CODE_CRACK_START_PUZZLE_MANIA"] = "codeCrackStartPuzzleMania";
|
|
583
|
+
EFeatures["CODE_CRACK_START_TECHNOLOGY_PLAYGROUND"] = "codeCrackStartTechnologyPlayground";
|
|
584
|
+
EFeatures["INSTRUCTOR_LED_TRAINING"] = "instructorLedTraining";
|
|
585
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_TRAINING_SCHEDULE_SECTION"] = "instructorLedTrainingViewTrainingScheduleSection";
|
|
586
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_FEEDBACK_SECTION"] = "instructorLedTrainingViewFeedbackSection";
|
|
587
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_VIEW_TRAININGS_PLANNED_BY_YOUR_TEAM_SECTION"] = "instructorLedTrainingViewTrainingsPlannedByYourTeamSection";
|
|
588
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_SEARCH_TRAINING"] = "instructorLedTrainingSearchTraining";
|
|
589
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_REGISTER_FOR_TRAINING"] = "instructorLedTrainingRegisterForTraining";
|
|
590
|
+
EFeatures["INSTRUCTOR_LED_TRAINING_GIVE_TRAINING_FEEDBACK"] = "instructorLedTrainingGiveTrainingFeedback";
|
|
591
|
+
EFeatures["LEADERBOARD"] = "leaderboard";
|
|
592
|
+
EFeatures["LEADERBOARD_VIEW_WEEKLY_SECTION"] = "leaderboardViewWeeklySection";
|
|
593
|
+
EFeatures["LEADERBOARD_VIEW_MONTHLY_SECTION"] = "leaderboardViewMonthlySection";
|
|
594
|
+
EFeatures["LEADERBOARD_VIEW_HALL_OF_FAME_SECTION"] = "leaderboardViewHallOfSection";
|
|
595
|
+
EFeatures["LEADERBOARD_APPLY_LEARNER_COLLABORATOR_FILTER"] = "leaderboardApplyLearnerCollaboratorFilter";
|
|
596
|
+
EFeatures["LEADERBOARD_BACK_DATE_BUTTON"] = "leaderboardBackDatebutton";
|
|
597
|
+
EFeatures["LEADERBOARD_FORWARD_DATE_BUTTON"] = "leaderboardForwardDateButton";
|
|
598
|
+
EFeatures["PLAYGROUND"] = "playground";
|
|
599
|
+
EFeatures["PLAYGROUND_VIEW_TECHNOLOGY_PLAYGROUNDS_STRIP"] = "playgroundViewTechnologyPlaygorundsStrip";
|
|
600
|
+
EFeatures["PLAYGROUND_VIEW_ASSESSMENTS_PLAYGROUNDS_STRIP"] = "playgroundViewAssessmentsPlaygroundsStrip";
|
|
601
|
+
EFeatures["PUZZLE_MANIA"] = "puzzleMania";
|
|
602
|
+
EFeatures["PUZZLE_MANIA_VIEW_PUZZLE_MANIA"] = "puzzleManiaViewPuzzleMania";
|
|
603
|
+
EFeatures["PUZZLE_MANIA_VIEW_CODE_CRACK"] = "puzzleManiaViewCodeCrack";
|
|
604
|
+
EFeatures["PUZZLE_MANIA_VIEW_TECHNOLOGY_PLAYGROUND"] = "puzzleManiaViewTechnologyPlayground";
|
|
605
|
+
EFeatures["PUZZLE_MANIA_WATCH_PROGRAMMING_CHALLENGES_VIDEO"] = "puzzleManiaWatchProgrammingChallengesVideo";
|
|
606
|
+
EFeatures["PUZZLE_MANIA_VIEW_ACCELERATE"] = "puzzleManiaViewAccelerate";
|
|
607
|
+
EFeatures["PUZZLE_MANIA_START_CODE_CRACK_TEST"] = "puzzleManiaStartCodeCrackTest";
|
|
608
|
+
EFeatures["PUZZLE_MANIA_START_PUZZLE_MANIA"] = "puzzleManiaStartPuzzleMania";
|
|
609
|
+
EFeatures["PUZZLE_MANIA_START_TECHNOLOGY_PLAYGROUND"] = "puzzleManiaStartTechnologyPlayground";
|
|
610
|
+
EFeatures["FULL_STACK_SALES_LEADER"] = "fullStackSalesLeader";
|
|
611
|
+
EFeatures["FULL_STACK_SALES_LEADER_WATCH_LEADER_VIDEO"] = "fullStackSalesLeaderWatchLeaderVideo";
|
|
612
|
+
EFeatures["FULL_STACK_SALES_LEADER_EMBARK_ON_THIS_LEARNING_JOURNEY_BUTTON"] = "fullStackSalesLeaderEmbarkOnThisLearningJourneyButton";
|
|
613
|
+
EFeatures["FULL_STACK_SALES_LEADER_QUICK_TOUR_VIDEO_LINK"] = "fullStackSalesLeaderQuickTourVideoLink";
|
|
614
|
+
EFeatures["FULL_STACK_SALES_LEADER_FEEDBACK_LINK"] = "fullStackSalesLeaderFeedbackLink";
|
|
615
|
+
EFeatures["FULL_STACK_SALES_LEADER_DROP_NOTE_LINK"] = "fullStackSalesLeaderDropNoteLink";
|
|
616
|
+
EFeatures["ONBOARDING"] = "onboarding";
|
|
617
|
+
EFeatures["ONBOARDING_VIEW_DC_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewDcOnboardingProgramsStrip";
|
|
618
|
+
EFeatures["ONBOARDING_VIEW_ORGANISATIONAL_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewOrganisationalOnboardingProgramsStrip";
|
|
619
|
+
EFeatures["ONBOARDING_VIEW_ROLE_BASED_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewRoleBasedOnboardingProgramsStrip";
|
|
620
|
+
EFeatures["ONBOARDING_VIEW_UNIT_AND_PROJECT_ONBOARDING_PROGRAMS_STRIP"] = "onboardingViewUnitAndProjectOnboardingProgramsStrip";
|
|
621
|
+
EFeatures["SEARCH"] = "search";
|
|
622
|
+
EFeatures["SEARCH_SEARCHING_CONTENT"] = "searchSearchingContent";
|
|
623
|
+
EFeatures["KNOWLEDGE_HUB"] = "knowledgeHub";
|
|
624
|
+
EFeatures["KNOWLEDGE_HUB_SUBMIT_KNOWLEDGE_ARTIFACTS"] = "knowledgeHubSubmitKnowledgeArtifacts";
|
|
625
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TOP_PROJECTS_SECTION"] = "knowledgeHubViewTopProjectsSection";
|
|
626
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_INTERESTING_READS_SECTION"] = "knowledgeHubViewInterestingReadsSection";
|
|
627
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_MARKETING_SECTION"] = "knowledgeHubViewMarketingSection";
|
|
628
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_KSHOP_CLASSIC_SECTION"] = "knowledgeHubViewKshopClassicSection";
|
|
629
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TRENDING_TOOLS_SECTION"] = "knowledgeHubViewTrendingToolsSection";
|
|
630
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_DOCUMENTS_STRIP"] = "knowledgeHubViewDocumentsStrip";
|
|
631
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_TOOLS_STRIP"] = "knowledgeHubViewProjectReferencesStrip";
|
|
632
|
+
EFeatures["KNOWLEDGE_HUB_VIEW_MARKETING_STRIP"] = "knowledgeHubViewMarketingStrip";
|
|
633
|
+
EFeatures["CHANNELS"] = "channels";
|
|
634
|
+
EFeatures["CHANNELS_VIEW_LEADERSHIP_SECTION"] = "channelsViewLeadershipSection";
|
|
635
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_PAGE"] = "channelsViewRaviKumarPage";
|
|
636
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_PAGE"] = "channelsViewMohitJoshiPage";
|
|
637
|
+
EFeatures["CHANNELS_FOLLOW_RAVI_KUMAR"] = "channelsFollowRaviKumar";
|
|
638
|
+
EFeatures["CHANNELS_MAIL_TO_RAVI_KUMAR"] = "channelsMailToRaviKumar";
|
|
639
|
+
EFeatures["CHANNELS_VIEW_ABOUT_RAVI_KUMAR_SECTION"] = "channelsViewAboutRaviKumarSection";
|
|
640
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_TWEETS_SECTION"] = "channelsViewRaviKumarTweetsSection";
|
|
641
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_ARTICLES_SECTION"] = "channelsViewRaviKumarArticlesSection";
|
|
642
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_TRAILBLAZERS_SECTION"] = "channelsViewRaviKumarTrailblazersSection";
|
|
643
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_COMMUNICATIONS_SECTION"] = "channelsViewRaviKumarCommunicationsSection";
|
|
644
|
+
EFeatures["CHANNELS_VIEW_RAVI_KUMAR_DISCUSSION_SECTION"] = "channelsViewraviKumarDiscussionSection";
|
|
645
|
+
EFeatures["CHANNELS_LIKE_TWEET_RAVI_KUMAR"] = "channelsLikeTweetRaviKumar";
|
|
646
|
+
EFeatures["CHANNELS_SHARE_TWEET_RAVI_KUMAR"] = "channelsShareTweetRaviKumar";
|
|
647
|
+
EFeatures["CHANNELS_POST_YOUR_THOUGHTS_IN_DISCUSSION_RAVI_KUMAR"] = "channelsPostYourThoughtsInDiscussionRaviKumar";
|
|
648
|
+
EFeatures["CHANNELS_FOLLOW_MOHIT_JOSHI"] = "channelsFollowMohitJoshi";
|
|
649
|
+
EFeatures["CHANNELS_MAIL_TO_MOHIT_JOSHI"] = "channelsMailToMohitJoshi";
|
|
650
|
+
EFeatures["CHANNELS_VIEW_ABOUT_MOHIT_JOSHI_SECTION"] = "channelsViewAboutMohitJoshiSection";
|
|
651
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_TWEETS_SECTION"] = "channelsViewMohitJoshiTweetsSection";
|
|
652
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_ARTICLES_SECTION"] = "channelsViewMohitJoshiArticlesSection";
|
|
653
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_TRAILBLAZERS_SECTION"] = "channelsViewMohitJoshiTrailblazersSection";
|
|
654
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_COMMUNICATIONS_SECTION"] = "channelsViewMohitJoshiCommunicationsSection";
|
|
655
|
+
EFeatures["CHANNELS_VIEW_MOHIT_JOSHI_DISCUSSION_SECTION"] = "channelsViewMohitJoshiDiscussionSection";
|
|
656
|
+
EFeatures["CHANNELS_LIKE_TWEET_MOHIT_JOSHI"] = "channelsLikeTweetMohitJoshi";
|
|
657
|
+
EFeatures["CHANNELS_SHARE_TWEET_MOHIT_JOSHI"] = "channelsShareTweetMohitJoshi";
|
|
658
|
+
EFeatures["CHANNELS_POST_YOUR_THOUGHTS_IN_DISCUSSION_MOHIT_JOSHI"] = "channelsPostYourThoughtsInDiscussionMohitJoshi";
|
|
659
|
+
EFeatures["CHANNELS_VIEW_CORPORATE_SECTION"] = "channelsViewCorporateSection";
|
|
660
|
+
EFeatures["CHANNELS_VIEW_EXPERIENCE_WOW_PAGE"] = "channelsViewExperienceWowPage";
|
|
661
|
+
EFeatures["CHANNELS_VIEW_INFOSYS_KNOWLEDGE_INSTITUTE_PAGE"] = "channelsViewInfosysKnowledgeInstitutePage";
|
|
662
|
+
EFeatures["CHANNELS_VIEW_CMT_LEARNING_HUB_PAGE"] = "channelsViewCmtLearningHubPage";
|
|
663
|
+
EFeatures["CHANNELS_VIEW_FULL_STACK_SALES_LEADERS_PAGE"] = "channelsViewFullStackSalesLeaderPage";
|
|
664
|
+
EFeatures["EXPERIENCE_WOW_PAGE"] = "experienceWowPage";
|
|
665
|
+
EFeatures["EXPERIENCE_WOW_PAGE_VIEW_PAGE_SECTIONS"] = "experienceWowPageViewPageSections";
|
|
666
|
+
EFeatures["EXPERIENCE_WOW_PAGE_CHECK_Wingspan_STATISTICS"] = "experienceWowPageCheckWingspanStatistics";
|
|
667
|
+
EFeatures["EXPERIENCE_WOW_PAGE_CHECK_INFY_ME_STATISTICS"] = "experienceWowPageCheckInfyMeStatistics";
|
|
668
|
+
EFeatures["EXPERIENCE_WOW_PAGE_PROVIDE_SUGGESTIONS"] = "experienceWowPageProvideSuggestions";
|
|
669
|
+
EFeatures["EXPERIENCE_WOW_PAGE_SEND_MAIL_FOR_BECOMING_COCREATOR"] = "experienceWowPageSendMailForBecomingCocreator";
|
|
670
|
+
EFeatures["INFY_RADIO"] = "infyRadio";
|
|
671
|
+
EFeatures["INFY_RADIO_VIEW_PODCASTS_STRIP"] = "infyRadioViewPodcastsStrip";
|
|
672
|
+
EFeatures["INFY_TV"] = "infyTv";
|
|
673
|
+
EFeatures["INFY_TV_VIEW_JUST_FOR_YOU_SECTION"] = "infyTvViewJustForYouSection";
|
|
674
|
+
EFeatures["INFY_TV_VIEW_MUST_VIEW_STRIP"] = "infyTvViewMustViewStrip";
|
|
675
|
+
EFeatures["INFY_TV_VIEW_LATEST_STRIP"] = "infyTvViewLatestStrip";
|
|
676
|
+
EFeatures["INFY_TV_VIEW_CHANNELS_SECTION"] = "infyTvViewChannelsSection";
|
|
677
|
+
EFeatures["INFY_TV_VIEW_CHANNELS_STRIP"] = "infyTvViewChannelsStrip";
|
|
678
|
+
EFeatures["INFY_TV_VIEW_BROADCAST_SECTION"] = "infyTvViewBroadcastSection";
|
|
679
|
+
EFeatures["INFY_TV_VIEW_PREVIOUS_EVENTS_LIST"] = "infyTvViewPreviousEventsList";
|
|
680
|
+
EFeatures["INFY_TV_VIEW_LIVE_EVENTS_LIST"] = "infyTvViewLiveEventsList";
|
|
681
|
+
EFeatures["INFY_TV_VIEW_UPCOMING_EVENTS_LIST"] = "infyTvViewUpcomingEventsList";
|
|
682
|
+
EFeatures["LEADERSHIP_MESSAGES"] = "leadershipMessages";
|
|
683
|
+
EFeatures["LEADERSHIP_MESSAGES_VIEW_LEADERSHIP_VIDEO"] = "leadershipMessagesViewLeadershipVideo";
|
|
684
|
+
EFeatures["LIVING_LABS"] = "livingLabs";
|
|
685
|
+
EFeatures["LIVING_LABS_VIEW_LIVING_LABS_STRIP"] = "livingLabsViewLivingLabsStrip";
|
|
686
|
+
EFeatures["AMERICAS_CONFLUENECE"] = "americasConfluence";
|
|
687
|
+
EFeatures["AMERICAS_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "americasConfluenceViewConfluenceVideosStrips";
|
|
688
|
+
EFeatures["APAC_CONFLUENECE"] = "apacConfluence";
|
|
689
|
+
EFeatures["APAC_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "apacConfluenceViewConfluenceVideosStrips";
|
|
690
|
+
EFeatures["EMEA_CONFLUENECE"] = "emeaConfluence";
|
|
691
|
+
EFeatures["EMEA_CONFLUENECE_VIEW_CONFLUENCE_VIDEOS_STRIPS"] = "emeaConfluenceViewConfluenceVideosStrips";
|
|
692
|
+
EFeatures["CONNECT"] = "connect";
|
|
693
|
+
EFeatures["CONNECT_VIEW_CONTENT_STRIP"] = "connectViewContentStrip";
|
|
694
|
+
EFeatures["LIVE_EVENTS"] = "liveEvents";
|
|
695
|
+
EFeatures["LIVE_EVENTS_WATCH_LIVE"] = "liveEventsWatchLive";
|
|
696
|
+
EFeatures["LIVE_EVENTS_WATCH_CLASSROOM_BROADCAST"] = "liveEventsWatchClassroomBroadcast";
|
|
697
|
+
EFeatures["LIVE_EVENTS_WATCH_THREE_SIXTY_VIDEO"] = "liveEventsWatchThreeSixtyVideo";
|
|
698
|
+
EFeatures["LIVE_EVENTS_WATCH_FAMILY_MATTERS_VIDEO"] = "liveEventsWatchFamilyMattersVideo";
|
|
699
|
+
EFeatures["LIVE_EVENTS_WATCH_CONFLUENCE_EVENTS"] = "liveEventsWatchConfluenceEvents";
|
|
700
|
+
EFeatures["DIGITAL_ASSISTANT_TOUR"] = "digitalAssistantTour";
|
|
701
|
+
EFeatures["DIGITAL_ASSISTANT_TOUR_WATCH_TOUR_VIDEO"] = "digitalAssistantTourWatchTourVideo";
|
|
702
|
+
EFeatures["QUICK_TOUR"] = "quickTour";
|
|
703
|
+
EFeatures["QUICK_TOUR_WATCH_TOUR_VIDEO"] = "quickTourWatchTourVideo";
|
|
704
|
+
EFeatures["LOGOUT"] = "logout";
|
|
705
|
+
EFeatures["LOGOUT_LOGS_OUT_FROM_APPLICATION"] = "logoutLogsOutFromApplication";
|
|
706
|
+
EFeatures["MY_ANALYTICS"] = "myAnalytics";
|
|
707
|
+
EFeatures["MY_ANALYTICS_APPLY_QUARTER_FILTERS"] = "myAnalyticsApplyQuarterFilters";
|
|
708
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_SECTION"] = "myAnalyticsViewMyLearningSection";
|
|
709
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_ASSESSMENT_SECTION"] = "myAnalyticsViewMyAssessmentSection";
|
|
710
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_REFACTORING_SECTION"] = "myAnalyticsViewMyRefactoringSection";
|
|
711
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_PLANS_SECTION"] = "myAnalyticsViewMyPlansSection";
|
|
712
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_COLLABORATORS_SECTION"] = "myAnalyticsViewMyCollaboratorsSection";
|
|
713
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_FEATURES_USAGE_SECTION"] = "myAnalyticsViewTopCoursesSection";
|
|
714
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_MINUTES"] = "myAnalyticsViewMyLearningMinutes";
|
|
715
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_LEARNING_POINTS"] = "myAnalyticsViewMyLearningPoints";
|
|
716
|
+
EFeatures["MY_ANALYTICS_VIEW_BADGES"] = "myAnalyticsViewBadges";
|
|
717
|
+
EFeatures["MY_ANALYTICS_VIEW_TIME_SPENT_BY_USER"] = "myAnalyticsViewTimeSpentByUser";
|
|
718
|
+
EFeatures["MY_ANALYTICS_VIEW_AVERAGE_MINUTES_ON_Wingspan"] = "myAnalyticsViewAverageMinutesOnWingspan";
|
|
719
|
+
EFeatures["MY_ANALYTICS_VIEW_AVERAGE_MINUTES_ACROSS_DIMENSIONS"] = "myAnalyticsViewAverageMinutesAcrossDimensions";
|
|
720
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_USER"] = "myAnalyticsViewPercentageTimeSpentByUser";
|
|
721
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_INFOSCIONS"] = "myAnalyticsViewPercentageTimeSpentByInfoscions";
|
|
722
|
+
EFeatures["MY_ANALYTICS_VIEW_PERCENTAGE_TIME_SPENT_BY_PEERS"] = "myAnalyticsViewPercentageTimeSpentByPeers";
|
|
723
|
+
EFeatures["MY_ANALYTICS_VIEW_TOTAL_ASSESSMENTS"] = "myAnalyticsViewTotalAssessments";
|
|
724
|
+
EFeatures["MY_ANALYTICS_VIEW_PENDING_ASSESSMENTS"] = "myAnalyticsViewPendingAssessments";
|
|
725
|
+
EFeatures["MY_ANALYTICS_VIEW_CERTIFICATIONS"] = "myAnalyticsViewCertifications";
|
|
726
|
+
EFeatures["MY_ANALYTICS_VIEW_ASSESSMENTS"] = "myAnalyticsViewAssessments";
|
|
727
|
+
EFeatures["MY_ANALYTICS_VIEW_RECENT_ASSESSMENTS"] = "myAnalyticsViewRecentAssessments";
|
|
728
|
+
EFeatures["MY_ANALYTICS_VIEW_ASSESSMENT_DETAILS"] = "myAnalyticsViewAssessmentDetails";
|
|
729
|
+
EFeatures["MY_ANALYTICS_VIEW_RECENT_ASSESSMENT"] = "myAnalyticsViewRecentAssessment";
|
|
730
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_REFACTORING_PROGRAM"] = "myAnalyticsViewMyRefactoringProgram";
|
|
731
|
+
EFeatures["MY_ANALYTICS_VIEW_NAVIGATOR"] = "myAnalyticsViewNavigator";
|
|
732
|
+
EFeatures["MY_ANALYTICS_VIEW_AI_AND_AUTOMATION_PROGRESS"] = "myAnalyticsViewAiAndAutomationProcess";
|
|
733
|
+
EFeatures["MY_ANALYTICS_VIEW_MY_GOALS"] = "myAnalyticsViewMyGoals";
|
|
734
|
+
EFeatures["MY_ANALYTICS_VIEW_PLAYLIST"] = "myAnalyticsViewPlaylist";
|
|
735
|
+
EFeatures["MY_ANALYTICS_VIEW_GOALS_SHARED_WITH_USER"] = "myAnalyticsViewGoalsSharedWithUser";
|
|
736
|
+
EFeatures["MY_ANALYTICS_VIEW_DETAILED_COURSES_PROGRESS"] = "myAnalyticsViewDetailedCoursesProgress";
|
|
737
|
+
EFeatures["MY_ANALYTICS_VIEW_GOALS_SHARED_BY_USER"] = "myAnalyticsViewGoalsSharedByUser";
|
|
738
|
+
EFeatures["MY_ANALYTICS_VIEW_ARTIFACTS_SHARED_BY_USER"] = "myAnalyticsViewArtifactsSharedByUser";
|
|
739
|
+
EFeatures["MY_ANALYTICS_VIEW_EXPERTS_USER_CONTACTED"] = "myAnalyticsViewExpertsUserContacted";
|
|
740
|
+
EFeatures["MY_ANALYTICS_VIEW_DETAILED_GOALS_SHARING"] = "myAnalyticsViewDetailedGoalsSharing";
|
|
741
|
+
EFeatures["MY_ANALYTICS_VIEW_PLAYGROUNDS"] = "myAnalyticsViewPlaygrounds";
|
|
742
|
+
EFeatures["MY_ANALYTICS_VIEW_LIKES"] = "myAnalyticsViewLikes";
|
|
743
|
+
EFeatures["MY_ANALYTICS_VIEW_SEARCH"] = "myAnalyticsViewSearch";
|
|
744
|
+
EFeatures["MY_ANALYTICS_VIEW_INFY_TV"] = "myAnalyticsViewInfyTv";
|
|
745
|
+
EFeatures["MY_ANALYTICS_VIEW_INFY_RADIO"] = "myAnalyticsViewInfyRadio";
|
|
746
|
+
EFeatures["MY_ANALYTICS_VIEW_INFY_LIVE"] = "myAnalyticsViewInfyLive";
|
|
747
|
+
EFeatures["MY_ANALYTICS_VIEW_TOP_COURSES_BY_USER_UNIT"] = "myAnalyticsViewTopCoursesByUserUnit";
|
|
748
|
+
EFeatures["MY_ANALYTICS_VIEW_TOP_COURSES_BY_USER_PEERS"] = "myAnalyticsViewTopCoursesbyUserPeers";
|
|
749
|
+
EFeatures["LEARNING_ANALYTICS"] = "learningAnalytics";
|
|
750
|
+
EFeatures["LEARNING_ANALYTICS_SEARCH_FOR_PARTICIPANTS_AND_EDUCATORS"] = "learningAnalyticsSearchForParticipantsAndEducators";
|
|
751
|
+
EFeatures["LEARNING_ANALYTICS_UNIT_FILTER"] = "learningAnalyticsUnitFilter";
|
|
752
|
+
EFeatures["LEARNING_ANALYTICS_PU_FILTER"] = "learningAnalyticsPuFilter";
|
|
753
|
+
EFeatures["LEARNING_ANALYTICS_DU_FILTER"] = "learningAnalyticsDuFilter";
|
|
754
|
+
EFeatures["LEARNING_ANALYTICS_ACCOUNT_FILTER"] = "learningAnalyticsAccountFilter";
|
|
755
|
+
EFeatures["LEARNING_ANALYTICS_LOCATION_FILTER"] = "learningAnalyticsLocationFilter";
|
|
756
|
+
EFeatures["LEARNING_ANALYTICS_QUARTER_FILTER"] = "learningAnalyticsQuarterFilter";
|
|
757
|
+
EFeatures["LEARNING_ANALYTICS_COMPLETED_FILTER"] = "learningAnalyticsCompletedFilter";
|
|
758
|
+
EFeatures["LEARNING_ANALYTICS_ETA_FILTER"] = "learningAnalyticsEtaFilter";
|
|
759
|
+
EFeatures["LEARNING_ANALYTICS_UNIQUE_USERS_DATA"] = "learningAnalyticsUniqueUsersData";
|
|
760
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_ONSITE_OFFSHORE"] = "learningAnalyticsUsersByOnsiteOffshore";
|
|
761
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_DEVICE_TYPE"] = "learningAnalyticsUsersByDeviceType";
|
|
762
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_UNIT"] = "learningAnalyticsUsersByUnit";
|
|
763
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_TRACK"] = "learningAnalyticsUsersByTrack";
|
|
764
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_PU_SALES"] = "learningAnalyticsUsersByPuSales";
|
|
765
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_CU_TYPE"] = "learningAnalyticsUsersByCuType";
|
|
766
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_SKILL"] = "learningAnalyticsUsersBySkill";
|
|
767
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_TOPICS"] = "learningAnalyticsUsersByTopics";
|
|
768
|
+
EFeatures["LEARNING_ANALYTICS_USERS_BY_HORIZON"] = "learningAnalyticsUsersByHorizon";
|
|
769
|
+
EFeatures["LEARNING_ANALYTICS_USERS_GROWTH"] = "learningAnalyticsUsersGrowth";
|
|
770
|
+
EFeatures["LEARNING_ANALYTICS_USERS_DETAILS"] = "learningAnalyticsUsersDetails";
|
|
771
|
+
EFeatures["LEARNING_ANALYTICS_VIEW_ALL_TRAININGS_SECTION"] = "learningAnalyticsViewAllTrainingsSection";
|
|
772
|
+
EFeatures["LEARNING_ANALYTICS_TALENT_GRID_FILTER"] = "learningAnalyticstalentGridFilter";
|
|
773
|
+
EFeatures["LEARNING_ANALYTICS_STACK_FILTER"] = "learningAnalyticsStackFilter";
|
|
774
|
+
EFeatures["LEARNING_ANALYTICS_UNIQUE_PARTICIPANTS"] = "learningAnalyticsUniqueParticipants";
|
|
775
|
+
EFeatures["LEARNING_ANALYTICS_OVERALL_PARTICIPANTS"] = "learningAnalyticsOverallParticipants";
|
|
776
|
+
EFeatures["LEARNING_ANALYTICS_AVERAGE_DAYS"] = "learningAnalyticsAverageDays";
|
|
777
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_ONSITE_ONSHORE"] = "learningAnalyticsParticipantsByOnsiteOnshore";
|
|
778
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_UNIT"] = "learningAnalyticsParticipantsByUnit";
|
|
779
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_PU"] = "learningAnalyticsParticipantsByPu";
|
|
780
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_SKILL_TYPE"] = "learningAnalyticsParticipantsBySkillType";
|
|
781
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_SKILL"] = "learningAnalyticsParticipantsBySkill";
|
|
782
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_STACKS"] = "learningAnalyticsParticipantsByStacks";
|
|
783
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_NEW_SERVICES"] = "learningAnalyticsParticipantsByNewServices";
|
|
784
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_LEARNING_TRACK"] = "learningAnalyticsParticipantsByLearningTrack";
|
|
785
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_OFFERING_MODE"] = "learningAnalyticsParticipantsByOfferingMode";
|
|
786
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_TOPICS"] = "learningAnalyticsParticipantsByTopics";
|
|
787
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_BY_ABCD"] = "learningAnalyticsParticipantsByAbcd";
|
|
788
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS_DETAILS"] = "learningAnalyticsParticipantsDetails";
|
|
789
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULES_SECTION"] = "learningAnalyticsSchedulesSection";
|
|
790
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULE_DATE_FILTER"] = "learningAnalyticsScheduleDateFilter";
|
|
791
|
+
EFeatures["LEARNING_ANALYTICS_PARTICIPANTS"] = "learningAnalyticsParticipants";
|
|
792
|
+
EFeatures["LEARNING_ANALYTICS_EDUCATORS"] = "learningAnalyticsEducators";
|
|
793
|
+
EFeatures["LEARNING_ANALYTICS_COURSES"] = "learningAnalyticsCourses";
|
|
794
|
+
EFeatures["LEARNING_ANALYTICS_SCHEDULES"] = "learningAnalyticsSchedules";
|
|
795
|
+
EFeatures["LEARNING_ANALYTICS_VIEW_TRAINING_SCHEDULES_SECTION"] = "learningAnalyticsTrainingSchedulesSection";
|
|
796
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_OFFERING_MODE"] = "learningAnalyticsCoursesByOfferingMode";
|
|
797
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_TRACK"] = "learningAnalyticsCoursesByTrack";
|
|
798
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_TOPIC"] = "learningAnalyticsCoursesByTopic";
|
|
799
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_ABCD"] = "learningAnalyticsCoursesByAbcd";
|
|
800
|
+
EFeatures["LEARNING_ANALYTICS_COURSES_BY_SKILL"] = "learningAnalyticsCoursesBySkill";
|
|
801
|
+
EFeatures["APPS_PAGE"] = "appsPage";
|
|
802
|
+
EFeatures["APPS_PAGE_VIEW_DIFFERENT_APPS_ICONS"] = "appsPageViewDifferentAppsIcons";
|
|
803
|
+
EFeatures["COURSE_CARD"] = "courseCard";
|
|
804
|
+
EFeatures["COURSE_CARD_LIKE_THE_COURSE_BUTTON"] = "courseCardLikeTheCourseButton";
|
|
805
|
+
EFeatures["COURSE_CARD_SHARE_THE_COURSE_BUTTON"] = "courseCardShareTheCourseButton";
|
|
806
|
+
EFeatures["COURSE_CARD_ADD_COURSE_TO_GOALS_BUTTON"] = "courseCardAddCourseToGoalsButton";
|
|
807
|
+
EFeatures["COURSE_CARD_ADD_COURSE_TO_PLAYLIST_BUTTON"] = "courseCardAddCourseToPlaylistButton";
|
|
808
|
+
EFeatures["COURSE_CARD_VIEW_MORE_OPTIONS_BUTTON"] = "courseCardViewMoreOptionsButton";
|
|
809
|
+
EFeatures["COURSE_CARD_START_COURSE_OPTION"] = "courseCardStartCourseOption";
|
|
810
|
+
EFeatures["COURSE_CARD_VIEW_TOC_OPTION"] = "courseCardViewTocOption";
|
|
811
|
+
EFeatures["COURSE_CARD_COHORTS_OPTION"] = "courseCardCohortsOption";
|
|
812
|
+
EFeatures["COURSE_CARD_ANALYTICS_OPTION"] = "courseCardAnalyticsOption";
|
|
813
|
+
EFeatures["SEARCH_RESULTS_PAGE"] = "searchResultsPage";
|
|
814
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_LEARNING_SECTION"] = "searchResultsPageViewLearningSection";
|
|
815
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_CERTIFICATIONS_SECTION"] = "searchResultsPageViewCertificationsSection";
|
|
816
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_KNOWLEDGE_SECTION"] = "searchResultsPageViewKnowledgeSection";
|
|
817
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_PROJECTS_SECTION"] = "searchResultsPageViewProjectsSection";
|
|
818
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_SOCIAL_SECTION"] = "searchResultsPageViewSocialSection";
|
|
819
|
+
EFeatures["SEARCH_RESULTS_PAGE_CATALOG_FILTER"] = "searchResultsPageCatalogFilter";
|
|
820
|
+
EFeatures["SEARCH_RESULTS_PAGE_DURATION_FILTER"] = "searchResultsPageDurationFilter";
|
|
821
|
+
EFeatures["SEARCH_RESULTS_PAGE_CONTENT_TYPE_FILTER"] = "searchResultsPageContentTypeFilter";
|
|
822
|
+
EFeatures["SEARCH_RESULTS_PAGE_LEVEL_FILTER"] = "searchResultsPageLevelFilter";
|
|
823
|
+
EFeatures["SEARCH_RESULTS_PAGE_SOURCE_FILTER"] = "searchResultsPageSourceFilter";
|
|
824
|
+
EFeatures["SEARCH_RESULTS_PAGE_UNIT_FILTER"] = "searchResultsPageUnitFilter";
|
|
825
|
+
EFeatures["SEARCH_RESULTS_PAGE_TYPE_FILTER"] = "searchResultsPageTypeFilter";
|
|
826
|
+
EFeatures["SEARCH_RESULTS_PAGE_PUBLISHED_DATE_FILTER"] = "searchResultsPagePublishedDateFilter";
|
|
827
|
+
EFeatures["SEARCH_RESULTS_PAGE_CATEGORY_FILTER"] = "searchResultsPageCategoryFilter";
|
|
828
|
+
EFeatures["SEARCH_RESULTS_PAGE_ITEM_TYPE_FILTER"] = "searchResultsPageItemTypeFilter";
|
|
829
|
+
EFeatures["SEARCH_RESULTS_PAGE_TOPICS_FILTER"] = "searchResultsPageTopicsFilter";
|
|
830
|
+
EFeatures["SEARCH_RESULTS_PAGE_AUTHORS_FILTER"] = "searchResultsPageAuthorsFilter";
|
|
831
|
+
EFeatures["SEARCH_RESULTS_PAGE_TAGS_FILTER"] = "searchResultsPageTagsFilter";
|
|
832
|
+
EFeatures["SEARCH_RESULTS_PAGE_GROUPS_FILTER"] = "searchResultsPageGroupsFilter";
|
|
833
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_RESULT_CARDS"] = "searchResultsPageViewResultCards";
|
|
834
|
+
EFeatures["SEARCH_RESULTS_PAGE_VIEW_RELATED_CONCEPTS"] = "searchResultsPageViewRelatedConcepts";
|
|
835
|
+
EFeatures["LAB_42_INTERVIEW"] = "interview";
|
|
836
|
+
EFeatures["LAB_42_DIALOGUE"] = "dialogue";
|
|
837
|
+
EFeatures["LAB_42_STRATEGY_MAP"] = "strategyMap";
|
|
838
|
+
EFeatures["LAB_42_VIRTUAL_CLASSROOM"] = "virtualClassroom";
|
|
839
|
+
EFeatures["LAB_42_PROJECT_STACK"] = "projectStack";
|
|
840
|
+
EFeatures["LAB_42_LIVE_TRANSCRIBE"] = "liveTranscribe";
|
|
841
|
+
EFeatures["LAB_42_EPOCH"] = "epoch";
|
|
842
|
+
EFeatures["LEARNING_ASSISTANT_MAQ"] = "learning-assistant-maq";
|
|
843
|
+
EFeatures["LEARNING_ASSISTANT_ILIPDP"] = "learning-assistant-ilipdp";
|
|
844
|
+
})(EFeatures || (EFeatures = {}));
|
|
845
|
+
|
|
846
|
+
var EInstance;
|
|
847
|
+
(function (EInstance) {
|
|
848
|
+
EInstance["INSTANCE"] = "RootOrg";
|
|
849
|
+
})(EInstance || (EInstance = {}));
|
|
850
|
+
|
|
851
|
+
var ScrollingStateEnum;
|
|
852
|
+
(function (ScrollingStateEnum) {
|
|
853
|
+
ScrollingStateEnum[ScrollingStateEnum["ScrollingUp"] = 0] = "ScrollingUp";
|
|
854
|
+
ScrollingStateEnum[ScrollingStateEnum["ScrollingDown"] = 1] = "ScrollingDown";
|
|
855
|
+
ScrollingStateEnum[ScrollingStateEnum["NoScrolling"] = 2] = "NoScrolling";
|
|
856
|
+
})(ScrollingStateEnum || (ScrollingStateEnum = {}));
|
|
931
857
|
class ClassChangeOnScrollDirective {
|
|
932
858
|
constructor() {
|
|
933
859
|
this.wsClassOnScrollDirChange = 5000;
|
|
@@ -948,13 +874,13 @@ class ClassChangeOnScrollDirective {
|
|
|
948
874
|
ngOnInit() {
|
|
949
875
|
this.windowScrollSubscription = fromEvent(window, 'scroll')
|
|
950
876
|
.pipe(debounceTime(50))
|
|
951
|
-
.subscribe((
|
|
877
|
+
.subscribe(() => {
|
|
952
878
|
clearTimeout(this.timeoutTimer);
|
|
953
879
|
const curr = window.scrollY;
|
|
954
880
|
this.hasScrolledDown = curr > 56;
|
|
955
881
|
this.setScrollState(this.lastScreenTop, curr);
|
|
956
882
|
this.lastScreenTop = curr;
|
|
957
|
-
})
|
|
883
|
+
});
|
|
958
884
|
}
|
|
959
885
|
ngAfterViewInit() { }
|
|
960
886
|
ngOnDestroy() {
|
|
@@ -977,9 +903,9 @@ class ClassChangeOnScrollDirective {
|
|
|
977
903
|
}
|
|
978
904
|
}
|
|
979
905
|
resetScrollingState() {
|
|
980
|
-
this.timeoutTimer = setTimeout((
|
|
906
|
+
this.timeoutTimer = setTimeout(() => {
|
|
981
907
|
this.setScrollState();
|
|
982
|
-
}
|
|
908
|
+
}, this.wsClassOnScrollDirChange || 5000);
|
|
983
909
|
}
|
|
984
910
|
}
|
|
985
911
|
ClassChangeOnScrollDirective.decorators = [
|
|
@@ -995,14 +921,6 @@ ClassChangeOnScrollDirective.propDecorators = {
|
|
|
995
921
|
isNotScrolling: [{ type: HostBinding, args: ['class.scrolling-no',] }],
|
|
996
922
|
hasScrolledDown: [{ type: HostBinding, args: ['class.scrolled-down',] }]
|
|
997
923
|
};
|
|
998
|
-
if (false) {
|
|
999
|
-
ClassChangeOnScrollDirective.prototype.wsClassOnScrollDirChange;
|
|
1000
|
-
ClassChangeOnScrollDirective.prototype.hasScrolledDown;
|
|
1001
|
-
ClassChangeOnScrollDirective.prototype.windowScrollSubscription;
|
|
1002
|
-
ClassChangeOnScrollDirective.prototype.timeoutTimer;
|
|
1003
|
-
ClassChangeOnScrollDirective.prototype.lastScreenTop;
|
|
1004
|
-
ClassChangeOnScrollDirective.prototype.currState;
|
|
1005
|
-
}
|
|
1006
924
|
|
|
1007
925
|
class ClassChangeOnScrollModule {
|
|
1008
926
|
}
|
|
@@ -1046,12 +964,6 @@ DefaultThumbnailDirective.propDecorators = {
|
|
|
1046
964
|
srcUrl: [{ type: HostBinding, args: ['src',] }],
|
|
1047
965
|
updateSrc: [{ type: HostListener, args: ['error',] }]
|
|
1048
966
|
};
|
|
1049
|
-
if (false) {
|
|
1050
|
-
DefaultThumbnailDirective.prototype.wsUtilsDefaultThumbnail;
|
|
1051
|
-
DefaultThumbnailDirective.prototype.src;
|
|
1052
|
-
DefaultThumbnailDirective.prototype.isSrcUpdateAttemptedForDefault;
|
|
1053
|
-
DefaultThumbnailDirective.prototype.srcUrl;
|
|
1054
|
-
}
|
|
1055
967
|
|
|
1056
968
|
class DefaultThumbnailModule {
|
|
1057
969
|
}
|
|
@@ -1065,7 +977,6 @@ DefaultThumbnailModule.decorators = [
|
|
|
1065
977
|
},] }
|
|
1066
978
|
];
|
|
1067
979
|
|
|
1068
|
-
function IImageResponsiveUnit() { }
|
|
1069
980
|
const customBreakPoints = {
|
|
1070
981
|
xs: '(max-width: 450px)',
|
|
1071
982
|
s: '(min-width: 450.001px) and (max-width: 768px)',
|
|
@@ -1091,7 +1002,7 @@ class ImageResponsiveDirective {
|
|
|
1091
1002
|
customBreakPoints.xxl,
|
|
1092
1003
|
])
|
|
1093
1004
|
.pipe(distinctUntilChanged())
|
|
1094
|
-
.subscribe(
|
|
1005
|
+
.subscribe(data => {
|
|
1095
1006
|
if (data.breakpoints[customBreakPoints.xxl]) {
|
|
1096
1007
|
this.currentSize = 'xxl';
|
|
1097
1008
|
}
|
|
@@ -1114,7 +1025,7 @@ class ImageResponsiveDirective {
|
|
|
1114
1025
|
this.currentSize = 'xl';
|
|
1115
1026
|
}
|
|
1116
1027
|
this.setSrc();
|
|
1117
|
-
})
|
|
1028
|
+
});
|
|
1118
1029
|
}
|
|
1119
1030
|
ngOnChanges() {
|
|
1120
1031
|
if (this.src) {
|
|
@@ -1146,13 +1057,6 @@ ImageResponsiveDirective.propDecorators = {
|
|
|
1146
1057
|
src: [{ type: Input }],
|
|
1147
1058
|
srcBindUrl: [{ type: HostBinding, args: ['src',] }]
|
|
1148
1059
|
};
|
|
1149
|
-
if (false) {
|
|
1150
|
-
ImageResponsiveDirective.prototype.src;
|
|
1151
|
-
ImageResponsiveDirective.prototype.srcBindUrl;
|
|
1152
|
-
ImageResponsiveDirective.prototype.currentSize;
|
|
1153
|
-
ImageResponsiveDirective.prototype.breakpointSubscription;
|
|
1154
|
-
ImageResponsiveDirective.prototype.breakpointObserver;
|
|
1155
|
-
}
|
|
1156
1060
|
|
|
1157
1061
|
class ImageResponsiveModule {
|
|
1158
1062
|
}
|
|
@@ -1174,13 +1078,13 @@ class InViewPortDirective {
|
|
|
1174
1078
|
ngOnInit() {
|
|
1175
1079
|
this.check();
|
|
1176
1080
|
this.scroll =
|
|
1177
|
-
fromEvent(window, 'scroll').pipe(debounceTime(100)).subscribe((
|
|
1081
|
+
fromEvent(window, 'scroll').pipe(debounceTime(100)).subscribe(() => {
|
|
1178
1082
|
this.check();
|
|
1179
|
-
})
|
|
1083
|
+
});
|
|
1180
1084
|
this.resize =
|
|
1181
|
-
fromEvent(window, 'resize').pipe(debounceTime(100)).subscribe((
|
|
1085
|
+
fromEvent(window, 'resize').pipe(debounceTime(100)).subscribe(() => {
|
|
1182
1086
|
this.check();
|
|
1183
|
-
})
|
|
1087
|
+
});
|
|
1184
1088
|
}
|
|
1185
1089
|
ngOnDestroy() {
|
|
1186
1090
|
this.scroll.unsubscribe();
|
|
@@ -1224,12 +1128,6 @@ InViewPortDirective.ctorParameters = () => [
|
|
|
1224
1128
|
InViewPortDirective.propDecorators = {
|
|
1225
1129
|
inViewport: [{ type: Output }]
|
|
1226
1130
|
};
|
|
1227
|
-
if (false) {
|
|
1228
|
-
InViewPortDirective.prototype.scroll;
|
|
1229
|
-
InViewPortDirective.prototype.resize;
|
|
1230
|
-
InViewPortDirective.prototype.inViewport;
|
|
1231
|
-
InViewPortDirective.prototype._el;
|
|
1232
|
-
}
|
|
1233
1131
|
|
|
1234
1132
|
class InViewPortModule {
|
|
1235
1133
|
}
|
|
@@ -1275,11 +1173,6 @@ NavigationDirective.propDecorators = {
|
|
|
1275
1173
|
routeUrl: [{ type: Input }, { type: HostBinding, args: ['attr.routerLink',] }],
|
|
1276
1174
|
onMouseEnter: [{ type: HostListener, args: ['mousedown', ['$event'],] }]
|
|
1277
1175
|
};
|
|
1278
|
-
if (false) {
|
|
1279
|
-
NavigationDirective.prototype.wsUtilsNavigation;
|
|
1280
|
-
NavigationDirective.prototype.openInNewTab;
|
|
1281
|
-
NavigationDirective.prototype.routeUrl;
|
|
1282
|
-
}
|
|
1283
1176
|
|
|
1284
1177
|
class NavigationModule {
|
|
1285
1178
|
}
|
|
@@ -1317,10 +1210,10 @@ PermissionModule.decorators = [
|
|
|
1317
1210
|
|
|
1318
1211
|
function getStringifiedQueryParams(obj) {
|
|
1319
1212
|
return Object.entries(obj)
|
|
1320
|
-
.filter(
|
|
1321
|
-
.map(
|
|
1213
|
+
.filter(u => u[1])
|
|
1214
|
+
.map(u => {
|
|
1322
1215
|
return `${u[0]}=${u[1]}`;
|
|
1323
|
-
})
|
|
1216
|
+
})
|
|
1324
1217
|
.join('&');
|
|
1325
1218
|
}
|
|
1326
1219
|
|
|
@@ -1339,19 +1232,19 @@ class HorizontalScrollerComponent {
|
|
|
1339
1232
|
const horizontalScrollElem = this.horizontalScrollElem;
|
|
1340
1233
|
this.scrollObserver = fromEvent(horizontalScrollElem.nativeElement, 'scroll')
|
|
1341
1234
|
.pipe(debounceTime(100), throttleTime(100))
|
|
1342
|
-
.subscribe(
|
|
1343
|
-
this.updateNavigationBtnStatus(
|
|
1344
|
-
.nativeElement)
|
|
1345
|
-
})
|
|
1235
|
+
.subscribe(_ => {
|
|
1236
|
+
this.updateNavigationBtnStatus(horizontalScrollElem
|
|
1237
|
+
.nativeElement);
|
|
1238
|
+
});
|
|
1346
1239
|
}
|
|
1347
1240
|
}
|
|
1348
1241
|
ngOnChanges() {
|
|
1349
|
-
timer(100).subscribe((
|
|
1242
|
+
timer(100).subscribe(() => {
|
|
1350
1243
|
if (this.horizontalScrollElem) {
|
|
1351
|
-
this.updateNavigationBtnStatus(
|
|
1352
|
-
.nativeElement)
|
|
1244
|
+
this.updateNavigationBtnStatus(this.horizontalScrollElem
|
|
1245
|
+
.nativeElement);
|
|
1353
1246
|
}
|
|
1354
|
-
})
|
|
1247
|
+
});
|
|
1355
1248
|
}
|
|
1356
1249
|
ngOnDestroy() {
|
|
1357
1250
|
if (this.scrollObserver) {
|
|
@@ -1400,8 +1293,8 @@ HorizontalScrollerComponent.decorators = [
|
|
|
1400
1293
|
{ type: Component, args: [{
|
|
1401
1294
|
selector: 'ws-utils-horizontal-scroller',
|
|
1402
1295
|
template: "<section class=\"horizontal-scroll-container h-full\">\r\n <button i18n-aria-label name=\"content-backward-button\" mat-mini-fab color=\"primary\" (click)=\"showPrev()\"\r\n class=\"prevBtn hidden-touch border-radius-xs\" [hidden]=\"!enablePrev\" [ngClass]=\"{'prevBtnHover': onHover}\">\r\n <mat-icon>navigate_before</mat-icon>\r\n </button>\r\n <div name=\"horizontal-scroll-content-strip\" class=\"horizontal-scroll-content\" #horizontalScrollElem>\r\n <ng-content></ng-content>\r\n </div>\r\n <button i18n-aria-label name=\"content-forward-button\" mat-mini-fab (click)=\"showNext()\" color=\"primary\"\r\n class=\"nextBtn hidden-touch border-radius-xs\" [ngClass]=\"{'nextBtnHover': onHover}\"\r\n [hidden]=\"!enableNext || loadStatus === 'fetching'\">\r\n <mat-icon>navigate_next</mat-icon>\r\n </button>\r\n <div class=\"nextLoading\" *ngIf=\"loadStatus === 'fetching'\">\r\n <mat-spinner></mat-spinner>\r\n </div>\r\n</section>",
|
|
1403
|
-
styles: [".horizontal-scroll-container{position:relative;width:100%;min-height:100px}.nextBtn,.
|
|
1404
|
-
}] }
|
|
1296
|
+
styles: [".horizontal-scroll-container{position:relative;width:100%;min-height:100px}.nextLoading,.nextBtn,.prevBtn{position:absolute;top:50%;transform:translateY(-50%);z-index:999}.border-radius-xs{border-radius:8px!important}.prevBtn{left:-16px}.nextBtn{right:-16px}.nextLoading{padding:0;right:-16px}.horizontal-scroll-content{overflow-x:auto;-webkit-overflow-scrolling:touch;height:100%;flex-wrap:nowrap;display:flex;align-items:stretch;-ms-overflow-style:none}.horizontal-scroll-content::-webkit-scrollbar{width:0px;height:0px}\n"]
|
|
1297
|
+
},] }
|
|
1405
1298
|
];
|
|
1406
1299
|
HorizontalScrollerComponent.ctorParameters = () => [];
|
|
1407
1300
|
HorizontalScrollerComponent.propDecorators = {
|
|
@@ -1410,15 +1303,6 @@ HorizontalScrollerComponent.propDecorators = {
|
|
|
1410
1303
|
loadNext: [{ type: Output }],
|
|
1411
1304
|
horizontalScrollElem: [{ type: ViewChild, args: ['horizontalScrollElem', { static: true },] }]
|
|
1412
1305
|
};
|
|
1413
|
-
if (false) {
|
|
1414
|
-
HorizontalScrollerComponent.prototype.loadStatus;
|
|
1415
|
-
HorizontalScrollerComponent.prototype.onHover;
|
|
1416
|
-
HorizontalScrollerComponent.prototype.loadNext;
|
|
1417
|
-
HorizontalScrollerComponent.prototype.horizontalScrollElem;
|
|
1418
|
-
HorizontalScrollerComponent.prototype.enablePrev;
|
|
1419
|
-
HorizontalScrollerComponent.prototype.enableNext;
|
|
1420
|
-
HorizontalScrollerComponent.prototype.scrollObserver;
|
|
1421
|
-
}
|
|
1422
1306
|
|
|
1423
1307
|
class HorizontalScrollerModule {
|
|
1424
1308
|
}
|
|
@@ -1442,7 +1326,7 @@ class LoggerService {
|
|
|
1442
1326
|
this.consoleInfo = console.info;
|
|
1443
1327
|
this.consoleLog = console.log;
|
|
1444
1328
|
this.consoleWarn = console.warn;
|
|
1445
|
-
this.noConsole = (
|
|
1329
|
+
this.noConsole = () => { };
|
|
1446
1330
|
}
|
|
1447
1331
|
get error() {
|
|
1448
1332
|
return this.consoleError;
|
|
@@ -1460,14 +1344,15 @@ class LoggerService {
|
|
|
1460
1344
|
if (this.configSvc.isProduction) {
|
|
1461
1345
|
return;
|
|
1462
1346
|
}
|
|
1463
|
-
const noConsoleWithError = (
|
|
1347
|
+
const noConsoleWithError = () => {
|
|
1464
1348
|
throw new Error('Console Functions Usage Are Not Allowed.');
|
|
1465
|
-
}
|
|
1349
|
+
};
|
|
1466
1350
|
console.warn = noConsoleWithError;
|
|
1467
1351
|
console.info = noConsoleWithError;
|
|
1468
1352
|
console.error = noConsoleWithError;
|
|
1469
1353
|
}
|
|
1470
1354
|
}
|
|
1355
|
+
LoggerService.ɵprov = i0.ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(i0.ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
|
|
1471
1356
|
LoggerService.decorators = [
|
|
1472
1357
|
{ type: Injectable, args: [{
|
|
1473
1358
|
providedIn: 'root',
|
|
@@ -1476,19 +1361,10 @@ LoggerService.decorators = [
|
|
|
1476
1361
|
LoggerService.ctorParameters = () => [
|
|
1477
1362
|
{ type: ConfigurationsService }
|
|
1478
1363
|
];
|
|
1479
|
-
/** @nocollapse */ LoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
|
|
1480
|
-
if (false) {
|
|
1481
|
-
LoggerService.prototype.consoleError;
|
|
1482
|
-
LoggerService.prototype.consoleInfo;
|
|
1483
|
-
LoggerService.prototype.consoleLog;
|
|
1484
|
-
LoggerService.prototype.consoleWarn;
|
|
1485
|
-
LoggerService.prototype.noConsole;
|
|
1486
|
-
LoggerService.prototype.configSvc;
|
|
1487
|
-
}
|
|
1488
1364
|
|
|
1489
1365
|
const msTokenExpiryDuration = 600;
|
|
1490
|
-
const storageKey = 'msLoginRequested';
|
|
1491
|
-
const storage = localStorage;
|
|
1366
|
+
const storageKey$1 = 'msLoginRequested';
|
|
1367
|
+
const storage$1 = localStorage;
|
|
1492
1368
|
const API_ENDPOINTS = {
|
|
1493
1369
|
sharePointToken: '/apis/protected/v8/user/token',
|
|
1494
1370
|
};
|
|
@@ -1613,17 +1489,17 @@ class AuthMicrosoftService {
|
|
|
1613
1489
|
}
|
|
1614
1490
|
let msPrevTS = 0;
|
|
1615
1491
|
try {
|
|
1616
|
-
msPrevTS = parseInt(storage.getItem(storageKey) || '0', 10);
|
|
1492
|
+
msPrevTS = parseInt(storage$1.getItem(storageKey$1) || '0', 10);
|
|
1617
1493
|
}
|
|
1618
1494
|
catch (error) { }
|
|
1619
1495
|
if (!msPrevTS || (msPrevTS && (Date.now() - msPrevTS) / 1000 > msTokenExpiryDuration)) {
|
|
1620
1496
|
this.loggerSvc.info(`last login exceeded ${msTokenExpiryDuration} duration. Redirecting to O365 login`);
|
|
1621
|
-
storage.setItem(storageKey, Date.now().toString());
|
|
1497
|
+
storage$1.setItem(storageKey$1, Date.now().toString());
|
|
1622
1498
|
this.login(email);
|
|
1623
1499
|
}
|
|
1624
1500
|
}
|
|
1625
1501
|
isValidEmail(email) {
|
|
1626
|
-
return this.msConfig.validEmailExtensions.some(
|
|
1502
|
+
return this.msConfig.validEmailExtensions.some(ext => email.endsWith(ext));
|
|
1627
1503
|
}
|
|
1628
1504
|
isValid(accessToken, expiresOn) {
|
|
1629
1505
|
if (accessToken && expiresOn) {
|
|
@@ -1656,6 +1532,7 @@ class AuthMicrosoftService {
|
|
|
1656
1532
|
};
|
|
1657
1533
|
}
|
|
1658
1534
|
}
|
|
1535
|
+
AuthMicrosoftService.ɵprov = i0.ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(i0.ɵɵinject(LoggerService), i0.ɵɵinject(i1$1.HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
|
|
1659
1536
|
AuthMicrosoftService.decorators = [
|
|
1660
1537
|
{ type: Injectable, args: [{
|
|
1661
1538
|
providedIn: 'root',
|
|
@@ -1665,32 +1542,16 @@ AuthMicrosoftService.ctorParameters = () => [
|
|
|
1665
1542
|
{ type: LoggerService },
|
|
1666
1543
|
{ type: HttpClient }
|
|
1667
1544
|
];
|
|
1668
|
-
/** @nocollapse */ AuthMicrosoftService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(ɵɵinject(LoggerService), ɵɵinject(HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
|
|
1669
|
-
if (false) {
|
|
1670
|
-
AuthMicrosoftService.prototype.msConfig;
|
|
1671
|
-
AuthMicrosoftService.prototype.emailUsed;
|
|
1672
|
-
AuthMicrosoftService.prototype.code;
|
|
1673
|
-
AuthMicrosoftService.prototype.msToken;
|
|
1674
|
-
AuthMicrosoftService.prototype.loggerSvc;
|
|
1675
|
-
AuthMicrosoftService.prototype.http;
|
|
1676
|
-
}
|
|
1677
1545
|
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
IParsedToken.prototype.email;
|
|
1681
|
-
IParsedToken.prototype.encEmail;
|
|
1682
|
-
IParsedToken.prototype.name;
|
|
1683
|
-
IParsedToken.prototype.preferred_username;
|
|
1684
|
-
}
|
|
1685
|
-
const storage$1 = localStorage;
|
|
1686
|
-
const storageKey$1 = 'kc';
|
|
1546
|
+
const storage = localStorage;
|
|
1547
|
+
const storageKey = 'kc';
|
|
1687
1548
|
class AuthKeycloakService {
|
|
1688
1549
|
constructor(configSvc, keycloakSvc, msAuthSvc) {
|
|
1689
1550
|
this.configSvc = configSvc;
|
|
1690
1551
|
this.keycloakSvc = keycloakSvc;
|
|
1691
1552
|
this.msAuthSvc = msAuthSvc;
|
|
1692
1553
|
this.loginChangeSubject = new ReplaySubject(1);
|
|
1693
|
-
this.loginChangeSubject.subscribe((
|
|
1554
|
+
this.loginChangeSubject.subscribe((isLoggedIn) => {
|
|
1694
1555
|
this.configSvc.isAuthenticated = isLoggedIn;
|
|
1695
1556
|
if (isLoggedIn &&
|
|
1696
1557
|
this.configSvc.instanceConfig &&
|
|
@@ -1701,7 +1562,7 @@ class AuthKeycloakService {
|
|
|
1701
1562
|
userId: this.userId || '',
|
|
1702
1563
|
};
|
|
1703
1564
|
}
|
|
1704
|
-
})
|
|
1565
|
+
});
|
|
1705
1566
|
}
|
|
1706
1567
|
get isLoggedIn$() {
|
|
1707
1568
|
return this.loginChangeSubject.asObservable();
|
|
@@ -1727,8 +1588,8 @@ class AuthKeycloakService {
|
|
|
1727
1588
|
}
|
|
1728
1589
|
get userEmail() {
|
|
1729
1590
|
const kc = this.keycloakSvc.getKeycloakInstance();
|
|
1730
|
-
const tokenParsed =
|
|
1731
|
-
const idTokenParsed =
|
|
1591
|
+
const tokenParsed = kc.tokenParsed;
|
|
1592
|
+
const idTokenParsed = kc.idTokenParsed;
|
|
1732
1593
|
return ((tokenParsed && tokenParsed.email) ||
|
|
1733
1594
|
(idTokenParsed && idTokenParsed.email) ||
|
|
1734
1595
|
(idTokenParsed && idTokenParsed.encEmail) ||
|
|
@@ -1737,8 +1598,8 @@ class AuthKeycloakService {
|
|
|
1737
1598
|
}
|
|
1738
1599
|
get userName() {
|
|
1739
1600
|
const kc = this.keycloakSvc.getKeycloakInstance();
|
|
1740
|
-
return ((kc.tokenParsed &&
|
|
1741
|
-
(kc.idTokenParsed &&
|
|
1601
|
+
return ((kc.tokenParsed && kc.tokenParsed.name) ||
|
|
1602
|
+
(kc.idTokenParsed && kc.idTokenParsed.name));
|
|
1742
1603
|
}
|
|
1743
1604
|
initAuth() {
|
|
1744
1605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1758,7 +1619,7 @@ class AuthKeycloakService {
|
|
|
1758
1619
|
realm: instanceConfig.keycloak.realm,
|
|
1759
1620
|
clientId: instanceConfig.keycloak.clientId,
|
|
1760
1621
|
},
|
|
1761
|
-
initOptions: Object.assign({}, this.getSavedKcConfig(), { onLoad: instanceConfig.keycloak.onLoad || 'check-sso', checkLoginIframe: false }),
|
|
1622
|
+
initOptions: Object.assign(Object.assign({}, this.getSavedKcConfig()), { onLoad: instanceConfig.keycloak.onLoad || 'check-sso', checkLoginIframe: false }),
|
|
1762
1623
|
enableBearerInterceptor: true,
|
|
1763
1624
|
loadUserProfileAtStartUp: false,
|
|
1764
1625
|
bearerExcludedUrls: instanceConfig.keycloak.bearerExcludedUrls,
|
|
@@ -1787,10 +1648,10 @@ class AuthKeycloakService {
|
|
|
1787
1648
|
}
|
|
1788
1649
|
force_logout() {
|
|
1789
1650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1790
|
-
if (storage
|
|
1791
|
-
storage
|
|
1651
|
+
if (storage.getItem('telemetrySessionId')) {
|
|
1652
|
+
storage.removeItem('telemetrySessionId');
|
|
1792
1653
|
}
|
|
1793
|
-
storage
|
|
1654
|
+
storage.removeItem(storageKey);
|
|
1794
1655
|
if (localStorage.getItem('login') === 'true') {
|
|
1795
1656
|
try {
|
|
1796
1657
|
sessionStorage.clear();
|
|
@@ -1806,14 +1667,14 @@ class AuthKeycloakService {
|
|
|
1806
1667
|
});
|
|
1807
1668
|
}
|
|
1808
1669
|
addKeycloakEventListener() {
|
|
1809
|
-
this.keycloakSvc.keycloakEvents$.subscribe((
|
|
1670
|
+
this.keycloakSvc.keycloakEvents$.subscribe((event) => {
|
|
1810
1671
|
switch (event.type) {
|
|
1811
1672
|
case KeycloakEventType.OnAuthError:
|
|
1812
1673
|
this.loginChangeSubject.next(false);
|
|
1813
1674
|
break;
|
|
1814
1675
|
case KeycloakEventType.OnAuthLogout:
|
|
1815
1676
|
this.loginChangeSubject.next(false);
|
|
1816
|
-
storage
|
|
1677
|
+
storage.removeItem(storageKey);
|
|
1817
1678
|
break;
|
|
1818
1679
|
case KeycloakEventType.OnAuthRefreshError:
|
|
1819
1680
|
break;
|
|
@@ -1831,16 +1692,16 @@ class AuthKeycloakService {
|
|
|
1831
1692
|
this.keycloakSvc.updateToken(60);
|
|
1832
1693
|
break;
|
|
1833
1694
|
}
|
|
1834
|
-
})
|
|
1695
|
+
});
|
|
1835
1696
|
}
|
|
1836
1697
|
setupGlobalAuthResponder() {
|
|
1837
1698
|
fromEvent(window, 'message')
|
|
1838
|
-
.pipe(filter((
|
|
1699
|
+
.pipe(filter((event) => Boolean(event) &&
|
|
1839
1700
|
Boolean(event.data) &&
|
|
1840
1701
|
event.data.type === 'AUTH_REQUEST' &&
|
|
1841
|
-
Boolean(event.source && typeof event.source.postMessage === 'function')))
|
|
1842
|
-
.subscribe((
|
|
1843
|
-
const contentWindow =
|
|
1702
|
+
Boolean(event.source && typeof event.source.postMessage === 'function')))
|
|
1703
|
+
.subscribe((event) => __awaiter(this, void 0, void 0, function* () {
|
|
1704
|
+
const contentWindow = event.source;
|
|
1844
1705
|
const token = yield this.keycloakSvc.getToken();
|
|
1845
1706
|
const response = {
|
|
1846
1707
|
app: 'WEB_PORTAL',
|
|
@@ -1853,7 +1714,7 @@ class AuthKeycloakService {
|
|
|
1853
1714
|
},
|
|
1854
1715
|
};
|
|
1855
1716
|
contentWindow.postMessage(response, '*');
|
|
1856
|
-
}))
|
|
1717
|
+
}));
|
|
1857
1718
|
}
|
|
1858
1719
|
saveKeycloakConfig() {
|
|
1859
1720
|
const kc = this.keycloakSvc.getKeycloakInstance();
|
|
@@ -1863,11 +1724,11 @@ class AuthKeycloakService {
|
|
|
1863
1724
|
timeSkew: kc.timeSkew,
|
|
1864
1725
|
token: kc.token,
|
|
1865
1726
|
};
|
|
1866
|
-
storage
|
|
1727
|
+
storage.setItem(storageKey, JSON.stringify(kcInitOptions));
|
|
1867
1728
|
}
|
|
1868
1729
|
getSavedKcConfig() {
|
|
1869
1730
|
try {
|
|
1870
|
-
const lastSaved = storage
|
|
1731
|
+
const lastSaved = storage.getItem(storageKey);
|
|
1871
1732
|
if (lastSaved) {
|
|
1872
1733
|
const processed = JSON.parse(lastSaved);
|
|
1873
1734
|
if ('idToken' in processed &&
|
|
@@ -1891,6 +1752,7 @@ class AuthKeycloakService {
|
|
|
1891
1752
|
}
|
|
1892
1753
|
}
|
|
1893
1754
|
}
|
|
1755
|
+
AuthKeycloakService.ɵprov = i0.ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(i2.KeycloakService), i0.ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
|
|
1894
1756
|
AuthKeycloakService.decorators = [
|
|
1895
1757
|
{ type: Injectable, args: [{
|
|
1896
1758
|
providedIn: 'root',
|
|
@@ -1901,25 +1763,8 @@ AuthKeycloakService.ctorParameters = () => [
|
|
|
1901
1763
|
{ type: KeycloakService },
|
|
1902
1764
|
{ type: AuthMicrosoftService }
|
|
1903
1765
|
];
|
|
1904
|
-
/** @nocollapse */ AuthKeycloakService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(ɵɵinject(ConfigurationsService), ɵɵinject(KeycloakService), ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
|
|
1905
|
-
if (false) {
|
|
1906
|
-
AuthKeycloakService.prototype.loginChangeSubject;
|
|
1907
|
-
AuthKeycloakService.prototype.configSvc;
|
|
1908
|
-
AuthKeycloakService.prototype.keycloakSvc;
|
|
1909
|
-
AuthKeycloakService.prototype.msAuthSvc;
|
|
1910
|
-
}
|
|
1911
1766
|
|
|
1912
|
-
function IWindowMobileAppModified() { }
|
|
1913
|
-
if (false) {
|
|
1914
|
-
IWindowMobileAppModified.prototype.appRef;
|
|
1915
|
-
IWindowMobileAppModified.prototype.webkit;
|
|
1916
|
-
}
|
|
1917
1767
|
const RANDOM_ID_PER_USER = 0;
|
|
1918
|
-
function IRecursiveData() { }
|
|
1919
|
-
if (false) {
|
|
1920
|
-
IRecursiveData.prototype.identifier;
|
|
1921
|
-
IRecursiveData.prototype.children;
|
|
1922
|
-
}
|
|
1923
1768
|
class UtilityService {
|
|
1924
1769
|
constructor(http, platform, router, route) {
|
|
1925
1770
|
this.http = http;
|
|
@@ -1927,13 +1772,13 @@ class UtilityService {
|
|
|
1927
1772
|
this.router = router;
|
|
1928
1773
|
this.route = route;
|
|
1929
1774
|
this.currentRouteData = [];
|
|
1930
|
-
this.router.events.subscribe((
|
|
1775
|
+
this.router.events.subscribe((event) => {
|
|
1931
1776
|
if (event instanceof NavigationEnd) {
|
|
1932
1777
|
const snapshot = this.route.snapshot;
|
|
1933
1778
|
const firstChild = snapshot.root.firstChild;
|
|
1934
1779
|
this.getChildRouteData(snapshot, firstChild);
|
|
1935
1780
|
}
|
|
1936
|
-
})
|
|
1781
|
+
});
|
|
1937
1782
|
}
|
|
1938
1783
|
getChildRouteData(snapshot, firstChild) {
|
|
1939
1784
|
if (firstChild) {
|
|
@@ -1957,9 +1802,9 @@ class UtilityService {
|
|
|
1957
1802
|
}
|
|
1958
1803
|
else {
|
|
1959
1804
|
if (node.children) {
|
|
1960
|
-
node.children.forEach(
|
|
1805
|
+
node.children.forEach(child => {
|
|
1961
1806
|
this.getLeafNodes(child, nodes);
|
|
1962
|
-
})
|
|
1807
|
+
});
|
|
1963
1808
|
}
|
|
1964
1809
|
}
|
|
1965
1810
|
return nodes;
|
|
@@ -1978,7 +1823,7 @@ class UtilityService {
|
|
|
1978
1823
|
return true;
|
|
1979
1824
|
}
|
|
1980
1825
|
const children = node.children || [];
|
|
1981
|
-
if (children.some(
|
|
1826
|
+
if (children.some(u => this.hasPath(u, pathArr, id))) {
|
|
1982
1827
|
return true;
|
|
1983
1828
|
}
|
|
1984
1829
|
pathArr.pop();
|
|
@@ -2015,17 +1860,18 @@ class UtilityService {
|
|
|
2015
1860
|
module: '',
|
|
2016
1861
|
pageId: '',
|
|
2017
1862
|
};
|
|
2018
|
-
this.currentRouteData.map((
|
|
1863
|
+
this.currentRouteData.map((rd) => {
|
|
2019
1864
|
if (rd.pageId) {
|
|
2020
1865
|
data.pageId = `${data.pageId}/${rd.pageId}`;
|
|
2021
1866
|
}
|
|
2022
1867
|
if (rd.module) {
|
|
2023
1868
|
data.module = rd.module;
|
|
2024
1869
|
}
|
|
2025
|
-
})
|
|
1870
|
+
});
|
|
2026
1871
|
return data;
|
|
2027
1872
|
}
|
|
2028
1873
|
}
|
|
1874
|
+
UtilityService.ɵprov = i0.ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i2$1.Platform), i0.ɵɵinject(i3.Router), i0.ɵɵinject(i3.ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
|
|
2029
1875
|
UtilityService.decorators = [
|
|
2030
1876
|
{ type: Injectable, args: [{
|
|
2031
1877
|
providedIn: 'root',
|
|
@@ -2037,14 +1883,6 @@ UtilityService.ctorParameters = () => [
|
|
|
2037
1883
|
{ type: Router },
|
|
2038
1884
|
{ type: ActivatedRoute }
|
|
2039
1885
|
];
|
|
2040
|
-
/** @nocollapse */ UtilityService.ngInjectableDef = ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(ɵɵinject(HttpClient), ɵɵinject(Platform), ɵɵinject(Router), ɵɵinject(ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
|
|
2041
|
-
if (false) {
|
|
2042
|
-
UtilityService.prototype.currentRouteData;
|
|
2043
|
-
UtilityService.prototype.http;
|
|
2044
|
-
UtilityService.prototype.platform;
|
|
2045
|
-
UtilityService.prototype.router;
|
|
2046
|
-
UtilityService.prototype.route;
|
|
2047
|
-
}
|
|
2048
1886
|
|
|
2049
1887
|
class LogoutComponent {
|
|
2050
1888
|
constructor(dialogRef, authSvc, configSvc, utilitySvc) {
|
|
@@ -2079,24 +1917,15 @@ LogoutComponent.decorators = [
|
|
|
2079
1917
|
{ type: Component, args: [{
|
|
2080
1918
|
selector: 'ws-utils-logout',
|
|
2081
1919
|
template: "<h1 mat-dialog-title i18n>Logout Now</h1>\r\n<div class=\"ws-mat-primary-text text-base pb-2 title-text\" *ngIf=\"isDownloadable\" i18n>\r\n Note: On logging out all the downloaded content will be deleted.\r\n</div>\r\n<div mat-dialog-content class=\"text-base hide-overflow\" i18n>\r\n Are you sure?\r\n</div>\r\n<div mat-dialog-actions class=\"flex-row-reverse\">\r\n <button mat-flat-button color=\"warn\" [disabled]=\"disabled\" (click)=\"confirmed()\" i18n>\r\n Yes\r\n </button>\r\n <button mat-button class=\"margin-right-xs\" [mat-dialog-close] cdkFocusInitial i18n>No</button>\r\n</div>",
|
|
2082
|
-
styles: [".hide-overflow{overflow:hidden}"]
|
|
2083
|
-
}] }
|
|
1920
|
+
styles: [".hide-overflow{overflow:hidden}\n"]
|
|
1921
|
+
},] }
|
|
2084
1922
|
];
|
|
2085
1923
|
LogoutComponent.ctorParameters = () => [
|
|
2086
|
-
{ type: MatDialogRef
|
|
1924
|
+
{ type: MatDialogRef },
|
|
2087
1925
|
{ type: AuthKeycloakService },
|
|
2088
1926
|
{ type: ConfigurationsService },
|
|
2089
1927
|
{ type: UtilityService }
|
|
2090
1928
|
];
|
|
2091
|
-
if (false) {
|
|
2092
|
-
LogoutComponent.prototype.disabled;
|
|
2093
|
-
LogoutComponent.prototype.isDownloadableIos;
|
|
2094
|
-
LogoutComponent.prototype.isDownloadableAndroid;
|
|
2095
|
-
LogoutComponent.prototype.dialogRef;
|
|
2096
|
-
LogoutComponent.prototype.authSvc;
|
|
2097
|
-
LogoutComponent.prototype.configSvc;
|
|
2098
|
-
LogoutComponent.prototype.utilitySvc;
|
|
2099
|
-
}
|
|
2100
1929
|
|
|
2101
1930
|
class LogoutModule {
|
|
2102
1931
|
}
|
|
@@ -2112,12 +1941,6 @@ LogoutModule.decorators = [
|
|
|
2112
1941
|
},] }
|
|
2113
1942
|
];
|
|
2114
1943
|
|
|
2115
|
-
function IDateRange() { }
|
|
2116
|
-
if (false) {
|
|
2117
|
-
IDateRange.prototype.fromDate;
|
|
2118
|
-
IDateRange.prototype.toDate;
|
|
2119
|
-
IDateRange.prototype.timeZone;
|
|
2120
|
-
}
|
|
2121
1944
|
class PipeConciseDateRangePipe {
|
|
2122
1945
|
transform(dateRange) {
|
|
2123
1946
|
try {
|
|
@@ -2224,13 +2047,6 @@ PipeCountTransformModule.decorators = [
|
|
|
2224
2047
|
},] }
|
|
2225
2048
|
];
|
|
2226
2049
|
|
|
2227
|
-
function ICertificationDate() { }
|
|
2228
|
-
if (false) {
|
|
2229
|
-
ICertificationDate.prototype.day;
|
|
2230
|
-
ICertificationDate.prototype.month;
|
|
2231
|
-
ICertificationDate.prototype.year;
|
|
2232
|
-
ICertificationDate.prototype.timeZone;
|
|
2233
|
-
}
|
|
2234
2050
|
class PipeDateConcatPipe {
|
|
2235
2051
|
constructor() {
|
|
2236
2052
|
this.months = [
|
|
@@ -2262,9 +2078,6 @@ PipeDateConcatPipe.decorators = [
|
|
|
2262
2078
|
},] }
|
|
2263
2079
|
];
|
|
2264
2080
|
PipeDateConcatPipe.ctorParameters = () => [];
|
|
2265
|
-
if (false) {
|
|
2266
|
-
PipeDateConcatPipe.prototype.months;
|
|
2267
|
-
}
|
|
2268
2081
|
|
|
2269
2082
|
class PipeDateConcatModule {
|
|
2270
2083
|
}
|
|
@@ -2377,8 +2190,8 @@ class PipeFilterPipe {
|
|
|
2377
2190
|
if (!term) {
|
|
2378
2191
|
return value;
|
|
2379
2192
|
}
|
|
2380
|
-
return (value || []).filter((
|
|
2381
|
-
.some(
|
|
2193
|
+
return (value || []).filter((item) => keys.split(',')
|
|
2194
|
+
.some(key => item.hasOwnProperty(key) && new RegExp(`^${term}$`, 'gi').test(item[key])));
|
|
2382
2195
|
}
|
|
2383
2196
|
}
|
|
2384
2197
|
PipeFilterPipe.decorators = [
|
|
@@ -2409,17 +2222,17 @@ class PipeFilterSearchPipe {
|
|
|
2409
2222
|
}
|
|
2410
2223
|
const searchTextLowerCase = searchText.toLowerCase();
|
|
2411
2224
|
if (keys && keys.length) {
|
|
2412
|
-
const result = items.filter(
|
|
2225
|
+
const result = items.filter(it => {
|
|
2413
2226
|
return it['personalDetails'][keys[0]].toLowerCase().includes(searchTextLowerCase);
|
|
2414
|
-
})
|
|
2227
|
+
});
|
|
2415
2228
|
if (result && result.length <= 0) {
|
|
2416
2229
|
return [-1];
|
|
2417
2230
|
}
|
|
2418
2231
|
return result;
|
|
2419
2232
|
}
|
|
2420
|
-
return items.filter(
|
|
2233
|
+
return items.filter(it => {
|
|
2421
2234
|
return it.title.toLowerCase().includes(searchTextLowerCase);
|
|
2422
|
-
})
|
|
2235
|
+
});
|
|
2423
2236
|
}
|
|
2424
2237
|
}
|
|
2425
2238
|
PipeFilterSearchPipe.decorators = [
|
|
@@ -2445,9 +2258,9 @@ class PipeListFilterPipe {
|
|
|
2445
2258
|
if (!term) {
|
|
2446
2259
|
return value;
|
|
2447
2260
|
}
|
|
2448
|
-
return (value || []).filter((
|
|
2449
|
-
.some(
|
|
2450
|
-
&& item[key] && (`${item[key]} `).toLocaleLowerCase().includes(term.toLocaleLowerCase())))
|
|
2261
|
+
return (value || []).filter((item) => keys.split(',')
|
|
2262
|
+
.some(key => item.hasOwnProperty(key)
|
|
2263
|
+
&& item[key] && (`${item[key]} `).toLocaleLowerCase().includes(term.toLocaleLowerCase())));
|
|
2451
2264
|
}
|
|
2452
2265
|
}
|
|
2453
2266
|
PipeListFilterPipe.decorators = [
|
|
@@ -2468,13 +2281,13 @@ PipeListFilterModule.decorators = [
|
|
|
2468
2281
|
},] }
|
|
2469
2282
|
];
|
|
2470
2283
|
|
|
2471
|
-
const moment = _moment;
|
|
2284
|
+
const moment$1 = _moment;
|
|
2472
2285
|
class PipeRelativeTimePipe {
|
|
2473
2286
|
transform(value) {
|
|
2474
2287
|
if (value) {
|
|
2475
|
-
return moment((new Date(value))).fromNow();
|
|
2288
|
+
return moment$1((new Date(value))).fromNow();
|
|
2476
2289
|
}
|
|
2477
|
-
return moment().startOf('hour').fromNow();
|
|
2290
|
+
return moment$1().startOf('hour').fromNow();
|
|
2478
2291
|
}
|
|
2479
2292
|
}
|
|
2480
2293
|
PipeRelativeTimePipe.decorators = [
|
|
@@ -2505,9 +2318,6 @@ OrderByPipe.decorators = [
|
|
|
2505
2318
|
name: 'orderBy',
|
|
2506
2319
|
},] }
|
|
2507
2320
|
];
|
|
2508
|
-
if (false) {
|
|
2509
|
-
OrderByPipe.prototype.transform;
|
|
2510
|
-
}
|
|
2511
2321
|
|
|
2512
2322
|
class PipeOrderByModule {
|
|
2513
2323
|
}
|
|
@@ -2557,12 +2367,6 @@ PipeLimitToModule.decorators = [
|
|
|
2557
2367
|
},] }
|
|
2558
2368
|
];
|
|
2559
2369
|
|
|
2560
|
-
function IUserName() { }
|
|
2561
|
-
if (false) {
|
|
2562
|
-
IUserName.prototype.firstName;
|
|
2563
|
-
IUserName.prototype.lastName;
|
|
2564
|
-
IUserName.prototype.email;
|
|
2565
|
-
}
|
|
2566
2370
|
class PipeNameTransformPipe {
|
|
2567
2371
|
transform(value) {
|
|
2568
2372
|
let result = '';
|
|
@@ -2657,9 +2461,6 @@ PipeSafeSanitizerPipe.decorators = [
|
|
|
2657
2461
|
PipeSafeSanitizerPipe.ctorParameters = () => [
|
|
2658
2462
|
{ type: DomSanitizer }
|
|
2659
2463
|
];
|
|
2660
|
-
if (false) {
|
|
2661
|
-
PipeSafeSanitizerPipe.prototype.sanitizer;
|
|
2662
|
-
}
|
|
2663
2464
|
|
|
2664
2465
|
class PipeSafeSanitizerModule {
|
|
2665
2466
|
}
|
|
@@ -2691,48 +2492,49 @@ class ExploreDetailResolve {
|
|
|
2691
2492
|
if (route.data.pageType === 'page' && route.data.pageKey) {
|
|
2692
2493
|
url = `${this.baseUrl}/page/${route.data.pageKey}.json`;
|
|
2693
2494
|
}
|
|
2694
|
-
return this.http.get(url).pipe(map(
|
|
2495
|
+
return this.http.get(url).pipe(map(pageData => ({ data: this.transformPageData(pageData, tag), error: null })), catchError(err => of({ data: null, error: err })));
|
|
2695
2496
|
}
|
|
2696
2497
|
transformPageData(pageData, tag) {
|
|
2697
2498
|
const DELIMITER = '>';
|
|
2698
2499
|
const path = tag.split(DELIMITER);
|
|
2699
|
-
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map((
|
|
2500
|
+
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map((widget) => {
|
|
2700
2501
|
if (pageData.navigationBar && pageData.navigationBar.links) {
|
|
2701
2502
|
pageData.navigationBar.links = pageData.navigationBar.links
|
|
2702
|
-
.filter((
|
|
2503
|
+
.filter((link) => link.widgetData.tags === tag);
|
|
2703
2504
|
}
|
|
2704
2505
|
if (widget.widgetSubType === 'cardBreadcrumb') {
|
|
2705
2506
|
widget.widgetData.path = [{
|
|
2706
2507
|
text: pageData.navigationBar.pageTitle,
|
|
2707
2508
|
clickUrl: pageData.navigationBar.pageBackLink,
|
|
2708
|
-
}].concat(path.map((
|
|
2509
|
+
}].concat(path.map((edge, idx) => ({
|
|
2709
2510
|
text: edge,
|
|
2710
2511
|
clickUrl: `/page/explore/${path.slice(0, idx + 1).join(DELIMITER)}`,
|
|
2711
|
-
})))
|
|
2512
|
+
})));
|
|
2712
2513
|
}
|
|
2713
2514
|
if (widget.widgetSubType === 'contentStripMultiple') {
|
|
2714
|
-
widget.widgetData.strips = widget.widgetData.strips.map((
|
|
2515
|
+
widget.widgetData.strips = widget.widgetData.strips.map((strip) => {
|
|
2715
2516
|
strip.request.searchV6.filters[0].andFilters.push({ catalogPaths: [tag] });
|
|
2716
2517
|
if (this.utilitySvc.isMobile && !this.isIntranetAllowedSettings) {
|
|
2717
2518
|
strip.request.searchV6.filters[0].andFilters.push({ isInIntranet: ['false'] });
|
|
2718
2519
|
}
|
|
2719
2520
|
return strip;
|
|
2720
|
-
})
|
|
2521
|
+
});
|
|
2721
2522
|
if (widget.widgetData.noDataWidget && widget.widgetData.noDataWidget.widgetData.strips) {
|
|
2722
|
-
widget.widgetData.noDataWidget.widgetData.strips = widget.widgetData.noDataWidget.widgetData.strips.map((
|
|
2523
|
+
widget.widgetData.noDataWidget.widgetData.strips = widget.widgetData.noDataWidget.widgetData.strips.map((strip) => {
|
|
2723
2524
|
strip.request.searchV6.filters[0].andFilters.push({ catalogPaths: [tag] });
|
|
2724
2525
|
if (this.utilitySvc.isMobile && !this.isIntranetAllowedSettings) {
|
|
2725
2526
|
strip.request.searchV6.filters[0].andFilters.push({ isInIntranet: ['false'] });
|
|
2726
2527
|
}
|
|
2727
2528
|
return strip;
|
|
2728
|
-
})
|
|
2529
|
+
});
|
|
2729
2530
|
}
|
|
2730
2531
|
}
|
|
2731
2532
|
return widget;
|
|
2732
|
-
})
|
|
2533
|
+
});
|
|
2733
2534
|
return pageData;
|
|
2734
2535
|
}
|
|
2735
2536
|
}
|
|
2537
|
+
ExploreDetailResolve.ɵprov = i0.ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
|
|
2736
2538
|
ExploreDetailResolve.decorators = [
|
|
2737
2539
|
{ type: Injectable, args: [{
|
|
2738
2540
|
providedIn: 'root',
|
|
@@ -2743,14 +2545,6 @@ ExploreDetailResolve.ctorParameters = () => [
|
|
|
2743
2545
|
{ type: ConfigurationsService },
|
|
2744
2546
|
{ type: UtilityService }
|
|
2745
2547
|
];
|
|
2746
|
-
/** @nocollapse */ ExploreDetailResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService), ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
|
|
2747
|
-
if (false) {
|
|
2748
|
-
ExploreDetailResolve.prototype.baseUrl;
|
|
2749
|
-
ExploreDetailResolve.prototype.isIntranetAllowedSettings;
|
|
2750
|
-
ExploreDetailResolve.prototype.http;
|
|
2751
|
-
ExploreDetailResolve.prototype.configSvc;
|
|
2752
|
-
ExploreDetailResolve.prototype.utilitySvc;
|
|
2753
|
-
}
|
|
2754
2548
|
|
|
2755
2549
|
class MarketingOfferingResolve {
|
|
2756
2550
|
constructor(http) {
|
|
@@ -2758,21 +2552,22 @@ class MarketingOfferingResolve {
|
|
|
2758
2552
|
}
|
|
2759
2553
|
resolve(route, _state) {
|
|
2760
2554
|
const tag = route.params.tag;
|
|
2761
|
-
return this.http.get(route.data.pageUrl).pipe(map(
|
|
2555
|
+
return this.http.get(route.data.pageUrl).pipe(map(pageData => ({ data: this.transformPageData(pageData, tag), error: null })), catchError(err => of({ data: null, error: err })));
|
|
2762
2556
|
}
|
|
2763
2557
|
transformPageData(pageData, tag) {
|
|
2764
|
-
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map((
|
|
2558
|
+
pageData.pageLayout.widgetData.widgets = pageData.pageLayout.widgetData.widgets.map((widget) => {
|
|
2765
2559
|
if (widget.widgetSubType === 'contentStripMultiple') {
|
|
2766
|
-
widget.widgetData.strips = widget.widgetData.strips.map((
|
|
2560
|
+
widget.widgetData.strips = widget.widgetData.strips.map((strip) => {
|
|
2767
2561
|
strip.request.search.filters.catalogPaths = [decodeURIComponent(tag)];
|
|
2768
2562
|
return strip;
|
|
2769
|
-
})
|
|
2563
|
+
});
|
|
2770
2564
|
}
|
|
2771
2565
|
return widget;
|
|
2772
|
-
})
|
|
2566
|
+
});
|
|
2773
2567
|
return pageData;
|
|
2774
2568
|
}
|
|
2775
2569
|
}
|
|
2570
|
+
MarketingOfferingResolve.ɵprov = i0.ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(i0.ɵɵinject(i1$1.HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
|
|
2776
2571
|
MarketingOfferingResolve.decorators = [
|
|
2777
2572
|
{ type: Injectable, args: [{
|
|
2778
2573
|
providedIn: 'root',
|
|
@@ -2781,57 +2576,6 @@ MarketingOfferingResolve.decorators = [
|
|
|
2781
2576
|
MarketingOfferingResolve.ctorParameters = () => [
|
|
2782
2577
|
{ type: HttpClient }
|
|
2783
2578
|
];
|
|
2784
|
-
/** @nocollapse */ MarketingOfferingResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(ɵɵinject(HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
|
|
2785
|
-
if (false) {
|
|
2786
|
-
MarketingOfferingResolve.prototype.http;
|
|
2787
|
-
}
|
|
2788
|
-
|
|
2789
|
-
var NsPage;
|
|
2790
|
-
(function (NsPage) {
|
|
2791
|
-
function IPage() { }
|
|
2792
|
-
NsPage.IPage = IPage;
|
|
2793
|
-
if (false) {
|
|
2794
|
-
IPage.prototype.contentType;
|
|
2795
|
-
IPage.prototype.navigationBar;
|
|
2796
|
-
IPage.prototype.pageLayout;
|
|
2797
|
-
IPage.prototype.tourGuide;
|
|
2798
|
-
}
|
|
2799
|
-
function INavBar() { }
|
|
2800
|
-
NsPage.INavBar = INavBar;
|
|
2801
|
-
if (false) {
|
|
2802
|
-
INavBar.prototype.links;
|
|
2803
|
-
INavBar.prototype.xsmallNonMenuLinks;
|
|
2804
|
-
INavBar.prototype.pageBackLink;
|
|
2805
|
-
INavBar.prototype.pageTitle;
|
|
2806
|
-
INavBar.prototype.background;
|
|
2807
|
-
}
|
|
2808
|
-
function INavBackground() { }
|
|
2809
|
-
NsPage.INavBackground = INavBackground;
|
|
2810
|
-
if (false) {
|
|
2811
|
-
INavBackground.prototype.color;
|
|
2812
|
-
INavBackground.prototype.styles;
|
|
2813
|
-
}
|
|
2814
|
-
function INavLink() { }
|
|
2815
|
-
NsPage.INavLink = INavLink;
|
|
2816
|
-
if (false) {
|
|
2817
|
-
INavLink.prototype.config;
|
|
2818
|
-
INavLink.prototype.actionBtnId;
|
|
2819
|
-
INavLink.prototype.actionBtn;
|
|
2820
|
-
INavLink.prototype.actionBtnName;
|
|
2821
|
-
}
|
|
2822
|
-
function INavLinkConfig() { }
|
|
2823
|
-
NsPage.INavLinkConfig = INavLinkConfig;
|
|
2824
|
-
if (false) {
|
|
2825
|
-
INavLinkConfig.prototype.type;
|
|
2826
|
-
INavLinkConfig.prototype.hideIcon;
|
|
2827
|
-
INavLinkConfig.prototype.hideTitle;
|
|
2828
|
-
INavLinkConfig.prototype.hideStatus;
|
|
2829
|
-
INavLinkConfig.prototype.hidePin;
|
|
2830
|
-
INavLinkConfig.prototype.iconColor;
|
|
2831
|
-
INavLinkConfig.prototype.treatAsCard;
|
|
2832
|
-
INavLinkConfig.prototype.useShortName;
|
|
2833
|
-
}
|
|
2834
|
-
})(NsPage || (NsPage = {}));
|
|
2835
2579
|
|
|
2836
2580
|
const JSON_MAP = {
|
|
2837
2581
|
pagename: 'lexid',
|
|
@@ -2867,39 +2611,40 @@ class PageResolve {
|
|
|
2867
2611
|
};
|
|
2868
2612
|
}
|
|
2869
2613
|
setS3Cookie(contentId) {
|
|
2870
|
-
return this.http.post(`/apis/protected/v8/content/setCookie`, { contentId }).pipe(catchError(
|
|
2614
|
+
return this.http.post(`/apis/protected/v8/content/setCookie`, { contentId }).pipe(catchError(_err => of(true)));
|
|
2871
2615
|
}
|
|
2872
2616
|
getContent(id) {
|
|
2873
2617
|
return this.http
|
|
2874
2618
|
.post(`/apis/protected/v8/content/${id}?hierarchyType=minimal`, ['status', 'artifactUrl']);
|
|
2875
2619
|
}
|
|
2876
2620
|
getData(url) {
|
|
2877
|
-
const id =
|
|
2621
|
+
const id = url.split('/').pop().split('.')[0] || '';
|
|
2878
2622
|
const equivalentId = id.startsWith('lex_auth_') ? id : JSON_MAP[id];
|
|
2879
2623
|
if (equivalentId) {
|
|
2880
|
-
return forkJoin([this.setS3Cookie(equivalentId), this.getContent(equivalentId)]).pipe(mergeMap((
|
|
2624
|
+
return forkJoin([this.setS3Cookie(equivalentId), this.getContent(equivalentId)]).pipe(mergeMap(([_, v]) => {
|
|
2881
2625
|
if (v.status === 'Expired' || v.status === 'Deleted' || !v.artifactUrl) {
|
|
2882
2626
|
return of({ data: null, error: 'NoContent' });
|
|
2883
2627
|
}
|
|
2884
2628
|
return this.http
|
|
2885
2629
|
.get(`${v.artifactUrl}?ts=${new Date().getTime()}`)
|
|
2886
|
-
.pipe(map(
|
|
2887
|
-
})
|
|
2630
|
+
.pipe(map(data => ({ data, error: null })), catchError(err => of({ data: null, error: err })));
|
|
2631
|
+
}), catchError(err => of({ data: null, error: err })));
|
|
2888
2632
|
}
|
|
2889
2633
|
const pageRequest = [
|
|
2890
|
-
(equivalentId ? this.setS3Cookie(equivalentId) : of(true)).pipe(mergeMap((
|
|
2634
|
+
(equivalentId ? this.setS3Cookie(equivalentId) : of(true)).pipe(mergeMap(() => this.http.get(`${url}.json`).pipe(map(data => ({ data, error: null })), catchError(err => of({ data: null, error: err }))))),
|
|
2891
2635
|
this.locale === 'en' || this.locale === 'en-US' ?
|
|
2892
|
-
of({ data:
|
|
2893
|
-
this.http.get(`${url}.${this.locale}.json`).pipe(map(
|
|
2636
|
+
of({ data: undefined, error: null }) :
|
|
2637
|
+
this.http.get(`${url}.${this.locale}.json`).pipe(map(data => ({ data, error: null })), catchError(err => of({ data: null, error: err }))),
|
|
2894
2638
|
];
|
|
2895
|
-
return forkJoin(pageRequest).pipe(map((
|
|
2639
|
+
return forkJoin(pageRequest).pipe(map(([general, withLocale]) => {
|
|
2896
2640
|
if (withLocale.data) {
|
|
2897
2641
|
return withLocale;
|
|
2898
2642
|
}
|
|
2899
2643
|
return general;
|
|
2900
|
-
}))
|
|
2644
|
+
}));
|
|
2901
2645
|
}
|
|
2902
2646
|
}
|
|
2647
|
+
PageResolve.ɵprov = i0.ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i0.LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
|
|
2903
2648
|
PageResolve.decorators = [
|
|
2904
2649
|
{ type: Injectable, args: [{
|
|
2905
2650
|
providedIn: 'root',
|
|
@@ -2910,534 +2655,9 @@ PageResolve.ctorParameters = () => [
|
|
|
2910
2655
|
{ type: HttpClient },
|
|
2911
2656
|
{ type: String, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
|
|
2912
2657
|
];
|
|
2913
|
-
/** @nocollapse */ PageResolve.ngInjectableDef = ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(ɵɵinject(ConfigurationsService), ɵɵinject(HttpClient), ɵɵinject(LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
|
|
2914
|
-
if (false) {
|
|
2915
|
-
PageResolve.prototype.baseUrl;
|
|
2916
|
-
PageResolve.prototype.configSvc;
|
|
2917
|
-
PageResolve.prototype.http;
|
|
2918
|
-
PageResolve.prototype.locale;
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
function IResolveResponse() { }
|
|
2922
|
-
if (false) {
|
|
2923
|
-
IResolveResponse.prototype.data;
|
|
2924
|
-
IResolveResponse.prototype.error;
|
|
2925
|
-
}
|
|
2926
|
-
|
|
2927
|
-
var NsInstanceConfig;
|
|
2928
|
-
(function (NsInstanceConfig) {
|
|
2929
|
-
function IConfig() { }
|
|
2930
|
-
NsInstanceConfig.IConfig = IConfig;
|
|
2931
|
-
if (false) {
|
|
2932
|
-
IConfig.prototype.authoring;
|
|
2933
|
-
IConfig.prototype.appSetup;
|
|
2934
|
-
IConfig.prototype.chatBotUrl;
|
|
2935
|
-
IConfig.prototype.defaultFontsize;
|
|
2936
|
-
IConfig.prototype.defaultThemeClass;
|
|
2937
|
-
IConfig.prototype.defaultLocale;
|
|
2938
|
-
IConfig.prototype.disablePidCheck;
|
|
2939
|
-
IConfig.prototype.fontSizes;
|
|
2940
|
-
IConfig.prototype.isContentDownloadAvailable;
|
|
2941
|
-
IConfig.prototype.indexHtmlMeta;
|
|
2942
|
-
IConfig.prototype.keycloak;
|
|
2943
|
-
IConfig.prototype.locals;
|
|
2944
|
-
IConfig.prototype.microsoft;
|
|
2945
|
-
IConfig.prototype.telemetryConfig;
|
|
2946
|
-
IConfig.prototype.themes;
|
|
2947
|
-
IConfig.prototype.logos;
|
|
2948
|
-
IConfig.prototype.sources;
|
|
2949
|
-
IConfig.prototype.mailIds;
|
|
2950
|
-
IConfig.prototype.details;
|
|
2951
|
-
IConfig.prototype.validMailIdExtensionsForMailMe;
|
|
2952
|
-
IConfig.prototype.defaultFeatureConfigs;
|
|
2953
|
-
IConfig.prototype.backgrounds;
|
|
2954
|
-
IConfig.prototype.featuredApps;
|
|
2955
|
-
IConfig.prototype.primaryNavBarConfig;
|
|
2956
|
-
IConfig.prototype.org;
|
|
2957
|
-
IConfig.prototype.rootOrg;
|
|
2958
|
-
IConfig.prototype.intranetIframeUrls;
|
|
2959
|
-
IConfig.prototype.showNavBarInSetup;
|
|
2960
|
-
IConfig.prototype.intranetUrlToCheck;
|
|
2961
|
-
IConfig.prototype.introVideo;
|
|
2962
|
-
IConfig.prototype.tourVideo;
|
|
2963
|
-
IConfig.prototype.isDownloadableSource;
|
|
2964
|
-
IConfig.prototype.isDownloadableIosResource;
|
|
2965
|
-
IConfig.prototype.isDownloadableAndroidResource;
|
|
2966
|
-
IConfig.prototype.sourceFieldsUserAutocomplete;
|
|
2967
|
-
IConfig.prototype.forgotPasswordConfig;
|
|
2968
|
-
IConfig.prototype.hubs;
|
|
2969
|
-
IConfig.prototype.courseContentPath;
|
|
2970
|
-
}
|
|
2971
|
-
function IForgotPassword() { }
|
|
2972
|
-
NsInstanceConfig.IForgotPassword = IForgotPassword;
|
|
2973
|
-
if (false) {
|
|
2974
|
-
IForgotPassword.prototype.local;
|
|
2975
|
-
IForgotPassword.prototype.enterprise;
|
|
2976
|
-
IForgotPassword.prototype.social;
|
|
2977
|
-
}
|
|
2978
|
-
function ISourceLogo() { }
|
|
2979
|
-
NsInstanceConfig.ISourceLogo = ISourceLogo;
|
|
2980
|
-
if (false) {
|
|
2981
|
-
ISourceLogo.prototype.sourceName;
|
|
2982
|
-
ISourceLogo.prototype.sourceId;
|
|
2983
|
-
ISourceLogo.prototype.logo;
|
|
2984
|
-
}
|
|
2985
|
-
function IPath() { }
|
|
2986
|
-
NsInstanceConfig.IPath = IPath;
|
|
2987
|
-
function IHubs() { }
|
|
2988
|
-
NsInstanceConfig.IHubs = IHubs;
|
|
2989
|
-
if (false) {
|
|
2990
|
-
IHubs.prototype.active;
|
|
2991
|
-
IHubs.prototype.desc;
|
|
2992
|
-
IHubs.prototype.hubname;
|
|
2993
|
-
IHubs.prototype.icon;
|
|
2994
|
-
IHubs.prototype.path;
|
|
2995
|
-
}
|
|
2996
|
-
function IIndexHtmlMeta() { }
|
|
2997
|
-
NsInstanceConfig.IIndexHtmlMeta = IIndexHtmlMeta;
|
|
2998
|
-
if (false) {
|
|
2999
|
-
IIndexHtmlMeta.prototype.description;
|
|
3000
|
-
IIndexHtmlMeta.prototype.openSearchUrl;
|
|
3001
|
-
IIndexHtmlMeta.prototype.webmanifest;
|
|
3002
|
-
IIndexHtmlMeta.prototype.xIcon;
|
|
3003
|
-
IIndexHtmlMeta.prototype.pngIcon;
|
|
3004
|
-
}
|
|
3005
|
-
function IFontSize() { }
|
|
3006
|
-
NsInstanceConfig.IFontSize = IFontSize;
|
|
3007
|
-
if (false) {
|
|
3008
|
-
IFontSize.prototype.baseFontSize;
|
|
3009
|
-
IFontSize.prototype.fontClass;
|
|
3010
|
-
IFontSize.prototype.scale;
|
|
3011
|
-
}
|
|
3012
|
-
function IKeycloak() { }
|
|
3013
|
-
NsInstanceConfig.IKeycloak = IKeycloak;
|
|
3014
|
-
if (false) {
|
|
3015
|
-
IKeycloak.prototype.defaultidpHint;
|
|
3016
|
-
IKeycloak.prototype.isLoginHidden;
|
|
3017
|
-
IKeycloak.prototype.bearerExcludedUrls;
|
|
3018
|
-
IKeycloak.prototype.clientId;
|
|
3019
|
-
IKeycloak.prototype.key;
|
|
3020
|
-
IKeycloak.prototype.realm;
|
|
3021
|
-
IKeycloak.prototype.url;
|
|
3022
|
-
IKeycloak.prototype.changePasswordUrl;
|
|
3023
|
-
IKeycloak.prototype.onLoad;
|
|
3024
|
-
}
|
|
3025
|
-
function ILocalsConfig() { }
|
|
3026
|
-
NsInstanceConfig.ILocalsConfig = ILocalsConfig;
|
|
3027
|
-
if (false) {
|
|
3028
|
-
ILocalsConfig.prototype.isAvailable;
|
|
3029
|
-
ILocalsConfig.prototype.isEnabled;
|
|
3030
|
-
ILocalsConfig.prototype.locals;
|
|
3031
|
-
ILocalsConfig.prototype.path;
|
|
3032
|
-
ILocalsConfig.prototype.isRTL;
|
|
3033
|
-
}
|
|
3034
|
-
function IMicrosoft() { }
|
|
3035
|
-
NsInstanceConfig.IMicrosoft = IMicrosoft;
|
|
3036
|
-
if (false) {
|
|
3037
|
-
IMicrosoft.prototype.clientId;
|
|
3038
|
-
IMicrosoft.prototype.defaultEmailId;
|
|
3039
|
-
IMicrosoft.prototype.tenant;
|
|
3040
|
-
IMicrosoft.prototype.validEmailExtensions;
|
|
3041
|
-
IMicrosoft.prototype.isConfigured;
|
|
3042
|
-
}
|
|
3043
|
-
function ITheme() { }
|
|
3044
|
-
NsInstanceConfig.ITheme = ITheme;
|
|
3045
|
-
if (false) {
|
|
3046
|
-
ITheme.prototype.color;
|
|
3047
|
-
ITheme.prototype.themeFile;
|
|
3048
|
-
ITheme.prototype.themeClass;
|
|
3049
|
-
ITheme.prototype.themeName;
|
|
3050
|
-
}
|
|
3051
|
-
function IThemeColor() { }
|
|
3052
|
-
NsInstanceConfig.IThemeColor = IThemeColor;
|
|
3053
|
-
if (false) {
|
|
3054
|
-
IThemeColor.prototype.accent;
|
|
3055
|
-
IThemeColor.prototype.primary;
|
|
3056
|
-
IThemeColor.prototype.warn;
|
|
3057
|
-
}
|
|
3058
|
-
function ILogos() { }
|
|
3059
|
-
NsInstanceConfig.ILogos = ILogos;
|
|
3060
|
-
if (false) {
|
|
3061
|
-
ILogos.prototype.app;
|
|
3062
|
-
ILogos.prototype.appTransparent;
|
|
3063
|
-
ILogos.prototype.aboutFooter;
|
|
3064
|
-
ILogos.prototype.aboutHeader;
|
|
3065
|
-
ILogos.prototype.appBottomNav;
|
|
3066
|
-
ILogos.prototype.company;
|
|
3067
|
-
ILogos.prototype.developedBy;
|
|
3068
|
-
ILogos.prototype.poweredBy;
|
|
3069
|
-
ILogos.prototype.defaultContent;
|
|
3070
|
-
ILogos.prototype.defaultSourceLogo;
|
|
3071
|
-
ILogos.prototype.landingLogo;
|
|
3072
|
-
ILogos.prototype.navbarLogo;
|
|
3073
|
-
ILogos.prototype.playListLogo;
|
|
3074
|
-
ILogos.prototype.thumpsUp;
|
|
3075
|
-
}
|
|
3076
|
-
function IMailIds() { }
|
|
3077
|
-
NsInstanceConfig.IMailIds = IMailIds;
|
|
3078
|
-
if (false) {
|
|
3079
|
-
IMailIds.prototype.contactUs;
|
|
3080
|
-
IMailIds.prototype.default;
|
|
3081
|
-
IMailIds.prototype.support;
|
|
3082
|
-
}
|
|
3083
|
-
function IDetails() { }
|
|
3084
|
-
NsInstanceConfig.IDetails = IDetails;
|
|
3085
|
-
if (false) {
|
|
3086
|
-
IDetails.prototype.appName;
|
|
3087
|
-
}
|
|
3088
|
-
function IPrimaryNavbarConfig() { }
|
|
3089
|
-
NsInstanceConfig.IPrimaryNavbarConfig = IPrimaryNavbarConfig;
|
|
3090
|
-
if (false) {
|
|
3091
|
-
IPrimaryNavbarConfig.prototype.mediumScreen;
|
|
3092
|
-
IPrimaryNavbarConfig.prototype.smallScreen;
|
|
3093
|
-
}
|
|
3094
|
-
function IPrimaryNavBarScreen() { }
|
|
3095
|
-
if (false) {
|
|
3096
|
-
IPrimaryNavBarScreen.prototype.left;
|
|
3097
|
-
IPrimaryNavBarScreen.prototype.right;
|
|
3098
|
-
}
|
|
3099
|
-
function IPrimaryNavBarSide() { }
|
|
3100
|
-
if (false) {
|
|
3101
|
-
IPrimaryNavBarSide.prototype.type;
|
|
3102
|
-
IPrimaryNavBarSide.prototype.config;
|
|
3103
|
-
}
|
|
3104
|
-
function ITelemetryConfig() { }
|
|
3105
|
-
NsInstanceConfig.ITelemetryConfig = ITelemetryConfig;
|
|
3106
|
-
if (false) {
|
|
3107
|
-
ITelemetryConfig.prototype.pdata;
|
|
3108
|
-
ITelemetryConfig.prototype.object;
|
|
3109
|
-
ITelemetryConfig.prototype.uid;
|
|
3110
|
-
ITelemetryConfig.prototype.authtoken;
|
|
3111
|
-
ITelemetryConfig.prototype.env;
|
|
3112
|
-
ITelemetryConfig.prototype.channel;
|
|
3113
|
-
ITelemetryConfig.prototype.batchsize;
|
|
3114
|
-
ITelemetryConfig.prototype.host;
|
|
3115
|
-
ITelemetryConfig.prototype.endpoint;
|
|
3116
|
-
ITelemetryConfig.prototype.apislug;
|
|
3117
|
-
ITelemetryConfig.prototype.sid;
|
|
3118
|
-
}
|
|
3119
|
-
})(NsInstanceConfig || (NsInstanceConfig = {}));
|
|
3120
|
-
var NsAppsConfig;
|
|
3121
|
-
(function (NsAppsConfig) {
|
|
3122
|
-
function IAppsConfig() { }
|
|
3123
|
-
NsAppsConfig.IAppsConfig = IAppsConfig;
|
|
3124
|
-
if (false) {
|
|
3125
|
-
IAppsConfig.prototype.groups;
|
|
3126
|
-
IAppsConfig.prototype.features;
|
|
3127
|
-
IAppsConfig.prototype.tourGuide;
|
|
3128
|
-
}
|
|
3129
|
-
function IGroup() { }
|
|
3130
|
-
NsAppsConfig.IGroup = IGroup;
|
|
3131
|
-
if (false) {
|
|
3132
|
-
IGroup.prototype.id;
|
|
3133
|
-
IGroup.prototype.iconType;
|
|
3134
|
-
IGroup.prototype.icon;
|
|
3135
|
-
IGroup.prototype.keywords;
|
|
3136
|
-
IGroup.prototype.name;
|
|
3137
|
-
IGroup.prototype.toolTip;
|
|
3138
|
-
IGroup.prototype.featureIds;
|
|
3139
|
-
IGroup.prototype.stripBackground;
|
|
3140
|
-
IGroup.prototype.hasRole;
|
|
3141
|
-
}
|
|
3142
|
-
function IFeature() { }
|
|
3143
|
-
NsAppsConfig.IFeature = IFeature;
|
|
3144
|
-
if (false) {
|
|
3145
|
-
IFeature.prototype.name;
|
|
3146
|
-
IFeature.prototype.id;
|
|
3147
|
-
IFeature.prototype.url;
|
|
3148
|
-
IFeature.prototype.permission;
|
|
3149
|
-
IFeature.prototype.iconType;
|
|
3150
|
-
IFeature.prototype.icon;
|
|
3151
|
-
IFeature.prototype.keywords;
|
|
3152
|
-
IFeature.prototype.toolTip;
|
|
3153
|
-
IFeature.prototype.accessKey;
|
|
3154
|
-
IFeature.prototype.status;
|
|
3155
|
-
IFeature.prototype.shortName;
|
|
3156
|
-
IFeature.prototype.description;
|
|
3157
|
-
IFeature.prototype.badgeEndpoint;
|
|
3158
|
-
IFeature.prototype.mobileAppFunction;
|
|
3159
|
-
IFeature.prototype.color;
|
|
3160
|
-
IFeature.prototype.target;
|
|
3161
|
-
}
|
|
3162
|
-
})(NsAppsConfig || (NsAppsConfig = {}));
|
|
3163
|
-
var NsUser;
|
|
3164
|
-
(function (NsUser) {
|
|
3165
|
-
function IUserProfile() { }
|
|
3166
|
-
NsUser.IUserProfile = IUserProfile;
|
|
3167
|
-
if (false) {
|
|
3168
|
-
IUserProfile.prototype.userId;
|
|
3169
|
-
IUserProfile.prototype.email;
|
|
3170
|
-
IUserProfile.prototype.mobile;
|
|
3171
|
-
IUserProfile.prototype.departmentName;
|
|
3172
|
-
IUserProfile.prototype.userName;
|
|
3173
|
-
IUserProfile.prototype.firstName;
|
|
3174
|
-
IUserProfile.prototype.surName;
|
|
3175
|
-
IUserProfile.prototype.middleName;
|
|
3176
|
-
IUserProfile.prototype.lastName;
|
|
3177
|
-
IUserProfile.prototype.rootOrgId;
|
|
3178
|
-
IUserProfile.prototype.rootOrgName;
|
|
3179
|
-
IUserProfile.prototype.profileImage;
|
|
3180
|
-
IUserProfile.prototype.givenName;
|
|
3181
|
-
IUserProfile.prototype.country;
|
|
3182
|
-
IUserProfile.prototype.unit;
|
|
3183
|
-
IUserProfile.prototype.source_profile_picture;
|
|
3184
|
-
IUserProfile.prototype.dealerCode;
|
|
3185
|
-
IUserProfile.prototype.isManager;
|
|
3186
|
-
}
|
|
3187
|
-
function INodebbUserProfile() { }
|
|
3188
|
-
NsUser.INodebbUserProfile = INodebbUserProfile;
|
|
3189
|
-
if (false) {
|
|
3190
|
-
INodebbUserProfile.prototype.username;
|
|
3191
|
-
INodebbUserProfile.prototype.email;
|
|
3192
|
-
}
|
|
3193
|
-
function IUserPidProfile() { }
|
|
3194
|
-
NsUser.IUserPidProfile = IUserPidProfile;
|
|
3195
|
-
if (false) {
|
|
3196
|
-
IUserPidProfile.prototype.kid_updated;
|
|
3197
|
-
IUserPidProfile.prototype.user;
|
|
3198
|
-
}
|
|
3199
|
-
function IUserPidProfileV2() { }
|
|
3200
|
-
NsUser.IUserPidProfileV2 = IUserPidProfileV2;
|
|
3201
|
-
if (false) {
|
|
3202
|
-
IUserPidProfileV2.prototype.kid_updated;
|
|
3203
|
-
IUserPidProfileV2.prototype.result;
|
|
3204
|
-
}
|
|
3205
|
-
function IUserPidProfileVer2() { }
|
|
3206
|
-
NsUser.IUserPidProfileVer2 = IUserPidProfileVer2;
|
|
3207
|
-
if (false) {
|
|
3208
|
-
IUserPidProfileVer2.prototype.result;
|
|
3209
|
-
}
|
|
3210
|
-
function ISourceData() { }
|
|
3211
|
-
if (false) {
|
|
3212
|
-
ISourceData.prototype.GID;
|
|
3213
|
-
ISourceData.prototype.SNAMPRE;
|
|
3214
|
-
ISourceData.prototype.SNAMADD;
|
|
3215
|
-
ISourceData.prototype.LASTNAME;
|
|
3216
|
-
ISourceData.prototype.SN;
|
|
3217
|
-
ISourceData.prototype.GIVENNAME;
|
|
3218
|
-
ISourceData.prototype.NICKNAME;
|
|
3219
|
-
ISourceData.prototype.PREFERREDSN;
|
|
3220
|
-
ISourceData.prototype.PERSONALTITLE;
|
|
3221
|
-
ISourceData.prototype.MOBILE;
|
|
3222
|
-
ISourceData.prototype.MAIL;
|
|
3223
|
-
ISourceData.prototype.DEPARTMENTTEXT;
|
|
3224
|
-
ISourceData.prototype.COSTLOCATIONUNIT;
|
|
3225
|
-
ISourceData.prototype.COSTLOCATION;
|
|
3226
|
-
ISourceData.prototype.ORGID;
|
|
3227
|
-
ISourceData.prototype.MGMTRESP;
|
|
3228
|
-
ISourceData.prototype.UTC;
|
|
3229
|
-
ISourceData.prototype.CNAMEENG;
|
|
3230
|
-
ISourceData.prototype.LNAMEINT;
|
|
3231
|
-
ISourceData.prototype.USERTYPE;
|
|
3232
|
-
ISourceData.prototype.STATUS;
|
|
3233
|
-
ISourceData.prototype.CONTRACTSTATUS;
|
|
3234
|
-
}
|
|
3235
|
-
function IUser() { }
|
|
3236
|
-
if (false) {
|
|
3237
|
-
IUser.prototype.wid;
|
|
3238
|
-
IUser.prototype.root_org;
|
|
3239
|
-
IUser.prototype.org;
|
|
3240
|
-
IUser.prototype.is_active;
|
|
3241
|
-
IUser.prototype.account_expiry_date;
|
|
3242
|
-
IUser.prototype.kid;
|
|
3243
|
-
IUser.prototype.imported_source_name;
|
|
3244
|
-
IUser.prototype.source_id;
|
|
3245
|
-
IUser.prototype.username;
|
|
3246
|
-
IUser.prototype.first_name;
|
|
3247
|
-
IUser.prototype.last_name;
|
|
3248
|
-
IUser.prototype.middle_name;
|
|
3249
|
-
IUser.prototype.known_as;
|
|
3250
|
-
IUser.prototype.salutation;
|
|
3251
|
-
IUser.prototype.email;
|
|
3252
|
-
IUser.prototype.gender;
|
|
3253
|
-
IUser.prototype.dob;
|
|
3254
|
-
IUser.prototype.languages_known;
|
|
3255
|
-
IUser.prototype.preferred_language;
|
|
3256
|
-
IUser.prototype.source_profile_picture;
|
|
3257
|
-
IUser.prototype.residence_country;
|
|
3258
|
-
IUser.prototype.residence_state;
|
|
3259
|
-
IUser.prototype.residence_city;
|
|
3260
|
-
IUser.prototype.contact_phone_number_office;
|
|
3261
|
-
IUser.prototype.contact_phone_number_home;
|
|
3262
|
-
IUser.prototype.contact_phone_number_personal;
|
|
3263
|
-
IUser.prototype.employement_status;
|
|
3264
|
-
IUser.prototype.contract_type;
|
|
3265
|
-
IUser.prototype.job_title;
|
|
3266
|
-
IUser.prototype.job_role;
|
|
3267
|
-
IUser.prototype.department_name;
|
|
3268
|
-
IUser.prototype.unit_name;
|
|
3269
|
-
IUser.prototype.organization_location_country;
|
|
3270
|
-
IUser.prototype.organization_location_state;
|
|
3271
|
-
IUser.prototype.organization_location_city;
|
|
3272
|
-
IUser.prototype.time_inserted;
|
|
3273
|
-
IUser.prototype.time_updated;
|
|
3274
|
-
IUser.prototype.json_unmapped_fields;
|
|
3275
|
-
IUser.prototype.source_data;
|
|
3276
|
-
}
|
|
3277
|
-
function IRootOrg() { }
|
|
3278
|
-
if (false) {
|
|
3279
|
-
IRootOrg.prototype.dateTime;
|
|
3280
|
-
IRootOrg.prototype.preferredLanguage;
|
|
3281
|
-
IRootOrg.prototype.keys;
|
|
3282
|
-
IRootOrg.prototype.channel;
|
|
3283
|
-
IRootOrg.prototype.approvedBy;
|
|
3284
|
-
IRootOrg.prototype.description;
|
|
3285
|
-
IRootOrg.prototype.updatedDate;
|
|
3286
|
-
IRootOrg.prototype.addressId;
|
|
3287
|
-
IRootOrg.prototype.orgType;
|
|
3288
|
-
IRootOrg.prototype.provider;
|
|
3289
|
-
IRootOrg.prototype.orgCode;
|
|
3290
|
-
IRootOrg.prototype.locationId;
|
|
3291
|
-
IRootOrg.prototype.theme;
|
|
3292
|
-
IRootOrg.prototype.id;
|
|
3293
|
-
IRootOrg.prototype.isApproved;
|
|
3294
|
-
IRootOrg.prototype.communityId;
|
|
3295
|
-
IRootOrg.prototype.slug;
|
|
3296
|
-
IRootOrg.prototype.email;
|
|
3297
|
-
IRootOrg.prototype.isSSOEnabled;
|
|
3298
|
-
IRootOrg.prototype.thumbnail;
|
|
3299
|
-
IRootOrg.prototype.updatedBy;
|
|
3300
|
-
IRootOrg.prototype.orgName;
|
|
3301
|
-
IRootOrg.prototype.locationIds;
|
|
3302
|
-
IRootOrg.prototype.externalId;
|
|
3303
|
-
IRootOrg.prototype.isRootOrg;
|
|
3304
|
-
IRootOrg.prototype.rootOrgId;
|
|
3305
|
-
IRootOrg.prototype.imgUrl;
|
|
3306
|
-
IRootOrg.prototype.approvedDate;
|
|
3307
|
-
IRootOrg.prototype.orgTypeId;
|
|
3308
|
-
IRootOrg.prototype.homeUrl;
|
|
3309
|
-
IRootOrg.prototype.isDefault;
|
|
3310
|
-
IRootOrg.prototype.createdDate;
|
|
3311
|
-
IRootOrg.prototype.contactDetail;
|
|
3312
|
-
IRootOrg.prototype.parentOrgId;
|
|
3313
|
-
IRootOrg.prototype.createdBy;
|
|
3314
|
-
IRootOrg.prototype.hashTagId;
|
|
3315
|
-
IRootOrg.prototype.noOfMembers;
|
|
3316
|
-
IRootOrg.prototype.status;
|
|
3317
|
-
}
|
|
3318
|
-
function IOrg() { }
|
|
3319
|
-
if (false) {
|
|
3320
|
-
IOrg.prototype.updatedBy;
|
|
3321
|
-
IOrg.prototype.organisationId;
|
|
3322
|
-
IOrg.prototype.orgName;
|
|
3323
|
-
IOrg.prototype.addedByName;
|
|
3324
|
-
IOrg.prototype.addedBy;
|
|
3325
|
-
IOrg.prototype.roles;
|
|
3326
|
-
IOrg.prototype.approvedBy;
|
|
3327
|
-
IOrg.prototype.updatedDate;
|
|
3328
|
-
IOrg.prototype.userId;
|
|
3329
|
-
IOrg.prototype.approvaldate;
|
|
3330
|
-
IOrg.prototype.isDeleted;
|
|
3331
|
-
IOrg.prototype.parentOrgId;
|
|
3332
|
-
IOrg.prototype.hashTagId;
|
|
3333
|
-
IOrg.prototype.isRejected;
|
|
3334
|
-
IOrg.prototype.position;
|
|
3335
|
-
IOrg.prototype.id;
|
|
3336
|
-
IOrg.prototype.orgjoindate;
|
|
3337
|
-
IOrg.prototype.isApproved;
|
|
3338
|
-
IOrg.prototype.orgLeftDate;
|
|
3339
|
-
}
|
|
3340
|
-
function IUserV2() { }
|
|
3341
|
-
if (false) {
|
|
3342
|
-
IUserV2.prototype.surName;
|
|
3343
|
-
IUserV2.prototype.maskedPhone;
|
|
3344
|
-
IUserV2.prototype.rootOrgName;
|
|
3345
|
-
IUserV2.prototype.subject;
|
|
3346
|
-
IUserV2.prototype.channel;
|
|
3347
|
-
IUserV2.prototype.language;
|
|
3348
|
-
IUserV2.prototype.updatedDate;
|
|
3349
|
-
IUserV2.prototype.managedBy;
|
|
3350
|
-
IUserV2.prototype.flagsValue;
|
|
3351
|
-
IUserV2.prototype.id;
|
|
3352
|
-
IUserV2.prototype.recoveryEmail;
|
|
3353
|
-
IUserV2.prototype.identifier;
|
|
3354
|
-
IUserV2.prototype.thumbnail;
|
|
3355
|
-
IUserV2.prototype.profileVisibility;
|
|
3356
|
-
IUserV2.prototype.updatedBy;
|
|
3357
|
-
IUserV2.prototype.accesscode;
|
|
3358
|
-
IUserV2.prototype.locationIds;
|
|
3359
|
-
IUserV2.prototype.externalIds;
|
|
3360
|
-
IUserV2.prototype.registryId;
|
|
3361
|
-
IUserV2.prototype.rootOrgId;
|
|
3362
|
-
IUserV2.prototype.prevUsedEmail;
|
|
3363
|
-
IUserV2.prototype.firstName;
|
|
3364
|
-
IUserV2.prototype.tncAcceptedOn;
|
|
3365
|
-
IUserV2.prototype.phone;
|
|
3366
|
-
IUserV2.prototype.dob;
|
|
3367
|
-
IUserV2.prototype.grade;
|
|
3368
|
-
IUserV2.prototype.currentLoginTime;
|
|
3369
|
-
IUserV2.prototype.userType;
|
|
3370
|
-
IUserV2.prototype.status;
|
|
3371
|
-
IUserV2.prototype.lastName;
|
|
3372
|
-
IUserV2.prototype.gender;
|
|
3373
|
-
IUserV2.prototype.roles;
|
|
3374
|
-
IUserV2.prototype.prevUsedPhone;
|
|
3375
|
-
IUserV2.prototype.stateValidated;
|
|
3376
|
-
IUserV2.prototype.isDeleted;
|
|
3377
|
-
IUserV2.prototype.organisations;
|
|
3378
|
-
IUserV2.prototype.countryCode;
|
|
3379
|
-
IUserV2.prototype.maskedEmail;
|
|
3380
|
-
IUserV2.prototype.tempPassword;
|
|
3381
|
-
IUserV2.prototype.email;
|
|
3382
|
-
IUserV2.prototype.rootOrg;
|
|
3383
|
-
IUserV2.prototype.profileSummary;
|
|
3384
|
-
IUserV2.prototype.phoneVerified;
|
|
3385
|
-
IUserV2.prototype.recoveryPhone;
|
|
3386
|
-
IUserV2.prototype.userName;
|
|
3387
|
-
IUserV2.prototype.userId;
|
|
3388
|
-
IUserV2.prototype.lastLoginTime;
|
|
3389
|
-
IUserV2.prototype.emailVerified;
|
|
3390
|
-
IUserV2.prototype.framework;
|
|
3391
|
-
IUserV2.prototype.createdDate;
|
|
3392
|
-
IUserV2.prototype.createdBy;
|
|
3393
|
-
IUserV2.prototype.location;
|
|
3394
|
-
IUserV2.prototype.tncAcceptedVersion;
|
|
3395
|
-
}
|
|
3396
|
-
function IUserVer2() { }
|
|
3397
|
-
if (false) {
|
|
3398
|
-
IUserVer2.prototype.firstname;
|
|
3399
|
-
IUserVer2.prototype.motherTongue;
|
|
3400
|
-
IUserVer2.prototype.secondaryEmail;
|
|
3401
|
-
IUserVer2.prototype.gender;
|
|
3402
|
-
IUserVer2.prototype.mobile;
|
|
3403
|
-
IUserVer2.prototype.middlename;
|
|
3404
|
-
IUserVer2.prototype.telephone;
|
|
3405
|
-
IUserVer2.prototype.osid;
|
|
3406
|
-
IUserVer2.prototype.primaryEmailType;
|
|
3407
|
-
IUserVer2.prototype.knownLanguages;
|
|
3408
|
-
IUserVer2.prototype.wid;
|
|
3409
|
-
IUserVer2.prototype.nationality;
|
|
3410
|
-
IUserVer2.prototype.surname;
|
|
3411
|
-
IUserVer2.prototype.dob;
|
|
3412
|
-
IUserVer2.prototype.category;
|
|
3413
|
-
IUserVer2.prototype.primaryEmail;
|
|
3414
|
-
IUserVer2.prototype.maritalStatus;
|
|
3415
|
-
IUserVer2.prototype.residenceAddress;
|
|
3416
|
-
IUserVer2.prototype.result;
|
|
3417
|
-
}
|
|
3418
|
-
function ILanguages() { }
|
|
3419
|
-
NsUser.ILanguages = ILanguages;
|
|
3420
|
-
if (false) {
|
|
3421
|
-
ILanguages.prototype.name;
|
|
3422
|
-
}
|
|
3423
|
-
})(NsUser || (NsUser = {}));
|
|
3424
2658
|
|
|
3425
2659
|
var WsEvents;
|
|
3426
2660
|
(function (WsEvents) {
|
|
3427
|
-
function IWsEventsFromWidget() { }
|
|
3428
|
-
WsEvents.IWsEventsFromWidget = IWsEventsFromWidget;
|
|
3429
|
-
if (false) {
|
|
3430
|
-
IWsEventsFromWidget.prototype.type;
|
|
3431
|
-
IWsEventsFromWidget.prototype.widgetType;
|
|
3432
|
-
IWsEventsFromWidget.prototype.widgetSubType;
|
|
3433
|
-
}
|
|
3434
|
-
function IWsEventsFromPage() { }
|
|
3435
|
-
WsEvents.IWsEventsFromPage = IWsEventsFromPage;
|
|
3436
|
-
if (false) {
|
|
3437
|
-
IWsEventsFromPage.prototype.type;
|
|
3438
|
-
IWsEventsFromPage.prototype.pageUrl;
|
|
3439
|
-
IWsEventsFromPage.prototype.pageType;
|
|
3440
|
-
}
|
|
3441
2661
|
let WsEventType;
|
|
3442
2662
|
(function (WsEventType) {
|
|
3443
2663
|
WsEventType["Action"] = "Action";
|
|
@@ -3476,17 +2696,6 @@ var WsEvents;
|
|
|
3476
2696
|
(function (externalTelemetrypdata) {
|
|
3477
2697
|
externalTelemetrypdata["RBCP"] = "rbcp-web-ui";
|
|
3478
2698
|
})(externalTelemetrypdata = WsEvents.externalTelemetrypdata || (WsEvents.externalTelemetrypdata = {}));
|
|
3479
|
-
function IWsEvents() { }
|
|
3480
|
-
WsEvents.IWsEvents = IWsEvents;
|
|
3481
|
-
if (false) {
|
|
3482
|
-
IWsEvents.prototype.eventType;
|
|
3483
|
-
IWsEvents.prototype.eventLogLevel;
|
|
3484
|
-
IWsEvents.prototype.from;
|
|
3485
|
-
IWsEvents.prototype.to;
|
|
3486
|
-
IWsEvents.prototype.data;
|
|
3487
|
-
IWsEvents.prototype.passThroughData;
|
|
3488
|
-
IWsEvents.prototype.pageContext;
|
|
3489
|
-
}
|
|
3490
2699
|
let EnumTelemetrySubType;
|
|
3491
2700
|
(function (EnumTelemetrySubType) {
|
|
3492
2701
|
EnumTelemetrySubType["Init"] = "Init";
|
|
@@ -3499,33 +2708,6 @@ var WsEvents;
|
|
|
3499
2708
|
EnumTelemetrySubType["Feedback"] = "Feedback";
|
|
3500
2709
|
EnumTelemetrySubType["Impression"] = "Impression";
|
|
3501
2710
|
})(EnumTelemetrySubType = WsEvents.EnumTelemetrySubType || (WsEvents.EnumTelemetrySubType = {}));
|
|
3502
|
-
function ITelemetryPageContext() { }
|
|
3503
|
-
WsEvents.ITelemetryPageContext = ITelemetryPageContext;
|
|
3504
|
-
if (false) {
|
|
3505
|
-
ITelemetryPageContext.prototype.pageId;
|
|
3506
|
-
ITelemetryPageContext.prototype.module;
|
|
3507
|
-
ITelemetryPageContext.prototype.pageIdExt;
|
|
3508
|
-
}
|
|
3509
|
-
function ITelemetryEdata() { }
|
|
3510
|
-
WsEvents.ITelemetryEdata = ITelemetryEdata;
|
|
3511
|
-
if (false) {
|
|
3512
|
-
ITelemetryEdata.prototype.type;
|
|
3513
|
-
ITelemetryEdata.prototype.subType;
|
|
3514
|
-
ITelemetryEdata.prototype.id;
|
|
3515
|
-
ITelemetryEdata.prototype.pageid;
|
|
3516
|
-
}
|
|
3517
|
-
function ITelemetryTabData() { }
|
|
3518
|
-
WsEvents.ITelemetryTabData = ITelemetryTabData;
|
|
3519
|
-
if (false) {
|
|
3520
|
-
ITelemetryTabData.prototype.label;
|
|
3521
|
-
ITelemetryTabData.prototype.index;
|
|
3522
|
-
}
|
|
3523
|
-
function IWsEventTelemetry() { }
|
|
3524
|
-
WsEvents.IWsEventTelemetry = IWsEventTelemetry;
|
|
3525
|
-
if (false) {
|
|
3526
|
-
IWsEventTelemetry.prototype.eventSubType;
|
|
3527
|
-
IWsEventTelemetry.prototype.pageContext;
|
|
3528
|
-
}
|
|
3529
2711
|
let EnumTelemetryPdfActivity;
|
|
3530
2712
|
(function (EnumTelemetryPdfActivity) {
|
|
3531
2713
|
EnumTelemetryPdfActivity["PAGE_CHANGED"] = "PAGE_CHANGED";
|
|
@@ -3534,52 +2716,6 @@ var WsEvents;
|
|
|
3534
2716
|
EnumTelemetryPdfActivity["ZOOM_CHANGE"] = "ZOOM_CHANGE";
|
|
3535
2717
|
EnumTelemetryPdfActivity["NONE"] = "NONE";
|
|
3536
2718
|
})(EnumTelemetryPdfActivity = WsEvents.EnumTelemetryPdfActivity || (WsEvents.EnumTelemetryPdfActivity = {}));
|
|
3537
|
-
function IWsEventTelemetryPdfData() { }
|
|
3538
|
-
WsEvents.IWsEventTelemetryPdfData = IWsEventTelemetryPdfData;
|
|
3539
|
-
if (false) {
|
|
3540
|
-
IWsEventTelemetryPdfData.prototype.activityType;
|
|
3541
|
-
IWsEventTelemetryPdfData.prototype.currentPage;
|
|
3542
|
-
IWsEventTelemetryPdfData.prototype.totalPage;
|
|
3543
|
-
IWsEventTelemetryPdfData.prototype.activityStartedAt;
|
|
3544
|
-
IWsEventTelemetryPdfData.prototype.object;
|
|
3545
|
-
}
|
|
3546
|
-
function IWsEventTelemetryInteract() { }
|
|
3547
|
-
WsEvents.IWsEventTelemetryInteract = IWsEventTelemetryInteract;
|
|
3548
|
-
if (false) {
|
|
3549
|
-
IWsEventTelemetryInteract.prototype.edata;
|
|
3550
|
-
IWsEventTelemetryInteract.prototype.object;
|
|
3551
|
-
IWsEventTelemetryInteract.prototype.pageContext;
|
|
3552
|
-
}
|
|
3553
|
-
function IWsEventTelemetryFeedback() { }
|
|
3554
|
-
WsEvents.IWsEventTelemetryFeedback = IWsEventTelemetryFeedback;
|
|
3555
|
-
if (false) {
|
|
3556
|
-
IWsEventTelemetryFeedback.prototype.edata;
|
|
3557
|
-
IWsEventTelemetryFeedback.prototype.object;
|
|
3558
|
-
IWsEventTelemetryFeedback.prototype.pageContext;
|
|
3559
|
-
}
|
|
3560
|
-
function IWsEventTelemetryImpression() { }
|
|
3561
|
-
WsEvents.IWsEventTelemetryImpression = IWsEventTelemetryImpression;
|
|
3562
|
-
if (false) {
|
|
3563
|
-
IWsEventTelemetryImpression.prototype.edata;
|
|
3564
|
-
IWsEventTelemetryImpression.prototype.object;
|
|
3565
|
-
IWsEventTelemetryImpression.prototype.pageContext;
|
|
3566
|
-
}
|
|
3567
|
-
function IWsEventTelemetrySearch() { }
|
|
3568
|
-
WsEvents.IWsEventTelemetrySearch = IWsEventTelemetrySearch;
|
|
3569
|
-
if (false) {
|
|
3570
|
-
IWsEventTelemetrySearch.prototype.type;
|
|
3571
|
-
IWsEventTelemetrySearch.prototype.subType;
|
|
3572
|
-
IWsEventTelemetrySearch.prototype.query;
|
|
3573
|
-
IWsEventTelemetrySearch.prototype.filters;
|
|
3574
|
-
IWsEventTelemetrySearch.prototype.size;
|
|
3575
|
-
IWsEventTelemetrySearch.prototype.locale;
|
|
3576
|
-
}
|
|
3577
|
-
function IWsEventTelemetryHeartBeat() { }
|
|
3578
|
-
WsEvents.IWsEventTelemetryHeartBeat = IWsEventTelemetryHeartBeat;
|
|
3579
|
-
if (false) {
|
|
3580
|
-
IWsEventTelemetryHeartBeat.prototype.type;
|
|
3581
|
-
IWsEventTelemetryHeartBeat.prototype.id;
|
|
3582
|
-
}
|
|
3583
2719
|
let EnumTelemetryMediaActivity;
|
|
3584
2720
|
(function (EnumTelemetryMediaActivity) {
|
|
3585
2721
|
EnumTelemetryMediaActivity["PLAYED"] = "PLAYED";
|
|
@@ -3604,16 +2740,6 @@ var WsEvents;
|
|
|
3604
2740
|
EnumTelemetryMediaState["BUFFERING"] = "BUFFERING";
|
|
3605
2741
|
EnumTelemetryMediaState["NOT_STARTED"] = "NOT_STARTED";
|
|
3606
2742
|
})(EnumTelemetryMediaState = WsEvents.EnumTelemetryMediaState || (WsEvents.EnumTelemetryMediaState = {}));
|
|
3607
|
-
function IWsEventTelemetryMediaData() { }
|
|
3608
|
-
WsEvents.IWsEventTelemetryMediaData = IWsEventTelemetryMediaData;
|
|
3609
|
-
if (false) {
|
|
3610
|
-
IWsEventTelemetryMediaData.prototype.currentState;
|
|
3611
|
-
IWsEventTelemetryMediaData.prototype.activityType;
|
|
3612
|
-
IWsEventTelemetryMediaData.prototype.currentTime;
|
|
3613
|
-
IWsEventTelemetryMediaData.prototype.totalTime;
|
|
3614
|
-
IWsEventTelemetryMediaData.prototype.maxedSeekedTime;
|
|
3615
|
-
IWsEventTelemetryMediaData.prototype.activityStartedAt;
|
|
3616
|
-
}
|
|
3617
2743
|
let EnumTelemetrymodules;
|
|
3618
2744
|
(function (EnumTelemetrymodules) {
|
|
3619
2745
|
EnumTelemetrymodules["CONTENT"] = "content";
|
|
@@ -3651,7 +2777,7 @@ var WsEvents;
|
|
|
3651
2777
|
})(EnumInteractSubTypes = WsEvents.EnumInteractSubTypes || (WsEvents.EnumInteractSubTypes = {}));
|
|
3652
2778
|
})(WsEvents || (WsEvents = {}));
|
|
3653
2779
|
|
|
3654
|
-
const moment
|
|
2780
|
+
const moment = _moment;
|
|
3655
2781
|
class EventService {
|
|
3656
2782
|
constructor(utilitySvc, environment) {
|
|
3657
2783
|
this.utilitySvc = utilitySvc;
|
|
@@ -3742,14 +2868,14 @@ class EventService {
|
|
|
3742
2868
|
this.raiseInteractTelemetry({
|
|
3743
2869
|
subType,
|
|
3744
2870
|
type: WsEvents.EnumInteractTypes.CLICK,
|
|
3745
|
-
id: `${camelCase(data.label)}-tab`,
|
|
2871
|
+
id: `${_.camelCase(data.label)}-tab`,
|
|
3746
2872
|
}, Object.assign({}, object), {
|
|
3747
|
-
pageIdExt: `${camelCase(data.label)}-tab`,
|
|
2873
|
+
pageIdExt: `${_.camelCase(data.label)}-tab`,
|
|
3748
2874
|
});
|
|
3749
2875
|
this.raiseCustomImpression(Object.assign({ context: {
|
|
3750
2876
|
position: data.index,
|
|
3751
2877
|
} }, object), {
|
|
3752
|
-
pageIdExt: `${camelCase(data.label)}-tab`,
|
|
2878
|
+
pageIdExt: `${_.camelCase(data.label)}-tab`,
|
|
3753
2879
|
});
|
|
3754
2880
|
}
|
|
3755
2881
|
getPublicUrl(url) {
|
|
@@ -3765,7 +2891,7 @@ class EventService {
|
|
|
3765
2891
|
const seconds = new Date(datetime).getSeconds();
|
|
3766
2892
|
const formatedDate = new Date(year, month, date, hours, minutes, seconds, 0);
|
|
3767
2893
|
const format = 'YYYY-MM-DD';
|
|
3768
|
-
const readableDateMonth = moment
|
|
2894
|
+
const readableDateMonth = moment(formatedDate).format(format);
|
|
3769
2895
|
const finalDateTimeValue = `${readableDateMonth}`;
|
|
3770
2896
|
return finalDateTimeValue;
|
|
3771
2897
|
}
|
|
@@ -3790,7 +2916,7 @@ class EventService {
|
|
|
3790
2916
|
if (eventObj !== undefined) {
|
|
3791
2917
|
this.todaysEvents = [];
|
|
3792
2918
|
const data = eventObj;
|
|
3793
|
-
Object.keys(data).forEach((
|
|
2919
|
+
Object.keys(data).forEach((index) => {
|
|
3794
2920
|
const obj = data[index];
|
|
3795
2921
|
const floor = Math.floor;
|
|
3796
2922
|
const hours = floor(obj.duration / 60);
|
|
@@ -3827,10 +2953,11 @@ class EventService {
|
|
|
3827
2953
|
if (isToday) {
|
|
3828
2954
|
this.todaysEvents.push(eventDataObj);
|
|
3829
2955
|
}
|
|
3830
|
-
})
|
|
2956
|
+
});
|
|
3831
2957
|
}
|
|
3832
2958
|
}
|
|
3833
2959
|
}
|
|
2960
|
+
EventService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(i0.ɵɵinject(UtilityService), i0.ɵɵinject("environment")); }, token: EventService, providedIn: "root" });
|
|
3834
2961
|
EventService.decorators = [
|
|
3835
2962
|
{ type: Injectable, args: [{
|
|
3836
2963
|
providedIn: 'root',
|
|
@@ -3840,28 +2967,6 @@ EventService.ctorParameters = () => [
|
|
|
3840
2967
|
{ type: UtilityService },
|
|
3841
2968
|
{ type: undefined, decorators: [{ type: Inject, args: ['environment',] }] }
|
|
3842
2969
|
];
|
|
3843
|
-
/** @nocollapse */ EventService.ngInjectableDef = ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(ɵɵinject(UtilityService), ɵɵinject("environment")); }, token: EventService, providedIn: "root" });
|
|
3844
|
-
if (false) {
|
|
3845
|
-
EventService.prototype.todaysEvents;
|
|
3846
|
-
EventService.prototype.eventsSubject;
|
|
3847
|
-
EventService.prototype.events$;
|
|
3848
|
-
EventService.prototype.eventsChatbotSubject;
|
|
3849
|
-
EventService.prototype.chatbotEvents$;
|
|
3850
|
-
EventService.prototype.eventsGetStartSubject;
|
|
3851
|
-
EventService.prototype.getStartEvents$;
|
|
3852
|
-
EventService.prototype.eventsPRSubject;
|
|
3853
|
-
EventService.prototype.getPREvents$;
|
|
3854
|
-
EventService.prototype.environment;
|
|
3855
|
-
EventService.prototype.utilitySvc;
|
|
3856
|
-
}
|
|
3857
|
-
|
|
3858
|
-
function IWsMsTokenModelResponse() { }
|
|
3859
|
-
if (false) {
|
|
3860
|
-
IWsMsTokenModelResponse.prototype.accessToken;
|
|
3861
|
-
IWsMsTokenModelResponse.prototype.expiresOn;
|
|
3862
|
-
IWsMsTokenModelResponse.prototype.resource;
|
|
3863
|
-
IWsMsTokenModelResponse.prototype.tokenType;
|
|
3864
|
-
}
|
|
3865
2970
|
|
|
3866
2971
|
const PROTECTED_SLAG_V8 = '/apis/protected/v8';
|
|
3867
2972
|
const ɵ0 = (type, id) => `${PROTECTED_SLAG_V8}/content/collection/${type}/${id}`, ɵ1 = (contentId) => `${PROTECTED_SLAG_V8}/user/progress/${contentId}`;
|
|
@@ -3881,9 +2986,9 @@ const API_END_POINTS = {
|
|
|
3881
2986
|
USER_CONTINUE_LEARNING: `${PROTECTED_SLAG_V8}/user/history/continue`,
|
|
3882
2987
|
CONTENT_RATING: `${PROTECTED_SLAG_V8}/user/rating`,
|
|
3883
2988
|
CONTENT_RATING_V2: `${PROTECTED_SLAG_V8}/user/rating/content/average-ratingInfo`,
|
|
3884
|
-
COLLECTION_HIERARCHY:
|
|
2989
|
+
COLLECTION_HIERARCHY: ɵ0,
|
|
3885
2990
|
REGISTRATION_STATUS: `${PROTECTED_SLAG_V8}/admin/userRegistration/checkUserRegistrationContent`,
|
|
3886
|
-
MARK_AS_COMPLETE_META:
|
|
2991
|
+
MARK_AS_COMPLETE_META: ɵ1,
|
|
3887
2992
|
};
|
|
3888
2993
|
class WidgetContentService {
|
|
3889
2994
|
constructor(http, configSvc) {
|
|
@@ -3929,7 +3034,7 @@ class WidgetContentService {
|
|
|
3929
3034
|
}
|
|
3930
3035
|
continueLearning(id, collectionId, collectionType) {
|
|
3931
3036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3932
|
-
return new Promise((
|
|
3037
|
+
return new Promise((resolve) => __awaiter(this, void 0, void 0, function* () {
|
|
3933
3038
|
if (collectionType &&
|
|
3934
3039
|
collectionType.toLowerCase() === 'playlist') {
|
|
3935
3040
|
const reqBody = {
|
|
@@ -3942,9 +3047,9 @@ class WidgetContentService {
|
|
|
3942
3047
|
dateAccessed: Date.now(),
|
|
3943
3048
|
contextType: 'playlist',
|
|
3944
3049
|
};
|
|
3945
|
-
yield this.saveContinueLearning(reqBody).toPromise().catch().finally((
|
|
3050
|
+
yield this.saveContinueLearning(reqBody).toPromise().catch().finally(() => {
|
|
3946
3051
|
resolve(true);
|
|
3947
|
-
})
|
|
3052
|
+
});
|
|
3948
3053
|
}
|
|
3949
3054
|
else {
|
|
3950
3055
|
const reqBody = {
|
|
@@ -3953,11 +3058,11 @@ class WidgetContentService {
|
|
|
3953
3058
|
data: JSON.stringify({ timestamp: Date.now() }),
|
|
3954
3059
|
dateAccessed: Date.now(),
|
|
3955
3060
|
};
|
|
3956
|
-
yield this.saveContinueLearning(reqBody).toPromise().catch().finally((
|
|
3061
|
+
yield this.saveContinueLearning(reqBody).toPromise().catch().finally(() => {
|
|
3957
3062
|
resolve(true);
|
|
3958
|
-
})
|
|
3063
|
+
});
|
|
3959
3064
|
}
|
|
3960
|
-
}))
|
|
3065
|
+
}));
|
|
3961
3066
|
});
|
|
3962
3067
|
}
|
|
3963
3068
|
saveContinueLearning(content) {
|
|
@@ -3967,10 +3072,10 @@ class WidgetContentService {
|
|
|
3967
3072
|
setS3Cookie(contentId) {
|
|
3968
3073
|
return this.http
|
|
3969
3074
|
.post(API_END_POINTS.SET_S3_COOKIE, { contentId })
|
|
3970
|
-
.pipe(catchError(
|
|
3075
|
+
.pipe(catchError(_err => of(true)));
|
|
3971
3076
|
}
|
|
3972
3077
|
setS3ImageCookie() {
|
|
3973
|
-
return this.http.post(API_END_POINTS.SET_S3_IMAGE_COOKIE, {}).pipe(catchError(
|
|
3078
|
+
return this.http.post(API_END_POINTS.SET_S3_IMAGE_COOKIE, {}).pipe(catchError(_err => of(true)));
|
|
3974
3079
|
}
|
|
3975
3080
|
fetchManifest(url) {
|
|
3976
3081
|
return this.http.post(API_END_POINTS.FETCH_MANIFEST, { url });
|
|
@@ -3989,7 +3094,7 @@ class WidgetContentService {
|
|
|
3989
3094
|
req.preLabelValue =
|
|
3990
3095
|
(req.preLabelValue || '') +
|
|
3991
3096
|
((this.configSvc.userProfile && this.configSvc.userProfile.country) || '');
|
|
3992
|
-
req.filters = Object.assign({}, req.filters, { labels: [req.preLabelValue || ''] });
|
|
3097
|
+
req.filters = Object.assign(Object.assign({}, req.filters), { labels: [req.preLabelValue || ''] });
|
|
3993
3098
|
return this.http.post(API_END_POINTS.CONTENT_SEARCH_REGION_RECOMMENDATION, { request: req });
|
|
3994
3099
|
}
|
|
3995
3100
|
searchV6(req) {
|
|
@@ -4030,6 +3135,7 @@ class WidgetContentService {
|
|
|
4030
3135
|
return this.http.get(url);
|
|
4031
3136
|
}
|
|
4032
3137
|
}
|
|
3138
|
+
WidgetContentService.ɵprov = i0.ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
|
|
4033
3139
|
WidgetContentService.decorators = [
|
|
4034
3140
|
{ type: Injectable, args: [{
|
|
4035
3141
|
providedIn: 'root',
|
|
@@ -4039,11 +3145,6 @@ WidgetContentService.ctorParameters = () => [
|
|
|
4039
3145
|
{ type: HttpClient },
|
|
4040
3146
|
{ type: ConfigurationsService }
|
|
4041
3147
|
];
|
|
4042
|
-
/** @nocollapse */ WidgetContentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
|
|
4043
|
-
if (false) {
|
|
4044
|
-
WidgetContentService.prototype.http;
|
|
4045
|
-
WidgetContentService.prototype.configSvc;
|
|
4046
|
-
}
|
|
4047
3148
|
|
|
4048
3149
|
class TelemetryService {
|
|
4049
3150
|
constructor(environment, configSvc, eventsSvc, logger) {
|
|
@@ -4061,7 +3162,7 @@ class TelemetryService {
|
|
|
4061
3162
|
const instanceConfig = this.configSvc.instanceConfig;
|
|
4062
3163
|
if (instanceConfig) {
|
|
4063
3164
|
this.telemetryConfig = instanceConfig.telemetryConfig;
|
|
4064
|
-
this.telemetryConfig = Object.assign({}, this.telemetryConfig, { pdata: Object.assign({}, this.telemetryConfig.pdata, { id: `${environment.name}.${this.telemetryConfig.pdata.id}` }), uid: this.configSvc.userProfile && this.configSvc.userProfile.userId, channel: this.rootOrgId || this.telemetryConfig.channel, sid: this.getTelemetrySessionId });
|
|
3165
|
+
this.telemetryConfig = Object.assign(Object.assign({}, this.telemetryConfig), { pdata: Object.assign(Object.assign({}, this.telemetryConfig.pdata), { id: `${environment.name}.${this.telemetryConfig.pdata.id}` }), uid: this.configSvc.userProfile && this.configSvc.userProfile.userId, channel: this.rootOrgId || this.telemetryConfig.channel, sid: this.getTelemetrySessionId });
|
|
4065
3166
|
this.pData = this.telemetryConfig.pdata;
|
|
4066
3167
|
this.addPlayerListener();
|
|
4067
3168
|
this.addCustomEventListener();
|
|
@@ -4095,7 +3196,7 @@ class TelemetryService {
|
|
|
4095
3196
|
: '',
|
|
4096
3197
|
duration: 1,
|
|
4097
3198
|
}, {
|
|
4098
|
-
context: Object.assign({ pdata: Object.assign({}, this.pData, { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)),
|
|
3199
|
+
context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)),
|
|
4099
3200
|
object: Object.assign({}, (data) && data),
|
|
4100
3201
|
});
|
|
4101
3202
|
}
|
|
@@ -4116,7 +3217,7 @@ class TelemetryService {
|
|
|
4116
3217
|
pageContext.pageId
|
|
4117
3218
|
: '',
|
|
4118
3219
|
}, {
|
|
4119
|
-
context: Object.assign({ pdata: Object.assign({}, this.pData, { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)),
|
|
3220
|
+
context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (pageContext && pageContext.module ? { env: pageContext.module } : null)),
|
|
4120
3221
|
object: Object.assign({}, (data) && data),
|
|
4121
3222
|
});
|
|
4122
3223
|
}
|
|
@@ -4134,7 +3235,7 @@ class TelemetryService {
|
|
|
4134
3235
|
duration: '',
|
|
4135
3236
|
}, {
|
|
4136
3237
|
context: {
|
|
4137
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
3238
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
4138
3239
|
},
|
|
4139
3240
|
});
|
|
4140
3241
|
}
|
|
@@ -4167,7 +3268,7 @@ class TelemetryService {
|
|
|
4167
3268
|
if (page.objectId) {
|
|
4168
3269
|
const config = {
|
|
4169
3270
|
context: {
|
|
4170
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
3271
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
4171
3272
|
env: page.module || (this.telemetryConfig && this.telemetryConfig.env),
|
|
4172
3273
|
},
|
|
4173
3274
|
object: Object.assign({ id: page.objectId }, ((data) ? data.object : {})),
|
|
@@ -4177,7 +3278,7 @@ class TelemetryService {
|
|
|
4177
3278
|
else {
|
|
4178
3279
|
$t.impression(edata, {
|
|
4179
3280
|
context: {
|
|
4180
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
3281
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
4181
3282
|
env: page.module || '',
|
|
4182
3283
|
},
|
|
4183
3284
|
object: Object.assign({}, ((data) ? data.object : {})),
|
|
@@ -4195,14 +3296,14 @@ class TelemetryService {
|
|
|
4195
3296
|
if (this.externalApps[impressionData.subApplicationName]) {
|
|
4196
3297
|
const externalConfig = page.objectId ? {
|
|
4197
3298
|
context: {
|
|
4198
|
-
pdata: Object.assign({}, this.pData, { id: this.externalApps[impressionData.subApplicationName] }),
|
|
3299
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.externalApps[impressionData.subApplicationName] }),
|
|
4199
3300
|
},
|
|
4200
3301
|
object: {
|
|
4201
3302
|
id: page.objectId,
|
|
4202
3303
|
},
|
|
4203
3304
|
} : {
|
|
4204
3305
|
context: {
|
|
4205
|
-
pdata: Object.assign({}, this.pData, { id: this.externalApps[impressionData.subApplicationName] }),
|
|
3306
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.externalApps[impressionData.subApplicationName] }),
|
|
4206
3307
|
},
|
|
4207
3308
|
};
|
|
4208
3309
|
$t.impression(impressionData.data, externalConfig);
|
|
@@ -4214,27 +3315,27 @@ class TelemetryService {
|
|
|
4214
3315
|
}
|
|
4215
3316
|
addCustomImpressionListener() {
|
|
4216
3317
|
this.eventsSvc.events$
|
|
4217
|
-
.pipe(filter((
|
|
3318
|
+
.pipe(filter((event) => event &&
|
|
4218
3319
|
event.data &&
|
|
4219
3320
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
4220
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Impression))
|
|
4221
|
-
.subscribe(
|
|
3321
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Impression))
|
|
3322
|
+
.subscribe(event => {
|
|
4222
3323
|
try {
|
|
4223
3324
|
this.impression(event.data);
|
|
4224
3325
|
}
|
|
4225
3326
|
catch (e) {
|
|
4226
3327
|
console.log('Error in telemetry impression', e);
|
|
4227
3328
|
}
|
|
4228
|
-
})
|
|
3329
|
+
});
|
|
4229
3330
|
}
|
|
4230
3331
|
addTimeSpentListener() {
|
|
4231
3332
|
this.eventsSvc.events$
|
|
4232
|
-
.pipe(filter(
|
|
3333
|
+
.pipe(filter(event => event &&
|
|
4233
3334
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
4234
3335
|
event.data.type === WsEvents.WsTimeSpentType.Page &&
|
|
4235
3336
|
event.data.mode &&
|
|
4236
|
-
event.data))
|
|
4237
|
-
.subscribe(
|
|
3337
|
+
event.data))
|
|
3338
|
+
.subscribe(event => {
|
|
4238
3339
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded) {
|
|
4239
3340
|
this.start({
|
|
4240
3341
|
type: event.data.type || WsEvents.WsTimeSpentType.Player,
|
|
@@ -4247,13 +3348,13 @@ class TelemetryService {
|
|
|
4247
3348
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
4248
3349
|
}, {}, event.pageContext);
|
|
4249
3350
|
}
|
|
4250
|
-
})
|
|
3351
|
+
});
|
|
4251
3352
|
}
|
|
4252
3353
|
addCustomEventListener() {
|
|
4253
3354
|
this.eventsSvc.events$
|
|
4254
|
-
.pipe(filter(
|
|
4255
|
-
event.eventType === WsEvents.WsEventType.Telemetry))
|
|
4256
|
-
.subscribe(
|
|
3355
|
+
.pipe(filter(event => event &&
|
|
3356
|
+
event.eventType === WsEvents.WsEventType.Telemetry))
|
|
3357
|
+
.subscribe(event => {
|
|
4257
3358
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded &&
|
|
4258
3359
|
event.data.type !== WsEvents.WsTimeSpentType.Player) {
|
|
4259
3360
|
this.start({
|
|
@@ -4268,16 +3369,16 @@ class TelemetryService {
|
|
|
4268
3369
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
4269
3370
|
}, event.data.object, event.pageContext);
|
|
4270
3371
|
}
|
|
4271
|
-
})
|
|
3372
|
+
});
|
|
4272
3373
|
}
|
|
4273
3374
|
addPlayerListener() {
|
|
4274
3375
|
this.eventsSvc.events$
|
|
4275
|
-
.pipe(filter(
|
|
3376
|
+
.pipe(filter(event => event &&
|
|
4276
3377
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
4277
3378
|
event.data.type === WsEvents.WsTimeSpentType.Player &&
|
|
4278
3379
|
event.data.mode &&
|
|
4279
|
-
event.data))
|
|
4280
|
-
.subscribe(
|
|
3380
|
+
event.data))
|
|
3381
|
+
.subscribe(event => {
|
|
4281
3382
|
const content = event.data.content;
|
|
4282
3383
|
if (event.data.state === WsEvents.EnumTelemetrySubType.Loaded &&
|
|
4283
3384
|
(!content ||
|
|
@@ -4299,20 +3400,20 @@ class TelemetryService {
|
|
|
4299
3400
|
mode: event.data.mode || WsEvents.WsTimeSpentMode.Play,
|
|
4300
3401
|
}, event.data.object, event.pageContext);
|
|
4301
3402
|
}
|
|
4302
|
-
})
|
|
3403
|
+
});
|
|
4303
3404
|
}
|
|
4304
3405
|
addInteractListener() {
|
|
4305
3406
|
this.eventsSvc.events$
|
|
4306
|
-
.pipe(filter((
|
|
3407
|
+
.pipe(filter((event) => event &&
|
|
4307
3408
|
event.data &&
|
|
4308
3409
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
4309
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Interact))
|
|
4310
|
-
.subscribe(
|
|
3410
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Interact))
|
|
3411
|
+
.subscribe(event => {
|
|
4311
3412
|
const page = this.getPageDetails();
|
|
4312
3413
|
if (typeof event.from === 'string' && this.externalApps[event.from]) {
|
|
4313
3414
|
const externalConfig = {
|
|
4314
3415
|
context: {
|
|
4315
|
-
pdata: Object.assign({}, this.pData, { id: this.externalApps[event.from] }),
|
|
3416
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.externalApps[event.from] }),
|
|
4316
3417
|
},
|
|
4317
3418
|
};
|
|
4318
3419
|
try {
|
|
@@ -4332,7 +3433,7 @@ class TelemetryService {
|
|
|
4332
3433
|
: '',
|
|
4333
3434
|
pageid: event.data.pageContext && event.data.pageContext.pageId || page.pageid,
|
|
4334
3435
|
}, {
|
|
4335
|
-
context: Object.assign({ pdata: Object.assign({}, this.pData, { id: this.pData.id }) }, (event.data.pageContext && event.data.pageContext.module ? { env: event.data.pageContext.module } : null)),
|
|
3436
|
+
context: Object.assign({ pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }) }, (event.data.pageContext && event.data.pageContext.module ? { env: event.data.pageContext.module } : null)),
|
|
4336
3437
|
object: Object.assign({}, event.data.object),
|
|
4337
3438
|
});
|
|
4338
3439
|
}
|
|
@@ -4340,15 +3441,15 @@ class TelemetryService {
|
|
|
4340
3441
|
console.log('Error in telemetry interact', e);
|
|
4341
3442
|
}
|
|
4342
3443
|
}
|
|
4343
|
-
})
|
|
3444
|
+
});
|
|
4344
3445
|
}
|
|
4345
3446
|
addFeedbackListener() {
|
|
4346
3447
|
this.eventsSvc.events$
|
|
4347
|
-
.pipe(filter((
|
|
3448
|
+
.pipe(filter((event) => event &&
|
|
4348
3449
|
event.data &&
|
|
4349
3450
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
4350
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Feedback))
|
|
4351
|
-
.subscribe(
|
|
3451
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Feedback))
|
|
3452
|
+
.subscribe(event => {
|
|
4352
3453
|
const page = this.getPageDetails();
|
|
4353
3454
|
try {
|
|
4354
3455
|
$t.feedback({
|
|
@@ -4358,7 +3459,7 @@ class TelemetryService {
|
|
|
4358
3459
|
pageid: page.pageid,
|
|
4359
3460
|
}, {
|
|
4360
3461
|
context: {
|
|
4361
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
3462
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
4362
3463
|
},
|
|
4363
3464
|
object: {
|
|
4364
3465
|
id: event.data.object.contentId || event.data.object.id || '',
|
|
@@ -4371,19 +3472,19 @@ class TelemetryService {
|
|
|
4371
3472
|
catch (e) {
|
|
4372
3473
|
console.log('Error in telemetry interact', e);
|
|
4373
3474
|
}
|
|
4374
|
-
})
|
|
3475
|
+
});
|
|
4375
3476
|
}
|
|
4376
3477
|
addHearbeatListener() {
|
|
4377
3478
|
this.eventsSvc.events$
|
|
4378
|
-
.pipe(filter((
|
|
3479
|
+
.pipe(filter((event) => event &&
|
|
4379
3480
|
event.data &&
|
|
4380
3481
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
4381
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.HeartBeat))
|
|
4382
|
-
.subscribe(
|
|
3482
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.HeartBeat))
|
|
3483
|
+
.subscribe(event => {
|
|
4383
3484
|
if (typeof event.from === 'string' && this.externalApps[event.from]) {
|
|
4384
3485
|
const externalConfig = {
|
|
4385
3486
|
context: {
|
|
4386
|
-
pdata: Object.assign({}, this.pData, { id: this.externalApps[event.from] }),
|
|
3487
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.externalApps[event.from] }),
|
|
4387
3488
|
},
|
|
4388
3489
|
};
|
|
4389
3490
|
try {
|
|
@@ -4400,7 +3501,7 @@ class TelemetryService {
|
|
|
4400
3501
|
id: event.data.id,
|
|
4401
3502
|
}, {
|
|
4402
3503
|
context: {
|
|
4403
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
3504
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
4404
3505
|
},
|
|
4405
3506
|
});
|
|
4406
3507
|
}
|
|
@@ -4408,15 +3509,15 @@ class TelemetryService {
|
|
|
4408
3509
|
console.log('Error in telemetry heartbeat', e);
|
|
4409
3510
|
}
|
|
4410
3511
|
}
|
|
4411
|
-
})
|
|
3512
|
+
});
|
|
4412
3513
|
}
|
|
4413
3514
|
addSearchListener() {
|
|
4414
3515
|
this.eventsSvc.events$
|
|
4415
|
-
.pipe(filter((
|
|
3516
|
+
.pipe(filter((event) => event &&
|
|
4416
3517
|
event.data &&
|
|
4417
3518
|
event.eventType === WsEvents.WsEventType.Telemetry &&
|
|
4418
|
-
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Search))
|
|
4419
|
-
.subscribe(
|
|
3519
|
+
event.data.eventSubType === WsEvents.EnumTelemetrySubType.Search))
|
|
3520
|
+
.subscribe(event => {
|
|
4420
3521
|
try {
|
|
4421
3522
|
$t.search({
|
|
4422
3523
|
query: event.data.query,
|
|
@@ -4424,14 +3525,14 @@ class TelemetryService {
|
|
|
4424
3525
|
size: event.data.size,
|
|
4425
3526
|
}, {
|
|
4426
3527
|
context: {
|
|
4427
|
-
pdata: Object.assign({}, this.pData, { id: this.pData.id }),
|
|
3528
|
+
pdata: Object.assign(Object.assign({}, this.pData), { id: this.pData.id }),
|
|
4428
3529
|
},
|
|
4429
3530
|
});
|
|
4430
3531
|
}
|
|
4431
3532
|
catch (e) {
|
|
4432
3533
|
console.log('Error in telemetry search', e);
|
|
4433
3534
|
}
|
|
4434
|
-
})
|
|
3535
|
+
});
|
|
4435
3536
|
}
|
|
4436
3537
|
getPageDetails() {
|
|
4437
3538
|
const path = window.location.pathname.replace('/', '');
|
|
@@ -4460,6 +3561,7 @@ class TelemetryService {
|
|
|
4460
3561
|
return null;
|
|
4461
3562
|
}
|
|
4462
3563
|
}
|
|
3564
|
+
TelemetryService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TelemetryService_Factory() { return new TelemetryService(i0.ɵɵinject("environment"), i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(EventService), i0.ɵɵinject(LoggerService)); }, token: TelemetryService, providedIn: "root" });
|
|
4463
3565
|
TelemetryService.decorators = [
|
|
4464
3566
|
{ type: Injectable, args: [{
|
|
4465
3567
|
providedIn: 'root',
|
|
@@ -4471,18 +3573,6 @@ TelemetryService.ctorParameters = () => [
|
|
|
4471
3573
|
{ type: EventService },
|
|
4472
3574
|
{ type: LoggerService }
|
|
4473
3575
|
];
|
|
4474
|
-
/** @nocollapse */ TelemetryService.ngInjectableDef = ɵɵdefineInjectable({ factory: function TelemetryService_Factory() { return new TelemetryService(ɵɵinject("environment"), ɵɵinject(ConfigurationsService), ɵɵinject(EventService), ɵɵinject(LoggerService)); }, token: TelemetryService, providedIn: "root" });
|
|
4475
|
-
if (false) {
|
|
4476
|
-
TelemetryService.prototype.previousUrl;
|
|
4477
|
-
TelemetryService.prototype.telemetryConfig;
|
|
4478
|
-
TelemetryService.prototype.pData;
|
|
4479
|
-
TelemetryService.prototype.contextCdata;
|
|
4480
|
-
TelemetryService.prototype.environment;
|
|
4481
|
-
TelemetryService.prototype.externalApps;
|
|
4482
|
-
TelemetryService.prototype.configSvc;
|
|
4483
|
-
TelemetryService.prototype.eventsSvc;
|
|
4484
|
-
TelemetryService.prototype.logger;
|
|
4485
|
-
}
|
|
4486
3576
|
|
|
4487
3577
|
class SubapplicationRespondService {
|
|
4488
3578
|
constructor(configSvc, contentSvc, keyCloakSvc, activatedRoute, router, eventSvc, teleSvc) {
|
|
@@ -4497,14 +3587,14 @@ class SubapplicationRespondService {
|
|
|
4497
3587
|
this.continueLearningData = null;
|
|
4498
3588
|
this.loaded = false;
|
|
4499
3589
|
this.changeContextrespond();
|
|
4500
|
-
this.configSvc.prefChangeNotifier.subscribe((
|
|
3590
|
+
this.configSvc.prefChangeNotifier.subscribe(() => {
|
|
4501
3591
|
this.changeContextrespond();
|
|
4502
|
-
})
|
|
3592
|
+
});
|
|
4503
3593
|
}
|
|
4504
3594
|
loadedRespond(contentWindow, applicationName, id) {
|
|
4505
3595
|
if (id && this.activatedRoute.snapshot.queryParams.viewMode && this.activatedRoute.snapshot.queryParams.viewMode === 'RESUME') {
|
|
4506
3596
|
this.continueLearningData = null;
|
|
4507
|
-
this.contentSvc.fetchContentHistory(id).subscribe(
|
|
3597
|
+
this.contentSvc.fetchContentHistory(id).subscribe(data => {
|
|
4508
3598
|
this.continueLearningData = data.continueData;
|
|
4509
3599
|
if (this.configSvc && this.configSvc.userProfile) {
|
|
4510
3600
|
const firstName = this.configSvc.userProfile.userName ?
|
|
@@ -4544,7 +3634,7 @@ class SubapplicationRespondService {
|
|
|
4544
3634
|
this.loaded = true;
|
|
4545
3635
|
this.subAppname = applicationName;
|
|
4546
3636
|
}
|
|
4547
|
-
})
|
|
3637
|
+
});
|
|
4548
3638
|
}
|
|
4549
3639
|
else {
|
|
4550
3640
|
if (this.configSvc && this.configSvc.userProfile) {
|
|
@@ -4602,7 +3692,7 @@ class SubapplicationRespondService {
|
|
|
4602
3692
|
this.eventSvc.dispatchEvent({
|
|
4603
3693
|
eventType: WsEvents.WsEventType.Telemetry,
|
|
4604
3694
|
eventLogLevel: WsEvents.WsEventLogLevel.Warn,
|
|
4605
|
-
data: Object.assign({}, tData.data, { eventSubType: WsEvents.EnumTelemetrySubType.Interact }),
|
|
3695
|
+
data: Object.assign(Object.assign({}, tData.data), { eventSubType: WsEvents.EnumTelemetrySubType.Interact }),
|
|
4606
3696
|
from: tData.subApplicationName,
|
|
4607
3697
|
to: 'Telemetry',
|
|
4608
3698
|
});
|
|
@@ -4611,7 +3701,7 @@ class SubapplicationRespondService {
|
|
|
4611
3701
|
this.eventSvc.dispatchEvent({
|
|
4612
3702
|
eventType: WsEvents.WsEventType.Telemetry,
|
|
4613
3703
|
eventLogLevel: WsEvents.WsEventLogLevel.Trace,
|
|
4614
|
-
data: Object.assign({}, tData.data, { eventSubType: WsEvents.EnumTelemetrySubType.HeartBeat }),
|
|
3704
|
+
data: Object.assign(Object.assign({}, tData.data), { eventSubType: WsEvents.EnumTelemetrySubType.HeartBeat }),
|
|
4615
3705
|
from: tData.subApplicationName,
|
|
4616
3706
|
to: 'Telemetry',
|
|
4617
3707
|
});
|
|
@@ -4665,6 +3755,7 @@ class SubapplicationRespondService {
|
|
|
4665
3755
|
}
|
|
4666
3756
|
}
|
|
4667
3757
|
}
|
|
3758
|
+
SubapplicationRespondService.ɵprov = i0.ɵɵdefineInjectable({ factory: function SubapplicationRespondService_Factory() { return new SubapplicationRespondService(i0.ɵɵinject(ConfigurationsService), i0.ɵɵinject(WidgetContentService), i0.ɵɵinject(AuthKeycloakService), i0.ɵɵinject(i3.ActivatedRoute), i0.ɵɵinject(i3.Router), i0.ɵɵinject(EventService), i0.ɵɵinject(TelemetryService)); }, token: SubapplicationRespondService, providedIn: "root" });
|
|
4668
3759
|
SubapplicationRespondService.decorators = [
|
|
4669
3760
|
{ type: Injectable, args: [{
|
|
4670
3761
|
providedIn: 'root',
|
|
@@ -4679,58 +3770,6 @@ SubapplicationRespondService.ctorParameters = () => [
|
|
|
4679
3770
|
{ type: EventService },
|
|
4680
3771
|
{ type: TelemetryService }
|
|
4681
3772
|
];
|
|
4682
|
-
/** @nocollapse */ SubapplicationRespondService.ngInjectableDef = ɵɵdefineInjectable({ factory: function SubapplicationRespondService_Factory() { return new SubapplicationRespondService(ɵɵinject(ConfigurationsService), ɵɵinject(WidgetContentService), ɵɵinject(AuthKeycloakService), ɵɵinject(ActivatedRoute), ɵɵinject(Router), ɵɵinject(EventService), ɵɵinject(TelemetryService)); }, token: SubapplicationRespondService, providedIn: "root" });
|
|
4683
|
-
if (false) {
|
|
4684
|
-
SubapplicationRespondService.prototype.subAppname;
|
|
4685
|
-
SubapplicationRespondService.prototype.continueLearningData;
|
|
4686
|
-
SubapplicationRespondService.prototype.contentWindowinfo;
|
|
4687
|
-
SubapplicationRespondService.prototype.loaded;
|
|
4688
|
-
SubapplicationRespondService.prototype.configSvc;
|
|
4689
|
-
SubapplicationRespondService.prototype.contentSvc;
|
|
4690
|
-
SubapplicationRespondService.prototype.keyCloakSvc;
|
|
4691
|
-
SubapplicationRespondService.prototype.activatedRoute;
|
|
4692
|
-
SubapplicationRespondService.prototype.router;
|
|
4693
|
-
SubapplicationRespondService.prototype.eventSvc;
|
|
4694
|
-
SubapplicationRespondService.prototype.teleSvc;
|
|
4695
|
-
}
|
|
4696
|
-
|
|
4697
|
-
function IUserPreference() { }
|
|
4698
|
-
if (false) {
|
|
4699
|
-
IUserPreference.prototype.selectedTheme;
|
|
4700
|
-
IUserPreference.prototype.selectedFont;
|
|
4701
|
-
IUserPreference.prototype.selectedLocale;
|
|
4702
|
-
IUserPreference.prototype.isDarkMode;
|
|
4703
|
-
IUserPreference.prototype.isIntranetAllowed;
|
|
4704
|
-
IUserPreference.prototype.isRTL;
|
|
4705
|
-
IUserPreference.prototype.colorPallet;
|
|
4706
|
-
IUserPreference.prototype.defaultCardType;
|
|
4707
|
-
IUserPreference.prototype.pinnedApps;
|
|
4708
|
-
IUserPreference.prototype.selectedLangGroup;
|
|
4709
|
-
IUserPreference.prototype.completedActivity;
|
|
4710
|
-
IUserPreference.prototype.completedTour;
|
|
4711
|
-
IUserPreference.prototype.profileSettings;
|
|
4712
|
-
}
|
|
4713
|
-
function IProfile() { }
|
|
4714
|
-
if (false) {
|
|
4715
|
-
IProfile.prototype.showProfilePicture;
|
|
4716
|
-
IProfile.prototype.showUserInterest;
|
|
4717
|
-
IProfile.prototype.showKbFollowed;
|
|
4718
|
-
IProfile.prototype.showPlaylist;
|
|
4719
|
-
IProfile.prototype.showAuthoredByMe;
|
|
4720
|
-
IProfile.prototype.showReviewedByMe;
|
|
4721
|
-
IProfile.prototype.showBadgeDetails;
|
|
4722
|
-
IProfile.prototype.showBlogs;
|
|
4723
|
-
IProfile.prototype.showQnA;
|
|
4724
|
-
}
|
|
4725
|
-
function IPortalUrls() { }
|
|
4726
|
-
if (false) {
|
|
4727
|
-
IPortalUrls.prototype.igot;
|
|
4728
|
-
IPortalUrls.prototype.spv;
|
|
4729
|
-
IPortalUrls.prototype.mdo;
|
|
4730
|
-
IPortalUrls.prototype.cbc;
|
|
4731
|
-
IPortalUrls.prototype.cbp;
|
|
4732
|
-
IPortalUrls.prototype.frac;
|
|
4733
|
-
}
|
|
4734
3773
|
|
|
4735
3774
|
const endpoints = {
|
|
4736
3775
|
userPref: '/apis/protected/v8/user/preference',
|
|
@@ -4743,11 +3782,11 @@ class UserPreferenceService {
|
|
|
4743
3782
|
initialize() {
|
|
4744
3783
|
this.configurationSvc.prefChangeNotifier
|
|
4745
3784
|
.pipe(debounceTime(250))
|
|
4746
|
-
.subscribe((
|
|
3785
|
+
.subscribe((changedUserPref) => {
|
|
4747
3786
|
if (this.configurationSvc.isAuthenticated) {
|
|
4748
3787
|
this.saveUserPreference(changedUserPref);
|
|
4749
3788
|
}
|
|
4750
|
-
})
|
|
3789
|
+
});
|
|
4751
3790
|
}
|
|
4752
3791
|
fetchUserPreference() {
|
|
4753
3792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4761,7 +3800,7 @@ class UserPreferenceService {
|
|
|
4761
3800
|
if (!changedUserPref) {
|
|
4762
3801
|
return false;
|
|
4763
3802
|
}
|
|
4764
|
-
const newUserPref = Object.assign({}, this.configurationSvc.userPreference, { pinnedApps: (changedUserPref && changedUserPref.pinnedApps) ||
|
|
3803
|
+
const newUserPref = Object.assign(Object.assign(Object.assign(Object.assign({}, this.configurationSvc.userPreference), { pinnedApps: (changedUserPref && changedUserPref.pinnedApps) ||
|
|
4765
3804
|
(this.configurationSvc.userPreference &&
|
|
4766
3805
|
this.configurationSvc.userPreference.pinnedApps) ||
|
|
4767
3806
|
'', isDarkMode: this.configurationSvc.isDarkMode, isRTL: this.configurationSvc.isRTL, selectedTheme: (this.configurationSvc.activeThemeObject &&
|
|
@@ -4778,17 +3817,17 @@ class UserPreferenceService {
|
|
|
4778
3817
|
this.configurationSvc.userPreference.defaultCardType) ||
|
|
4779
3818
|
'', completedActivity: (this.configurationSvc.userPreference &&
|
|
4780
3819
|
this.configurationSvc.userPreference.completedActivity) ||
|
|
4781
|
-
[] }, (changedUserPref || {}), { completedTour: this.configurationSvc.completedTour, profileSettings: (this.configurationSvc.userPreference &&
|
|
3820
|
+
[] }), (changedUserPref || {})), { completedTour: this.configurationSvc.completedTour, profileSettings: (this.configurationSvc.userPreference &&
|
|
4782
3821
|
this.configurationSvc.userPreference.profileSettings) ||
|
|
4783
3822
|
this.configurationSvc.profileSettings });
|
|
4784
3823
|
const oldUserPref = this.configurationSvc.userPreference;
|
|
4785
3824
|
this.configurationSvc.userPreference = newUserPref;
|
|
4786
3825
|
yield this.http
|
|
4787
3826
|
.put(endpoints.userPref, newUserPref)
|
|
4788
|
-
.pipe(retry(3), catchError(
|
|
3827
|
+
.pipe(retry(3), catchError(err => {
|
|
4789
3828
|
this.configurationSvc.userPreference = oldUserPref;
|
|
4790
3829
|
return of(err);
|
|
4791
|
-
}))
|
|
3830
|
+
}))
|
|
4792
3831
|
.toPromise();
|
|
4793
3832
|
return true;
|
|
4794
3833
|
}
|
|
@@ -4798,6 +3837,7 @@ class UserPreferenceService {
|
|
|
4798
3837
|
});
|
|
4799
3838
|
}
|
|
4800
3839
|
}
|
|
3840
|
+
UserPreferenceService.ɵprov = i0.ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
|
|
4801
3841
|
UserPreferenceService.decorators = [
|
|
4802
3842
|
{ type: Injectable, args: [{
|
|
4803
3843
|
providedIn: 'root',
|
|
@@ -4807,249 +3847,9 @@ UserPreferenceService.ctorParameters = () => [
|
|
|
4807
3847
|
{ type: HttpClient },
|
|
4808
3848
|
{ type: ConfigurationsService }
|
|
4809
3849
|
];
|
|
4810
|
-
/** @nocollapse */ UserPreferenceService.ngInjectableDef = ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(ɵɵinject(HttpClient), ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
|
|
4811
|
-
if (false) {
|
|
4812
|
-
UserPreferenceService.prototype.http;
|
|
4813
|
-
UserPreferenceService.prototype.configurationSvc;
|
|
4814
|
-
}
|
|
4815
3850
|
|
|
4816
3851
|
var NsContent;
|
|
4817
3852
|
(function (NsContent) {
|
|
4818
|
-
function IContinueLearningData() { }
|
|
4819
|
-
NsContent.IContinueLearningData = IContinueLearningData;
|
|
4820
|
-
if (false) {
|
|
4821
|
-
IContinueLearningData.prototype.continueData;
|
|
4822
|
-
}
|
|
4823
|
-
function IContent() { }
|
|
4824
|
-
NsContent.IContent = IContent;
|
|
4825
|
-
if (false) {
|
|
4826
|
-
IContent.prototype.platform;
|
|
4827
|
-
IContent.prototype.addedOn;
|
|
4828
|
-
IContent.prototype.appIcon;
|
|
4829
|
-
IContent.prototype.artifactUrl;
|
|
4830
|
-
IContent.prototype.averageRating;
|
|
4831
|
-
IContent.prototype.body;
|
|
4832
|
-
IContent.prototype.certificationList;
|
|
4833
|
-
IContent.prototype.certificationStatus;
|
|
4834
|
-
IContent.prototype.certificationSubmissionDate;
|
|
4835
|
-
IContent.prototype.certificationUrl;
|
|
4836
|
-
IContent.prototype.children;
|
|
4837
|
-
IContent.prototype.childrenClassifiers;
|
|
4838
|
-
IContent.prototype.clients;
|
|
4839
|
-
IContent.prototype.collections;
|
|
4840
|
-
IContent.prototype.complexityLevel;
|
|
4841
|
-
IContent.prototype.contentId;
|
|
4842
|
-
IContent.prototype.contentType;
|
|
4843
|
-
IContent.prototype.contentUrlAtSource;
|
|
4844
|
-
IContent.prototype.creatorContacts;
|
|
4845
|
-
IContent.prototype.creatorDetails;
|
|
4846
|
-
IContent.prototype.creatorLogo;
|
|
4847
|
-
IContent.prototype.creatorPosterImage;
|
|
4848
|
-
IContent.prototype.creatorThumbnail;
|
|
4849
|
-
IContent.prototype.curatedTags;
|
|
4850
|
-
IContent.prototype.description;
|
|
4851
|
-
IContent.prototype.displayContentType;
|
|
4852
|
-
IContent.prototype.downloadUrl;
|
|
4853
|
-
IContent.prototype.duration;
|
|
4854
|
-
IContent.prototype.exclusiveContent;
|
|
4855
|
-
IContent.prototype.expiryDate;
|
|
4856
|
-
IContent.prototype.equivalentCertifications;
|
|
4857
|
-
IContent.prototype.hasAccess;
|
|
4858
|
-
IContent.prototype.hasAssessment;
|
|
4859
|
-
IContent.prototype.idealScreenSize;
|
|
4860
|
-
IContent.prototype.identifier;
|
|
4861
|
-
IContent.prototype.introductoryVideo;
|
|
4862
|
-
IContent.prototype.introductoryVideoIcon;
|
|
4863
|
-
IContent.prototype.learningTrack;
|
|
4864
|
-
IContent.prototype.isExternal;
|
|
4865
|
-
IContent.prototype.isIframeSupported;
|
|
4866
|
-
IContent.prototype.isInIntranet;
|
|
4867
|
-
IContent.prototype.keywords;
|
|
4868
|
-
IContent.prototype.kArtifacts;
|
|
4869
|
-
IContent.prototype.lastUpdatedOn;
|
|
4870
|
-
IContent.prototype.learningMode;
|
|
4871
|
-
IContent.prototype.learningObjective;
|
|
4872
|
-
IContent.prototype.labels;
|
|
4873
|
-
IContent.prototype.locale;
|
|
4874
|
-
IContent.prototype.hasTranslations;
|
|
4875
|
-
IContent.prototype.isTranslationOf;
|
|
4876
|
-
IContent.prototype.me_totalSessionsCount;
|
|
4877
|
-
IContent.prototype.mediaType;
|
|
4878
|
-
IContent.prototype.mimeType;
|
|
4879
|
-
IContent.prototype.minWingspanVersion;
|
|
4880
|
-
IContent.prototype.msArtifactDetails;
|
|
4881
|
-
IContent.prototype.mode;
|
|
4882
|
-
IContent.prototype.name;
|
|
4883
|
-
IContent.prototype.nextCertificationAttemptDate;
|
|
4884
|
-
IContent.prototype.playgroundInstructions;
|
|
4885
|
-
IContent.prototype.playgroundResources;
|
|
4886
|
-
IContent.prototype.postContents;
|
|
4887
|
-
IContent.prototype.posterImage;
|
|
4888
|
-
IContent.prototype.preContents;
|
|
4889
|
-
IContent.prototype.preRequisites;
|
|
4890
|
-
IContent.prototype.price;
|
|
4891
|
-
IContent.prototype.proctorUrl;
|
|
4892
|
-
IContent.prototype.progress;
|
|
4893
|
-
IContent.prototype.publishedOn;
|
|
4894
|
-
IContent.prototype.recentCertificationAttemptScore;
|
|
4895
|
-
IContent.prototype.recommendationReasons;
|
|
4896
|
-
IContent.prototype.region;
|
|
4897
|
-
IContent.prototype.registrationUrl;
|
|
4898
|
-
IContent.prototype.registrationInstructions;
|
|
4899
|
-
IContent.prototype.resourceCategory;
|
|
4900
|
-
IContent.prototype.resourceType;
|
|
4901
|
-
IContent.prototype.size;
|
|
4902
|
-
IContent.prototype.skills;
|
|
4903
|
-
IContent.prototype.softwareRequirements;
|
|
4904
|
-
IContent.prototype.sourceName;
|
|
4905
|
-
IContent.prototype.sourceShortName;
|
|
4906
|
-
IContent.prototype.sourceIconUrl;
|
|
4907
|
-
IContent.prototype.sourceUrl;
|
|
4908
|
-
IContent.prototype.ssoEnabled;
|
|
4909
|
-
IContent.prototype.status;
|
|
4910
|
-
IContent.prototype.subTitle;
|
|
4911
|
-
IContent.prototype.subTitles;
|
|
4912
|
-
IContent.prototype.studyMaterials;
|
|
4913
|
-
IContent.prototype.systemRequirements;
|
|
4914
|
-
IContent.prototype.tags;
|
|
4915
|
-
IContent.prototype.topics;
|
|
4916
|
-
IContent.prototype.totalLikes;
|
|
4917
|
-
IContent.prototype.totalRating;
|
|
4918
|
-
IContent.prototype.track;
|
|
4919
|
-
IContent.prototype.uniqueLearners;
|
|
4920
|
-
IContent.prototype.viewCount;
|
|
4921
|
-
IContent.prototype.reason;
|
|
4922
|
-
IContent.prototype.trainingLHubCount;
|
|
4923
|
-
IContent.prototype.verifiers;
|
|
4924
|
-
IContent.prototype.references;
|
|
4925
|
-
IContent.prototype.resumePage;
|
|
4926
|
-
}
|
|
4927
|
-
function IContentMinimal() { }
|
|
4928
|
-
NsContent.IContentMinimal = IContentMinimal;
|
|
4929
|
-
if (false) {
|
|
4930
|
-
IContentMinimal.prototype.appIcon;
|
|
4931
|
-
IContentMinimal.prototype.artifactUrl;
|
|
4932
|
-
IContentMinimal.prototype.complexityLevel;
|
|
4933
|
-
IContentMinimal.prototype.contentType;
|
|
4934
|
-
IContentMinimal.prototype.description;
|
|
4935
|
-
IContentMinimal.prototype.displayContentType;
|
|
4936
|
-
IContentMinimal.prototype.duration;
|
|
4937
|
-
IContentMinimal.prototype.identifier;
|
|
4938
|
-
IContentMinimal.prototype.hasAccess;
|
|
4939
|
-
IContentMinimal.prototype.isInIntranet;
|
|
4940
|
-
IContentMinimal.prototype.learningMode;
|
|
4941
|
-
IContentMinimal.prototype.mimeType;
|
|
4942
|
-
IContentMinimal.prototype.name;
|
|
4943
|
-
IContentMinimal.prototype.creatorDetails;
|
|
4944
|
-
IContentMinimal.prototype.creatorContacts;
|
|
4945
|
-
IContentMinimal.prototype.PosterImage;
|
|
4946
|
-
IContentMinimal.prototype.resourceType;
|
|
4947
|
-
IContentMinimal.prototype.totalRating;
|
|
4948
|
-
}
|
|
4949
|
-
function ICollectionHierarchyResponse() { }
|
|
4950
|
-
NsContent.ICollectionHierarchyResponse = ICollectionHierarchyResponse;
|
|
4951
|
-
if (false) {
|
|
4952
|
-
ICollectionHierarchyResponse.prototype.data;
|
|
4953
|
-
ICollectionHierarchyResponse.prototype.hasMore;
|
|
4954
|
-
ICollectionHierarchyResponse.prototype.totalContents;
|
|
4955
|
-
}
|
|
4956
|
-
function IRelatedContentMeta() { }
|
|
4957
|
-
NsContent.IRelatedContentMeta = IRelatedContentMeta;
|
|
4958
|
-
if (false) {
|
|
4959
|
-
IRelatedContentMeta.prototype.identifier;
|
|
4960
|
-
IRelatedContentMeta.prototype.name;
|
|
4961
|
-
}
|
|
4962
|
-
function IMarkAsCompleteProgress() { }
|
|
4963
|
-
if (false) {
|
|
4964
|
-
IMarkAsCompleteProgress.prototype.progressStatus;
|
|
4965
|
-
IMarkAsCompleteProgress.prototype.showMarkAsComplete;
|
|
4966
|
-
IMarkAsCompleteProgress.prototype.markAsCompleteReason;
|
|
4967
|
-
IMarkAsCompleteProgress.prototype.progressSupported;
|
|
4968
|
-
IMarkAsCompleteProgress.prototype.progress;
|
|
4969
|
-
}
|
|
4970
|
-
function ITag() { }
|
|
4971
|
-
if (false) {
|
|
4972
|
-
ITag.prototype.id;
|
|
4973
|
-
ITag.prototype.type;
|
|
4974
|
-
ITag.prototype.value;
|
|
4975
|
-
}
|
|
4976
|
-
function IMSArtifactDetails() { }
|
|
4977
|
-
if (false) {
|
|
4978
|
-
IMSArtifactDetails.prototype.channelId;
|
|
4979
|
-
IMSArtifactDetails.prototype.videoId;
|
|
4980
|
-
}
|
|
4981
|
-
function IClient() { }
|
|
4982
|
-
if (false) {
|
|
4983
|
-
IClient.prototype.displayName;
|
|
4984
|
-
IClient.prototype.id;
|
|
4985
|
-
IClient.prototype.name;
|
|
4986
|
-
}
|
|
4987
|
-
function ISubtitle() { }
|
|
4988
|
-
if (false) {
|
|
4989
|
-
ISubtitle.prototype.srclang;
|
|
4990
|
-
ISubtitle.prototype.label;
|
|
4991
|
-
ISubtitle.prototype.url;
|
|
4992
|
-
}
|
|
4993
|
-
function IPrePostContent() { }
|
|
4994
|
-
if (false) {
|
|
4995
|
-
IPrePostContent.prototype.identifier;
|
|
4996
|
-
IPrePostContent.prototype.name;
|
|
4997
|
-
}
|
|
4998
|
-
function IResourceDetail() { }
|
|
4999
|
-
if (false) {
|
|
5000
|
-
IResourceDetail.prototype.title;
|
|
5001
|
-
IResourceDetail.prototype.url;
|
|
5002
|
-
}
|
|
5003
|
-
function IResourcePlayground() { }
|
|
5004
|
-
if (false) {
|
|
5005
|
-
IResourcePlayground.prototype.appIcon;
|
|
5006
|
-
IResourcePlayground.prototype.artifactUrl;
|
|
5007
|
-
IResourcePlayground.prototype.identifier;
|
|
5008
|
-
IResourcePlayground.prototype.name;
|
|
5009
|
-
}
|
|
5010
|
-
function ITrack() { }
|
|
5011
|
-
if (false) {
|
|
5012
|
-
ITrack.prototype.id;
|
|
5013
|
-
ITrack.prototype.name;
|
|
5014
|
-
ITrack.prototype.status;
|
|
5015
|
-
ITrack.prototype.visibility;
|
|
5016
|
-
}
|
|
5017
|
-
function ISkill() { }
|
|
5018
|
-
if (false) {
|
|
5019
|
-
ISkill.prototype.id;
|
|
5020
|
-
ISkill.prototype.category;
|
|
5021
|
-
ISkill.prototype.skill;
|
|
5022
|
-
ISkill.prototype.name;
|
|
5023
|
-
}
|
|
5024
|
-
function ICreator() { }
|
|
5025
|
-
NsContent.ICreator = ICreator;
|
|
5026
|
-
if (false) {
|
|
5027
|
-
ICreator.prototype.id;
|
|
5028
|
-
ICreator.prototype.name;
|
|
5029
|
-
ICreator.prototype.email;
|
|
5030
|
-
}
|
|
5031
|
-
function IContentTopic() { }
|
|
5032
|
-
NsContent.IContentTopic = IContentTopic;
|
|
5033
|
-
if (false) {
|
|
5034
|
-
IContentTopic.prototype.identifier;
|
|
5035
|
-
IContentTopic.prototype.name;
|
|
5036
|
-
}
|
|
5037
|
-
function IContact() { }
|
|
5038
|
-
NsContent.IContact = IContact;
|
|
5039
|
-
if (false) {
|
|
5040
|
-
IContact.prototype.id;
|
|
5041
|
-
IContact.prototype.name;
|
|
5042
|
-
IContact.prototype.email;
|
|
5043
|
-
}
|
|
5044
|
-
function IViewerContinueLearningRequest() { }
|
|
5045
|
-
NsContent.IViewerContinueLearningRequest = IViewerContinueLearningRequest;
|
|
5046
|
-
if (false) {
|
|
5047
|
-
IViewerContinueLearningRequest.prototype.resourceId;
|
|
5048
|
-
IViewerContinueLearningRequest.prototype.contextPathId;
|
|
5049
|
-
IViewerContinueLearningRequest.prototype.data;
|
|
5050
|
-
IViewerContinueLearningRequest.prototype.dateAccessed;
|
|
5051
|
-
IViewerContinueLearningRequest.prototype.contextType;
|
|
5052
|
-
}
|
|
5053
3853
|
let EContentTypes;
|
|
5054
3854
|
(function (EContentTypes) {
|
|
5055
3855
|
EContentTypes["PROGRAM"] = "Learning Path";
|
|
@@ -5155,17 +3955,5 @@ var NsContent;
|
|
|
5155
3955
|
})(ETagType = NsContent.ETagType || (NsContent.ETagType = {}));
|
|
5156
3956
|
})(NsContent || (NsContent = {}));
|
|
5157
3957
|
|
|
5158
|
-
|
|
5159
|
-
if (false) {
|
|
5160
|
-
IContentRating.prototype.averageRating;
|
|
5161
|
-
IContentRating.prototype.ratingCount;
|
|
5162
|
-
IContentRating.prototype.ratingInfo;
|
|
5163
|
-
}
|
|
5164
|
-
function IRatingInfo() { }
|
|
5165
|
-
if (false) {
|
|
5166
|
-
IRatingInfo.prototype.rating;
|
|
5167
|
-
IRatingInfo.prototype.count;
|
|
5168
|
-
}
|
|
5169
|
-
|
|
5170
|
-
export { AuthKeycloakService, AuthMicrosoftService, ClassChangeOnScrollModule, ConfigurationsService, DefaultThumbnailModule, EFeatures, EInstance, EventService, ExploreDetailResolve, HorizontalScrollerModule, ImageCropComponent, ImageCropModule, ImageResponsiveDirective, ImageResponsiveModule, InViewPortModule, LoggerService, LogoutComponent, LogoutModule, MarketingOfferingResolve, NavigationModule, NsContent, OrderByPipe, PageResolve, PermissionModule, PipeConciseDateRangeModule, PipeConciseDateRangePipe, PipeCountTransformModule, PipeCountTransformPipe, PipeDateConcatModule, PipeDateConcatPipe, PipeDurationTransformModule, PipeDurationTransformPipe, PipeFilterModule, PipeFilterPipe, PipeFilterSearchModule, PipeFilterSearchPipe, PipeHtmlTagRemovalModule, PipeHtmlTagRemovalPipe, PipeLimitToModule, PipeLimitToPipe, PipeListFilterModule, PipeListFilterPipe, PipeNameTransformModule, PipeNameTransformPipe, PipeOrderByModule, PipePartialContentModule, PipePartialContentPipe, PipeRelativeTimeModule, PipeRelativeTimePipe, PipeSafeSanitizerModule, PipeSafeSanitizerPipe, SubapplicationRespondService, TelemetryService, UserPreferenceService, UtilityService, ValueService, WidgetContentService, WsEvents, getStringifiedQueryParams, ClassChangeOnScrollDirective as ɵa, DefaultThumbnailDirective as ɵb, InViewPortDirective as ɵc, NavigationDirective as ɵd, PermissionDirective as ɵe, HorizontalScrollerComponent as ɵf };
|
|
3958
|
+
export { AuthKeycloakService, AuthMicrosoftService, ClassChangeOnScrollDirective, ClassChangeOnScrollModule, ConfigurationsService, DefaultThumbnailDirective, DefaultThumbnailModule, EFeatures, EInstance, EventService, ExploreDetailResolve, HorizontalScrollerComponent, HorizontalScrollerModule, ImageCropComponent, ImageCropModule, ImageResponsiveDirective, ImageResponsiveModule, InViewPortDirective, InViewPortModule, LoggerService, LogoutComponent, LogoutModule, MarketingOfferingResolve, NavigationDirective, NavigationModule, NsContent, OrderByPipe, PageResolve, PermissionDirective, PermissionModule, PipeConciseDateRangeModule, PipeConciseDateRangePipe, PipeCountTransformModule, PipeCountTransformPipe, PipeDateConcatModule, PipeDateConcatPipe, PipeDurationTransformModule, PipeDurationTransformPipe, PipeFilterModule, PipeFilterPipe, PipeFilterSearchModule, PipeFilterSearchPipe, PipeHtmlTagRemovalModule, PipeHtmlTagRemovalPipe, PipeLimitToModule, PipeLimitToPipe, PipeListFilterModule, PipeListFilterPipe, PipeNameTransformModule, PipeNameTransformPipe, PipeOrderByModule, PipePartialContentModule, PipePartialContentPipe, PipeRelativeTimeModule, PipeRelativeTimePipe, PipeSafeSanitizerModule, PipeSafeSanitizerPipe, SubapplicationRespondService, TelemetryService, UserPreferenceService, UtilityService, ValueService, WidgetContentService, WsEvents, getStringifiedQueryParams, ɵ0, ɵ1 };
|
|
5171
3959
|
//# sourceMappingURL=sunbird-cb-utils.js.map
|