@sunbird-cb/utils 1.0.19 → 1.0.20-ang-13-16
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/esm2022/lib/components/image-crop/image-crop.component.mjs +172 -0
- package/esm2022/lib/components/image-crop/image-crop.module.mjs +55 -0
- package/esm2022/lib/constants/features.enum.mjs +555 -0
- package/esm2022/lib/constants/instances.enum.mjs +5 -0
- package/esm2022/lib/constants/misc.constants.mjs +2 -0
- package/esm2022/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.mjs +87 -0
- package/esm2022/lib/directives/class-change-on-scroll/class-change-on-scroll.module.mjs +20 -0
- package/esm2022/lib/directives/default-thumbnail/default-thumbnail.directive.mjs +40 -0
- package/esm2022/lib/directives/default-thumbnail/default-thumbnail.module.mjs +20 -0
- package/esm2022/lib/directives/image-responsive/image-responsive.directive.mjs +86 -0
- package/esm2022/lib/directives/image-responsive/image-responsive.module.mjs +20 -0
- package/esm2022/lib/directives/in-view-port/in-view-port.directive.mjs +62 -0
- package/esm2022/lib/directives/in-view-port/in-view-port.module.mjs +20 -0
- package/esm2022/lib/directives/navigation/navigation.directive.mjs +43 -0
- package/esm2022/lib/directives/navigation/navigation.module.mjs +20 -0
- package/esm2022/lib/directives/permission/permission.directive.mjs +14 -0
- package/esm2022/lib/directives/permission/permission.module.mjs +20 -0
- package/esm2022/lib/helpers/functions/getStringifiedQueryParams.mjs +9 -0
- package/esm2022/lib/helpers/horizontal-scroller/horizontal-scroller.component.mjs +96 -0
- package/esm2022/lib/helpers/horizontal-scroller/horizontal-scroller.module.mjs +32 -0
- package/esm2022/lib/helpers/logout/logout.component.mjs +44 -0
- package/esm2022/lib/helpers/logout/logout.module.mjs +27 -0
- package/esm2022/lib/models/contentRating.model.mjs +2 -0
- package/esm2022/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.mjs +18 -0
- package/esm2022/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.mjs +57 -0
- package/esm2022/lib/pipes/pipe-count-transform/pipe-count-transform.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.mjs +37 -0
- package/esm2022/lib/pipes/pipe-date-concat/pipe-date-concat.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.mjs +36 -0
- package/esm2022/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.mjs +64 -0
- package/esm2022/lib/pipes/pipe-filter/pipe-filter.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-filter/pipe-filter.pipe.mjs +20 -0
- package/esm2022/lib/pipes/pipe-filter-search/pipe-filter-search.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.mjs +34 -0
- package/esm2022/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.mjs +16 -0
- package/esm2022/lib/pipes/pipe-limit-to/pipe-limit-to.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.mjs +29 -0
- package/esm2022/lib/pipes/pipe-list-filter/pipe-list-filter.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.mjs +21 -0
- package/esm2022/lib/pipes/pipe-name-transform/pipe-name-transform.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.mjs +29 -0
- package/esm2022/lib/pipes/pipe-order-by/pipe-order-by.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-order-by/pipe-order-by.pipe.mjs +17 -0
- package/esm2022/lib/pipes/pipe-partial-content/pipe-partial-content.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.mjs +22 -0
- package/esm2022/lib/pipes/pipe-relative-time/pipe-relative-time.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.mjs +21 -0
- package/esm2022/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.mjs +33 -0
- package/esm2022/lib/resolvers/explore-detail.resolver.mjs +76 -0
- package/esm2022/lib/resolvers/marketing-offering.resolve.mjs +35 -0
- package/esm2022/lib/resolvers/page.constant.mjs +4 -0
- package/esm2022/lib/resolvers/page.model.mjs +2 -0
- package/esm2022/lib/resolvers/page.resolver.mjs +82 -0
- package/esm2022/lib/resolvers/resolver.model.mjs +2 -0
- package/esm2022/lib/services/auth-keycloak.service.mjs +52 -0
- package/esm2022/lib/services/auth-microsoft.service.mjs +173 -0
- package/esm2022/lib/services/card-content.model.mjs +11 -0
- package/esm2022/lib/services/configurations.model.mjs +2 -0
- package/esm2022/lib/services/configurations.service.mjs +65 -0
- package/esm2022/lib/services/content-strip-multiple.model.mjs +2 -0
- package/esm2022/lib/services/event.model.mjs +121 -0
- package/esm2022/lib/services/event.service.mjs +204 -0
- package/esm2022/lib/services/logger.service.mjs +45 -0
- package/esm2022/lib/services/ms-office.model.mjs +2 -0
- package/esm2022/lib/services/subapplication-respond.service.mjs +76 -0
- package/esm2022/lib/services/telemetry.service.mjs +502 -0
- package/esm2022/lib/services/user-preference.model.mjs +2 -0
- package/esm2022/lib/services/user-preference.service.mjs +92 -0
- package/esm2022/lib/services/utility.service.mjs +122 -0
- package/esm2022/lib/services/value.service.mjs +25 -0
- package/esm2022/lib/services/widget-content.model.mjs +107 -0
- package/esm2022/lib/services/widget-content.service.mjs +182 -0
- package/esm2022/lib/services/widget-resolver.model.mjs +2 -0
- package/esm2022/lib/services/widget-search.model.mjs +2 -0
- package/esm2022/public-api.mjs +74 -0
- package/esm2022/sunbird-cb-utils.mjs +2 -0
- package/fesm2022/sunbird-cb-utils.mjs +3902 -0
- package/fesm2022/sunbird-cb-utils.mjs.map +1 -0
- package/index.d.ts +3 -0
- package/lib/components/image-crop/image-crop.component.d.ts +6 -2
- package/lib/components/image-crop/image-crop.component.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.module.d.ts +15 -0
- package/lib/components/image-crop/image-crop.module.d.ts.map +1 -0
- package/lib/constants/features.enum.d.ts +1 -0
- package/lib/constants/features.enum.d.ts.map +1 -0
- package/lib/constants/instances.enum.d.ts +1 -0
- package/lib/constants/instances.enum.d.ts.map +1 -0
- package/lib/constants/misc.constants.d.ts +3 -2
- package/lib/constants/misc.constants.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +7 -3
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +7 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +4 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +7 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.directive.d.ts +4 -0
- package/lib/directives/image-responsive/image-responsive.directive.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.module.d.ts +7 -0
- package/lib/directives/image-responsive/image-responsive.module.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.directive.d.ts +4 -0
- package/lib/directives/in-view-port/in-view-port.directive.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.module.d.ts +7 -0
- package/lib/directives/in-view-port/in-view-port.module.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.directive.d.ts +4 -0
- package/lib/directives/navigation/navigation.directive.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.module.d.ts +7 -0
- package/lib/directives/navigation/navigation.module.d.ts.map +1 -0
- package/lib/directives/permission/permission.directive.d.ts +4 -0
- package/lib/directives/permission/permission.directive.d.ts.map +1 -0
- package/lib/directives/permission/permission.module.d.ts +7 -0
- package/lib/directives/permission/permission.module.d.ts.map +1 -0
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts +1 -0
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +4 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +10 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts.map +1 -0
- package/lib/helpers/logout/logout.component.d.ts +6 -2
- package/lib/helpers/logout/logout.component.d.ts.map +1 -0
- package/lib/helpers/logout/logout.module.d.ts +9 -0
- package/lib/helpers/logout/logout.module.d.ts.map +1 -0
- package/lib/models/contentRating.model.d.ts +1 -0
- package/lib/models/contentRating.model.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +7 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +4 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +7 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +4 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +7 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +4 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +7 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +4 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +7 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +4 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +7 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +4 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +7 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +4 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +7 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +4 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +7 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +4 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +7 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +4 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +7 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +8 -4
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +7 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +4 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +7 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +4 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +7 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +4 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts.map +1 -0
- package/lib/resolvers/explore-detail.resolver.d.ts +6 -2
- package/lib/resolvers/explore-detail.resolver.d.ts.map +1 -0
- package/lib/resolvers/marketing-offering.resolve.d.ts +6 -2
- package/lib/resolvers/marketing-offering.resolve.d.ts.map +1 -0
- package/lib/resolvers/page.constant.d.ts +1 -0
- package/lib/resolvers/page.constant.d.ts.map +1 -0
- package/lib/resolvers/page.model.d.ts +2 -1
- package/lib/resolvers/page.model.d.ts.map +1 -0
- package/lib/resolvers/page.resolver.d.ts +6 -2
- package/lib/resolvers/page.resolver.d.ts.map +1 -0
- package/lib/resolvers/resolver.model.d.ts +1 -0
- package/lib/resolvers/resolver.model.d.ts.map +1 -0
- package/lib/services/auth-keycloak.service.d.ts +7 -23
- package/lib/services/auth-keycloak.service.d.ts.map +1 -0
- package/lib/services/auth-microsoft.service.d.ts +6 -2
- package/lib/services/auth-microsoft.service.d.ts.map +1 -0
- package/lib/services/card-content.model.d.ts +1 -0
- package/lib/services/card-content.model.d.ts.map +1 -0
- package/lib/services/configurations.model.d.ts +27 -24
- package/lib/services/configurations.model.d.ts.map +1 -0
- package/lib/services/configurations.service.d.ts +4 -0
- package/lib/services/configurations.service.d.ts.map +1 -0
- package/lib/services/content-strip-multiple.model.d.ts +8 -6
- package/lib/services/content-strip-multiple.model.d.ts.map +1 -0
- package/lib/services/event.model.d.ts +2 -1
- package/lib/services/event.model.d.ts.map +1 -0
- package/lib/services/event.service.d.ts +4 -0
- package/lib/services/event.service.d.ts.map +1 -0
- package/lib/services/logger.service.d.ts +8 -4
- package/lib/services/logger.service.d.ts.map +1 -0
- package/lib/services/ms-office.model.d.ts +1 -0
- package/lib/services/ms-office.model.d.ts.map +1 -0
- package/lib/services/subapplication-respond.service.d.ts +5 -10
- package/lib/services/subapplication-respond.service.d.ts.map +1 -0
- package/lib/services/telemetry.service.d.ts +6 -2
- package/lib/services/telemetry.service.d.ts.map +1 -0
- package/lib/services/user-preference.model.d.ts +1 -0
- package/lib/services/user-preference.model.d.ts.map +1 -0
- package/lib/services/user-preference.service.d.ts +4 -0
- package/lib/services/user-preference.service.d.ts.map +1 -0
- package/lib/services/utility.service.d.ts +11 -7
- package/lib/services/utility.service.d.ts.map +1 -0
- package/lib/services/value.service.d.ts +4 -0
- package/lib/services/value.service.d.ts.map +1 -0
- package/lib/services/widget-content.model.d.ts +21 -19
- package/lib/services/widget-content.model.d.ts.map +1 -0
- package/lib/services/widget-content.service.d.ts +4 -0
- package/lib/services/widget-content.service.d.ts.map +1 -0
- package/lib/services/widget-resolver.model.d.ts +2 -1
- package/lib/services/widget-resolver.model.d.ts.map +1 -0
- package/lib/services/widget-search.model.d.ts +1 -0
- package/lib/services/widget-search.model.d.ts.map +1 -0
- package/package.json +28 -25
- package/public-api.d.ts +7 -0
- package/public-api.d.ts.map +1 -0
- package/sunbird-cb-utils-1.0.20-ang-13-16.tgz +0 -0
- package/sunbird-cb-utils.d.ts.map +1 -0
- package/bundles/sunbird-cb-utils.umd.js +0 -5878
- package/bundles/sunbird-cb-utils.umd.js.map +0 -1
- package/bundles/sunbird-cb-utils.umd.min.js +0 -16
- package/bundles/sunbird-cb-utils.umd.min.js.map +0 -1
- package/esm2015/lib/components/image-crop/image-crop.component.js +0 -195
- package/esm2015/lib/components/image-crop/image-crop.module.js +0 -27
- package/esm2015/lib/constants/features.enum.js +0 -555
- package/esm2015/lib/constants/instances.enum.js +0 -5
- package/esm2015/lib/constants/misc.constants.js +0 -1
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +0 -87
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +0 -15
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +0 -38
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.module.js +0 -15
- package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +0 -92
- package/esm2015/lib/directives/image-responsive/image-responsive.module.js +0 -15
- package/esm2015/lib/directives/in-view-port/in-view-port.directive.js +0 -68
- package/esm2015/lib/directives/in-view-port/in-view-port.module.js +0 -15
- package/esm2015/lib/directives/navigation/navigation.directive.js +0 -39
- package/esm2015/lib/directives/navigation/navigation.module.js +0 -15
- package/esm2015/lib/directives/permission/permission.directive.js +0 -11
- package/esm2015/lib/directives/permission/permission.module.js +0 -15
- package/esm2015/lib/helpers/functions/getStringifiedQueryParams.js +0 -9
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +0 -99
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +0 -19
- package/esm2015/lib/helpers/logout/logout.component.js +0 -57
- package/esm2015/lib/helpers/logout/logout.module.js +0 -18
- package/esm2015/lib/models/contentRating.model.js +0 -12
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +0 -13
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +0 -59
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +0 -15
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +0 -33
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +0 -15
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +0 -43
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +0 -15
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +0 -60
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.module.js +0 -15
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +0 -16
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +0 -15
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +0 -30
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +0 -15
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +0 -12
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +0 -15
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +0 -25
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +0 -15
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +0 -17
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +0 -15
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +0 -31
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.module.js +0 -15
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +0 -16
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +0 -15
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +0 -18
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +0 -15
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +0 -17
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +0 -15
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +0 -35
- package/esm2015/lib/resolvers/explore-detail.resolver.js +0 -89
- package/esm2015/lib/resolvers/marketing-offering.resolve.js +0 -40
- package/esm2015/lib/resolvers/page.constant.js +0 -4
- package/esm2015/lib/resolvers/page.model.js +0 -47
- package/esm2015/lib/resolvers/page.resolver.js +0 -90
- package/esm2015/lib/resolvers/resolver.model.js +0 -6
- package/esm2015/lib/services/auth-keycloak.service.js +0 -245
- package/esm2015/lib/services/auth-microsoft.service.js +0 -196
- package/esm2015/lib/services/card-content.model.js +0 -32
- package/esm2015/lib/services/configurations.model.js +0 -508
- package/esm2015/lib/services/configurations.service.js +0 -112
- package/esm2015/lib/services/content-strip-multiple.model.js +0 -75
- package/esm2015/lib/services/event.model.js +0 -229
- package/esm2015/lib/services/event.service.js +0 -212
- package/esm2015/lib/services/logger.service.js +0 -55
- package/esm2015/lib/services/ms-office.model.js +0 -8
- package/esm2015/lib/services/subapplication-respond.service.js +0 -225
- package/esm2015/lib/services/telemetry.service.js +0 -449
- package/esm2015/lib/services/user-preference.model.js +0 -38
- package/esm2015/lib/services/user-preference.service.js +0 -90
- package/esm2015/lib/services/utility.service.js +0 -145
- package/esm2015/lib/services/value.service.js +0 -31
- package/esm2015/lib/services/widget-content.model.js +0 -342
- package/esm2015/lib/services/widget-content.service.js +0 -192
- package/esm2015/lib/services/widget-resolver.model.js +0 -57
- package/esm2015/lib/services/widget-search.model.js +0 -126
- package/esm2015/public-api.js +0 -68
- package/esm2015/sunbird-cb-utils.js +0 -8
- package/esm5/lib/components/image-crop/image-crop.component.js +0 -200
- package/esm5/lib/components/image-crop/image-crop.module.js +0 -31
- package/esm5/lib/constants/features.enum.js +0 -555
- package/esm5/lib/constants/instances.enum.js +0 -5
- package/esm5/lib/constants/misc.constants.js +0 -1
- package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +0 -105
- package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +0 -19
- package/esm5/lib/directives/default-thumbnail/default-thumbnail.directive.js +0 -40
- package/esm5/lib/directives/default-thumbnail/default-thumbnail.module.js +0 -19
- package/esm5/lib/directives/image-responsive/image-responsive.directive.js +0 -95
- package/esm5/lib/directives/image-responsive/image-responsive.module.js +0 -19
- package/esm5/lib/directives/in-view-port/in-view-port.directive.js +0 -73
- package/esm5/lib/directives/in-view-port/in-view-port.module.js +0 -19
- package/esm5/lib/directives/navigation/navigation.directive.js +0 -41
- package/esm5/lib/directives/navigation/navigation.module.js +0 -19
- package/esm5/lib/directives/permission/permission.directive.js +0 -14
- package/esm5/lib/directives/permission/permission.module.js +0 -19
- package/esm5/lib/helpers/functions/getStringifiedQueryParams.js +0 -9
- package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +0 -103
- package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +0 -23
- package/esm5/lib/helpers/logout/logout.component.js +0 -63
- package/esm5/lib/helpers/logout/logout.module.js +0 -22
- package/esm5/lib/models/contentRating.model.js +0 -12
- package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +0 -17
- package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +0 -63
- package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +0 -19
- package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +0 -37
- package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +0 -19
- package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +0 -45
- package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +0 -19
- package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +0 -64
- package/esm5/lib/pipes/pipe-filter/pipe-filter.module.js +0 -19
- package/esm5/lib/pipes/pipe-filter/pipe-filter.pipe.js +0 -20
- package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +0 -19
- package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +0 -38
- package/esm5/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +0 -19
- package/esm5/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +0 -16
- package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +0 -19
- package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +0 -30
- package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +0 -19
- package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +0 -21
- package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +0 -19
- package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +0 -35
- package/esm5/lib/pipes/pipe-order-by/pipe-order-by.module.js +0 -19
- package/esm5/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +0 -18
- package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +0 -19
- package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +0 -34
- package/esm5/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +0 -19
- package/esm5/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +0 -21
- package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +0 -19
- package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +0 -38
- package/esm5/lib/resolvers/explore-detail.resolver.js +0 -93
- package/esm5/lib/resolvers/marketing-offering.resolve.js +0 -43
- package/esm5/lib/resolvers/page.constant.js +0 -4
- package/esm5/lib/resolvers/page.model.js +0 -47
- package/esm5/lib/resolvers/page.resolver.js +0 -98
- package/esm5/lib/resolvers/resolver.model.js +0 -6
- package/esm5/lib/services/auth-keycloak.service.js +0 -316
- package/esm5/lib/services/auth-microsoft.service.js +0 -251
- package/esm5/lib/services/card-content.model.js +0 -32
- package/esm5/lib/services/configurations.model.js +0 -508
- package/esm5/lib/services/configurations.service.js +0 -114
- package/esm5/lib/services/content-strip-multiple.model.js +0 -75
- package/esm5/lib/services/event.model.js +0 -229
- package/esm5/lib/services/event.service.js +0 -216
- package/esm5/lib/services/logger.service.js +0 -73
- package/esm5/lib/services/ms-office.model.js +0 -8
- package/esm5/lib/services/subapplication-respond.service.js +0 -230
- package/esm5/lib/services/telemetry.service.js +0 -484
- package/esm5/lib/services/user-preference.model.js +0 -38
- package/esm5/lib/services/user-preference.service.js +0 -109
- package/esm5/lib/services/utility.service.js +0 -178
- package/esm5/lib/services/value.service.js +0 -33
- package/esm5/lib/services/widget-content.model.js +0 -342
- package/esm5/lib/services/widget-content.service.js +0 -214
- package/esm5/lib/services/widget-resolver.model.js +0 -57
- package/esm5/lib/services/widget-search.model.js +0 -126
- package/esm5/public-api.js +0 -68
- package/esm5/sunbird-cb-utils.js +0 -8
- package/fesm2015/sunbird-cb-utils.js +0 -5182
- package/fesm2015/sunbird-cb-utils.js.map +0 -1
- package/fesm5/sunbird-cb-utils.js +0 -5605
- package/fesm5/sunbird-cb-utils.js.map +0 -1
- package/sunbird-cb-utils.d.ts +0 -7
- package/sunbird-cb-utils.metadata.json +0 -1
package/index.d.ts
ADDED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
4
4
|
import { ImageCroppedEvent, ImageTransform } from 'ngx-image-cropper';
|
|
5
5
|
import { ConfigurationsService } from '../../services/configurations.service';
|
|
6
6
|
import { ValueService } from '../../services/value.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export interface IDialogueDta {
|
|
8
9
|
isRoundCrop: boolean;
|
|
9
10
|
imageFile: File;
|
|
@@ -53,4 +54,7 @@ export declare class ImageCropComponent implements OnInit {
|
|
|
53
54
|
croppingImage(): void;
|
|
54
55
|
reset(): void;
|
|
55
56
|
close(): void;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageCropComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageCropComponent, "ws-utils-image-crop", never, {}, { "data": "data"; }, never, never, false, never>;
|
|
56
59
|
}
|
|
60
|
+
//# sourceMappingURL=image-crop.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-crop.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/components/image-crop/image-crop.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,MAAM,EAAU,MAAM,eAAe,CAAA;AAC/E,OAAO,EAAE,kBAAkB,IAAI,YAAY,EAA6C,MAAM,iCAAiC,CAAA;AAC/H,OAAO,EAAE,iBAAiB,IAAI,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAErF,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAA;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;;AAC3D,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,IAAI,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAA;CACtB;AACD,qBAKa,kBAAmB,YAAW,MAAM;IAyB7C,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IA1BR,IAAI,qBAA2B;IACzC,WAAW,UAAQ;IACnB,mBAAmB,UAAQ;IAC3B,SAAS,EAAG,IAAI,CAAA;IAChB,aAAa,EAAG,IAAI,CAAA;IACpB,eAAe,EAAE,GAAG,CAAK;IACzB,KAAK,EAAE,GAAG,CAAK;IACf,MAAM,EAAE,GAAG,CAAK;IAChB,QAAQ,EAAE,GAAG,CAAA;IACb,OAAO,EAAE,GAAG,CAAA;IACZ,eAAe,EAAE,GAAG,CAAK;IACzB,aAAa,EAAE,GAAG,CAAK;IACvB,YAAY,EAAE,GAAG,CAAK;IACtB,mBAAmB,EAAE,GAAG,CAAQ;IAChC,QAAQ,SAAK;IACb,cAAc,SAAI;IAClB,SAAS,EAAE,cAAc,CAAK;IAC9B,UAAU,UAAQ;IAClB,OAAO,EAAE,GAAG,CAAA;IACZ,QAAQ,UAAQ;IAChB,WAAW,UAAO;gBAGR,SAAS,EAAE,YAAY,CAAC,kBAAkB,CAAC,EAC3C,SAAS,EAAE,qBAAqB,EAChC,QAAQ,EAAE,WAAW,EACrB,QAAQ,EAAE,YAAY,EACL,IAAI,EAAE,YAAY;IAoB7C,QAAQ;IAcR,kBAAkB,CAAC,MAAM,EAAE,GAAG;IAM9B,YAAY,CAAC,KAAK,EAAE,iBAAiB;IASrC,YAAY,CAAC,OAAO,EAAE,MAAM;IAK5B,mBAAmB;IAKnB,sBAAsB;IAwBtB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IA0BpC,OAAO,CAAC,eAAe;IAUvB,UAAU;IAKV,WAAW;IAKX,cAAc;IAOd,IAAI,CAAC,KAAK,EAAE,GAAG;IASf,aAAa;IAIb,KAAK;IAML,KAAK,IAAI,IAAI;yCAxLF,kBAAkB;2CAAlB,kBAAkB;CA4L9B"}
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./image-crop.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ngx-image-cropper";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-button";
|
|
7
|
+
import * as i6 from "@angular/material/legacy-dialog";
|
|
8
|
+
import * as i7 from "@angular/material/toolbar";
|
|
9
|
+
import * as i8 from "@angular/material/legacy-card";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-tooltip";
|
|
11
|
+
import * as i10 from "@angular/material/legacy-slider";
|
|
1
12
|
export declare class ImageCropModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageCropModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageCropModule, [typeof i1.ImageCropComponent], [typeof i2.CommonModule, typeof i3.ImageCropperModule, typeof i4.MatIconModule, typeof i5.MatLegacyButtonModule, typeof i6.MatLegacyDialogModule, typeof i7.MatToolbarModule, typeof i6.MatLegacyDialogModule, typeof i8.MatLegacyCardModule, typeof i9.MatLegacyTooltipModule, typeof i10.MatLegacySliderModule], [typeof i1.ImageCropComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ImageCropModule>;
|
|
2
16
|
}
|
|
17
|
+
//# sourceMappingURL=image-crop.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-crop.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/components/image-crop/image-crop.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAYA,qBAgBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"features.enum.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/constants/features.enum.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instances.enum.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/constants/instances.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,YAAY;CACrB"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export type TFetchStatus = 'none' | 'fetching' | 'done' | 'error' | 'hasMore';
|
|
2
|
+
export type TSendStatus = 'none' | 'sending' | 'done' | 'error';
|
|
3
|
+
//# sourceMappingURL=misc.constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"misc.constants.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/constants/misc.constants.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAA;AAC7E,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAA"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { OnInit, OnDestroy, AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClassChangeOnScrollDirective implements OnInit, OnDestroy, AfterViewInit {
|
|
3
4
|
wsClassOnScrollDirChange: number;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
get isScrollingDown(): boolean;
|
|
6
|
+
get isScrollingUp(): boolean;
|
|
7
|
+
get isNotScrolling(): boolean;
|
|
7
8
|
hasScrolledDown: boolean;
|
|
8
9
|
private windowScrollSubscription;
|
|
9
10
|
private timeoutTimer;
|
|
@@ -15,4 +16,7 @@ export declare class ClassChangeOnScrollDirective implements OnInit, OnDestroy,
|
|
|
15
16
|
ngOnDestroy(): void;
|
|
16
17
|
private setScrollState;
|
|
17
18
|
private resetScrollingState;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClassChangeOnScrollDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClassChangeOnScrollDirective, "[wsUtilsClassChangeOnScroll]", never, { "wsClassOnScrollDirChange": { "alias": "wsClassOnScrollDirChange"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
21
|
}
|
|
22
|
+
//# sourceMappingURL=class-change-on-scroll.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class-change-on-scroll.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAe,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;;AAU/F,qBAGa,4BAA6B,YAAW,MAAM,EAAE,SAAS,EAAE,aAAa;IAE1E,wBAAwB,SAAO;IAExC,IAAyC,eAAe,YAEvD;IACD,IAAuC,aAAa,YAEnD;IACD,IAAuC,cAAc,YAEpD;IACmC,eAAe,UAAQ;IAE3D,OAAO,CAAC,wBAAwB,CAA4B;IAC5D,OAAO,CAAC,YAAY,CAAK;IAEzB,OAAO,CAAC,aAAa,CAAI;IACzB,OAAO,CAAC,SAAS,CAAqD;;IAEtE,QAAQ;IAYR,eAAe;IACf,WAAW;IAMX,OAAO,CAAC,cAAc;IAYtB,OAAO,CAAC,mBAAmB;yCApDhB,4BAA4B;2CAA5B,4BAA4B;CA6DxC"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./class-change-on-scroll.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class ClassChangeOnScrollModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClassChangeOnScrollModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClassChangeOnScrollModule, [typeof i1.ClassChangeOnScrollDirective], [typeof i2.CommonModule], [typeof i1.ClassChangeOnScrollDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClassChangeOnScrollModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=class-change-on-scroll.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class-change-on-scroll.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAI"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class DefaultThumbnailDirective implements OnChanges {
|
|
3
4
|
wsUtilsDefaultThumbnail: string;
|
|
4
5
|
src: string;
|
|
@@ -6,4 +7,7 @@ export declare class DefaultThumbnailDirective implements OnChanges {
|
|
|
6
7
|
srcUrl: string;
|
|
7
8
|
updateSrc(): void;
|
|
8
9
|
ngOnChanges(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultThumbnailDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DefaultThumbnailDirective, "[wsUtilsDefaultThumbnail]", never, { "wsUtilsDefaultThumbnail": { "alias": "wsUtilsDefaultThumbnail"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=default-thumbnail.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-thumbnail.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/default-thumbnail/default-thumbnail.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,SAAS,EAAE,MAAM,eAAe,CAAA;;AAEtF,qBAGa,yBAA0B,YAAW,SAAS;IAEhD,uBAAuB,SAAK;IAC5B,GAAG,SAAK;IACjB,8BAA8B,UAAQ;IAElB,MAAM,SAAK;IACR,SAAS;IAOhC,WAAW;yCAdA,yBAAyB;2CAAzB,yBAAyB;CAoBrC"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default-thumbnail.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class DefaultThumbnailModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultThumbnailModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DefaultThumbnailModule, [typeof i1.DefaultThumbnailDirective], [typeof i2.CommonModule], [typeof i1.DefaultThumbnailDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DefaultThumbnailModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=default-thumbnail.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-thumbnail.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/default-thumbnail/default-thumbnail.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAI"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
2
|
import { OnChanges, OnDestroy } from '@angular/core';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export interface IImageResponsiveUnit {
|
|
5
6
|
[key: string]: string;
|
|
6
7
|
}
|
|
@@ -14,4 +15,7 @@ export declare class ImageResponsiveDirective implements OnChanges, OnDestroy {
|
|
|
14
15
|
ngOnChanges(): void;
|
|
15
16
|
ngOnDestroy(): void;
|
|
16
17
|
private setSrc;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageResponsiveDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ImageResponsiveDirective, "[wsUtilsImageResponsive]", never, { "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
20
|
}
|
|
21
|
+
//# sourceMappingURL=image-responsive.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-responsive.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/image-responsive/image-responsive.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAA;AACxD,OAAO,EAAiC,SAAS,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;;AAGnC,MAAM,WAAW,oBAAoB;IACnC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB;AAWD,qBAGa,wBAAyB,YAAW,SAAS,EAAE,SAAS;IAQjE,OAAO,CAAC,kBAAkB;IANnB,GAAG,EAAE,oBAAoB,GAAG,IAAI,CAAO;IAC5B,UAAU,SAAK;IAEnC,WAAW,SAAK;IAChB,sBAAsB,EAAE,YAAY,GAAG,IAAI,CAAO;gBAExC,kBAAkB,EAAE,kBAAkB;IAiChD,WAAW;IAMX,WAAW;IAMX,OAAO,CAAC,MAAM;yCArDH,wBAAwB;2CAAxB,wBAAwB;CA+DpC"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./image-responsive.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class ImageResponsiveModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageResponsiveModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageResponsiveModule, [typeof i1.ImageResponsiveDirective], [typeof i2.CommonModule], [typeof i1.ImageResponsiveDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ImageResponsiveModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=image-responsive.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-responsive.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/image-responsive/image-responsive.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAI"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class InViewPortDirective implements OnInit, OnDestroy {
|
|
3
4
|
private _el;
|
|
4
5
|
private scroll;
|
|
@@ -8,4 +9,7 @@ export declare class InViewPortDirective implements OnInit, OnDestroy {
|
|
|
8
9
|
ngOnInit(): void;
|
|
9
10
|
ngOnDestroy(): void;
|
|
10
11
|
check(partial?: boolean, direction?: string): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InViewPortDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InViewPortDirective, "[wsUtilsInViewPort]", never, {}, { "inViewport": "inViewport"; }, never, never, false, never>;
|
|
11
14
|
}
|
|
15
|
+
//# sourceMappingURL=in-view-port.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"in-view-port.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/in-view-port/in-view-port.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAU,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;;AAI9F,qBAGa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAO/C,OAAO,CAAC,GAAG;IALvB,OAAO,CAAC,MAAM,CAAK;IACnB,OAAO,CAAC,MAAM,CAAK;IAET,UAAU,EAAE,YAAY,CAAC,OAAO,CAAC,CAA8B;gBAErD,GAAG,EAAE,UAAU;IAEnC,QAAQ;IA2BR,WAAW;IAKX,KAAK,CAAC,OAAO,GAAE,OAAc,EAAE,SAAS,GAAE,MAAe;yCAzC9C,mBAAmB;2CAAnB,mBAAmB;CAyE/B"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./in-view-port.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class InViewPortModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InViewPortModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InViewPortModule, [typeof i1.InViewPortDirective], [typeof i2.CommonModule], [typeof i1.InViewPortDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InViewPortModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=in-view-port.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"in-view-port.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/in-view-port/in-view-port.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class NavigationDirective implements OnChanges {
|
|
3
4
|
wsUtilsNavigation: string;
|
|
4
5
|
openInNewTab: boolean;
|
|
@@ -6,4 +7,7 @@ export declare class NavigationDirective implements OnChanges {
|
|
|
6
7
|
onMouseEnter($event: Event): void;
|
|
7
8
|
constructor();
|
|
8
9
|
ngOnChanges(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationDirective, "[wsUtilsNavigation]", never, { "wsUtilsNavigation": { "alias": "wsUtilsNavigation"; "required": false; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; }; "routeUrl": { "alias": "routeUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=navigation.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/navigation/navigation.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAoC,MAAM,eAAe,CAAA;;AAEtF,qBAGa,mBAAoB,YAAW,SAAS;IAC1C,iBAAiB,SAAK;IACtB,YAAY,UAAQ;IAEG,QAAQ,SAAK;IACN,YAAY,CAAC,MAAM,EAAE,KAAK;;IAUjE,WAAW;yCAfA,mBAAmB;2CAAnB,mBAAmB;CAqB/B"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./navigation.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class NavigationModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationModule, [typeof i1.NavigationDirective], [typeof i2.CommonModule], [typeof i1.NavigationDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=navigation.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/navigation/navigation.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class PermissionDirective {
|
|
2
3
|
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[wsUtilsPermission]", never, {}, {}, never, never, false, never>;
|
|
3
6
|
}
|
|
7
|
+
//# sourceMappingURL=permission.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permission.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/permission/permission.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,mBAAmB;;yCAAnB,mBAAmB;2CAAnB,mBAAmB;CAI/B"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./permission.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class PermissionModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PermissionModule, [typeof i1.PermissionDirective], [typeof i2.CommonModule], [typeof i1.PermissionDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PermissionModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=permission.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permission.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/permission/permission.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStringifiedQueryParams.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/functions/getStringifiedQueryParams.ts"],"names":[],"mappings":"AAAA,wBAAgB,yBAAyB,CAAC,GAAG,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,EAAE,CAAA;CAAE,UAOvG"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef } from '@angular/core';
|
|
2
2
|
import { TFetchStatus } from '../../constants/misc.constants';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class HorizontalScrollerComponent implements OnInit, OnChanges, OnDestroy {
|
|
4
5
|
loadStatus: TFetchStatus;
|
|
5
6
|
onHover: boolean;
|
|
@@ -15,4 +16,7 @@ export declare class HorizontalScrollerComponent implements OnInit, OnChanges, O
|
|
|
15
16
|
showPrev(): void;
|
|
16
17
|
showNext(): void;
|
|
17
18
|
private updateNavigationBtnStatus;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HorizontalScrollerComponent, "ws-utils-horizontal-scroller", never, { "loadStatus": { "alias": "loadStatus"; "required": false; }; "onHover": { "alias": "onHover"; "required": false; }; }, { "loadNext": "loadNext"; }, never, ["*"], false, never>;
|
|
18
21
|
}
|
|
22
|
+
//# sourceMappingURL=horizontal-scroller.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"horizontal-scroller.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/horizontal-scroller/horizontal-scroller.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,SAAS,EAA4B,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAO3H,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAA;;AAE7D,qBAKa,2BAA4B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAG9E,UAAU,EAAE,YAAY,CAAS;IAEjC,OAAO,UAAQ;IAEf,QAAQ,oBAAqB;IAE7B,oBAAoB,EAAE,UAAU,GAAG,IAAI,CAAO;IAE9C,UAAU,UAAQ;IAClB,UAAU,UAAQ;IAClB,OAAO,CAAC,cAAc,CAA4B;;IAIlD,QAAQ;IAcR,WAAW;IAQX,WAAW;IAKX,QAAQ;IAcR,QAAQ;IAcR,OAAO,CAAC,yBAAyB;yCAxEtB,2BAA2B;2CAA3B,2BAA2B;CAsFvC"}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./horizontal-scroller.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-progress-spinner";
|
|
1
7
|
export declare class HorizontalScrollerModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HorizontalScrollerModule, [typeof i1.HorizontalScrollerComponent], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.MatIconModule, typeof i5.MatLegacyProgressSpinnerModule], [typeof i1.HorizontalScrollerComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HorizontalScrollerModule>;
|
|
2
11
|
}
|
|
12
|
+
//# sourceMappingURL=horizontal-scroller.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"horizontal-scroller.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/horizontal-scroller/horizontal-scroller.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAUa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAI"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
3
|
import { AuthKeycloakService } from '../../services/auth-keycloak.service';
|
|
4
4
|
import { ConfigurationsService } from '../../services/configurations.service';
|
|
5
5
|
import { UtilityService } from '../../services/utility.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class LogoutComponent implements OnInit {
|
|
7
8
|
dialogRef: MatDialogRef<LogoutComponent>;
|
|
8
9
|
private authSvc;
|
|
@@ -14,5 +15,8 @@ export declare class LogoutComponent implements OnInit {
|
|
|
14
15
|
constructor(dialogRef: MatDialogRef<LogoutComponent>, authSvc: AuthKeycloakService, configSvc: ConfigurationsService, utilitySvc: UtilityService);
|
|
15
16
|
ngOnInit(): void;
|
|
16
17
|
confirmed(): void;
|
|
17
|
-
|
|
18
|
+
get isDownloadable(): boolean;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoutComponent, "ws-utils-logout", never, {}, {}, never, never, false, never>;
|
|
18
21
|
}
|
|
22
|
+
//# sourceMappingURL=logout.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logout.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/logout/logout.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAA;AACjD,OAAO,EAAE,kBAAkB,IAAI,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAEpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAA;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAA;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;;AAE/D,qBAKa,eAAgB,YAAW,MAAM;IAMnC,SAAS,EAAE,YAAY,CAAC,eAAe,CAAC;IAC/C,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,UAAU;IAPpB,QAAQ,UAAQ;IAChB,iBAAiB,UAAQ;IACzB,qBAAqB,UAAQ;gBAEpB,SAAS,EAAE,YAAY,CAAC,eAAe,CAAC,EACvC,OAAO,EAAE,mBAAmB,EAC5B,SAAS,EAAE,qBAAqB,EAChC,UAAU,EAAE,cAAc;IAIpC,QAAQ;IAOR,SAAS;IAQT,IAAI,cAAc,YAMjB;yCAlCU,eAAe;2CAAf,eAAe;CAoC3B"}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./logout.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-dialog";
|
|
1
6
|
export declare class LogoutModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LogoutModule, [typeof i1.LogoutComponent], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.MatLegacyDialogModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LogoutModule>;
|
|
2
10
|
}
|
|
11
|
+
//# sourceMappingURL=logout.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logout.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/logout/logout.module.ts"],"names":[],"mappings":";;;;;AAOA,qBAQa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contentRating.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/models/contentRating.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,WAAW,EAAE,CAAA;CAC1B;AACD,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CACd"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-concise-date-range.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class PipeConciseDateRangeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeConciseDateRangeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeConciseDateRangeModule, [typeof i1.PipeConciseDateRangePipe], [typeof i2.CommonModule], [typeof i1.PipeConciseDateRangePipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeConciseDateRangeModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=pipe-concise-date-range.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-concise-date-range.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ts"],"names":[],"mappings":";;;AAIA,qBAKa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
interface IDateRange {
|
|
3
4
|
fromDate: Date;
|
|
4
5
|
toDate: Date;
|
|
@@ -6,5 +7,8 @@ interface IDateRange {
|
|
|
6
7
|
}
|
|
7
8
|
export declare class PipeConciseDateRangePipe implements PipeTransform {
|
|
8
9
|
transform(dateRange: IDateRange): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeConciseDateRangePipe, never>;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeConciseDateRangePipe, "pipeConciseDateRange", false>;
|
|
9
12
|
}
|
|
10
13
|
export {};
|
|
14
|
+
//# sourceMappingURL=pipe-concise-date-range.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-concise-date-range.pipe.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAA;;AAEnD,UAAU,UAAU;IAClB,QAAQ,EAAE,IAAI,CAAA;IACd,MAAM,EAAE,IAAI,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,qBAGa,wBAAyB,YAAW,aAAa;IAC5D,SAAS,CAAC,SAAS,EAAE,UAAU,GAAG,MAAM;yCAD7B,wBAAwB;uCAAxB,wBAAwB;CAiDpC"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-count-transform.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class PipeCountTransformModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeCountTransformModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeCountTransformModule, [typeof i1.PipeCountTransformPipe], [typeof i2.CommonModule], [typeof i1.PipeCountTransformPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeCountTransformModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=pipe-count-transform.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-count-transform.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-count-transform/pipe-count-transform.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAI"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PipeCountTransformPipe implements PipeTransform {
|
|
3
4
|
transform(value: number): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeCountTransformPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeCountTransformPipe, "pipeCountTransform", false>;
|
|
4
7
|
}
|
|
8
|
+
//# sourceMappingURL=pipe-count-transform.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-count-transform.pipe.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAA;;AAEnD,qBAGa,sBAAuB,YAAW,aAAa;IAE1D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCAFrB,sBAAsB;uCAAtB,sBAAsB;CA0BlC"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-date-concat.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class PipeDateConcatModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeDateConcatModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeDateConcatModule, [typeof i1.PipeDateConcatPipe], [typeof i2.CommonModule], [typeof i1.PipeDateConcatPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeDateConcatModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=pipe-date-concat.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-date-concat.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-date-concat/pipe-date-concat.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAI"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
interface ICertificationDate {
|
|
3
4
|
day: number;
|
|
4
5
|
month: number;
|
|
@@ -9,5 +10,8 @@ export declare class PipeDateConcatPipe implements PipeTransform {
|
|
|
9
10
|
private readonly months;
|
|
10
11
|
constructor();
|
|
11
12
|
transform(value: ICertificationDate): string;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeDateConcatPipe, never>;
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeDateConcatPipe, "pipeDateConcat", false>;
|
|
12
15
|
}
|
|
13
16
|
export {};
|
|
17
|
+
//# sourceMappingURL=pipe-date-concat.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-date-concat.pipe.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAA;;AAEnD,UAAU,kBAAkB;IAC1B,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,qBAGa,kBAAmB,YAAW,aAAa;IACtD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAU;;IAmBjC,SAAS,CAAC,KAAK,EAAE,kBAAkB,GAAG,MAAM;yCApBjC,kBAAkB;uCAAlB,kBAAkB;CA4B9B"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-duration-transform.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class PipeDurationTransformModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeDurationTransformModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeDurationTransformModule, [typeof i1.PipeDurationTransformPipe], [typeof i2.CommonModule], [typeof i1.PipeDurationTransformPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeDurationTransformModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=pipe-duration-transform.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-duration-transform.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PipeDurationTransformPipe implements PipeTransform {
|
|
3
4
|
transform(data: number, type: 'time24' | 'hms' | 'hour'): any;
|
|
4
5
|
defaultDuration(h: number, m: number, s: number): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeDurationTransformPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeDurationTransformPipe, "pipeDurationTransform", false>;
|
|
5
8
|
}
|
|
9
|
+
//# sourceMappingURL=pipe-duration-transform.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-duration-transform.pipe.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAA;;AAEnD,qBAGa,yBAA0B,YAAW,aAAa;IAE7D,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,GAAG;IA8C7D,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;yCAhDpC,yBAAyB;uCAAzB,yBAAyB;CAwDrC"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-filter.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class PipeFilterModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeFilterModule, [typeof i1.PipeFilterPipe], [typeof i2.CommonModule], [typeof i1.PipeFilterPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeFilterModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=pipe-filter.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-filter.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter/pipe-filter.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PipeFilterPipe implements PipeTransform {
|
|
3
4
|
transform(value: any, keys: string, term: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeFilterPipe, "pipeFilter", false>;
|
|
4
7
|
}
|
|
8
|
+
//# sourceMappingURL=pipe-filter.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-filter.pipe.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter/pipe-filter.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAA;;AAEnD,qBAGa,cAAe,YAAW,aAAa;IAElD,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;yCAF9C,cAAc;uCAAd,cAAc;CAW1B"}
|