@sunbird-cb/utils 1.0.18-ang-9-12 → 1.0.19-ang-9-12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/sunbird-cb-utils.umd.js +561 -779
- package/bundles/sunbird-cb-utils.umd.js.map +1 -1
- package/esm2015/lib/components/image-crop/image-crop.component.js +22 -28
- package/esm2015/lib/components/image-crop/image-crop.module.js +20 -45
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +14 -24
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +10 -17
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +12 -20
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.module.js +10 -17
- package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +14 -16
- package/esm2015/lib/directives/image-responsive/image-responsive.module.js +10 -17
- package/esm2015/lib/directives/in-view-port/in-view-port.directive.js +13 -13
- package/esm2015/lib/directives/in-view-port/in-view-port.module.js +10 -17
- package/esm2015/lib/directives/navigation/navigation.directive.js +13 -22
- package/esm2015/lib/directives/navigation/navigation.module.js +10 -17
- package/esm2015/lib/directives/permission/permission.directive.js +7 -10
- package/esm2015/lib/directives/permission/permission.module.js +10 -17
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +15 -25
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +13 -26
- package/esm2015/lib/helpers/logout/logout.component.js +18 -18
- package/esm2015/lib/helpers/logout/logout.module.js +12 -23
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +8 -13
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +10 -17
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +10 -17
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +7 -10
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +10 -17
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.module.js +10 -17
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +10 -17
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +10 -17
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +10 -17
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +10 -17
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +10 -17
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.module.js +10 -17
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +10 -17
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +10 -17
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +6 -10
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +10 -17
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +10 -11
- package/esm2015/lib/resolvers/explore-detail.resolver.js +15 -9
- package/esm2015/lib/resolvers/marketing-offering.resolve.js +11 -9
- package/esm2015/lib/resolvers/page.resolver.js +14 -12
- package/esm2015/lib/services/auth-keycloak.service.js +15 -10
- package/esm2015/lib/services/auth-microsoft.service.js +13 -9
- package/esm2015/lib/services/configurations.model.js +1 -1
- package/esm2015/lib/services/configurations.service.js +8 -9
- package/esm2015/lib/services/event.service.js +12 -12
- package/esm2015/lib/services/logger.service.js +11 -9
- package/esm2015/lib/services/subapplication-respond.service.js +22 -9
- package/esm2015/lib/services/telemetry.service.js +16 -12
- package/esm2015/lib/services/user-preference.service.js +13 -9
- package/esm2015/lib/services/utility.service.js +16 -10
- package/esm2015/lib/services/value.service.js +11 -10
- package/esm2015/lib/services/widget-content.service.js +17 -11
- package/fesm2015/sunbird-cb-utils.js +568 -776
- package/fesm2015/sunbird-cb-utils.js.map +1 -1
- package/lib/components/image-crop/image-crop.component.d.ts +1 -3
- package/lib/components/image-crop/image-crop.component.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.component.ngfactory.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.module.d.ts +1 -14
- package/lib/components/image-crop/image-crop.module.d.ts.map +1 -0
- package/lib/components/image-crop/image-crop.module.ngfactory.d.ts.map +1 -0
- package/lib/constants/features.enum.d.ts +1 -0
- package/lib/constants/features.enum.d.ts.map +1 -0
- package/lib/constants/instances.enum.d.ts +1 -0
- package/lib/constants/instances.enum.d.ts.map +1 -0
- package/lib/constants/misc.constants.d.ts +1 -0
- package/lib/constants/misc.constants.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +1 -3
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +1 -6
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts.map +1 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +1 -3
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +1 -6
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.directive.d.ts +1 -3
- package/lib/directives/image-responsive/image-responsive.directive.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.module.d.ts +1 -6
- package/lib/directives/image-responsive/image-responsive.module.d.ts.map +1 -0
- package/lib/directives/image-responsive/image-responsive.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.directive.d.ts +1 -3
- package/lib/directives/in-view-port/in-view-port.directive.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.module.d.ts +1 -6
- package/lib/directives/in-view-port/in-view-port.module.d.ts.map +1 -0
- package/lib/directives/in-view-port/in-view-port.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.directive.d.ts +1 -3
- package/lib/directives/navigation/navigation.directive.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.module.d.ts +1 -6
- package/lib/directives/navigation/navigation.module.d.ts.map +1 -0
- package/lib/directives/navigation/navigation.module.ngfactory.d.ts.map +1 -0
- package/lib/directives/permission/permission.directive.d.ts +1 -3
- package/lib/directives/permission/permission.directive.d.ts.map +1 -0
- package/lib/directives/permission/permission.directive.ngfactory.d.ts.map +1 -0
- package/lib/directives/permission/permission.module.d.ts +1 -6
- package/lib/directives/permission/permission.module.d.ts.map +1 -0
- package/lib/directives/permission/permission.module.ngfactory.d.ts.map +1 -0
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts +1 -0
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +1 -3
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.ngfactory.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +1 -9
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts.map +1 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.ngfactory.d.ts.map +1 -0
- package/lib/helpers/logout/logout.component.d.ts +1 -3
- package/lib/helpers/logout/logout.component.d.ts.map +1 -0
- package/lib/helpers/logout/logout.component.ngfactory.d.ts.map +1 -0
- package/lib/helpers/logout/logout.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/lib/helpers/logout/logout.module.d.ts +1 -8
- package/lib/helpers/logout/logout.module.d.ts.map +1 -0
- package/lib/helpers/logout/logout.module.ngfactory.d.ts.map +1 -0
- package/lib/models/contentRating.model.d.ts +1 -0
- package/lib/models/contentRating.model.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +1 -6
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +1 -3
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +1 -6
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +1 -3
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +1 -6
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +1 -3
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +1 -6
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +1 -3
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +1 -6
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +1 -3
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +1 -6
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +1 -3
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +1 -6
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +1 -3
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +1 -6
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +1 -3
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +1 -6
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +1 -3
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +1 -6
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +1 -3
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +1 -6
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +1 -3
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +1 -6
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +1 -3
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +1 -6
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +1 -3
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +1 -6
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.ngfactory.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +1 -3
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts.map +1 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.ngfactory.d.ts.map +1 -0
- package/lib/resolvers/explore-detail.resolver.d.ts +1 -3
- package/lib/resolvers/explore-detail.resolver.d.ts.map +1 -0
- package/lib/resolvers/explore-detail.resolver.ngfactory.d.ts.map +1 -0
- package/lib/resolvers/marketing-offering.resolve.d.ts +1 -3
- package/lib/resolvers/marketing-offering.resolve.d.ts.map +1 -0
- package/lib/resolvers/marketing-offering.resolve.ngfactory.d.ts.map +1 -0
- package/lib/resolvers/page.constant.d.ts +1 -0
- package/lib/resolvers/page.constant.d.ts.map +1 -0
- package/lib/resolvers/page.model.d.ts +1 -0
- package/lib/resolvers/page.model.d.ts.map +1 -0
- package/lib/resolvers/page.resolver.d.ts +1 -3
- package/lib/resolvers/page.resolver.d.ts.map +1 -0
- package/lib/resolvers/page.resolver.ngfactory.d.ts.map +1 -0
- package/lib/resolvers/resolver.model.d.ts +1 -0
- package/lib/resolvers/resolver.model.d.ts.map +1 -0
- package/lib/services/auth-keycloak.service.d.ts +1 -3
- package/lib/services/auth-keycloak.service.d.ts.map +1 -0
- package/lib/services/auth-keycloak.service.ngfactory.d.ts.map +1 -0
- package/lib/services/auth-microsoft.service.d.ts +1 -3
- package/lib/services/auth-microsoft.service.d.ts.map +1 -0
- package/lib/services/auth-microsoft.service.ngfactory.d.ts.map +1 -0
- package/lib/services/card-content.model.d.ts +1 -0
- package/lib/services/card-content.model.d.ts.map +1 -0
- package/lib/services/configurations.model.d.ts +9 -0
- package/lib/services/configurations.model.d.ts.map +1 -0
- package/lib/services/configurations.service.d.ts +2 -3
- package/lib/services/configurations.service.d.ts.map +1 -0
- package/lib/services/configurations.service.ngfactory.d.ts.map +1 -0
- package/lib/services/content-strip-multiple.model.d.ts +1 -0
- package/lib/services/content-strip-multiple.model.d.ts.map +1 -0
- package/lib/services/event.model.d.ts +1 -0
- package/lib/services/event.model.d.ts.map +1 -0
- package/lib/services/event.service.d.ts +1 -3
- package/lib/services/event.service.d.ts.map +1 -0
- package/lib/services/event.service.ngfactory.d.ts.map +1 -0
- package/lib/services/logger.service.d.ts +1 -3
- package/lib/services/logger.service.d.ts.map +1 -0
- package/lib/services/logger.service.ngfactory.d.ts.map +1 -0
- package/lib/services/ms-office.model.d.ts +1 -0
- package/lib/services/ms-office.model.d.ts.map +1 -0
- package/lib/services/subapplication-respond.service.d.ts +1 -3
- package/lib/services/subapplication-respond.service.d.ts.map +1 -0
- package/lib/services/subapplication-respond.service.ngfactory.d.ts.map +1 -0
- package/lib/services/telemetry.service.d.ts +1 -3
- package/lib/services/telemetry.service.d.ts.map +1 -0
- package/lib/services/telemetry.service.ngfactory.d.ts.map +1 -0
- package/lib/services/user-preference.model.d.ts +1 -0
- package/lib/services/user-preference.model.d.ts.map +1 -0
- package/lib/services/user-preference.service.d.ts +1 -3
- package/lib/services/user-preference.service.d.ts.map +1 -0
- package/lib/services/user-preference.service.ngfactory.d.ts.map +1 -0
- package/lib/services/utility.service.d.ts +1 -3
- package/lib/services/utility.service.d.ts.map +1 -0
- package/lib/services/utility.service.ngfactory.d.ts.map +1 -0
- package/lib/services/value.service.d.ts +1 -3
- package/lib/services/value.service.d.ts.map +1 -0
- package/lib/services/value.service.ngfactory.d.ts.map +1 -0
- package/lib/services/widget-content.model.d.ts +1 -0
- package/lib/services/widget-content.model.d.ts.map +1 -0
- package/lib/services/widget-content.service.d.ts +1 -3
- package/lib/services/widget-content.service.d.ts.map +1 -0
- package/lib/services/widget-content.service.ngfactory.d.ts.map +1 -0
- package/lib/services/widget-resolver.model.d.ts +1 -0
- package/lib/services/widget-resolver.model.d.ts.map +1 -0
- package/lib/services/widget-search.model.d.ts +1 -0
- package/lib/services/widget-search.model.d.ts.map +1 -0
- package/package.json +2 -1
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -0
- package/sunbird-cb-utils.d.ts +1 -1
- package/sunbird-cb-utils.d.ts.map +1 -0
- package/sunbird-cb-utils.metadata.json +1 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/material/dialog'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@sunbird-cb/utils', ['exports', '@angular/core', '@angular/material/dialog', '
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["sunbird-cb"] = global["sunbird-cb"] || {}, global["sunbird-cb"].utils = {}), global.ng.core, global.ng.material.dialog, global.
|
|
5
|
-
})(this, (function (exports, i0,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/material/dialog'), require('@angular/material/snack-bar'), require('rxjs'), require('@angular/cdk/layout'), require('rxjs/operators'), require('@angular/common'), require('@angular/material/button'), require('@angular/material/card'), require('@angular/material/icon'), require('@angular/material/slider'), require('@angular/material/toolbar'), require('@angular/material/tooltip'), require('ngx-image-cropper'), require('@angular/material/progress-spinner'), require('keycloak-angular'), require('@angular/common/http'), require('@angular/cdk/platform'), require('@angular/router'), require('moment'), require('lodash'), require('@angular/platform-browser')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@sunbird-cb/utils', ['exports', '@angular/core', '@angular/material/dialog', '@angular/material/snack-bar', 'rxjs', '@angular/cdk/layout', 'rxjs/operators', '@angular/common', '@angular/material/button', '@angular/material/card', '@angular/material/icon', '@angular/material/slider', '@angular/material/toolbar', '@angular/material/tooltip', 'ngx-image-cropper', '@angular/material/progress-spinner', 'keycloak-angular', '@angular/common/http', '@angular/cdk/platform', '@angular/router', 'moment', 'lodash', '@angular/platform-browser'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["sunbird-cb"] = global["sunbird-cb"] || {}, global["sunbird-cb"].utils = {}), global.ng.core, global.ng.material.dialog, global.ng.material.snackBar, global.rxjs, global.ng.cdk.layout, global.rxjs.operators, global.ng.common, global.ng.material.button, global.ng.material.card, global.ng.material.icon, global.ng.material.slider, global.ng.material.toolbar, global.ng.material.tooltip, global.ngxImageCropper, global.ng.material.progressSpinner, global["keycloak-angular"], global.ng.common.http, global.ng.cdk.platform, global.ng.router, global.moment, global._, global.ng.platformBrowser));
|
|
5
|
+
})(this, (function (exports, i0, dialog, snackBar, rxjs, i1, operators, common, button, card, icon, slider, toolbar, tooltip, ngxImageCropper, progressSpinner, i2, i1$1, i2$1, i3, _moment, _, platformBrowser) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -23,23 +23,13 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
|
-
var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
|
|
27
|
-
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
28
26
|
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
29
|
-
var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
|
|
30
|
-
var i6__namespace = /*#__PURE__*/_interopNamespace(i6);
|
|
31
|
-
var i7__namespace = /*#__PURE__*/_interopNamespace(i7);
|
|
32
|
-
var i8__namespace = /*#__PURE__*/_interopNamespace(i8);
|
|
33
|
-
var i9__namespace = /*#__PURE__*/_interopNamespace(i9);
|
|
34
|
-
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
35
|
-
var i3__namespace$1 = /*#__PURE__*/_interopNamespace(i3$1);
|
|
36
27
|
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
37
|
-
var i1__namespace$
|
|
38
|
-
var i3__namespace$2 = /*#__PURE__*/_interopNamespace(i3$2);
|
|
28
|
+
var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
|
|
39
29
|
var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
|
|
30
|
+
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
40
31
|
var _moment__namespace = /*#__PURE__*/_interopNamespace(_moment);
|
|
41
32
|
var ___namespace = /*#__PURE__*/_interopNamespace(_);
|
|
42
|
-
var i1__namespace$3 = /*#__PURE__*/_interopNamespace(i1$3);
|
|
43
33
|
|
|
44
34
|
var ConfigurationsService = /** @class */ (function () {
|
|
45
35
|
function ConfigurationsService() {
|
|
@@ -95,14 +85,13 @@
|
|
|
95
85
|
};
|
|
96
86
|
return ConfigurationsService;
|
|
97
87
|
}());
|
|
98
|
-
ConfigurationsService.ɵ
|
|
99
|
-
ConfigurationsService
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}], ctorParameters: function () { return []; } });
|
|
88
|
+
ConfigurationsService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ConfigurationsService_Factory() { return new ConfigurationsService(); }, token: ConfigurationsService, providedIn: "root" });
|
|
89
|
+
ConfigurationsService.decorators = [
|
|
90
|
+
{ type: i0.Injectable, args: [{
|
|
91
|
+
providedIn: 'root',
|
|
92
|
+
},] }
|
|
93
|
+
];
|
|
94
|
+
ConfigurationsService.ctorParameters = function () { return []; };
|
|
106
95
|
|
|
107
96
|
var ValueService = /** @class */ (function () {
|
|
108
97
|
function ValueService(breakpointObserver) {
|
|
@@ -116,14 +105,15 @@
|
|
|
116
105
|
}
|
|
117
106
|
return ValueService;
|
|
118
107
|
}());
|
|
119
|
-
ValueService.ɵ
|
|
120
|
-
ValueService
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
108
|
+
ValueService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ValueService_Factory() { return new ValueService(i0__namespace.ɵɵinject(i1__namespace.BreakpointObserver)); }, token: ValueService, providedIn: "root" });
|
|
109
|
+
ValueService.decorators = [
|
|
110
|
+
{ type: i0.Injectable, args: [{
|
|
111
|
+
providedIn: 'root',
|
|
112
|
+
},] }
|
|
113
|
+
];
|
|
114
|
+
ValueService.ctorParameters = function () { return [
|
|
115
|
+
{ type: i1.BreakpointObserver }
|
|
116
|
+
]; };
|
|
127
117
|
|
|
128
118
|
var ImageCropComponent = /** @class */ (function () {
|
|
129
119
|
function ImageCropComponent(dialogRef, configSvc, snackBar, valueSvc, data) {
|
|
@@ -265,72 +255,48 @@
|
|
|
265
255
|
};
|
|
266
256
|
return ImageCropComponent;
|
|
267
257
|
}());
|
|
268
|
-
ImageCropComponent
|
|
269
|
-
ImageCropComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ImageCropComponent, selector: "ws-utils-image-crop", outputs: { data: "data" }, ngImport: i0__namespace, 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", styles: [".image-cropper{max-height:55vh}::ng-deep image-cropper .overlay{background-color:transparent!important}.Slides{display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto;padding:0 1.25em}@media only screen and (max-width: 1030px){.Slides{padding:0;width:100%}}.cursor{cursor:pointer}.edit-feature-window{background:transparent;justify-content:center}mat-toolbar{background-color:#fff!important;z-index:1!important}mat-dialog-content{padding:1.25em!important}@media only screen and (max-width: 1030px){mat-dialog-content{padding:.25em .5em!important}}.heightwidth{display:flex}@media only screen and (max-width: 1030px){.heightwidth{display:block}}@media only screen and (max-width: 1030px){.mat-button{min-width:auto;padding:0 14px}}.largeicon{font-size:2em;padding:.13em .5em}.tooltip{background:#b71c1c}.dimension-icon{position:relative;top:.35em;padding:0 0 0 .3em}@media only screen and (max-width: 1030px){.button-text{display:none}}.image-cropper-profile{max-height:55vh}.profile-slides{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1030px){.profile-slides{padding:0;width:100%}}.toolbar{left:50%;margin:1em 0 0 -10em;position:absolute;width:auto;border-radius:4px}.cf:before,.cf:after{content:\"\";display:table}.cf:after{clear:both}.toolbar li{float:left;list-style:none}.toolbar a{border-left:0px solid rgba(79,123,170,.4);border-right:1px solid rgba(255,255,255,.3)}.toolbar li:first-child a{border-left:none;border-radius:4px 0 0 4px}.toolbar li:last-child a{border-right:none;border-radius:0 4px 4px 0}\n"], components: [{ type: i5__namespace.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i6__namespace.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i7__namespace.ImageCropperComponent, selector: "image-cropper", inputs: ["format", "transform", "maintainAspectRatio", "aspectRatio", "resizeToWidth", "resizeToHeight", "cropperMinWidth", "cropperMinHeight", "cropperMaxHeight", "cropperMaxWidth", "cropperStaticWidth", "cropperStaticHeight", "canvasRotation", "initialStepSize", "roundCropper", "onlyScaleDown", "imageQuality", "autoCrop", "backgroundColor", "containWithinAspectRatio", "hideResizeSquares", "cropper", "alignImage", "disabled", "imageChangedEvent", "imageURL", "imageBase64", "imageFile"], outputs: ["imageCropped", "startCropImage", "imageLoaded", "cropperReady", "loadImageFailed"] }, { type: i8__namespace.MatSlider, selector: "mat-slider", inputs: ["disabled", "color", "tabIndex", "invert", "max", "min", "step", "thumbLabel", "tickInterval", "value", "vertical", "displayWith", "valueText"], outputs: ["change", "input", "valueChange"], exportAs: ["matSlider"] }, { type: i9__namespace.MatCard, selector: "mat-card", exportAs: ["matCard"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1__namespace$1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i1__namespace$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }] });
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
258
|
+
ImageCropComponent.decorators = [
|
|
259
|
+
{ type: i0.Component, args: [{
|
|
260
|
+
selector: 'ws-utils-image-crop',
|
|
261
|
+
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",
|
|
262
|
+
styles: [".image-cropper{max-height:55vh}::ng-deep image-cropper .overlay{background-color:transparent!important}.Slides{display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto;padding:0 1.25em}@media only screen and (max-width: 1030px){.Slides{padding:0;width:100%}}.cursor{cursor:pointer}.edit-feature-window{background:transparent;justify-content:center}mat-toolbar{background-color:#fff!important;z-index:1!important}mat-dialog-content{padding:1.25em!important}@media only screen and (max-width: 1030px){mat-dialog-content{padding:.25em .5em!important}}.heightwidth{display:flex}@media only screen and (max-width: 1030px){.heightwidth{display:block}}@media only screen and (max-width: 1030px){.mat-button{min-width:auto;padding:0 14px}}.largeicon{font-size:2em;padding:.13em .5em}.tooltip{background:#b71c1c}.dimension-icon{position:relative;top:.35em;padding:0 0 0 .3em}@media only screen and (max-width: 1030px){.button-text{display:none}}.image-cropper-profile{max-height:55vh}.profile-slides{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;display:block;height:auto;width:50%;position:relative;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1030px){.profile-slides{padding:0;width:100%}}.toolbar{left:50%;margin:1em 0 0 -10em;position:absolute;width:auto;border-radius:4px}.cf:before,.cf:after{content:\"\";display:table}.cf:after{clear:both}.toolbar li{float:left;list-style:none}.toolbar a{border-left:0px solid rgba(79,123,170,.4);border-right:1px solid rgba(255,255,255,.3)}.toolbar li:first-child a{border-left:none;border-radius:4px 0 0 4px}.toolbar li:last-child a{border-right:none;border-radius:0 4px 4px 0}\n"]
|
|
263
|
+
},] }
|
|
264
|
+
];
|
|
265
|
+
ImageCropComponent.ctorParameters = function () { return [
|
|
266
|
+
{ type: dialog.MatDialogRef },
|
|
267
|
+
{ type: ConfigurationsService },
|
|
268
|
+
{ type: snackBar.MatSnackBar },
|
|
269
|
+
{ type: ValueService },
|
|
270
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [dialog.MAT_DIALOG_DATA,] }] }
|
|
271
|
+
]; };
|
|
272
|
+
ImageCropComponent.propDecorators = {
|
|
273
|
+
data: [{ type: i0.Output }]
|
|
274
|
+
};
|
|
285
275
|
|
|
286
276
|
var ImageCropModule = /** @class */ (function () {
|
|
287
277
|
function ImageCropModule() {
|
|
288
278
|
}
|
|
289
279
|
return ImageCropModule;
|
|
290
280
|
}());
|
|
291
|
-
ImageCropModule
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
i9.MatCardModule,
|
|
311
|
-
tooltip.MatTooltipModule,
|
|
312
|
-
i8.MatSliderModule,
|
|
313
|
-
]] });
|
|
314
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ImageCropModule, decorators: [{
|
|
315
|
-
type: i0.NgModule,
|
|
316
|
-
args: [{
|
|
317
|
-
declarations: [ImageCropComponent],
|
|
318
|
-
imports: [
|
|
319
|
-
i4.CommonModule,
|
|
320
|
-
i7.ImageCropperModule,
|
|
321
|
-
i5.MatIconModule,
|
|
322
|
-
i6.MatButtonModule,
|
|
323
|
-
i1$1.MatDialogModule,
|
|
324
|
-
toolbar.MatToolbarModule,
|
|
325
|
-
i1$1.MatDialogModule,
|
|
326
|
-
i9.MatCardModule,
|
|
327
|
-
tooltip.MatTooltipModule,
|
|
328
|
-
i8.MatSliderModule,
|
|
329
|
-
],
|
|
330
|
-
exports: [ImageCropComponent],
|
|
331
|
-
entryComponents: [ImageCropComponent],
|
|
332
|
-
}]
|
|
333
|
-
}] });
|
|
281
|
+
ImageCropModule.decorators = [
|
|
282
|
+
{ type: i0.NgModule, args: [{
|
|
283
|
+
declarations: [ImageCropComponent],
|
|
284
|
+
imports: [
|
|
285
|
+
common.CommonModule,
|
|
286
|
+
ngxImageCropper.ImageCropperModule,
|
|
287
|
+
icon.MatIconModule,
|
|
288
|
+
button.MatButtonModule,
|
|
289
|
+
dialog.MatDialogModule,
|
|
290
|
+
toolbar.MatToolbarModule,
|
|
291
|
+
dialog.MatDialogModule,
|
|
292
|
+
card.MatCardModule,
|
|
293
|
+
tooltip.MatTooltipModule,
|
|
294
|
+
slider.MatSliderModule,
|
|
295
|
+
],
|
|
296
|
+
exports: [ImageCropComponent],
|
|
297
|
+
entryComponents: [ImageCropComponent],
|
|
298
|
+
},] }
|
|
299
|
+
];
|
|
334
300
|
|
|
335
301
|
exports.EFeatures = void 0;
|
|
336
302
|
(function (EFeatures) {
|
|
@@ -969,49 +935,34 @@
|
|
|
969
935
|
};
|
|
970
936
|
return ClassChangeOnScrollDirective;
|
|
971
937
|
}());
|
|
972
|
-
ClassChangeOnScrollDirective
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
type: i0.HostBinding,
|
|
986
|
-
args: ['class.scrolling-up']
|
|
987
|
-
}], isNotScrolling: [{
|
|
988
|
-
type: i0.HostBinding,
|
|
989
|
-
args: ['class.scrolling-no']
|
|
990
|
-
}], hasScrolledDown: [{
|
|
991
|
-
type: i0.HostBinding,
|
|
992
|
-
args: ['class.scrolled-down']
|
|
993
|
-
}] } });
|
|
938
|
+
ClassChangeOnScrollDirective.decorators = [
|
|
939
|
+
{ type: i0.Directive, args: [{
|
|
940
|
+
selector: '[wsUtilsClassChangeOnScroll]',
|
|
941
|
+
},] }
|
|
942
|
+
];
|
|
943
|
+
ClassChangeOnScrollDirective.ctorParameters = function () { return []; };
|
|
944
|
+
ClassChangeOnScrollDirective.propDecorators = {
|
|
945
|
+
wsClassOnScrollDirChange: [{ type: i0.Input }],
|
|
946
|
+
isScrollingDown: [{ type: i0.HostBinding, args: ['class.scrolling-down',] }],
|
|
947
|
+
isScrollingUp: [{ type: i0.HostBinding, args: ['class.scrolling-up',] }],
|
|
948
|
+
isNotScrolling: [{ type: i0.HostBinding, args: ['class.scrolling-no',] }],
|
|
949
|
+
hasScrolledDown: [{ type: i0.HostBinding, args: ['class.scrolled-down',] }]
|
|
950
|
+
};
|
|
994
951
|
|
|
995
952
|
var ClassChangeOnScrollModule = /** @class */ (function () {
|
|
996
953
|
function ClassChangeOnScrollModule() {
|
|
997
954
|
}
|
|
998
955
|
return ClassChangeOnScrollModule;
|
|
999
956
|
}());
|
|
1000
|
-
ClassChangeOnScrollModule
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
imports: [
|
|
1010
|
-
i4.CommonModule,
|
|
1011
|
-
],
|
|
1012
|
-
exports: [ClassChangeOnScrollDirective],
|
|
1013
|
-
}]
|
|
1014
|
-
}] });
|
|
957
|
+
ClassChangeOnScrollModule.decorators = [
|
|
958
|
+
{ type: i0.NgModule, args: [{
|
|
959
|
+
declarations: [ClassChangeOnScrollDirective],
|
|
960
|
+
imports: [
|
|
961
|
+
common.CommonModule,
|
|
962
|
+
],
|
|
963
|
+
exports: [ClassChangeOnScrollDirective],
|
|
964
|
+
},] }
|
|
965
|
+
];
|
|
1015
966
|
|
|
1016
967
|
var DefaultThumbnailDirective = /** @class */ (function () {
|
|
1017
968
|
function DefaultThumbnailDirective() {
|
|
@@ -1033,45 +984,32 @@
|
|
|
1033
984
|
};
|
|
1034
985
|
return DefaultThumbnailDirective;
|
|
1035
986
|
}());
|
|
1036
|
-
DefaultThumbnailDirective
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
}], srcUrl: [{
|
|
1048
|
-
type: i0.HostBinding,
|
|
1049
|
-
args: ['src']
|
|
1050
|
-
}], updateSrc: [{
|
|
1051
|
-
type: i0.HostListener,
|
|
1052
|
-
args: ['error']
|
|
1053
|
-
}] } });
|
|
987
|
+
DefaultThumbnailDirective.decorators = [
|
|
988
|
+
{ type: i0.Directive, args: [{
|
|
989
|
+
selector: '[wsUtilsDefaultThumbnail]',
|
|
990
|
+
},] }
|
|
991
|
+
];
|
|
992
|
+
DefaultThumbnailDirective.propDecorators = {
|
|
993
|
+
wsUtilsDefaultThumbnail: [{ type: i0.Input }],
|
|
994
|
+
src: [{ type: i0.Input }],
|
|
995
|
+
srcUrl: [{ type: i0.HostBinding, args: ['src',] }],
|
|
996
|
+
updateSrc: [{ type: i0.HostListener, args: ['error',] }]
|
|
997
|
+
};
|
|
1054
998
|
|
|
1055
999
|
var DefaultThumbnailModule = /** @class */ (function () {
|
|
1056
1000
|
function DefaultThumbnailModule() {
|
|
1057
1001
|
}
|
|
1058
1002
|
return DefaultThumbnailModule;
|
|
1059
1003
|
}());
|
|
1060
|
-
DefaultThumbnailModule
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
imports: [
|
|
1070
|
-
i4.CommonModule,
|
|
1071
|
-
],
|
|
1072
|
-
exports: [DefaultThumbnailDirective],
|
|
1073
|
-
}]
|
|
1074
|
-
}] });
|
|
1004
|
+
DefaultThumbnailModule.decorators = [
|
|
1005
|
+
{ type: i0.NgModule, args: [{
|
|
1006
|
+
declarations: [DefaultThumbnailDirective],
|
|
1007
|
+
imports: [
|
|
1008
|
+
common.CommonModule,
|
|
1009
|
+
],
|
|
1010
|
+
exports: [DefaultThumbnailDirective],
|
|
1011
|
+
},] }
|
|
1012
|
+
];
|
|
1075
1013
|
|
|
1076
1014
|
var customBreakPoints = {
|
|
1077
1015
|
xs: '(max-width: 450px)',
|
|
@@ -1143,40 +1081,33 @@
|
|
|
1143
1081
|
};
|
|
1144
1082
|
return ImageResponsiveDirective;
|
|
1145
1083
|
}());
|
|
1146
|
-
ImageResponsiveDirective
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
}] } });
|
|
1084
|
+
ImageResponsiveDirective.decorators = [
|
|
1085
|
+
{ type: i0.Directive, args: [{
|
|
1086
|
+
selector: '[wsUtilsImageResponsive]',
|
|
1087
|
+
},] }
|
|
1088
|
+
];
|
|
1089
|
+
ImageResponsiveDirective.ctorParameters = function () { return [
|
|
1090
|
+
{ type: i1.BreakpointObserver }
|
|
1091
|
+
]; };
|
|
1092
|
+
ImageResponsiveDirective.propDecorators = {
|
|
1093
|
+
src: [{ type: i0.Input }],
|
|
1094
|
+
srcBindUrl: [{ type: i0.HostBinding, args: ['src',] }]
|
|
1095
|
+
};
|
|
1159
1096
|
|
|
1160
1097
|
var ImageResponsiveModule = /** @class */ (function () {
|
|
1161
1098
|
function ImageResponsiveModule() {
|
|
1162
1099
|
}
|
|
1163
1100
|
return ImageResponsiveModule;
|
|
1164
1101
|
}());
|
|
1165
|
-
ImageResponsiveModule
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
imports: [
|
|
1175
|
-
i4.CommonModule,
|
|
1176
|
-
],
|
|
1177
|
-
exports: [ImageResponsiveDirective],
|
|
1178
|
-
}]
|
|
1179
|
-
}] });
|
|
1102
|
+
ImageResponsiveModule.decorators = [
|
|
1103
|
+
{ type: i0.NgModule, args: [{
|
|
1104
|
+
declarations: [ImageResponsiveDirective],
|
|
1105
|
+
imports: [
|
|
1106
|
+
common.CommonModule,
|
|
1107
|
+
],
|
|
1108
|
+
exports: [ImageResponsiveDirective],
|
|
1109
|
+
},] }
|
|
1110
|
+
];
|
|
1180
1111
|
|
|
1181
1112
|
var InViewPortDirective = /** @class */ (function () {
|
|
1182
1113
|
function InViewPortDirective(_el) {
|
|
@@ -1229,37 +1160,32 @@
|
|
|
1229
1160
|
};
|
|
1230
1161
|
return InViewPortDirective;
|
|
1231
1162
|
}());
|
|
1232
|
-
InViewPortDirective
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1163
|
+
InViewPortDirective.decorators = [
|
|
1164
|
+
{ type: i0.Directive, args: [{
|
|
1165
|
+
selector: '[wsUtilsInViewPort]',
|
|
1166
|
+
},] }
|
|
1167
|
+
];
|
|
1168
|
+
InViewPortDirective.ctorParameters = function () { return [
|
|
1169
|
+
{ type: i0.ElementRef }
|
|
1170
|
+
]; };
|
|
1171
|
+
InViewPortDirective.propDecorators = {
|
|
1172
|
+
inViewport: [{ type: i0.Output }]
|
|
1173
|
+
};
|
|
1242
1174
|
|
|
1243
1175
|
var InViewPortModule = /** @class */ (function () {
|
|
1244
1176
|
function InViewPortModule() {
|
|
1245
1177
|
}
|
|
1246
1178
|
return InViewPortModule;
|
|
1247
1179
|
}());
|
|
1248
|
-
InViewPortModule
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
exports: [InViewPortDirective],
|
|
1258
|
-
imports: [
|
|
1259
|
-
i4.CommonModule,
|
|
1260
|
-
],
|
|
1261
|
-
}]
|
|
1262
|
-
}] });
|
|
1180
|
+
InViewPortModule.decorators = [
|
|
1181
|
+
{ type: i0.NgModule, args: [{
|
|
1182
|
+
declarations: [InViewPortDirective],
|
|
1183
|
+
exports: [InViewPortDirective],
|
|
1184
|
+
imports: [
|
|
1185
|
+
common.CommonModule,
|
|
1186
|
+
],
|
|
1187
|
+
},] }
|
|
1188
|
+
];
|
|
1263
1189
|
|
|
1264
1190
|
var NavigationDirective = /** @class */ (function () {
|
|
1265
1191
|
function NavigationDirective() {
|
|
@@ -1282,82 +1208,60 @@
|
|
|
1282
1208
|
};
|
|
1283
1209
|
return NavigationDirective;
|
|
1284
1210
|
}());
|
|
1285
|
-
NavigationDirective
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
type: i0.Input
|
|
1298
|
-
}, {
|
|
1299
|
-
type: i0.HostBinding,
|
|
1300
|
-
args: ['attr.routerLink']
|
|
1301
|
-
}], onMouseEnter: [{
|
|
1302
|
-
type: i0.HostListener,
|
|
1303
|
-
args: ['mousedown', ['$event']]
|
|
1304
|
-
}] } });
|
|
1211
|
+
NavigationDirective.decorators = [
|
|
1212
|
+
{ type: i0.Directive, args: [{
|
|
1213
|
+
selector: '[wsUtilsNavigation]',
|
|
1214
|
+
},] }
|
|
1215
|
+
];
|
|
1216
|
+
NavigationDirective.ctorParameters = function () { return []; };
|
|
1217
|
+
NavigationDirective.propDecorators = {
|
|
1218
|
+
wsUtilsNavigation: [{ type: i0.Input }],
|
|
1219
|
+
openInNewTab: [{ type: i0.Input }],
|
|
1220
|
+
routeUrl: [{ type: i0.Input }, { type: i0.HostBinding, args: ['attr.routerLink',] }],
|
|
1221
|
+
onMouseEnter: [{ type: i0.HostListener, args: ['mousedown', ['$event'],] }]
|
|
1222
|
+
};
|
|
1305
1223
|
|
|
1306
1224
|
var NavigationModule = /** @class */ (function () {
|
|
1307
1225
|
function NavigationModule() {
|
|
1308
1226
|
}
|
|
1309
1227
|
return NavigationModule;
|
|
1310
1228
|
}());
|
|
1311
|
-
NavigationModule
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
imports: [
|
|
1321
|
-
i4.CommonModule,
|
|
1322
|
-
],
|
|
1323
|
-
exports: [NavigationDirective],
|
|
1324
|
-
}]
|
|
1325
|
-
}] });
|
|
1229
|
+
NavigationModule.decorators = [
|
|
1230
|
+
{ type: i0.NgModule, args: [{
|
|
1231
|
+
declarations: [NavigationDirective],
|
|
1232
|
+
imports: [
|
|
1233
|
+
common.CommonModule,
|
|
1234
|
+
],
|
|
1235
|
+
exports: [NavigationDirective],
|
|
1236
|
+
},] }
|
|
1237
|
+
];
|
|
1326
1238
|
|
|
1327
1239
|
var PermissionDirective = /** @class */ (function () {
|
|
1328
1240
|
function PermissionDirective() {
|
|
1329
1241
|
}
|
|
1330
1242
|
return PermissionDirective;
|
|
1331
1243
|
}());
|
|
1332
|
-
PermissionDirective
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
}]
|
|
1339
|
-
}], ctorParameters: function () { return []; } });
|
|
1244
|
+
PermissionDirective.decorators = [
|
|
1245
|
+
{ type: i0.Directive, args: [{
|
|
1246
|
+
selector: '[wsUtilsPermission]',
|
|
1247
|
+
},] }
|
|
1248
|
+
];
|
|
1249
|
+
PermissionDirective.ctorParameters = function () { return []; };
|
|
1340
1250
|
|
|
1341
1251
|
var PermissionModule = /** @class */ (function () {
|
|
1342
1252
|
function PermissionModule() {
|
|
1343
1253
|
}
|
|
1344
1254
|
return PermissionModule;
|
|
1345
1255
|
}());
|
|
1346
|
-
PermissionModule
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
imports: [
|
|
1356
|
-
i4.CommonModule,
|
|
1357
|
-
],
|
|
1358
|
-
exports: [PermissionDirective],
|
|
1359
|
-
}]
|
|
1360
|
-
}] });
|
|
1256
|
+
PermissionModule.decorators = [
|
|
1257
|
+
{ type: i0.NgModule, args: [{
|
|
1258
|
+
declarations: [PermissionDirective],
|
|
1259
|
+
imports: [
|
|
1260
|
+
common.CommonModule,
|
|
1261
|
+
],
|
|
1262
|
+
exports: [PermissionDirective],
|
|
1263
|
+
},] }
|
|
1264
|
+
];
|
|
1361
1265
|
|
|
1362
1266
|
function getStringifiedQueryParams(obj) {
|
|
1363
1267
|
return Object.entries(obj)
|
|
@@ -1443,55 +1347,38 @@
|
|
|
1443
1347
|
};
|
|
1444
1348
|
return HorizontalScrollerComponent;
|
|
1445
1349
|
}());
|
|
1446
|
-
HorizontalScrollerComponent
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
type: i0.Output
|
|
1461
|
-
}], horizontalScrollElem: [{
|
|
1462
|
-
type: i0.ViewChild,
|
|
1463
|
-
args: ['horizontalScrollElem', { static: true }]
|
|
1464
|
-
}] } });
|
|
1350
|
+
HorizontalScrollerComponent.decorators = [
|
|
1351
|
+
{ type: i0.Component, args: [{
|
|
1352
|
+
selector: 'ws-utils-horizontal-scroller',
|
|
1353
|
+
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>",
|
|
1354
|
+
styles: [".horizontal-scroll-container{position:relative;width:100%;min-height:100px}.nextLoading,.nextBtn,.prevBtn{position:absolute;top:50%;transform:translateY(-50%);z-index:999}.border-radius-xs{border-radius:8px!important}.prevBtn{left:-16px}.nextBtn{right:-16px}.nextLoading{padding:0;right:-16px}.horizontal-scroll-content{overflow-x:auto;-webkit-overflow-scrolling:touch;height:100%;flex-wrap:nowrap;display:flex;align-items:stretch;-ms-overflow-style:none}.horizontal-scroll-content::-webkit-scrollbar{width:0px;height:0px}\n"]
|
|
1355
|
+
},] }
|
|
1356
|
+
];
|
|
1357
|
+
HorizontalScrollerComponent.ctorParameters = function () { return []; };
|
|
1358
|
+
HorizontalScrollerComponent.propDecorators = {
|
|
1359
|
+
loadStatus: [{ type: i0.Input }],
|
|
1360
|
+
onHover: [{ type: i0.Input }],
|
|
1361
|
+
loadNext: [{ type: i0.Output }],
|
|
1362
|
+
horizontalScrollElem: [{ type: i0.ViewChild, args: ['horizontalScrollElem', { static: true },] }]
|
|
1363
|
+
};
|
|
1465
1364
|
|
|
1466
1365
|
var HorizontalScrollerModule = /** @class */ (function () {
|
|
1467
1366
|
function HorizontalScrollerModule() {
|
|
1468
1367
|
}
|
|
1469
1368
|
return HorizontalScrollerModule;
|
|
1470
1369
|
}());
|
|
1471
|
-
HorizontalScrollerModule
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
type: i0.NgModule,
|
|
1484
|
-
args: [{
|
|
1485
|
-
declarations: [HorizontalScrollerComponent],
|
|
1486
|
-
imports: [
|
|
1487
|
-
i4.CommonModule,
|
|
1488
|
-
i6.MatButtonModule,
|
|
1489
|
-
i5.MatIconModule,
|
|
1490
|
-
i3$1.MatProgressSpinnerModule,
|
|
1491
|
-
],
|
|
1492
|
-
exports: [HorizontalScrollerComponent],
|
|
1493
|
-
}]
|
|
1494
|
-
}] });
|
|
1370
|
+
HorizontalScrollerModule.decorators = [
|
|
1371
|
+
{ type: i0.NgModule, args: [{
|
|
1372
|
+
declarations: [HorizontalScrollerComponent],
|
|
1373
|
+
imports: [
|
|
1374
|
+
common.CommonModule,
|
|
1375
|
+
button.MatButtonModule,
|
|
1376
|
+
icon.MatIconModule,
|
|
1377
|
+
progressSpinner.MatProgressSpinnerModule,
|
|
1378
|
+
],
|
|
1379
|
+
exports: [HorizontalScrollerComponent],
|
|
1380
|
+
},] }
|
|
1381
|
+
];
|
|
1495
1382
|
|
|
1496
1383
|
/******************************************************************************
|
|
1497
1384
|
Copyright (c) Microsoft Corporation.
|
|
@@ -2028,14 +1915,15 @@
|
|
|
2028
1915
|
};
|
|
2029
1916
|
return LoggerService;
|
|
2030
1917
|
}());
|
|
2031
|
-
LoggerService.ɵ
|
|
2032
|
-
LoggerService
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
1918
|
+
LoggerService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(i0__namespace.ɵɵinject(ConfigurationsService)); }, token: LoggerService, providedIn: "root" });
|
|
1919
|
+
LoggerService.decorators = [
|
|
1920
|
+
{ type: i0.Injectable, args: [{
|
|
1921
|
+
providedIn: 'root',
|
|
1922
|
+
},] }
|
|
1923
|
+
];
|
|
1924
|
+
LoggerService.ctorParameters = function () { return [
|
|
1925
|
+
{ type: ConfigurationsService }
|
|
1926
|
+
]; };
|
|
2039
1927
|
|
|
2040
1928
|
var msTokenExpiryDuration = 600;
|
|
2041
1929
|
var storageKey$1 = 'msLoginRequested';
|
|
@@ -2261,14 +2149,16 @@
|
|
|
2261
2149
|
};
|
|
2262
2150
|
return AuthMicrosoftService;
|
|
2263
2151
|
}());
|
|
2264
|
-
AuthMicrosoftService.ɵ
|
|
2265
|
-
AuthMicrosoftService
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2152
|
+
AuthMicrosoftService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function AuthMicrosoftService_Factory() { return new AuthMicrosoftService(i0__namespace.ɵɵinject(LoggerService), i0__namespace.ɵɵinject(i1__namespace$1.HttpClient)); }, token: AuthMicrosoftService, providedIn: "root" });
|
|
2153
|
+
AuthMicrosoftService.decorators = [
|
|
2154
|
+
{ type: i0.Injectable, args: [{
|
|
2155
|
+
providedIn: 'root',
|
|
2156
|
+
},] }
|
|
2157
|
+
];
|
|
2158
|
+
AuthMicrosoftService.ctorParameters = function () { return [
|
|
2159
|
+
{ type: LoggerService },
|
|
2160
|
+
{ type: i1$1.HttpClient }
|
|
2161
|
+
]; };
|
|
2272
2162
|
|
|
2273
2163
|
var storage = localStorage;
|
|
2274
2164
|
var storageKey = 'kc';
|
|
@@ -2547,14 +2437,17 @@
|
|
|
2547
2437
|
});
|
|
2548
2438
|
return AuthKeycloakService;
|
|
2549
2439
|
}());
|
|
2550
|
-
AuthKeycloakService.ɵ
|
|
2551
|
-
AuthKeycloakService
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2440
|
+
AuthKeycloakService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function AuthKeycloakService_Factory() { return new AuthKeycloakService(i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(i2__namespace.KeycloakService), i0__namespace.ɵɵinject(AuthMicrosoftService)); }, token: AuthKeycloakService, providedIn: "root" });
|
|
2441
|
+
AuthKeycloakService.decorators = [
|
|
2442
|
+
{ type: i0.Injectable, args: [{
|
|
2443
|
+
providedIn: 'root',
|
|
2444
|
+
},] }
|
|
2445
|
+
];
|
|
2446
|
+
AuthKeycloakService.ctorParameters = function () { return [
|
|
2447
|
+
{ type: ConfigurationsService },
|
|
2448
|
+
{ type: i2.KeycloakService },
|
|
2449
|
+
{ type: AuthMicrosoftService }
|
|
2450
|
+
]; };
|
|
2558
2451
|
|
|
2559
2452
|
var RANDOM_ID_PER_USER = 0;
|
|
2560
2453
|
var UtilityService = /** @class */ (function () {
|
|
@@ -2566,7 +2459,7 @@
|
|
|
2566
2459
|
this.route = route;
|
|
2567
2460
|
this.currentRouteData = [];
|
|
2568
2461
|
this.router.events.subscribe(function (event) {
|
|
2569
|
-
if (event instanceof i3
|
|
2462
|
+
if (event instanceof i3.NavigationEnd) {
|
|
2570
2463
|
var snapshot = _this.route.snapshot;
|
|
2571
2464
|
var firstChild = snapshot.root.firstChild;
|
|
2572
2465
|
_this.getChildRouteData(snapshot, firstChild);
|
|
@@ -2695,14 +2588,18 @@
|
|
|
2695
2588
|
});
|
|
2696
2589
|
return UtilityService;
|
|
2697
2590
|
}());
|
|
2698
|
-
UtilityService.ɵ
|
|
2699
|
-
UtilityService
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2591
|
+
UtilityService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function UtilityService_Factory() { return new UtilityService(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(i2__namespace$1.Platform), i0__namespace.ɵɵinject(i3__namespace.Router), i0__namespace.ɵɵinject(i3__namespace.ActivatedRoute)); }, token: UtilityService, providedIn: "root" });
|
|
2592
|
+
UtilityService.decorators = [
|
|
2593
|
+
{ type: i0.Injectable, args: [{
|
|
2594
|
+
providedIn: 'root',
|
|
2595
|
+
},] }
|
|
2596
|
+
];
|
|
2597
|
+
UtilityService.ctorParameters = function () { return [
|
|
2598
|
+
{ type: i1$1.HttpClient },
|
|
2599
|
+
{ type: i2$1.Platform },
|
|
2600
|
+
{ type: i3.Router },
|
|
2601
|
+
{ type: i3.ActivatedRoute }
|
|
2602
|
+
]; };
|
|
2706
2603
|
|
|
2707
2604
|
var LogoutComponent = /** @class */ (function () {
|
|
2708
2605
|
function LogoutComponent(dialogRef, authSvc, configSvc, utilitySvc) {
|
|
@@ -2738,43 +2635,36 @@
|
|
|
2738
2635
|
});
|
|
2739
2636
|
return LogoutComponent;
|
|
2740
2637
|
}());
|
|
2741
|
-
LogoutComponent
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2638
|
+
LogoutComponent.decorators = [
|
|
2639
|
+
{ type: i0.Component, args: [{
|
|
2640
|
+
selector: 'ws-utils-logout',
|
|
2641
|
+
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>",
|
|
2642
|
+
styles: [".hide-overflow{overflow:hidden}\n"]
|
|
2643
|
+
},] }
|
|
2644
|
+
];
|
|
2645
|
+
LogoutComponent.ctorParameters = function () { return [
|
|
2646
|
+
{ type: dialog.MatDialogRef },
|
|
2647
|
+
{ type: AuthKeycloakService },
|
|
2648
|
+
{ type: ConfigurationsService },
|
|
2649
|
+
{ type: UtilityService }
|
|
2650
|
+
]; };
|
|
2751
2651
|
|
|
2752
2652
|
var LogoutModule = /** @class */ (function () {
|
|
2753
2653
|
function LogoutModule() {
|
|
2754
2654
|
}
|
|
2755
2655
|
return LogoutModule;
|
|
2756
2656
|
}());
|
|
2757
|
-
LogoutModule
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
args: [{
|
|
2769
|
-
declarations: [LogoutComponent],
|
|
2770
|
-
imports: [
|
|
2771
|
-
i4.CommonModule,
|
|
2772
|
-
i6.MatButtonModule,
|
|
2773
|
-
i1$1.MatDialogModule,
|
|
2774
|
-
],
|
|
2775
|
-
entryComponents: [LogoutComponent],
|
|
2776
|
-
}]
|
|
2777
|
-
}] });
|
|
2657
|
+
LogoutModule.decorators = [
|
|
2658
|
+
{ type: i0.NgModule, args: [{
|
|
2659
|
+
declarations: [LogoutComponent],
|
|
2660
|
+
imports: [
|
|
2661
|
+
common.CommonModule,
|
|
2662
|
+
button.MatButtonModule,
|
|
2663
|
+
dialog.MatDialogModule,
|
|
2664
|
+
],
|
|
2665
|
+
entryComponents: [LogoutComponent],
|
|
2666
|
+
},] }
|
|
2667
|
+
];
|
|
2778
2668
|
|
|
2779
2669
|
var PipeConciseDateRangePipe = /** @class */ (function () {
|
|
2780
2670
|
function PipeConciseDateRangePipe() {
|
|
@@ -2825,31 +2715,24 @@
|
|
|
2825
2715
|
};
|
|
2826
2716
|
return PipeConciseDateRangePipe;
|
|
2827
2717
|
}());
|
|
2828
|
-
PipeConciseDateRangePipe
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
name: 'pipeConciseDateRange',
|
|
2834
|
-
}]
|
|
2835
|
-
}] });
|
|
2718
|
+
PipeConciseDateRangePipe.decorators = [
|
|
2719
|
+
{ type: i0.Pipe, args: [{
|
|
2720
|
+
name: 'pipeConciseDateRange',
|
|
2721
|
+
},] }
|
|
2722
|
+
];
|
|
2836
2723
|
|
|
2837
2724
|
var PipeConciseDateRangeModule = /** @class */ (function () {
|
|
2838
2725
|
function PipeConciseDateRangeModule() {
|
|
2839
2726
|
}
|
|
2840
2727
|
return PipeConciseDateRangeModule;
|
|
2841
2728
|
}());
|
|
2842
|
-
PipeConciseDateRangeModule
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
imports: [i4.CommonModule],
|
|
2850
|
-
exports: [PipeConciseDateRangePipe],
|
|
2851
|
-
}]
|
|
2852
|
-
}] });
|
|
2729
|
+
PipeConciseDateRangeModule.decorators = [
|
|
2730
|
+
{ type: i0.NgModule, args: [{
|
|
2731
|
+
declarations: [PipeConciseDateRangePipe],
|
|
2732
|
+
imports: [common.CommonModule],
|
|
2733
|
+
exports: [PipeConciseDateRangePipe],
|
|
2734
|
+
},] }
|
|
2735
|
+
];
|
|
2853
2736
|
|
|
2854
2737
|
var PipeCountTransformPipe = /** @class */ (function () {
|
|
2855
2738
|
function PipeCountTransformPipe() {
|
|
@@ -2880,35 +2763,26 @@
|
|
|
2880
2763
|
};
|
|
2881
2764
|
return PipeCountTransformPipe;
|
|
2882
2765
|
}());
|
|
2883
|
-
PipeCountTransformPipe
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
name: 'pipeCountTransform',
|
|
2889
|
-
}]
|
|
2890
|
-
}] });
|
|
2766
|
+
PipeCountTransformPipe.decorators = [
|
|
2767
|
+
{ type: i0.Pipe, args: [{
|
|
2768
|
+
name: 'pipeCountTransform',
|
|
2769
|
+
},] }
|
|
2770
|
+
];
|
|
2891
2771
|
|
|
2892
2772
|
var PipeCountTransformModule = /** @class */ (function () {
|
|
2893
2773
|
function PipeCountTransformModule() {
|
|
2894
2774
|
}
|
|
2895
2775
|
return PipeCountTransformModule;
|
|
2896
2776
|
}());
|
|
2897
|
-
PipeCountTransformModule
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
imports: [
|
|
2907
|
-
i4.CommonModule,
|
|
2908
|
-
],
|
|
2909
|
-
exports: [PipeCountTransformPipe],
|
|
2910
|
-
}]
|
|
2911
|
-
}] });
|
|
2777
|
+
PipeCountTransformModule.decorators = [
|
|
2778
|
+
{ type: i0.NgModule, args: [{
|
|
2779
|
+
declarations: [PipeCountTransformPipe],
|
|
2780
|
+
imports: [
|
|
2781
|
+
common.CommonModule,
|
|
2782
|
+
],
|
|
2783
|
+
exports: [PipeCountTransformPipe],
|
|
2784
|
+
},] }
|
|
2785
|
+
];
|
|
2912
2786
|
|
|
2913
2787
|
var PipeDateConcatPipe = /** @class */ (function () {
|
|
2914
2788
|
function PipeDateConcatPipe() {
|
|
@@ -2936,35 +2810,27 @@
|
|
|
2936
2810
|
};
|
|
2937
2811
|
return PipeDateConcatPipe;
|
|
2938
2812
|
}());
|
|
2939
|
-
PipeDateConcatPipe
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
}]
|
|
2946
|
-
}], ctorParameters: function () { return []; } });
|
|
2813
|
+
PipeDateConcatPipe.decorators = [
|
|
2814
|
+
{ type: i0.Pipe, args: [{
|
|
2815
|
+
name: 'pipeDateConcat',
|
|
2816
|
+
},] }
|
|
2817
|
+
];
|
|
2818
|
+
PipeDateConcatPipe.ctorParameters = function () { return []; };
|
|
2947
2819
|
|
|
2948
2820
|
var PipeDateConcatModule = /** @class */ (function () {
|
|
2949
2821
|
function PipeDateConcatModule() {
|
|
2950
2822
|
}
|
|
2951
2823
|
return PipeDateConcatModule;
|
|
2952
2824
|
}());
|
|
2953
|
-
PipeDateConcatModule
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
imports: [
|
|
2963
|
-
i4.CommonModule,
|
|
2964
|
-
],
|
|
2965
|
-
exports: [PipeDateConcatPipe],
|
|
2966
|
-
}]
|
|
2967
|
-
}] });
|
|
2825
|
+
PipeDateConcatModule.decorators = [
|
|
2826
|
+
{ type: i0.NgModule, args: [{
|
|
2827
|
+
declarations: [PipeDateConcatPipe],
|
|
2828
|
+
imports: [
|
|
2829
|
+
common.CommonModule,
|
|
2830
|
+
],
|
|
2831
|
+
exports: [PipeDateConcatPipe],
|
|
2832
|
+
},] }
|
|
2833
|
+
];
|
|
2968
2834
|
|
|
2969
2835
|
var PipeDurationTransformPipe = /** @class */ (function () {
|
|
2970
2836
|
function PipeDurationTransformPipe() {
|
|
@@ -3022,35 +2888,26 @@
|
|
|
3022
2888
|
};
|
|
3023
2889
|
return PipeDurationTransformPipe;
|
|
3024
2890
|
}());
|
|
3025
|
-
PipeDurationTransformPipe
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
name: 'pipeDurationTransform',
|
|
3031
|
-
}]
|
|
3032
|
-
}] });
|
|
2891
|
+
PipeDurationTransformPipe.decorators = [
|
|
2892
|
+
{ type: i0.Pipe, args: [{
|
|
2893
|
+
name: 'pipeDurationTransform',
|
|
2894
|
+
},] }
|
|
2895
|
+
];
|
|
3033
2896
|
|
|
3034
2897
|
var PipeDurationTransformModule = /** @class */ (function () {
|
|
3035
2898
|
function PipeDurationTransformModule() {
|
|
3036
2899
|
}
|
|
3037
2900
|
return PipeDurationTransformModule;
|
|
3038
2901
|
}());
|
|
3039
|
-
PipeDurationTransformModule
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
imports: [
|
|
3049
|
-
i4.CommonModule,
|
|
3050
|
-
],
|
|
3051
|
-
exports: [PipeDurationTransformPipe],
|
|
3052
|
-
}]
|
|
3053
|
-
}] });
|
|
2902
|
+
PipeDurationTransformModule.decorators = [
|
|
2903
|
+
{ type: i0.NgModule, args: [{
|
|
2904
|
+
declarations: [PipeDurationTransformPipe],
|
|
2905
|
+
imports: [
|
|
2906
|
+
common.CommonModule,
|
|
2907
|
+
],
|
|
2908
|
+
exports: [PipeDurationTransformPipe],
|
|
2909
|
+
},] }
|
|
2910
|
+
];
|
|
3054
2911
|
|
|
3055
2912
|
var PipeHtmlTagRemovalPipe = /** @class */ (function () {
|
|
3056
2913
|
function PipeHtmlTagRemovalPipe() {
|
|
@@ -3060,35 +2917,26 @@
|
|
|
3060
2917
|
};
|
|
3061
2918
|
return PipeHtmlTagRemovalPipe;
|
|
3062
2919
|
}());
|
|
3063
|
-
PipeHtmlTagRemovalPipe
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
name: 'pipeHtmlTagRemoval',
|
|
3069
|
-
}]
|
|
3070
|
-
}] });
|
|
2920
|
+
PipeHtmlTagRemovalPipe.decorators = [
|
|
2921
|
+
{ type: i0.Pipe, args: [{
|
|
2922
|
+
name: 'pipeHtmlTagRemoval',
|
|
2923
|
+
},] }
|
|
2924
|
+
];
|
|
3071
2925
|
|
|
3072
2926
|
var PipeHtmlTagRemovalModule = /** @class */ (function () {
|
|
3073
2927
|
function PipeHtmlTagRemovalModule() {
|
|
3074
2928
|
}
|
|
3075
2929
|
return PipeHtmlTagRemovalModule;
|
|
3076
2930
|
}());
|
|
3077
|
-
PipeHtmlTagRemovalModule
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
imports: [
|
|
3087
|
-
i4.CommonModule,
|
|
3088
|
-
],
|
|
3089
|
-
exports: [PipeHtmlTagRemovalPipe],
|
|
3090
|
-
}]
|
|
3091
|
-
}] });
|
|
2931
|
+
PipeHtmlTagRemovalModule.decorators = [
|
|
2932
|
+
{ type: i0.NgModule, args: [{
|
|
2933
|
+
declarations: [PipeHtmlTagRemovalPipe],
|
|
2934
|
+
imports: [
|
|
2935
|
+
common.CommonModule,
|
|
2936
|
+
],
|
|
2937
|
+
exports: [PipeHtmlTagRemovalPipe],
|
|
2938
|
+
},] }
|
|
2939
|
+
];
|
|
3092
2940
|
|
|
3093
2941
|
var PipeFilterPipe = /** @class */ (function () {
|
|
3094
2942
|
function PipeFilterPipe() {
|
|
@@ -3102,35 +2950,26 @@
|
|
|
3102
2950
|
};
|
|
3103
2951
|
return PipeFilterPipe;
|
|
3104
2952
|
}());
|
|
3105
|
-
PipeFilterPipe
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
name: 'pipeFilter',
|
|
3111
|
-
}]
|
|
3112
|
-
}] });
|
|
2953
|
+
PipeFilterPipe.decorators = [
|
|
2954
|
+
{ type: i0.Pipe, args: [{
|
|
2955
|
+
name: 'pipeFilter',
|
|
2956
|
+
},] }
|
|
2957
|
+
];
|
|
3113
2958
|
|
|
3114
2959
|
var PipeFilterModule = /** @class */ (function () {
|
|
3115
2960
|
function PipeFilterModule() {
|
|
3116
2961
|
}
|
|
3117
2962
|
return PipeFilterModule;
|
|
3118
2963
|
}());
|
|
3119
|
-
PipeFilterModule
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
imports: [
|
|
3129
|
-
i4.CommonModule,
|
|
3130
|
-
],
|
|
3131
|
-
exports: [PipeFilterPipe],
|
|
3132
|
-
}]
|
|
3133
|
-
}] });
|
|
2964
|
+
PipeFilterModule.decorators = [
|
|
2965
|
+
{ type: i0.NgModule, args: [{
|
|
2966
|
+
declarations: [PipeFilterPipe],
|
|
2967
|
+
imports: [
|
|
2968
|
+
common.CommonModule,
|
|
2969
|
+
],
|
|
2970
|
+
exports: [PipeFilterPipe],
|
|
2971
|
+
},] }
|
|
2972
|
+
];
|
|
3134
2973
|
|
|
3135
2974
|
var PipeFilterSearchPipe = /** @class */ (function () {
|
|
3136
2975
|
function PipeFilterSearchPipe() {
|
|
@@ -3162,35 +3001,26 @@
|
|
|
3162
3001
|
};
|
|
3163
3002
|
return PipeFilterSearchPipe;
|
|
3164
3003
|
}());
|
|
3165
|
-
PipeFilterSearchPipe
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
name: 'pipeFilterSearch',
|
|
3171
|
-
}]
|
|
3172
|
-
}] });
|
|
3004
|
+
PipeFilterSearchPipe.decorators = [
|
|
3005
|
+
{ type: i0.Pipe, args: [{
|
|
3006
|
+
name: 'pipeFilterSearch',
|
|
3007
|
+
},] }
|
|
3008
|
+
];
|
|
3173
3009
|
|
|
3174
3010
|
var PipeFilterSearchModule = /** @class */ (function () {
|
|
3175
3011
|
function PipeFilterSearchModule() {
|
|
3176
3012
|
}
|
|
3177
3013
|
return PipeFilterSearchModule;
|
|
3178
3014
|
}());
|
|
3179
|
-
PipeFilterSearchModule
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
imports: [
|
|
3189
|
-
i4.CommonModule,
|
|
3190
|
-
],
|
|
3191
|
-
exports: [PipeFilterSearchPipe],
|
|
3192
|
-
}]
|
|
3193
|
-
}] });
|
|
3015
|
+
PipeFilterSearchModule.decorators = [
|
|
3016
|
+
{ type: i0.NgModule, args: [{
|
|
3017
|
+
declarations: [PipeFilterSearchPipe],
|
|
3018
|
+
imports: [
|
|
3019
|
+
common.CommonModule,
|
|
3020
|
+
],
|
|
3021
|
+
exports: [PipeFilterSearchPipe],
|
|
3022
|
+
},] }
|
|
3023
|
+
];
|
|
3194
3024
|
|
|
3195
3025
|
var PipeListFilterPipe = /** @class */ (function () {
|
|
3196
3026
|
function PipeListFilterPipe() {
|
|
@@ -3205,35 +3035,26 @@
|
|
|
3205
3035
|
};
|
|
3206
3036
|
return PipeListFilterPipe;
|
|
3207
3037
|
}());
|
|
3208
|
-
PipeListFilterPipe
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
name: 'pipeListFilter',
|
|
3214
|
-
}]
|
|
3215
|
-
}] });
|
|
3038
|
+
PipeListFilterPipe.decorators = [
|
|
3039
|
+
{ type: i0.Pipe, args: [{
|
|
3040
|
+
name: 'pipeListFilter',
|
|
3041
|
+
},] }
|
|
3042
|
+
];
|
|
3216
3043
|
|
|
3217
3044
|
var PipeListFilterModule = /** @class */ (function () {
|
|
3218
3045
|
function PipeListFilterModule() {
|
|
3219
3046
|
}
|
|
3220
3047
|
return PipeListFilterModule;
|
|
3221
3048
|
}());
|
|
3222
|
-
PipeListFilterModule
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
imports: [
|
|
3232
|
-
i4.CommonModule,
|
|
3233
|
-
],
|
|
3234
|
-
exports: [PipeListFilterPipe],
|
|
3235
|
-
}]
|
|
3236
|
-
}] });
|
|
3049
|
+
PipeListFilterModule.decorators = [
|
|
3050
|
+
{ type: i0.NgModule, args: [{
|
|
3051
|
+
declarations: [PipeListFilterPipe],
|
|
3052
|
+
imports: [
|
|
3053
|
+
common.CommonModule,
|
|
3054
|
+
],
|
|
3055
|
+
exports: [PipeListFilterPipe],
|
|
3056
|
+
},] }
|
|
3057
|
+
];
|
|
3237
3058
|
|
|
3238
3059
|
var moment$1 = _moment__namespace;
|
|
3239
3060
|
var PipeRelativeTimePipe = /** @class */ (function () {
|
|
@@ -3247,35 +3068,26 @@
|
|
|
3247
3068
|
};
|
|
3248
3069
|
return PipeRelativeTimePipe;
|
|
3249
3070
|
}());
|
|
3250
|
-
PipeRelativeTimePipe
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
name: 'pipeRelativeTime',
|
|
3256
|
-
}]
|
|
3257
|
-
}] });
|
|
3071
|
+
PipeRelativeTimePipe.decorators = [
|
|
3072
|
+
{ type: i0.Pipe, args: [{
|
|
3073
|
+
name: 'pipeRelativeTime',
|
|
3074
|
+
},] }
|
|
3075
|
+
];
|
|
3258
3076
|
|
|
3259
3077
|
var PipeRelativeTimeModule = /** @class */ (function () {
|
|
3260
3078
|
function PipeRelativeTimeModule() {
|
|
3261
3079
|
}
|
|
3262
3080
|
return PipeRelativeTimeModule;
|
|
3263
3081
|
}());
|
|
3264
|
-
PipeRelativeTimeModule
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
imports: [
|
|
3274
|
-
i4.CommonModule,
|
|
3275
|
-
],
|
|
3276
|
-
exports: [PipeRelativeTimePipe],
|
|
3277
|
-
}]
|
|
3278
|
-
}] });
|
|
3082
|
+
PipeRelativeTimeModule.decorators = [
|
|
3083
|
+
{ type: i0.NgModule, args: [{
|
|
3084
|
+
declarations: [PipeRelativeTimePipe],
|
|
3085
|
+
imports: [
|
|
3086
|
+
common.CommonModule,
|
|
3087
|
+
],
|
|
3088
|
+
exports: [PipeRelativeTimePipe],
|
|
3089
|
+
},] }
|
|
3090
|
+
];
|
|
3279
3091
|
|
|
3280
3092
|
var OrderByPipe = /** @class */ (function () {
|
|
3281
3093
|
function OrderByPipe() {
|
|
@@ -3283,35 +3095,26 @@
|
|
|
3283
3095
|
}
|
|
3284
3096
|
return OrderByPipe;
|
|
3285
3097
|
}());
|
|
3286
|
-
OrderByPipe
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
name: 'orderBy',
|
|
3292
|
-
}]
|
|
3293
|
-
}] });
|
|
3098
|
+
OrderByPipe.decorators = [
|
|
3099
|
+
{ type: i0.Pipe, args: [{
|
|
3100
|
+
name: 'orderBy',
|
|
3101
|
+
},] }
|
|
3102
|
+
];
|
|
3294
3103
|
|
|
3295
3104
|
var PipeOrderByModule = /** @class */ (function () {
|
|
3296
3105
|
function PipeOrderByModule() {
|
|
3297
3106
|
}
|
|
3298
3107
|
return PipeOrderByModule;
|
|
3299
3108
|
}());
|
|
3300
|
-
PipeOrderByModule
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
imports: [
|
|
3310
|
-
i4.CommonModule,
|
|
3311
|
-
],
|
|
3312
|
-
exports: [OrderByPipe],
|
|
3313
|
-
}]
|
|
3314
|
-
}] });
|
|
3109
|
+
PipeOrderByModule.decorators = [
|
|
3110
|
+
{ type: i0.NgModule, args: [{
|
|
3111
|
+
declarations: [OrderByPipe],
|
|
3112
|
+
imports: [
|
|
3113
|
+
common.CommonModule,
|
|
3114
|
+
],
|
|
3115
|
+
exports: [OrderByPipe],
|
|
3116
|
+
},] }
|
|
3117
|
+
];
|
|
3315
3118
|
|
|
3316
3119
|
var PipeLimitToPipe = /** @class */ (function () {
|
|
3317
3120
|
function PipeLimitToPipe() {
|
|
@@ -3335,35 +3138,26 @@
|
|
|
3335
3138
|
};
|
|
3336
3139
|
return PipeLimitToPipe;
|
|
3337
3140
|
}());
|
|
3338
|
-
PipeLimitToPipe
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
name: 'pipeLimitTo',
|
|
3344
|
-
}]
|
|
3345
|
-
}] });
|
|
3141
|
+
PipeLimitToPipe.decorators = [
|
|
3142
|
+
{ type: i0.Pipe, args: [{
|
|
3143
|
+
name: 'pipeLimitTo',
|
|
3144
|
+
},] }
|
|
3145
|
+
];
|
|
3346
3146
|
|
|
3347
3147
|
var PipeLimitToModule = /** @class */ (function () {
|
|
3348
3148
|
function PipeLimitToModule() {
|
|
3349
3149
|
}
|
|
3350
3150
|
return PipeLimitToModule;
|
|
3351
3151
|
}());
|
|
3352
|
-
PipeLimitToModule
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
imports: [
|
|
3362
|
-
i4.CommonModule,
|
|
3363
|
-
],
|
|
3364
|
-
exports: [PipeLimitToPipe],
|
|
3365
|
-
}]
|
|
3366
|
-
}] });
|
|
3152
|
+
PipeLimitToModule.decorators = [
|
|
3153
|
+
{ type: i0.NgModule, args: [{
|
|
3154
|
+
declarations: [PipeLimitToPipe],
|
|
3155
|
+
imports: [
|
|
3156
|
+
common.CommonModule,
|
|
3157
|
+
],
|
|
3158
|
+
exports: [PipeLimitToPipe],
|
|
3159
|
+
},] }
|
|
3160
|
+
];
|
|
3367
3161
|
|
|
3368
3162
|
var PipeNameTransformPipe = /** @class */ (function () {
|
|
3369
3163
|
function PipeNameTransformPipe() {
|
|
@@ -3386,35 +3180,26 @@
|
|
|
3386
3180
|
};
|
|
3387
3181
|
return PipeNameTransformPipe;
|
|
3388
3182
|
}());
|
|
3389
|
-
PipeNameTransformPipe
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
name: 'pipeNameTransform',
|
|
3395
|
-
}]
|
|
3396
|
-
}] });
|
|
3183
|
+
PipeNameTransformPipe.decorators = [
|
|
3184
|
+
{ type: i0.Pipe, args: [{
|
|
3185
|
+
name: 'pipeNameTransform',
|
|
3186
|
+
},] }
|
|
3187
|
+
];
|
|
3397
3188
|
|
|
3398
3189
|
var PipeNameTransformModule = /** @class */ (function () {
|
|
3399
3190
|
function PipeNameTransformModule() {
|
|
3400
3191
|
}
|
|
3401
3192
|
return PipeNameTransformModule;
|
|
3402
3193
|
}());
|
|
3403
|
-
PipeNameTransformModule
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
imports: [
|
|
3413
|
-
i4.CommonModule,
|
|
3414
|
-
],
|
|
3415
|
-
exports: [PipeNameTransformPipe],
|
|
3416
|
-
}]
|
|
3417
|
-
}] });
|
|
3194
|
+
PipeNameTransformModule.decorators = [
|
|
3195
|
+
{ type: i0.NgModule, args: [{
|
|
3196
|
+
declarations: [PipeNameTransformPipe],
|
|
3197
|
+
imports: [
|
|
3198
|
+
common.CommonModule,
|
|
3199
|
+
],
|
|
3200
|
+
exports: [PipeNameTransformPipe],
|
|
3201
|
+
},] }
|
|
3202
|
+
];
|
|
3418
3203
|
|
|
3419
3204
|
var PipePartialContentPipe = /** @class */ (function () {
|
|
3420
3205
|
function PipePartialContentPipe() {
|
|
@@ -3441,35 +3226,26 @@
|
|
|
3441
3226
|
};
|
|
3442
3227
|
return PipePartialContentPipe;
|
|
3443
3228
|
}());
|
|
3444
|
-
PipePartialContentPipe
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
name: 'pipePartialContent',
|
|
3450
|
-
}]
|
|
3451
|
-
}] });
|
|
3229
|
+
PipePartialContentPipe.decorators = [
|
|
3230
|
+
{ type: i0.Pipe, args: [{
|
|
3231
|
+
name: 'pipePartialContent',
|
|
3232
|
+
},] }
|
|
3233
|
+
];
|
|
3452
3234
|
|
|
3453
3235
|
var PipePartialContentModule = /** @class */ (function () {
|
|
3454
3236
|
function PipePartialContentModule() {
|
|
3455
3237
|
}
|
|
3456
3238
|
return PipePartialContentModule;
|
|
3457
3239
|
}());
|
|
3458
|
-
PipePartialContentModule
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
imports: [
|
|
3468
|
-
i4.CommonModule,
|
|
3469
|
-
],
|
|
3470
|
-
exports: [PipePartialContentPipe],
|
|
3471
|
-
}]
|
|
3472
|
-
}] });
|
|
3240
|
+
PipePartialContentModule.decorators = [
|
|
3241
|
+
{ type: i0.NgModule, args: [{
|
|
3242
|
+
declarations: [PipePartialContentPipe],
|
|
3243
|
+
imports: [
|
|
3244
|
+
common.CommonModule,
|
|
3245
|
+
],
|
|
3246
|
+
exports: [PipePartialContentPipe],
|
|
3247
|
+
},] }
|
|
3248
|
+
];
|
|
3473
3249
|
|
|
3474
3250
|
var PipeSafeSanitizerPipe = /** @class */ (function () {
|
|
3475
3251
|
function PipeSafeSanitizerPipe(sanitizer) {
|
|
@@ -3494,35 +3270,29 @@
|
|
|
3494
3270
|
};
|
|
3495
3271
|
return PipeSafeSanitizerPipe;
|
|
3496
3272
|
}());
|
|
3497
|
-
PipeSafeSanitizerPipe
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3273
|
+
PipeSafeSanitizerPipe.decorators = [
|
|
3274
|
+
{ type: i0.Pipe, args: [{
|
|
3275
|
+
name: 'pipeSafeSanitizer',
|
|
3276
|
+
},] }
|
|
3277
|
+
];
|
|
3278
|
+
PipeSafeSanitizerPipe.ctorParameters = function () { return [
|
|
3279
|
+
{ type: platformBrowser.DomSanitizer }
|
|
3280
|
+
]; };
|
|
3505
3281
|
|
|
3506
3282
|
var PipeSafeSanitizerModule = /** @class */ (function () {
|
|
3507
3283
|
function PipeSafeSanitizerModule() {
|
|
3508
3284
|
}
|
|
3509
3285
|
return PipeSafeSanitizerModule;
|
|
3510
3286
|
}());
|
|
3511
|
-
PipeSafeSanitizerModule
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
imports: [
|
|
3521
|
-
i4.CommonModule,
|
|
3522
|
-
],
|
|
3523
|
-
exports: [PipeSafeSanitizerPipe],
|
|
3524
|
-
}]
|
|
3525
|
-
}] });
|
|
3287
|
+
PipeSafeSanitizerModule.decorators = [
|
|
3288
|
+
{ type: i0.NgModule, args: [{
|
|
3289
|
+
declarations: [PipeSafeSanitizerPipe],
|
|
3290
|
+
imports: [
|
|
3291
|
+
common.CommonModule,
|
|
3292
|
+
],
|
|
3293
|
+
exports: [PipeSafeSanitizerPipe],
|
|
3294
|
+
},] }
|
|
3295
|
+
];
|
|
3526
3296
|
|
|
3527
3297
|
var ExploreDetailResolve = /** @class */ (function () {
|
|
3528
3298
|
function ExploreDetailResolve(http, configSvc, utilitySvc) {
|
|
@@ -3587,14 +3357,17 @@
|
|
|
3587
3357
|
};
|
|
3588
3358
|
return ExploreDetailResolve;
|
|
3589
3359
|
}());
|
|
3590
|
-
ExploreDetailResolve.ɵ
|
|
3591
|
-
ExploreDetailResolve
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3360
|
+
ExploreDetailResolve.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ExploreDetailResolve_Factory() { return new ExploreDetailResolve(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(UtilityService)); }, token: ExploreDetailResolve, providedIn: "root" });
|
|
3361
|
+
ExploreDetailResolve.decorators = [
|
|
3362
|
+
{ type: i0.Injectable, args: [{
|
|
3363
|
+
providedIn: 'root',
|
|
3364
|
+
},] }
|
|
3365
|
+
];
|
|
3366
|
+
ExploreDetailResolve.ctorParameters = function () { return [
|
|
3367
|
+
{ type: i1$1.HttpClient },
|
|
3368
|
+
{ type: ConfigurationsService },
|
|
3369
|
+
{ type: UtilityService }
|
|
3370
|
+
]; };
|
|
3598
3371
|
|
|
3599
3372
|
var MarketingOfferingResolve = /** @class */ (function () {
|
|
3600
3373
|
function MarketingOfferingResolve(http) {
|
|
@@ -3619,14 +3392,15 @@
|
|
|
3619
3392
|
};
|
|
3620
3393
|
return MarketingOfferingResolve;
|
|
3621
3394
|
}());
|
|
3622
|
-
MarketingOfferingResolve.ɵ
|
|
3623
|
-
MarketingOfferingResolve
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3395
|
+
MarketingOfferingResolve.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function MarketingOfferingResolve_Factory() { return new MarketingOfferingResolve(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient)); }, token: MarketingOfferingResolve, providedIn: "root" });
|
|
3396
|
+
MarketingOfferingResolve.decorators = [
|
|
3397
|
+
{ type: i0.Injectable, args: [{
|
|
3398
|
+
providedIn: 'root',
|
|
3399
|
+
},] }
|
|
3400
|
+
];
|
|
3401
|
+
MarketingOfferingResolve.ctorParameters = function () { return [
|
|
3402
|
+
{ type: i1$1.HttpClient }
|
|
3403
|
+
]; };
|
|
3630
3404
|
|
|
3631
3405
|
var JSON_MAP = {
|
|
3632
3406
|
pagename: 'lexid',
|
|
@@ -3699,19 +3473,17 @@
|
|
|
3699
3473
|
};
|
|
3700
3474
|
return PageResolve;
|
|
3701
3475
|
}());
|
|
3702
|
-
PageResolve.ɵ
|
|
3703
|
-
PageResolve
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
}] }];
|
|
3714
|
-
} });
|
|
3476
|
+
PageResolve.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PageResolve_Factory() { return new PageResolve(i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(i0__namespace.LOCALE_ID)); }, token: PageResolve, providedIn: "root" });
|
|
3477
|
+
PageResolve.decorators = [
|
|
3478
|
+
{ type: i0.Injectable, args: [{
|
|
3479
|
+
providedIn: 'root',
|
|
3480
|
+
},] }
|
|
3481
|
+
];
|
|
3482
|
+
PageResolve.ctorParameters = function () { return [
|
|
3483
|
+
{ type: ConfigurationsService },
|
|
3484
|
+
{ type: i1$1.HttpClient },
|
|
3485
|
+
{ type: String, decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
|
|
3486
|
+
]; };
|
|
3715
3487
|
|
|
3716
3488
|
exports.WsEvents = void 0;
|
|
3717
3489
|
(function (WsEvents) {
|
|
@@ -4016,21 +3788,19 @@
|
|
|
4016
3788
|
};
|
|
4017
3789
|
return EventService;
|
|
4018
3790
|
}());
|
|
4019
|
-
EventService.ɵ
|
|
4020
|
-
EventService
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
args: ['environment']
|
|
4030
|
-
}] }];
|
|
4031
|
-
} });
|
|
3791
|
+
EventService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function EventService_Factory() { return new EventService(i0__namespace.ɵɵinject(UtilityService), i0__namespace.ɵɵinject("environment")); }, token: EventService, providedIn: "root" });
|
|
3792
|
+
EventService.decorators = [
|
|
3793
|
+
{ type: i0.Injectable, args: [{
|
|
3794
|
+
providedIn: 'root',
|
|
3795
|
+
},] }
|
|
3796
|
+
];
|
|
3797
|
+
EventService.ctorParameters = function () { return [
|
|
3798
|
+
{ type: UtilityService },
|
|
3799
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: ['environment',] }] }
|
|
3800
|
+
]; };
|
|
4032
3801
|
|
|
4033
3802
|
var PROTECTED_SLAG_V8 = '/apis/protected/v8';
|
|
3803
|
+
var ɵ0 = function (type, id) { return PROTECTED_SLAG_V8 + "/content/collection/" + type + "/" + id; }, ɵ1 = function (contentId) { return PROTECTED_SLAG_V8 + "/user/progress/" + contentId; };
|
|
4034
3804
|
var API_END_POINTS = {
|
|
4035
3805
|
CONTENT: PROTECTED_SLAG_V8 + "/content",
|
|
4036
3806
|
AUTHORING_CONTENT: "/apis/authApi/hierarchy",
|
|
@@ -4047,9 +3817,9 @@
|
|
|
4047
3817
|
USER_CONTINUE_LEARNING: PROTECTED_SLAG_V8 + "/user/history/continue",
|
|
4048
3818
|
CONTENT_RATING: PROTECTED_SLAG_V8 + "/user/rating",
|
|
4049
3819
|
CONTENT_RATING_V2: PROTECTED_SLAG_V8 + "/user/rating/content/average-ratingInfo",
|
|
4050
|
-
COLLECTION_HIERARCHY:
|
|
3820
|
+
COLLECTION_HIERARCHY: ɵ0,
|
|
4051
3821
|
REGISTRATION_STATUS: PROTECTED_SLAG_V8 + "/admin/userRegistration/checkUserRegistrationContent",
|
|
4052
|
-
MARK_AS_COMPLETE_META:
|
|
3822
|
+
MARK_AS_COMPLETE_META: ɵ1,
|
|
4053
3823
|
};
|
|
4054
3824
|
var WidgetContentService = /** @class */ (function () {
|
|
4055
3825
|
function WidgetContentService(http, configSvc) {
|
|
@@ -4215,14 +3985,16 @@
|
|
|
4215
3985
|
};
|
|
4216
3986
|
return WidgetContentService;
|
|
4217
3987
|
}());
|
|
4218
|
-
WidgetContentService.ɵ
|
|
4219
|
-
WidgetContentService
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
3988
|
+
WidgetContentService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function WidgetContentService_Factory() { return new WidgetContentService(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(ConfigurationsService)); }, token: WidgetContentService, providedIn: "root" });
|
|
3989
|
+
WidgetContentService.decorators = [
|
|
3990
|
+
{ type: i0.Injectable, args: [{
|
|
3991
|
+
providedIn: 'root',
|
|
3992
|
+
},] }
|
|
3993
|
+
];
|
|
3994
|
+
WidgetContentService.ctorParameters = function () { return [
|
|
3995
|
+
{ type: i1$1.HttpClient },
|
|
3996
|
+
{ type: ConfigurationsService }
|
|
3997
|
+
]; };
|
|
4226
3998
|
|
|
4227
3999
|
var TelemetryService = /** @class */ (function () {
|
|
4228
4000
|
function TelemetryService(environment, configSvc, eventsSvc, logger) {
|
|
@@ -4656,19 +4428,18 @@
|
|
|
4656
4428
|
};
|
|
4657
4429
|
return TelemetryService;
|
|
4658
4430
|
}());
|
|
4659
|
-
TelemetryService.ɵ
|
|
4660
|
-
TelemetryService
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
} });
|
|
4431
|
+
TelemetryService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function TelemetryService_Factory() { return new TelemetryService(i0__namespace.ɵɵinject("environment"), i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(EventService), i0__namespace.ɵɵinject(LoggerService)); }, token: TelemetryService, providedIn: "root" });
|
|
4432
|
+
TelemetryService.decorators = [
|
|
4433
|
+
{ type: i0.Injectable, args: [{
|
|
4434
|
+
providedIn: 'root',
|
|
4435
|
+
},] }
|
|
4436
|
+
];
|
|
4437
|
+
TelemetryService.ctorParameters = function () { return [
|
|
4438
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: ['environment',] }] },
|
|
4439
|
+
{ type: ConfigurationsService },
|
|
4440
|
+
{ type: EventService },
|
|
4441
|
+
{ type: LoggerService }
|
|
4442
|
+
]; };
|
|
4672
4443
|
|
|
4673
4444
|
var SubapplicationRespondService = /** @class */ (function () {
|
|
4674
4445
|
function SubapplicationRespondService(configSvc, contentSvc, keyCloakSvc, activatedRoute, router, eventSvc, teleSvc) {
|
|
@@ -4854,14 +4625,21 @@
|
|
|
4854
4625
|
};
|
|
4855
4626
|
return SubapplicationRespondService;
|
|
4856
4627
|
}());
|
|
4857
|
-
SubapplicationRespondService.ɵ
|
|
4858
|
-
SubapplicationRespondService
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
|
|
4628
|
+
SubapplicationRespondService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function SubapplicationRespondService_Factory() { return new SubapplicationRespondService(i0__namespace.ɵɵinject(ConfigurationsService), i0__namespace.ɵɵinject(WidgetContentService), i0__namespace.ɵɵinject(AuthKeycloakService), i0__namespace.ɵɵinject(i3__namespace.ActivatedRoute), i0__namespace.ɵɵinject(i3__namespace.Router), i0__namespace.ɵɵinject(EventService), i0__namespace.ɵɵinject(TelemetryService)); }, token: SubapplicationRespondService, providedIn: "root" });
|
|
4629
|
+
SubapplicationRespondService.decorators = [
|
|
4630
|
+
{ type: i0.Injectable, args: [{
|
|
4631
|
+
providedIn: 'root',
|
|
4632
|
+
},] }
|
|
4633
|
+
];
|
|
4634
|
+
SubapplicationRespondService.ctorParameters = function () { return [
|
|
4635
|
+
{ type: ConfigurationsService },
|
|
4636
|
+
{ type: WidgetContentService },
|
|
4637
|
+
{ type: AuthKeycloakService },
|
|
4638
|
+
{ type: i3.ActivatedRoute },
|
|
4639
|
+
{ type: i3.Router },
|
|
4640
|
+
{ type: EventService },
|
|
4641
|
+
{ type: TelemetryService }
|
|
4642
|
+
]; };
|
|
4865
4643
|
|
|
4866
4644
|
var endpoints = {
|
|
4867
4645
|
userPref: '/apis/protected/v8/user/preference',
|
|
@@ -4947,14 +4725,16 @@
|
|
|
4947
4725
|
};
|
|
4948
4726
|
return UserPreferenceService;
|
|
4949
4727
|
}());
|
|
4950
|
-
UserPreferenceService.ɵ
|
|
4951
|
-
UserPreferenceService
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4728
|
+
UserPreferenceService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function UserPreferenceService_Factory() { return new UserPreferenceService(i0__namespace.ɵɵinject(i1__namespace$1.HttpClient), i0__namespace.ɵɵinject(ConfigurationsService)); }, token: UserPreferenceService, providedIn: "root" });
|
|
4729
|
+
UserPreferenceService.decorators = [
|
|
4730
|
+
{ type: i0.Injectable, args: [{
|
|
4731
|
+
providedIn: 'root',
|
|
4732
|
+
},] }
|
|
4733
|
+
];
|
|
4734
|
+
UserPreferenceService.ctorParameters = function () { return [
|
|
4735
|
+
{ type: i1$1.HttpClient },
|
|
4736
|
+
{ type: ConfigurationsService }
|
|
4737
|
+
]; };
|
|
4958
4738
|
|
|
4959
4739
|
exports.NsContent = void 0;
|
|
4960
4740
|
(function (NsContent) {
|
|
@@ -5124,6 +4904,8 @@
|
|
|
5124
4904
|
exports.ValueService = ValueService;
|
|
5125
4905
|
exports.WidgetContentService = WidgetContentService;
|
|
5126
4906
|
exports.getStringifiedQueryParams = getStringifiedQueryParams;
|
|
4907
|
+
exports["ɵ0"] = ɵ0;
|
|
4908
|
+
exports["ɵ1"] = ɵ1;
|
|
5127
4909
|
|
|
5128
4910
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5129
4911
|
|