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