@pepperi-addons/ngx-lib 0.4.2-scroll.7 → 0.5.0-ng15.1
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/address/address.component.d.ts +1 -1
- package/attachment/attachment.component.d.ts +2 -1
- package/bread-crumbs/bread-crumbs.component.d.ts +1 -1
- package/bread-crumbs/bread-crumbs.model.d.ts +1 -1
- package/button/button.component.d.ts +1 -1
- package/carousel/carousel-item.directive.d.ts +1 -1
- package/carousel/carousel.component.d.ts +1 -1
- package/checkbox/checkbox.component.d.ts +2 -1
- package/chips/chips.component.d.ts +4 -5
- package/chips/chips.component.theme.scss +15 -5
- package/chips/chips.model.d.ts +2 -2
- package/chips/chips.service.d.ts +0 -3
- package/color/color-picker.component.d.ts +1 -1
- package/color/color-picker.component.theme.scss +2 -1
- package/color/color.component.d.ts +1 -1
- package/color/color.model.d.ts +1 -1
- package/core/clipboard/clipboard.directive.d.ts +1 -1
- package/core/common/directives/auto-width.directive.d.ts +1 -1
- package/core/common/directives/base-destroyer.directive.d.ts +10 -0
- package/core/common/directives/button-blur.directive.d.ts +1 -1
- package/core/common/directives/button-loader.directive.d.ts +1 -1
- package/core/common/directives/data-qa.directive.d.ts +1 -1
- package/core/common/directives/div-loader.directive.d.ts +1 -1
- package/core/common/directives/menu-blur.directive.d.ts +1 -1
- package/core/common/directives/prevent-multi-click.directive.d.ts +1 -1
- package/core/common/directives/print.directive.d.ts +1 -1
- package/core/common/directives/public-api.d.ts +1 -0
- package/core/common/pipes/common-pipes.d.ts +2 -2
- package/core/common/services/addon.service.d.ts +6 -4
- package/core/common/services/file.service.d.ts +1 -1
- package/core/common/services/utilities.service.d.ts +4 -4
- package/core/customization/customization.model.d.ts +15 -12
- package/core/customization/customization.service.d.ts +4 -0
- package/core/layout/layout.service.d.ts +1 -1
- package/core/layout/rtl.directive.d.ts +2 -2
- package/core/portal/attach.directive.d.ts +1 -1
- package/core/portal/target.directive.d.ts +1 -1
- package/date/date.component.d.ts +4 -2
- package/dialog/default-dialog.component.d.ts +1 -1
- package/dialog/dialog.component.d.ts +1 -1
- package/dialog/dialog.model.d.ts +2 -2
- package/draggable-items/draggable-item/draggable-item.component.d.ts +16 -2
- package/draggable-items/draggable-items.component.d.ts +4 -7
- package/draggable-items/draggable-items.model.d.ts +2 -2
- package/draggable-items/draggable-items.module.d.ts +4 -3
- package/esm2020/address/address.component.mjs +16 -16
- package/esm2020/address/address.module.mjs +5 -5
- package/esm2020/attachment/attachment.component.mjs +58 -49
- package/esm2020/attachment/attachment.module.mjs +5 -5
- package/esm2020/bread-crumbs/bread-crumbs.component.mjs +15 -15
- package/esm2020/bread-crumbs/bread-crumbs.module.mjs +5 -5
- package/esm2020/button/button.component.mjs +23 -23
- package/esm2020/button/button.module.mjs +5 -5
- package/esm2020/carousel/carousel-item.directive.mjs +9 -9
- package/esm2020/carousel/carousel.component.mjs +52 -52
- package/esm2020/carousel/carousel.module.mjs +5 -5
- package/esm2020/checkbox/checkbox.component.mjs +40 -31
- package/esm2020/checkbox/checkbox.module.mjs +5 -5
- package/esm2020/chips/chips.component.mjs +26 -28
- package/esm2020/chips/chips.module.mjs +5 -5
- package/esm2020/chips/chips.service.mjs +5 -14
- package/esm2020/color/color-picker.component.mjs +5 -5
- package/esm2020/color/color.component.mjs +4 -4
- package/esm2020/color/color.module.mjs +5 -5
- package/esm2020/core/clipboard/clipboard.directive.mjs +4 -4
- package/esm2020/core/clipboard/clipboard.service.mjs +4 -4
- package/esm2020/core/common/directives/auto-width.directive.mjs +4 -4
- package/esm2020/core/common/directives/base-destroyer.directive.mjs +22 -0
- package/esm2020/core/common/directives/button-blur.directive.mjs +4 -4
- package/esm2020/core/common/directives/button-loader.directive.mjs +10 -10
- package/esm2020/core/common/directives/data-qa.directive.mjs +4 -4
- package/esm2020/core/common/directives/div-loader.directive.mjs +4 -4
- package/esm2020/core/common/directives/menu-blur.directive.mjs +4 -4
- package/esm2020/core/common/directives/prevent-multi-click.directive.mjs +4 -4
- package/esm2020/core/common/directives/print.directive.mjs +4 -4
- package/esm2020/core/common/directives/public-api.mjs +2 -1
- package/esm2020/core/common/pipes/common-pipes.mjs +35 -35
- package/esm2020/core/common/pipes/date-ago.pipe.mjs +4 -4
- package/esm2020/core/common/services/addon.service.mjs +36 -12
- package/esm2020/core/common/services/color.service.mjs +4 -4
- package/esm2020/core/common/services/cookie.service.mjs +4 -4
- package/esm2020/core/common/services/data-convertor.service.mjs +6 -6
- package/esm2020/core/common/services/file.service.mjs +4 -4
- package/esm2020/core/common/services/jwt-helper.service.mjs +4 -4
- package/esm2020/core/common/services/session.service.mjs +4 -4
- package/esm2020/core/common/services/translate.service.mjs +4 -4
- package/esm2020/core/common/services/utilities.service.mjs +10 -10
- package/esm2020/core/common/services/validator.service.mjs +4 -4
- package/esm2020/core/common/services/window-scrolling.service.mjs +4 -4
- package/esm2020/core/customization/customization.model.mjs +40 -11
- package/esm2020/core/customization/customization.service.mjs +22 -4
- package/esm2020/core/http/interceptors/error.interceptor.mjs +4 -4
- package/esm2020/core/http/interceptors/loader.interceptor.mjs +4 -4
- package/esm2020/core/http/interceptors/profiler.interceptor.mjs +4 -4
- package/esm2020/core/http/services/http.service.mjs +4 -4
- package/esm2020/core/http/services/loader.service.mjs +9 -9
- package/esm2020/core/layout/layout.service.mjs +12 -12
- package/esm2020/core/layout/rtl.directive.mjs +7 -7
- package/esm2020/core/portal/attach.directive.mjs +4 -4
- package/esm2020/core/portal/portal.service.mjs +4 -4
- package/esm2020/core/portal/target.directive.mjs +4 -4
- package/esm2020/core/scroll-to/scroll-to.service.mjs +4 -4
- package/esm2020/date/date.component.mjs +81 -59
- package/esm2020/date/date.model.mjs +7 -7
- package/esm2020/date/date.module.mjs +5 -5
- package/esm2020/dialog/default-dialog.component.mjs +4 -4
- package/esm2020/dialog/dialog.component.mjs +4 -4
- package/esm2020/dialog/dialog.module.mjs +5 -5
- package/esm2020/dialog/dialog.service.mjs +4 -4
- package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +46 -6
- package/esm2020/draggable-items/draggable-items.component.mjs +21 -29
- package/esm2020/draggable-items/draggable-items.module.mjs +9 -5
- package/esm2020/field-title/field-title.component.mjs +8 -5
- package/esm2020/field-title/field-title.module.mjs +5 -5
- package/esm2020/files-uploader/files-uploader.component.mjs +12 -12
- package/esm2020/files-uploader/files-uploader.module.mjs +5 -5
- package/esm2020/form/field-generator.component.mjs +5 -5
- package/esm2020/form/form.component.mjs +29 -27
- package/esm2020/form/form.module.mjs +5 -5
- package/esm2020/form/indicators.component.mjs +4 -4
- package/esm2020/form/internal-button.component.mjs +17 -17
- package/esm2020/form/internal-carusel.component.mjs +18 -18
- package/esm2020/form/internal-carusel.service.mjs +4 -4
- package/esm2020/form/internal-field-generator.component.mjs +5 -5
- package/esm2020/form/internal-form.component.mjs +29 -27
- package/esm2020/form/internal-list.component.mjs +7 -7
- package/esm2020/form/internal-menu.component.mjs +4 -4
- package/esm2020/form/internal-page.component.mjs +4 -4
- package/esm2020/form/internal-page.service.mjs +4 -4
- package/esm2020/group-buttons/group-buttons.component.mjs +5 -5
- package/esm2020/group-buttons/group-buttons.module.mjs +5 -5
- package/esm2020/icon/icon-registry.service.mjs +4 -4
- package/esm2020/icon/icon.component.mjs +11 -11
- package/esm2020/icon/icon.module.mjs +5 -5
- package/esm2020/icon/icon.service.mjs +4 -4
- package/esm2020/image/image.component.mjs +52 -43
- package/esm2020/image/image.module.mjs +5 -5
- package/esm2020/image/image.service.mjs +4 -4
- package/esm2020/images-filmstrip/images-filmstrip.component.mjs +26 -25
- package/esm2020/images-filmstrip/images-filmstrip.module.mjs +5 -5
- package/esm2020/link/link.component.mjs +59 -50
- package/esm2020/link/link.module.mjs +5 -5
- package/esm2020/link/link.pipes.mjs +4 -4
- package/esm2020/list/list-actions.component.mjs +6 -6
- package/esm2020/list/list-carousel.component.mjs +20 -20
- package/esm2020/list/list-chooser.component.mjs +6 -6
- package/esm2020/list/list-pager.component.mjs +12 -12
- package/esm2020/list/list-sorting.component.mjs +6 -6
- package/esm2020/list/list-total.component.mjs +9 -6
- package/esm2020/list/list-views.component.mjs +6 -6
- package/esm2020/list/list.component.mjs +135 -83
- package/esm2020/list/list.module.mjs +5 -5
- package/esm2020/list/list.pipes.mjs +7 -7
- package/esm2020/list/virtual-scroller.mjs +58 -58
- package/esm2020/menu/menu-item.component.mjs +5 -5
- package/esm2020/menu/menu.component.mjs +11 -11
- package/esm2020/menu/menu.module.mjs +5 -5
- package/esm2020/ngx-lib.module.mjs +5 -5
- package/esm2020/page-layout/page-layout.component.mjs +4 -4
- package/esm2020/page-layout/page-layout.module.mjs +5 -5
- package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +4 -4
- package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +4 -4
- package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +17 -17
- package/esm2020/profile-data-views-list/profile-data-views-list.module.mjs +5 -5
- package/esm2020/quantity-selector/quantity-selector-validation.directive.mjs +4 -4
- package/esm2020/quantity-selector/quantity-selector.component.mjs +102 -89
- package/esm2020/quantity-selector/quantity-selector.module.mjs +5 -5
- package/esm2020/quantity-selector/quantity-selector.pipes.mjs +4 -4
- package/esm2020/query-builder/common/services/output-query.service.mjs +4 -4
- package/esm2020/query-builder/common/services/query-structure.service.mjs +14 -5
- package/esm2020/query-builder/common/services/type-convertor.service.mjs +10 -10
- package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +24 -22
- package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +4 -4
- package/esm2020/query-builder/query-builder.component.mjs +19 -19
- package/esm2020/query-builder/query-builder.module.mjs +5 -5
- package/esm2020/query-builder/query-builder.service.mjs +4 -4
- package/esm2020/remote-loader/addon-block-loader.component.mjs +45 -35
- package/esm2020/remote-loader/addon-block-loader.service.mjs +8 -5
- package/esm2020/remote-loader/remote-loader-element.component.mjs +81 -26
- package/esm2020/remote-loader/remote-loader.component.mjs +13 -13
- package/esm2020/remote-loader/remote-loader.model.mjs +1 -1
- package/esm2020/remote-loader/remote-loader.module.mjs +5 -5
- package/esm2020/remote-loader/remote-loader.service.mjs +38 -15
- package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +47 -38
- package/esm2020/rich-html-textarea/rich-html-textarea.module.mjs +5 -5
- package/esm2020/search/search.component.mjs +35 -35
- package/esm2020/search/search.module.mjs +5 -5
- package/esm2020/select/select.component.mjs +89 -45
- package/esm2020/select/select.module.mjs +5 -5
- package/esm2020/select-panel/select-panel.component.mjs +26 -26
- package/esm2020/select-panel/select-panel.module.mjs +5 -5
- package/esm2020/separator/separator.component.mjs +16 -16
- package/esm2020/separator/separator.module.mjs +5 -5
- package/esm2020/side-bar/side-bar.component.mjs +29 -15
- package/esm2020/side-bar/side-bar.module.mjs +5 -5
- package/esm2020/signature/signature-dialog.component.mjs +4 -4
- package/esm2020/signature/signature.component.mjs +40 -31
- package/esm2020/signature/signature.module.mjs +5 -5
- package/esm2020/size-detector/size-detector.component.mjs +15 -13
- package/esm2020/size-detector/size-detector.module.mjs +5 -5
- package/esm2020/skeleton-loader/skeleton-loader.component.mjs +5 -5
- package/esm2020/skeleton-loader/skeleton-loader.module.mjs +5 -5
- package/esm2020/slider/slider.component.mjs +21 -21
- package/esm2020/slider/slider.module.mjs +5 -5
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +4 -4
- package/esm2020/smart-filters/common/filter-actions.component.mjs +4 -4
- package/esm2020/smart-filters/common/model/base-filter-component.mjs +28 -34
- package/esm2020/smart-filters/common/model/field.mjs +7 -7
- package/esm2020/smart-filters/common/model/operator.mjs +6 -4
- package/esm2020/smart-filters/date-filter/date-filter.component.mjs +4 -4
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +5 -5
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +4 -4
- package/esm2020/smart-filters/smart-filters.component.mjs +19 -19
- package/esm2020/smart-filters/smart-filters.module.mjs +5 -5
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +29 -9
- package/esm2020/snack-bar/default-snack-bar.component.mjs +4 -4
- package/esm2020/snack-bar/snack-bar.component.mjs +4 -4
- package/esm2020/snack-bar/snack-bar.module.mjs +5 -5
- package/esm2020/snack-bar/snack-bar.service.mjs +4 -4
- package/esm2020/textarea/textarea.component.mjs +40 -31
- package/esm2020/textarea/textarea.module.mjs +5 -5
- package/esm2020/textbox/textbox-validation.directive.mjs +5 -5
- package/esm2020/textbox/textbox.component.mjs +152 -116
- package/esm2020/textbox/textbox.module.mjs +5 -5
- package/esm2020/textbox-icon/textbox-icon.component.mjs +4 -4
- package/esm2020/textbox-icon/textbox-icon.module.mjs +5 -5
- package/esm2020/top-bar/top-bar.component.mjs +5 -5
- package/esm2020/top-bar/top-bar.module.mjs +5 -5
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs +19 -19
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +61 -52
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs +18 -18
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs +26 -26
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +63 -63
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +43 -34
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +33 -44
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs +11 -11
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs +91 -68
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +75 -40
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +11 -8
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +15 -15
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +122 -118
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +20 -20
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs +58 -49
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +29 -28
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs +65 -56
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +261 -204
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +18 -18
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +26 -26
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +110 -97
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +75 -65
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +197 -108
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +50 -41
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs +38 -38
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +29 -29
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +92 -48
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-separator.mjs +19 -19
- package/fesm2015/pepperi-addons-ngx-lib-separator.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +32 -18
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +46 -37
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +18 -16
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +24 -24
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +105 -89
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +43 -34
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +161 -124
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib.mjs +282 -190
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs +19 -19
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +61 -52
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs +18 -18
- package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs +26 -26
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +63 -63
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +43 -34
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +33 -44
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs +11 -11
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs +90 -68
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +74 -39
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +11 -8
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +15 -15
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +122 -118
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +20 -20
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs +58 -49
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +29 -28
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs +65 -56
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +259 -204
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +18 -18
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +26 -26
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +110 -97
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +75 -65
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +184 -93
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +50 -41
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs +38 -38
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +29 -29
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +92 -48
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-separator.mjs +19 -19
- package/fesm2020/pepperi-addons-ngx-lib-separator.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +32 -18
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +46 -37
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +18 -16
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +24 -24
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +105 -89
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +43 -34
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +160 -124
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib.mjs +281 -190
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/field-title/field-title.component.d.ts +2 -1
- package/files-uploader/files-uploader.component.d.ts +1 -1
- package/form/field-generator.component.d.ts +1 -1
- package/form/form.component.d.ts +1 -1
- package/form/indicators.component.d.ts +1 -1
- package/form/internal-button.component.d.ts +1 -1
- package/form/internal-carusel.component.d.ts +1 -1
- package/form/internal-field-generator.component.d.ts +1 -1
- package/form/internal-form.component.d.ts +1 -1
- package/form/internal-list.component.d.ts +2 -2
- package/form/internal-menu.component.d.ts +1 -1
- package/form/internal-page.component.d.ts +1 -1
- package/group-buttons/group-buttons.component.d.ts +2 -2
- package/icon/icon-generated.model.d.ts +2 -2
- package/icon/icon.component.d.ts +1 -1
- package/image/image.component.d.ts +2 -1
- package/image/image.component.theme.scss +4 -2
- package/images-filmstrip/images-filmstrip.component.d.ts +1 -1
- package/link/link.component.d.ts +2 -1
- package/list/list-actions.component.d.ts +1 -1
- package/list/list-carousel.component.d.ts +2 -2
- package/list/list-chooser.component.d.ts +1 -1
- package/list/list-pager.component.d.ts +1 -1
- package/list/list-sorting.component.d.ts +1 -1
- package/list/list-total.component.d.ts +2 -1
- package/list/list-views.component.d.ts +2 -2
- package/list/list.component.d.ts +8 -5
- package/list/list.model.d.ts +6 -6
- package/list/virtual-scroller.d.ts +2 -2
- package/menu/menu-item.component.d.ts +1 -1
- package/menu/menu.component.d.ts +1 -1
- package/menu/menu.model.d.ts +3 -3
- package/package.json +1 -1
- package/page-layout/page-layout.component.d.ts +1 -1
- package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +1 -1
- package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +1 -1
- package/profile-data-views-list/profile-data-views-list.component.d.ts +1 -1
- package/quantity-selector/quantity-selector-validation.directive.d.ts +1 -1
- package/quantity-selector/quantity-selector.component.d.ts +8 -9
- package/quantity-selector/quantity-selector.component.theme.scss +12 -6
- package/query-builder/common/model/operator.d.ts +1 -1
- package/query-builder/query-builder-item/query-builder-item.component.d.ts +4 -2
- package/query-builder/query-builder-section/query-builder-section.component.d.ts +1 -1
- package/query-builder/query-builder.component.d.ts +1 -1
- package/remote-loader/addon-block-loader.component.d.ts +4 -2
- package/remote-loader/remote-loader-element.component.d.ts +9 -2
- package/remote-loader/remote-loader.component.d.ts +1 -1
- package/remote-loader/remote-loader.model.d.ts +3 -2
- package/remote-loader/remote-loader.service.d.ts +2 -0
- package/rich-html-textarea/rich-html-textarea.component.d.ts +2 -1
- package/rich-html-textarea/rich-html-textarea.component.theme.scss +6 -3
- package/search/search.component.d.ts +1 -1
- package/search/search.model.d.ts +4 -4
- package/select/select.component.d.ts +9 -1
- package/select/select.component.theme.scss +22 -11
- package/select-panel/select-panel.component.d.ts +1 -1
- package/select-panel/select-panel.component.theme.scss +0 -2
- package/separator/separator.component.d.ts +1 -1
- package/side-bar/side-bar.component.d.ts +4 -1
- package/side-bar/side-bar.model.d.ts +1 -1
- package/signature/signature-dialog.component.d.ts +1 -1
- package/signature/signature.component.d.ts +2 -1
- package/size-detector/size-detector.component.d.ts +1 -1
- package/skeleton-loader/skeleton-loader.component.d.ts +2 -2
- package/slider/slider.component.d.ts +1 -1
- package/slider/slider.component.theme.scss +15 -5
- package/smart-filters/boolean-filter/boolean-filter.component.d.ts +3 -1
- package/smart-filters/common/filter-actions.component.d.ts +1 -1
- package/smart-filters/common/model/base-filter-component.d.ts +3 -5
- package/smart-filters/common/model/operator.d.ts +2 -0
- package/smart-filters/common/model/type.d.ts +4 -4
- package/smart-filters/date-filter/date-filter.component.d.ts +3 -1
- package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +3 -1
- package/smart-filters/number-filter/number-filter.component.d.ts +3 -1
- package/smart-filters/smart-filters.component.d.ts +1 -1
- package/smart-filters/text-filter/text-filter.component.d.ts +4 -1
- package/snack-bar/default-snack-bar.component.d.ts +1 -1
- package/snack-bar/snack-bar.component.d.ts +1 -1
- package/src/assets/i18n/ar.ngx-lib.json +180 -0
- package/src/assets/i18n/de.ngx-lib.json +104 -5
- package/src/assets/i18n/en.ngx-lib.json +4 -3
- package/src/assets/i18n/es.ngx-lib.json +113 -11
- package/src/assets/i18n/fr.ngx-lib.json +105 -4
- package/src/assets/i18n/he.ngx-lib.json +105 -4
- package/src/assets/i18n/it.ngx-lib.json +114 -13
- package/src/assets/i18n/ja.ngx-lib.json +105 -4
- package/src/assets/i18n/pl.ngx-lib.json +105 -4
- package/src/assets/i18n/pt.ngx-lib.json +105 -4
- package/src/assets/i18n/sr.ngx-lib.json +180 -0
- package/src/assets/i18n/zh.ngx-lib.json +105 -2
- package/src/core/style/abstracts/mixins.scss +88 -30
- package/src/core/style/abstracts/variables.scss +9 -0
- package/src/core/style/base/Spacing.stories.mdx +22 -22
- package/src/core/style/base/base.scss +215 -115
- package/src/core/style/components/button.scss +41 -19
- package/src/core/style/components/checkbox.scss +132 -128
- package/src/core/style/components/file.scss +13 -9
- package/src/core/style/components/general.scss +149 -65
- package/src/core/style/components/radio-button.scss +50 -23
- package/src/core/style/components/textarea.scss +69 -30
- package/textarea/textarea.component.d.ts +2 -1
- package/textbox/textbox-validation.directive.d.ts +1 -1
- package/textbox/textbox.component.d.ts +2 -1
- package/textbox-icon/textbox-icon.component.d.ts +1 -1
- package/theming-offline.scss +2 -1
- package/theming.scss +2 -1
- package/top-bar/top-bar.component.d.ts +1 -1
- package/top-bar/top-bar.model.d.ts +1 -1
|
@@ -5,7 +5,7 @@ import * as i3$1 from '@angular/common/http';
|
|
|
5
5
|
import { HttpResponse, HTTP_INTERCEPTORS, HttpHeaders, HttpClientModule } from '@angular/common/http';
|
|
6
6
|
import * as i3 from '@angular/forms';
|
|
7
7
|
import { FormControl, Validators, ReactiveFormsModule, FormBuilder } from '@angular/forms';
|
|
8
|
-
import { throwError, BehaviorSubject, Subject } from 'rxjs';
|
|
8
|
+
import { throwError, BehaviorSubject, Subject, takeUntil } from 'rxjs';
|
|
9
9
|
import { catchError, debounceTime, filter, distinctUntilChanged, finalize, tap } from 'rxjs/operators';
|
|
10
10
|
import * as i1 from '@ngx-translate/core';
|
|
11
11
|
import { TranslateModule } from '@ngx-translate/core';
|
|
@@ -14,7 +14,6 @@ import * as i1$1 from '@angular/platform-browser';
|
|
|
14
14
|
import { createCustomElement } from '@angular/elements';
|
|
15
15
|
import * as i6 from '@angular/router';
|
|
16
16
|
import { Router } from '@angular/router';
|
|
17
|
-
import { connectRouter } from '@angular-architects/module-federation-tools';
|
|
18
17
|
import { MultiTranslateHttpLoader } from 'ngx-translate-multi-http-loader';
|
|
19
18
|
|
|
20
19
|
// import { ToastrService } from 'ngx-toastr';
|
|
@@ -34,13 +33,18 @@ class PepErrorInterceptor {
|
|
|
34
33
|
}));
|
|
35
34
|
}
|
|
36
35
|
}
|
|
37
|
-
PepErrorInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
38
|
-
PepErrorInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
PepErrorInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepErrorInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
37
|
+
PepErrorInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepErrorInterceptor });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepErrorInterceptor, decorators: [{
|
|
40
39
|
type: Injectable
|
|
41
40
|
}] });
|
|
42
41
|
|
|
43
42
|
class PepLoaderService {
|
|
43
|
+
get onChanged$() {
|
|
44
|
+
return this.showLoaderSubject
|
|
45
|
+
.asObservable()
|
|
46
|
+
.pipe(debounceTime(500), filter(v => v !== undefined), distinctUntilChanged());
|
|
47
|
+
}
|
|
44
48
|
constructor() {
|
|
45
49
|
this.counter = 0;
|
|
46
50
|
this.showLoaderSubject = new BehaviorSubject(undefined);
|
|
@@ -49,11 +53,6 @@ class PepLoaderService {
|
|
|
49
53
|
this.showLoaderChanged(show);
|
|
50
54
|
});
|
|
51
55
|
}
|
|
52
|
-
get onChanged$() {
|
|
53
|
-
return this.showLoaderSubject
|
|
54
|
-
.asObservable()
|
|
55
|
-
.pipe(debounceTime(500), filter(v => v !== undefined), distinctUntilChanged());
|
|
56
|
-
}
|
|
57
56
|
showLoaderChanged(show) {
|
|
58
57
|
const eventData = {
|
|
59
58
|
detail: {
|
|
@@ -77,9 +76,9 @@ class PepLoaderService {
|
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
78
|
}
|
|
80
|
-
PepLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
81
|
-
PepLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
82
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
79
|
+
PepLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
80
|
+
PepLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLoaderService, providedIn: 'root' });
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLoaderService, decorators: [{
|
|
83
82
|
type: Injectable,
|
|
84
83
|
args: [{
|
|
85
84
|
providedIn: 'root',
|
|
@@ -107,9 +106,9 @@ class PepLoaderInterceptor {
|
|
|
107
106
|
// }));
|
|
108
107
|
}
|
|
109
108
|
}
|
|
110
|
-
PepLoaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
111
|
-
PepLoaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
109
|
+
PepLoaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLoaderInterceptor, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
110
|
+
PepLoaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLoaderInterceptor });
|
|
111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLoaderInterceptor, decorators: [{
|
|
113
112
|
type: Injectable
|
|
114
113
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
115
114
|
|
|
@@ -135,9 +134,9 @@ class PepProfilerInterceptor {
|
|
|
135
134
|
}));
|
|
136
135
|
}
|
|
137
136
|
}
|
|
138
|
-
PepProfilerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
139
|
-
PepProfilerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
137
|
+
PepProfilerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepProfilerInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
138
|
+
PepProfilerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepProfilerInterceptor });
|
|
139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepProfilerInterceptor, decorators: [{
|
|
141
140
|
type: Injectable
|
|
142
141
|
}] });
|
|
143
142
|
|
|
@@ -164,9 +163,9 @@ const httpInterceptorProviders = [
|
|
|
164
163
|
// will be copied to the ClipboardService and a (clipboardCopy) event will be emitted.
|
|
165
164
|
class PepClipboardDirective {
|
|
166
165
|
}
|
|
167
|
-
PepClipboardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
168
|
-
PepClipboardDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
166
|
+
PepClipboardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
167
|
+
PepClipboardDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepClipboardDirective, selector: "[pepClipboard]", inputs: { value: ["clipboard", "value"] }, outputs: { copyEvent: "clipboardCopy", errorEvent: "clipboardError" }, host: { listeners: { "click": "copyToClipboard()" } }, ngImport: i0 });
|
|
168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepClipboardDirective, decorators: [{
|
|
170
169
|
type: Directive,
|
|
171
170
|
args: [{
|
|
172
171
|
selector: '[pepClipboard]',
|
|
@@ -212,6 +211,14 @@ var PepScreenSizeType;
|
|
|
212
211
|
})(PepScreenSizeType || (PepScreenSizeType = {}));
|
|
213
212
|
// export type PepScreenSizeType = 'xl' | 'lg' | 'md' | 'sm' | 'xs';
|
|
214
213
|
class PepLayoutService {
|
|
214
|
+
get onResize$() {
|
|
215
|
+
return this.resizeSubject.asObservable().pipe(distinctUntilChanged());
|
|
216
|
+
}
|
|
217
|
+
get onMouseOver$() {
|
|
218
|
+
return this.deviceHasMouseSubject
|
|
219
|
+
.asObservable()
|
|
220
|
+
.pipe(distinctUntilChanged());
|
|
221
|
+
}
|
|
215
222
|
constructor(translate = null) {
|
|
216
223
|
this.translate = translate;
|
|
217
224
|
this.documentMouseoverListener = (event) => {
|
|
@@ -224,14 +231,6 @@ class PepLayoutService {
|
|
|
224
231
|
document.addEventListener('mouseover', this.documentMouseoverListener, false);
|
|
225
232
|
// document.addEventListener('touchstart', this._documentTouchstartListener, false);
|
|
226
233
|
}
|
|
227
|
-
get onResize$() {
|
|
228
|
-
return this.resizeSubject.asObservable().pipe(distinctUntilChanged());
|
|
229
|
-
}
|
|
230
|
-
get onMouseOver$() {
|
|
231
|
-
return this.deviceHasMouseSubject
|
|
232
|
-
.asObservable()
|
|
233
|
-
.pipe(distinctUntilChanged());
|
|
234
|
-
}
|
|
235
234
|
// private _documentTouchstartListener = (event: TouchEvent) => {
|
|
236
235
|
// debugger;
|
|
237
236
|
// this.isTouchDevice = true;
|
|
@@ -330,9 +329,9 @@ class PepLayoutService {
|
|
|
330
329
|
return isRtl;
|
|
331
330
|
}
|
|
332
331
|
}
|
|
333
|
-
PepLayoutService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
334
|
-
PepLayoutService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
332
|
+
PepLayoutService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLayoutService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
333
|
+
PepLayoutService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLayoutService, providedIn: 'root' });
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepLayoutService, decorators: [{
|
|
336
335
|
type: Injectable,
|
|
337
336
|
args: [{
|
|
338
337
|
providedIn: 'root',
|
|
@@ -354,9 +353,9 @@ class PepRtlClassDirective {
|
|
|
354
353
|
}
|
|
355
354
|
}
|
|
356
355
|
}
|
|
357
|
-
PepRtlClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
358
|
-
PepRtlClassDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
356
|
+
PepRtlClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepRtlClassDirective, deps: [{ token: PepLayoutService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
357
|
+
PepRtlClassDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepRtlClassDirective, selector: "[pepRtlClass]", ngImport: i0 });
|
|
358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepRtlClassDirective, decorators: [{
|
|
360
359
|
type: Directive,
|
|
361
360
|
args: [{
|
|
362
361
|
selector: '[pepRtlClass]',
|
|
@@ -373,9 +372,9 @@ class PepRtlDirectionDirective {
|
|
|
373
372
|
this.renderer.setAttribute(this.element.nativeElement, 'dir', isRtl ? 'rtl' : 'ltr');
|
|
374
373
|
}
|
|
375
374
|
}
|
|
376
|
-
PepRtlDirectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
377
|
-
PepRtlDirectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
375
|
+
PepRtlDirectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepRtlDirectionDirective, deps: [{ token: PepLayoutService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
376
|
+
PepRtlDirectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepRtlDirectionDirective, selector: "[pepRtlDirection]", ngImport: i0 });
|
|
377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepRtlDirectionDirective, decorators: [{
|
|
379
378
|
type: Directive,
|
|
380
379
|
args: [{
|
|
381
380
|
selector: '[pepRtlDirection]',
|
|
@@ -451,12 +450,12 @@ class PepUtilitiesService {
|
|
|
451
450
|
}
|
|
452
451
|
return res;
|
|
453
452
|
}
|
|
454
|
-
parseDate(dateStr,
|
|
453
|
+
parseDate(dateStr, isDateTime = false) {
|
|
455
454
|
let retVal = null;
|
|
456
455
|
if (dateStr !== '') {
|
|
457
456
|
retVal = new Date(dateStr);
|
|
458
457
|
// Convert to date with no offset.
|
|
459
|
-
if (!
|
|
458
|
+
if (!isDateTime) {
|
|
460
459
|
const index = dateStr.indexOf('T');
|
|
461
460
|
if (index > 0) {
|
|
462
461
|
dateStr = dateStr.substring(0, index);
|
|
@@ -478,9 +477,9 @@ class PepUtilitiesService {
|
|
|
478
477
|
}
|
|
479
478
|
return retVal;
|
|
480
479
|
}
|
|
481
|
-
stringifyDate(date,
|
|
480
|
+
stringifyDate(date, isDateTime = false) {
|
|
482
481
|
if (date) {
|
|
483
|
-
if (
|
|
482
|
+
if (isDateTime) {
|
|
484
483
|
return date.toISOString(); // include - offset
|
|
485
484
|
}
|
|
486
485
|
else {
|
|
@@ -609,8 +608,8 @@ class PepUtilitiesService {
|
|
|
609
608
|
/**
|
|
610
609
|
* Convert a number in milliseconds to a standard duration string.
|
|
611
610
|
* @param {number} value - duration in milliseconds
|
|
612
|
-
* @param {object}
|
|
613
|
-
* @param {boolean} [
|
|
611
|
+
* @param {object} remoteLoaderOptions - formatDuration options object
|
|
612
|
+
* @param {boolean} [remoteLoaderOptions.leading=false] - add leading zero
|
|
614
613
|
* @returns string - formatted duration string
|
|
615
614
|
*/
|
|
616
615
|
formatDuration(value, options = {}) {
|
|
@@ -668,9 +667,9 @@ class PepUtilitiesService {
|
|
|
668
667
|
return number === number2;
|
|
669
668
|
}
|
|
670
669
|
}
|
|
671
|
-
PepUtilitiesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
672
|
-
PepUtilitiesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
670
|
+
PepUtilitiesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepUtilitiesService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
671
|
+
PepUtilitiesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepUtilitiesService, providedIn: 'root' });
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepUtilitiesService, decorators: [{
|
|
674
673
|
type: Injectable,
|
|
675
674
|
args: [{
|
|
676
675
|
providedIn: 'root',
|
|
@@ -687,9 +686,9 @@ class PepCapitalizePipe {
|
|
|
687
686
|
return value;
|
|
688
687
|
}
|
|
689
688
|
}
|
|
690
|
-
PepCapitalizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
691
|
-
PepCapitalizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
689
|
+
PepCapitalizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepCapitalizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
690
|
+
PepCapitalizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepCapitalizePipe, name: "pepCapitalize" });
|
|
691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepCapitalizePipe, decorators: [{
|
|
693
692
|
type: Pipe,
|
|
694
693
|
args: [{ name: 'pepCapitalize' }]
|
|
695
694
|
}] });
|
|
@@ -702,9 +701,9 @@ class PepEncodePipe {
|
|
|
702
701
|
return value;
|
|
703
702
|
}
|
|
704
703
|
}
|
|
705
|
-
PepEncodePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
706
|
-
PepEncodePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
704
|
+
PepEncodePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepEncodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
705
|
+
PepEncodePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepEncodePipe, name: "pepEncode" });
|
|
706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepEncodePipe, decorators: [{
|
|
708
707
|
type: Pipe,
|
|
709
708
|
args: [{ name: 'pepEncode' }]
|
|
710
709
|
}] });
|
|
@@ -717,9 +716,9 @@ class PepEscapePipe {
|
|
|
717
716
|
return value;
|
|
718
717
|
}
|
|
719
718
|
}
|
|
720
|
-
PepEscapePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
721
|
-
PepEscapePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
719
|
+
PepEscapePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepEscapePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
720
|
+
PepEscapePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepEscapePipe, name: "pepEscape" });
|
|
721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepEscapePipe, decorators: [{
|
|
723
722
|
type: Pipe,
|
|
724
723
|
args: [{ name: 'pepEscape' }]
|
|
725
724
|
}] });
|
|
@@ -729,19 +728,19 @@ class PepReplaceLineBreaksPipe {
|
|
|
729
728
|
return newValue;
|
|
730
729
|
}
|
|
731
730
|
}
|
|
732
|
-
PepReplaceLineBreaksPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
733
|
-
PepReplaceLineBreaksPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
731
|
+
PepReplaceLineBreaksPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepReplaceLineBreaksPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
732
|
+
PepReplaceLineBreaksPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepReplaceLineBreaksPipe, name: "pepReplaceLineBreaks" });
|
|
733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepReplaceLineBreaksPipe, decorators: [{
|
|
735
734
|
type: Pipe,
|
|
736
735
|
args: [{ name: 'pepReplaceLineBreaks' }]
|
|
737
736
|
}] });
|
|
738
737
|
class PepDateFormatterPipe {
|
|
739
|
-
transform(value, culture,
|
|
738
|
+
transform(value, culture, isDateTime = false) {
|
|
740
739
|
let res = '';
|
|
741
740
|
value = new Date(value);
|
|
742
741
|
if (value) {
|
|
743
742
|
res = value.toLocaleDateString(culture || 'en-US');
|
|
744
|
-
if (
|
|
743
|
+
if (isDateTime) {
|
|
745
744
|
res +=
|
|
746
745
|
' ' +
|
|
747
746
|
value.toLocaleTimeString(culture || 'en-US', {
|
|
@@ -753,28 +752,28 @@ class PepDateFormatterPipe {
|
|
|
753
752
|
return res;
|
|
754
753
|
}
|
|
755
754
|
}
|
|
756
|
-
PepDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
757
|
-
PepDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
755
|
+
PepDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDateFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
756
|
+
PepDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepDateFormatterPipe, name: "pepDateFormatter" });
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDateFormatterPipe, decorators: [{
|
|
759
758
|
type: Pipe,
|
|
760
759
|
args: [{ name: 'pepDateFormatter' }]
|
|
761
760
|
}] });
|
|
762
761
|
class PepDateStringFormatterPipe {
|
|
763
|
-
transform(value, culture,
|
|
762
|
+
transform(value, culture, isDateTime = false) {
|
|
764
763
|
let res = '';
|
|
765
764
|
const tmpDate = new Date(value);
|
|
766
765
|
if (value) {
|
|
767
766
|
res = tmpDate.toLocaleDateString(culture || 'en-US');
|
|
768
|
-
if (
|
|
767
|
+
if (isDateTime) {
|
|
769
768
|
res += ' ' + tmpDate.toLocaleTimeString(culture || 'en-US');
|
|
770
769
|
}
|
|
771
770
|
}
|
|
772
771
|
return res;
|
|
773
772
|
}
|
|
774
773
|
}
|
|
775
|
-
PepDateStringFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
776
|
-
PepDateStringFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
774
|
+
PepDateStringFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDateStringFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
775
|
+
PepDateStringFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepDateStringFormatterPipe, name: "pepDateStringFormatter" });
|
|
776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDateStringFormatterPipe, decorators: [{
|
|
778
777
|
type: Pipe,
|
|
779
778
|
args: [{ name: 'pepDateStringFormatter' }]
|
|
780
779
|
}] });
|
|
@@ -786,9 +785,9 @@ class PepSafeHtmlPipe {
|
|
|
786
785
|
return this.sanitizer.bypassSecurityTrustHtml(html);
|
|
787
786
|
}
|
|
788
787
|
}
|
|
789
|
-
PepSafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
790
|
-
PepSafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
788
|
+
PepSafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSafeHtmlPipe, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
789
|
+
PepSafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepSafeHtmlPipe, name: "pepSafeHtml" });
|
|
790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSafeHtmlPipe, decorators: [{
|
|
792
791
|
type: Pipe,
|
|
793
792
|
args: [{ name: 'pepSafeHtml' }]
|
|
794
793
|
}], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }]; } });
|
|
@@ -813,9 +812,9 @@ class PepSafePipe {
|
|
|
813
812
|
}
|
|
814
813
|
}
|
|
815
814
|
}
|
|
816
|
-
PepSafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
817
|
-
PepSafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
815
|
+
PepSafePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSafePipe, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
816
|
+
PepSafePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepSafePipe, name: "pepSafe" });
|
|
817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSafePipe, decorators: [{
|
|
819
818
|
type: Pipe,
|
|
820
819
|
args: [{ name: 'pepSafe' }]
|
|
821
820
|
}], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }]; } });
|
|
@@ -825,9 +824,9 @@ class PepSplitUppercasePipe {
|
|
|
825
824
|
return newValue;
|
|
826
825
|
}
|
|
827
826
|
}
|
|
828
|
-
PepSplitUppercasePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
829
|
-
PepSplitUppercasePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
827
|
+
PepSplitUppercasePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSplitUppercasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
828
|
+
PepSplitUppercasePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepSplitUppercasePipe, name: "pepSplitUppercase" });
|
|
829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSplitUppercasePipe, decorators: [{
|
|
831
830
|
type: Pipe,
|
|
832
831
|
args: [{ name: 'pepSplitUppercase' }]
|
|
833
832
|
}] });
|
|
@@ -844,9 +843,9 @@ class PepToNumberPipe {
|
|
|
844
843
|
// return parseInt(value);
|
|
845
844
|
}
|
|
846
845
|
}
|
|
847
|
-
PepToNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
848
|
-
PepToNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
846
|
+
PepToNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepToNumberPipe, deps: [{ token: PepUtilitiesService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
847
|
+
PepToNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepToNumberPipe, name: "pepToNumber" });
|
|
848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepToNumberPipe, decorators: [{
|
|
850
849
|
type: Pipe,
|
|
851
850
|
args: [{ name: 'pepToNumber' }]
|
|
852
851
|
}], ctorParameters: function () { return [{ type: PepUtilitiesService }]; } });
|
|
@@ -885,9 +884,9 @@ class DateAgoPipe {
|
|
|
885
884
|
return value;
|
|
886
885
|
}
|
|
887
886
|
}
|
|
888
|
-
DateAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
889
|
-
DateAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
887
|
+
DateAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateAgoPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
888
|
+
DateAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DateAgoPipe, name: "dateAgo" });
|
|
889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateAgoPipe, decorators: [{
|
|
891
890
|
type: Pipe,
|
|
892
891
|
args: [{
|
|
893
892
|
name: 'dateAgo'
|
|
@@ -958,9 +957,9 @@ class PepInputAutoWidthDirective {
|
|
|
958
957
|
return ctx ? ctx.measureText(value).width : 0;
|
|
959
958
|
}
|
|
960
959
|
}
|
|
961
|
-
PepInputAutoWidthDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
962
|
-
PepInputAutoWidthDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
960
|
+
PepInputAutoWidthDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepInputAutoWidthDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
961
|
+
PepInputAutoWidthDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepInputAutoWidthDirective, selector: "[pepAutoWidth]", inputs: { includePadding: "includePadding" }, ngImport: i0 });
|
|
962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepInputAutoWidthDirective, decorators: [{
|
|
964
963
|
type: Directive,
|
|
965
964
|
args: [{
|
|
966
965
|
selector: '[pepAutoWidth]',
|
|
@@ -979,9 +978,9 @@ class PepButtonBlurDirective {
|
|
|
979
978
|
}, 0);
|
|
980
979
|
}
|
|
981
980
|
}
|
|
982
|
-
PepButtonBlurDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
983
|
-
PepButtonBlurDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
981
|
+
PepButtonBlurDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepButtonBlurDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
982
|
+
PepButtonBlurDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepButtonBlurDirective, selector: "[pepButtonBlur]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
|
|
983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepButtonBlurDirective, decorators: [{
|
|
985
984
|
type: Directive,
|
|
986
985
|
args: [{
|
|
987
986
|
selector: '[pepButtonBlur]',
|
|
@@ -992,6 +991,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
992
991
|
}] } });
|
|
993
992
|
|
|
994
993
|
class PepButtonLoaderDirective {
|
|
994
|
+
set finish(value) {
|
|
995
|
+
this._finish = value;
|
|
996
|
+
if (this._isLoading && value) {
|
|
997
|
+
this.toggleLoading(false);
|
|
998
|
+
}
|
|
999
|
+
}
|
|
995
1000
|
constructor(renderer, element, utilitiesService, document) {
|
|
996
1001
|
this.renderer = renderer;
|
|
997
1002
|
this.element = element;
|
|
@@ -1005,12 +1010,6 @@ class PepButtonLoaderDirective {
|
|
|
1005
1010
|
this._isLoading = false;
|
|
1006
1011
|
this._finish = null;
|
|
1007
1012
|
}
|
|
1008
|
-
set finish(value) {
|
|
1009
|
-
this._finish = value;
|
|
1010
|
-
if (this._isLoading && value) {
|
|
1011
|
-
this.toggleLoading(false);
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
1013
|
clickEvent(event) {
|
|
1015
1014
|
this.toggleLoading(true);
|
|
1016
1015
|
// In case that the finish input is supplied - init it.
|
|
@@ -1070,9 +1069,9 @@ class PepButtonLoaderDirective {
|
|
|
1070
1069
|
}
|
|
1071
1070
|
}
|
|
1072
1071
|
}
|
|
1073
|
-
PepButtonLoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1074
|
-
PepButtonLoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1072
|
+
PepButtonLoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepButtonLoaderDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PepUtilitiesService }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1073
|
+
PepButtonLoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepButtonLoaderDirective, selector: "[pepButtonLoader]", inputs: { loaderTime: "loaderTime", loaderColor: "loaderColor", loaderWidth: "loaderWidth", loaderHeight: "loaderHeight", ignoreDisabledStyle: "ignoreDisabledStyle", finish: "finish" }, host: { listeners: { "click": "clickEvent($event)" } }, ngImport: i0 });
|
|
1074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepButtonLoaderDirective, decorators: [{
|
|
1076
1075
|
type: Directive,
|
|
1077
1076
|
args: [{
|
|
1078
1077
|
selector: '[pepButtonLoader]',
|
|
@@ -1114,9 +1113,9 @@ class PepMenuBlurDirective {
|
|
|
1114
1113
|
}, 0);
|
|
1115
1114
|
}
|
|
1116
1115
|
}
|
|
1117
|
-
PepMenuBlurDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1118
|
-
PepMenuBlurDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1116
|
+
PepMenuBlurDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepMenuBlurDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1117
|
+
PepMenuBlurDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepMenuBlurDirective, selector: "[pepMenuBlur]", host: { listeners: { "menuClosed": "menuClosedEvent()", "menuOpened": "menuOpenedEvent()" } }, ngImport: i0 });
|
|
1118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepMenuBlurDirective, decorators: [{
|
|
1120
1119
|
type: Directive,
|
|
1121
1120
|
args: [{
|
|
1122
1121
|
selector: '[pepMenuBlur]',
|
|
@@ -1138,9 +1137,9 @@ class PepDataQaDirective {
|
|
|
1138
1137
|
this.renderer.setAttribute(this.element.nativeElement, 'data-qa', this.dataQa);
|
|
1139
1138
|
}
|
|
1140
1139
|
}
|
|
1141
|
-
PepDataQaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1142
|
-
PepDataQaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1140
|
+
PepDataQaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDataQaDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1141
|
+
PepDataQaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepDataQaDirective, selector: "[pepDataQa]", inputs: { dataQa: ["pepDataQa", "dataQa"] }, ngImport: i0 });
|
|
1142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDataQaDirective, decorators: [{
|
|
1144
1143
|
type: Directive,
|
|
1145
1144
|
args: [{
|
|
1146
1145
|
selector: '[pepDataQa]',
|
|
@@ -1161,9 +1160,9 @@ class PepPreventMultiClickDirective {
|
|
|
1161
1160
|
}, this.disabledTime);
|
|
1162
1161
|
}
|
|
1163
1162
|
}
|
|
1164
|
-
PepPreventMultiClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1165
|
-
PepPreventMultiClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1163
|
+
PepPreventMultiClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepPreventMultiClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1164
|
+
PepPreventMultiClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepPreventMultiClickDirective, selector: "[pepPreventMultiClick]", inputs: { disabledTime: "disabledTime" }, host: { listeners: { "click": "clickEvent($event)" } }, ngImport: i0 });
|
|
1165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepPreventMultiClickDirective, decorators: [{
|
|
1167
1166
|
type: Directive,
|
|
1168
1167
|
args: [{
|
|
1169
1168
|
selector: '[pepPreventMultiClick]',
|
|
@@ -1319,9 +1318,9 @@ class PepPrintDirective {
|
|
|
1319
1318
|
popupWin.document.close();
|
|
1320
1319
|
}
|
|
1321
1320
|
}
|
|
1322
|
-
PepPrintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1323
|
-
PepPrintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1321
|
+
PepPrintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepPrintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1322
|
+
PepPrintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepPrintDirective, selector: "[pepPrint]", inputs: { printSectionId: "printSectionId", printTitle: "printTitle", useExistingCss: "useExistingCss", printDelay: "printDelay", printStyle: "printStyle", styleSheetFile: "styleSheetFile" }, host: { listeners: { "click": "print()" } }, ngImport: i0 });
|
|
1323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepPrintDirective, decorators: [{
|
|
1325
1324
|
type: Directive,
|
|
1326
1325
|
args: [{
|
|
1327
1326
|
selector: "[pepPrint]"
|
|
@@ -1438,9 +1437,9 @@ class PepJwtHelperService {
|
|
|
1438
1437
|
return authScheme;
|
|
1439
1438
|
}
|
|
1440
1439
|
}
|
|
1441
|
-
PepJwtHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1442
|
-
PepJwtHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1440
|
+
PepJwtHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepJwtHelperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1441
|
+
PepJwtHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepJwtHelperService, providedIn: 'root' });
|
|
1442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepJwtHelperService, decorators: [{
|
|
1444
1443
|
type: Injectable,
|
|
1445
1444
|
args: [{
|
|
1446
1445
|
providedIn: 'root',
|
|
@@ -1507,9 +1506,9 @@ class PepSessionService {
|
|
|
1507
1506
|
return tokenObj ? tokenObj[this.PAPI_BASE_URL_KEY] : null;
|
|
1508
1507
|
}
|
|
1509
1508
|
}
|
|
1510
|
-
PepSessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1511
|
-
PepSessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1509
|
+
PepSessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSessionService, deps: [{ token: PepJwtHelperService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1510
|
+
PepSessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSessionService, providedIn: 'root' });
|
|
1511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepSessionService, decorators: [{
|
|
1513
1512
|
type: Injectable,
|
|
1514
1513
|
args: [{
|
|
1515
1514
|
providedIn: 'root',
|
|
@@ -1755,9 +1754,9 @@ class PepFileService {
|
|
|
1755
1754
|
return url;
|
|
1756
1755
|
}
|
|
1757
1756
|
}
|
|
1758
|
-
PepFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1759
|
-
PepFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1757
|
+
PepFileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepFileService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1758
|
+
PepFileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepFileService, providedIn: 'root' });
|
|
1759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepFileService, decorators: [{
|
|
1761
1760
|
type: Injectable,
|
|
1762
1761
|
args: [{
|
|
1763
1762
|
providedIn: 'root',
|
|
@@ -2189,6 +2188,14 @@ class PepCustomizationService {
|
|
|
2189
2188
|
themeVars[PepCustomizationService.COLOR_QS_KEY + '-l'] =
|
|
2190
2189
|
'var(' + PepCustomizationService.COLOR_SYSTEM_PRIMARY_KEY + '-l)';
|
|
2191
2190
|
}
|
|
2191
|
+
getDefaultThemeLoaderCustomizationVariables(themeVars) {
|
|
2192
|
+
themeVars[PepCustomizationService.COLOR_LOADER_KEY + '-h'] =
|
|
2193
|
+
'var(' + PepCustomizationService.COLOR_SYSTEM_CAUTION_KEY + '-h)';
|
|
2194
|
+
themeVars[PepCustomizationService.COLOR_LOADER_KEY + '-s'] =
|
|
2195
|
+
'var(' + PepCustomizationService.COLOR_SYSTEM_CAUTION_KEY + '-s)';
|
|
2196
|
+
themeVars[PepCustomizationService.COLOR_LOADER_KEY + '-l'] =
|
|
2197
|
+
'var(' + PepCustomizationService.COLOR_SYSTEM_CAUTION_KEY + '-l)';
|
|
2198
|
+
}
|
|
2192
2199
|
getDefaultThemeTopHeaderCustomizationVariables(themeVars) {
|
|
2193
2200
|
const topHeaderState = 'strong';
|
|
2194
2201
|
themeVars[PepCustomizationService.STYLE_TOP_HEADER_KEY] = topHeaderState;
|
|
@@ -2196,6 +2203,11 @@ class PepCustomizationService {
|
|
|
2196
2203
|
themeVars[PepCustomizationService.COLOR_TOP_HEADER_KEY + '-s'] = '';
|
|
2197
2204
|
themeVars[PepCustomizationService.COLOR_TOP_HEADER_KEY + '-l'] = '';
|
|
2198
2205
|
}
|
|
2206
|
+
getDefaultThemeTopLegacyCustomizationVariables(themeVars) {
|
|
2207
|
+
themeVars[PepCustomizationService.COLOR_TOP_LEGACY_KEY + '-h'] = '';
|
|
2208
|
+
themeVars[PepCustomizationService.COLOR_TOP_LEGACY_KEY + '-s'] = '';
|
|
2209
|
+
themeVars[PepCustomizationService.COLOR_TOP_LEGACY_KEY + '-l'] = '';
|
|
2210
|
+
}
|
|
2199
2211
|
// getDefaultThemeBrandingCustomizationVariables(themeVars: any): void {
|
|
2200
2212
|
// themeVars[PepCustomizationService.BRANDING_LOGO_SRC] = '/assets/images/Pepperi-Logo-HiRes.png';
|
|
2201
2213
|
// themeVars[PepCustomizationService.FAV_ICON_SRC] = '/assets/favicon.ico';
|
|
@@ -2226,6 +2238,8 @@ class PepCustomizationService {
|
|
|
2226
2238
|
this.getDefaultThemeQSCustomizationVariables(themeVars);
|
|
2227
2239
|
// Declare default top header customization.
|
|
2228
2240
|
this.getDefaultThemeTopHeaderCustomizationVariables(themeVars);
|
|
2241
|
+
// Declare default top legacy customization.
|
|
2242
|
+
this.getDefaultThemeTopLegacyCustomizationVariables(themeVars);
|
|
2229
2243
|
// // Declare default branding logo's customization
|
|
2230
2244
|
// this.getDefaultThemeBrandingCustomizationVariables(themeVars);
|
|
2231
2245
|
return themeVars;
|
|
@@ -2454,8 +2468,11 @@ PepCustomizationService.COLOR_STRONG_KEY = '--pep-color-strong';
|
|
|
2454
2468
|
PepCustomizationService.COLOR_REGULAR_KEY = '--pep-color-regular';
|
|
2455
2469
|
PepCustomizationService.COLOR_WEAK_KEY = '--pep-color-weak';
|
|
2456
2470
|
// Top header variables keys
|
|
2471
|
+
PepCustomizationService.COLOR_TOP_LEGACY_KEY = '--pep-color-legacy';
|
|
2457
2472
|
PepCustomizationService.COLOR_TOP_HEADER_KEY = '--pep-color-top-header';
|
|
2458
2473
|
PepCustomizationService.STYLE_TOP_HEADER_KEY = '--pep-style-top-header';
|
|
2474
|
+
// Loader variables keys
|
|
2475
|
+
PepCustomizationService.COLOR_LOADER_KEY = '--pep-color-loader';
|
|
2459
2476
|
// QS variables keys
|
|
2460
2477
|
PepCustomizationService.COLOR_QS_KEY = '--pep-color-qs';
|
|
2461
2478
|
PepCustomizationService.STYLE_QS_KEY = '--pep-style-qs';
|
|
@@ -2530,9 +2547,9 @@ PepCustomizationService.TABLE_BORDER_RADIUS_KEY = '--pep-table-border-radius';
|
|
|
2530
2547
|
PepCustomizationService.DEFAULT_HEADER_HEIGHT = 64; // Default
|
|
2531
2548
|
PepCustomizationService.DEFAULT_SPINNER_COLOR = '#78aa00';
|
|
2532
2549
|
PepCustomizationService.DEFAULT_BRANDING_COLOR = '#fff';
|
|
2533
|
-
PepCustomizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2534
|
-
PepCustomizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2550
|
+
PepCustomizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepCustomizationService, deps: [{ token: PepSessionService }, { token: PepFileService }, { token: i3.FormBuilder }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2551
|
+
PepCustomizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepCustomizationService, providedIn: 'root' });
|
|
2552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepCustomizationService, decorators: [{
|
|
2536
2553
|
type: Injectable,
|
|
2537
2554
|
args: [{
|
|
2538
2555
|
providedIn: 'root',
|
|
@@ -2575,9 +2592,9 @@ class PepDivLoaderDirective {
|
|
|
2575
2592
|
this.renderer.addClass(this.svgIcon, 'stroke');
|
|
2576
2593
|
}
|
|
2577
2594
|
}
|
|
2578
|
-
PepDivLoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2579
|
-
PepDivLoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2595
|
+
PepDivLoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDivLoaderDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PepUtilitiesService }, { token: PepCustomizationService }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2596
|
+
PepDivLoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepDivLoaderDirective, selector: "[pepDivLoader]", inputs: { loaderColor: "loaderColor", loaderWidth: "loaderWidth", loaderHeight: "loaderHeight" }, ngImport: i0 });
|
|
2597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDivLoaderDirective, decorators: [{
|
|
2581
2598
|
type: Directive,
|
|
2582
2599
|
args: [{
|
|
2583
2600
|
selector: '[pepDivLoader]',
|
|
@@ -2620,9 +2637,9 @@ class PepPortalService {
|
|
|
2620
2637
|
: null;
|
|
2621
2638
|
}
|
|
2622
2639
|
}
|
|
2623
|
-
PepPortalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2624
|
-
PepPortalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2640
|
+
PepPortalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepPortalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2641
|
+
PepPortalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepPortalService, providedIn: 'root' });
|
|
2642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepPortalService, decorators: [{
|
|
2626
2643
|
type: Injectable,
|
|
2627
2644
|
args: [{
|
|
2628
2645
|
providedIn: 'root',
|
|
@@ -2641,9 +2658,9 @@ class PepAttachDirective {
|
|
|
2641
2658
|
this.portalService.clear(this.targetName);
|
|
2642
2659
|
}
|
|
2643
2660
|
}
|
|
2644
|
-
PepAttachDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2645
|
-
PepAttachDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2661
|
+
PepAttachDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepAttachDirective, deps: [{ token: PepPortalService }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2662
|
+
PepAttachDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepAttachDirective, selector: "[pepAttach]", inputs: { targetName: ["pepAttach", "targetName"] }, ngImport: i0 });
|
|
2663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepAttachDirective, decorators: [{
|
|
2647
2664
|
type: Directive,
|
|
2648
2665
|
args: [{
|
|
2649
2666
|
selector: '[pepAttach]',
|
|
@@ -2662,9 +2679,9 @@ class PepTargetDirective {
|
|
|
2662
2679
|
this.portalService.addTarget(this.targetName, this.viewContainer);
|
|
2663
2680
|
}
|
|
2664
2681
|
}
|
|
2665
|
-
PepTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2666
|
-
PepTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2682
|
+
PepTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepTargetDirective, deps: [{ token: PepPortalService }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2683
|
+
PepTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PepTargetDirective, selector: "[pepTarget]", inputs: { targetName: ["pepTarget", "targetName"] }, ngImport: i0 });
|
|
2684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepTargetDirective, decorators: [{
|
|
2668
2685
|
type: Directive,
|
|
2669
2686
|
args: [{
|
|
2670
2687
|
selector: '[pepTarget]',
|
|
@@ -2677,9 +2694,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
2677
2694
|
// Import the core angular services.
|
|
2678
2695
|
class PepClipboardService {
|
|
2679
2696
|
}
|
|
2680
|
-
PepClipboardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2681
|
-
PepClipboardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2697
|
+
PepClipboardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepClipboardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2698
|
+
PepClipboardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepClipboardService, providedIn: 'root' });
|
|
2699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepClipboardService, decorators: [{
|
|
2683
2700
|
type: Injectable,
|
|
2684
2701
|
args: [{
|
|
2685
2702
|
providedIn: 'root',
|
|
@@ -2694,6 +2711,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
2694
2711
|
* export from ngx-lib/core/clipboard
|
|
2695
2712
|
*/
|
|
2696
2713
|
|
|
2714
|
+
class BaseDestroyerDirective {
|
|
2715
|
+
constructor() {
|
|
2716
|
+
this._destroyed = new Subject();
|
|
2717
|
+
}
|
|
2718
|
+
getDestroyer() {
|
|
2719
|
+
return takeUntil(this._destroyed);
|
|
2720
|
+
}
|
|
2721
|
+
ngOnDestroy() {
|
|
2722
|
+
this._destroyed.next();
|
|
2723
|
+
this._destroyed.complete();
|
|
2724
|
+
}
|
|
2725
|
+
}
|
|
2726
|
+
BaseDestroyerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseDestroyerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2727
|
+
BaseDestroyerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BaseDestroyerDirective, ngImport: i0 });
|
|
2728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseDestroyerDirective, decorators: [{
|
|
2729
|
+
type: Directive,
|
|
2730
|
+
args: [{}]
|
|
2731
|
+
}], ctorParameters: function () { return []; } });
|
|
2732
|
+
|
|
2697
2733
|
/*
|
|
2698
2734
|
* Public API Surface of ngx-lib/core/common/directives
|
|
2699
2735
|
*/
|
|
@@ -3068,9 +3104,9 @@ class PepCookieService {
|
|
|
3068
3104
|
}
|
|
3069
3105
|
}
|
|
3070
3106
|
}
|
|
3071
|
-
PepCookieService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3072
|
-
PepCookieService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3107
|
+
PepCookieService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepCookieService, deps: [{ token: DOCUMENT, optional: true }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3108
|
+
PepCookieService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepCookieService, providedIn: 'root' });
|
|
3109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepCookieService, decorators: [{
|
|
3074
3110
|
type: Injectable,
|
|
3075
3111
|
args: [{
|
|
3076
3112
|
providedIn: 'root',
|
|
@@ -3223,9 +3259,9 @@ class PepHttpService {
|
|
|
3223
3259
|
return this.postHttpCall(`${papiBaseUrl}${url}`, body, httpOptions);
|
|
3224
3260
|
}
|
|
3225
3261
|
}
|
|
3226
|
-
PepHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3227
|
-
PepHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3262
|
+
PepHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepHttpService, deps: [{ token: PepSessionService }, { token: PepCookieService }, { token: i3$1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3263
|
+
PepHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepHttpService, providedIn: 'root' });
|
|
3264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepHttpService, decorators: [{
|
|
3229
3265
|
type: Injectable,
|
|
3230
3266
|
args: [{
|
|
3231
3267
|
providedIn: 'root',
|
|
@@ -3265,9 +3301,9 @@ class PepTranslateService {
|
|
|
3265
3301
|
});
|
|
3266
3302
|
}
|
|
3267
3303
|
}
|
|
3268
|
-
PepTranslateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3269
|
-
PepTranslateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3304
|
+
PepTranslateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepTranslateService, deps: [{ token: i3$1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3305
|
+
PepTranslateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepTranslateService, providedIn: 'root' });
|
|
3306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepTranslateService, decorators: [{
|
|
3271
3307
|
type: Injectable,
|
|
3272
3308
|
args: [{
|
|
3273
3309
|
providedIn: 'root',
|
|
@@ -3278,12 +3314,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
3278
3314
|
This service is the webapp api for addon usege.
|
|
3279
3315
|
*/
|
|
3280
3316
|
class PepAddonService {
|
|
3281
|
-
|
|
3317
|
+
get devServer() {
|
|
3318
|
+
return this.route ? this.route.snapshot.queryParamMap.get('devServer') === 'true' : false;
|
|
3319
|
+
}
|
|
3320
|
+
constructor(sessionService, httpService, loaderService, translateService, fileService, router, route) {
|
|
3282
3321
|
this.sessionService = sessionService;
|
|
3283
3322
|
this.httpService = httpService;
|
|
3284
3323
|
this.loaderService = loaderService;
|
|
3285
3324
|
this.translateService = translateService;
|
|
3286
3325
|
this.fileService = fileService;
|
|
3326
|
+
this.router = router;
|
|
3287
3327
|
this.route = route;
|
|
3288
3328
|
this.PAGES_ADDON_UUID = '50062e0c-9967-4ed4-9102-f2bc50602d41';
|
|
3289
3329
|
// private readonly ADDON_ASSETS_PATH_KEY = 'AddonAssetsPath';
|
|
@@ -3292,9 +3332,6 @@ class PepAddonService {
|
|
|
3292
3332
|
this.ADDON_API_ASYNC_RELATIVE_PATH = `${this.ADDON_API_RELATIVE_PATH}/async`;
|
|
3293
3333
|
//
|
|
3294
3334
|
}
|
|
3295
|
-
get devServer() {
|
|
3296
|
-
return this.route ? this.route.snapshot.queryParamMap.get('devServer') === 'true' : false;
|
|
3297
|
-
}
|
|
3298
3335
|
getAddonBaseRelativePath(isAsync = false) {
|
|
3299
3336
|
return isAsync
|
|
3300
3337
|
? this.ADDON_API_ASYNC_RELATIVE_PATH
|
|
@@ -3433,10 +3470,32 @@ class PepAddonService {
|
|
|
3433
3470
|
// Fix internal routing bug.
|
|
3434
3471
|
connectInternalRouter(elementName) {
|
|
3435
3472
|
const customElementObject = PepAddonService._customElementsMap.get(elementName);
|
|
3436
|
-
|
|
3473
|
+
let router = customElementObject?.injector.get(Router);
|
|
3474
|
+
// This cause a refresh (everithing is loading twice) when reloading the page...
|
|
3475
|
+
// But if we remove this the first navigation is clear all history cause the router is not connected.
|
|
3476
|
+
if (!router) {
|
|
3477
|
+
router = this.router;
|
|
3478
|
+
}
|
|
3437
3479
|
if (router) {
|
|
3438
3480
|
const useHash = location.href.includes('#');
|
|
3439
|
-
connectRouter(router, useHash);
|
|
3481
|
+
this.connectRouter(router, useHash);
|
|
3482
|
+
}
|
|
3483
|
+
}
|
|
3484
|
+
connectRouter(router, useHash = false) {
|
|
3485
|
+
let url;
|
|
3486
|
+
if (!useHash) {
|
|
3487
|
+
url = `${location.pathname.substr(1)}${location.search}`;
|
|
3488
|
+
router.navigateByUrl(url);
|
|
3489
|
+
window.addEventListener('popstate', () => {
|
|
3490
|
+
router.navigateByUrl(url);
|
|
3491
|
+
});
|
|
3492
|
+
}
|
|
3493
|
+
else {
|
|
3494
|
+
url = `${location.hash.substr(1)}${location.search}`;
|
|
3495
|
+
router.navigateByUrl(url);
|
|
3496
|
+
window.addEventListener('hashchange', () => {
|
|
3497
|
+
router.navigateByUrl(url);
|
|
3498
|
+
});
|
|
3440
3499
|
}
|
|
3441
3500
|
}
|
|
3442
3501
|
static createMultiTranslateLoader(addonUUID, addonService, libsName = ['ngx-lib']) {
|
|
@@ -3455,14 +3514,16 @@ class PepAddonService {
|
|
|
3455
3514
|
}
|
|
3456
3515
|
}
|
|
3457
3516
|
PepAddonService._customElementsMap = new Map();
|
|
3458
|
-
PepAddonService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3459
|
-
PepAddonService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3517
|
+
PepAddonService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepAddonService, deps: [{ token: PepSessionService }, { token: PepHttpService }, { token: PepLoaderService }, { token: PepTranslateService }, { token: PepFileService }, { token: i6.Router, optional: true }, { token: i6.ActivatedRoute, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3518
|
+
PepAddonService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepAddonService, providedIn: 'root' });
|
|
3519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepAddonService, decorators: [{
|
|
3461
3520
|
type: Injectable,
|
|
3462
3521
|
args: [{
|
|
3463
3522
|
providedIn: 'root',
|
|
3464
3523
|
}]
|
|
3465
|
-
}], ctorParameters: function () { return [{ type: PepSessionService }, { type: PepHttpService }, { type: PepLoaderService }, { type: PepTranslateService }, { type: PepFileService }, { type: i6.
|
|
3524
|
+
}], ctorParameters: function () { return [{ type: PepSessionService }, { type: PepHttpService }, { type: PepLoaderService }, { type: PepTranslateService }, { type: PepFileService }, { type: i6.Router, decorators: [{
|
|
3525
|
+
type: Optional
|
|
3526
|
+
}] }, { type: i6.ActivatedRoute, decorators: [{
|
|
3466
3527
|
type: Optional
|
|
3467
3528
|
}] }]; } });
|
|
3468
3529
|
|
|
@@ -3840,9 +3901,9 @@ class PepColorService {
|
|
|
3840
3901
|
return (hsp > 127.5) ? 'light' : 'dark';
|
|
3841
3902
|
}
|
|
3842
3903
|
}
|
|
3843
|
-
PepColorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3844
|
-
PepColorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3904
|
+
PepColorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepColorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3905
|
+
PepColorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepColorService, providedIn: 'root' });
|
|
3906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepColorService, decorators: [{
|
|
3846
3907
|
type: Injectable,
|
|
3847
3908
|
args: [{
|
|
3848
3909
|
providedIn: 'root',
|
|
@@ -3935,13 +3996,13 @@ class PepDataConvertorService {
|
|
|
3935
3996
|
dataField.Enabled = field.Enabled === false ? false : true;
|
|
3936
3997
|
dataField.FieldType = field.FieldType;
|
|
3937
3998
|
dataField.FormattedValue =
|
|
3938
|
-
field.FormattedValue || field.Value
|
|
3999
|
+
field.FormattedValue || field.Value;
|
|
3939
4000
|
dataField.GroupFields = null;
|
|
3940
4001
|
dataField.NotificationInfo = '';
|
|
3941
4002
|
dataField.OptionalValues = field.OptionalValues;
|
|
3942
4003
|
dataField.ReferenceObjectSubType = '';
|
|
3943
4004
|
dataField.TextColor = '';
|
|
3944
|
-
dataField.Value = field.Value
|
|
4005
|
+
dataField.Value = field.Value;
|
|
3945
4006
|
dataField.Visible = true;
|
|
3946
4007
|
return dataField;
|
|
3947
4008
|
}
|
|
@@ -3958,9 +4019,9 @@ class PepDataConvertorService {
|
|
|
3958
4019
|
return layout;
|
|
3959
4020
|
}
|
|
3960
4021
|
}
|
|
3961
|
-
PepDataConvertorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3962
|
-
PepDataConvertorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4022
|
+
PepDataConvertorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDataConvertorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4023
|
+
PepDataConvertorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDataConvertorService, providedIn: 'root' });
|
|
4024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepDataConvertorService, decorators: [{
|
|
3964
4025
|
type: Injectable,
|
|
3965
4026
|
args: [{
|
|
3966
4027
|
providedIn: 'root',
|
|
@@ -4223,9 +4284,9 @@ class PepValidatorService {
|
|
|
4223
4284
|
return isNumber;
|
|
4224
4285
|
}
|
|
4225
4286
|
}
|
|
4226
|
-
PepValidatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4227
|
-
PepValidatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4287
|
+
PepValidatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepValidatorService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4288
|
+
PepValidatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepValidatorService, providedIn: 'root' });
|
|
4289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepValidatorService, decorators: [{
|
|
4229
4290
|
type: Injectable,
|
|
4230
4291
|
args: [{
|
|
4231
4292
|
providedIn: 'root',
|
|
@@ -4259,9 +4320,9 @@ class PepWindowScrollingService {
|
|
|
4259
4320
|
return style;
|
|
4260
4321
|
}
|
|
4261
4322
|
}
|
|
4262
|
-
PepWindowScrollingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4263
|
-
PepWindowScrollingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4323
|
+
PepWindowScrollingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepWindowScrollingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4324
|
+
PepWindowScrollingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepWindowScrollingService, providedIn: 'root' });
|
|
4325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepWindowScrollingService, decorators: [{
|
|
4265
4326
|
type: Injectable,
|
|
4266
4327
|
args: [{
|
|
4267
4328
|
providedIn: 'root',
|
|
@@ -4307,8 +4368,8 @@ class PepFieldBase {
|
|
|
4307
4368
|
this.xAlignment = options.xAlignment ?? DEFAULT_HORIZONTAL_ALIGNMENT;
|
|
4308
4369
|
this.yAlignment = options.yAlignment ?? DEFAULT_VERTICAL_ALIGNMENT;
|
|
4309
4370
|
this.maxFieldCharacters = options.maxFieldCharacters ?? 0;
|
|
4310
|
-
this.minValue = options.minValue ??
|
|
4311
|
-
this.maxValue = options.maxValue ??
|
|
4371
|
+
this.minValue = options.minValue ?? undefined;
|
|
4372
|
+
this.maxValue = options.maxValue ?? undefined;
|
|
4312
4373
|
this.update(options);
|
|
4313
4374
|
}
|
|
4314
4375
|
getBaseValidators(isCheckbox = false) {
|
|
@@ -4327,12 +4388,13 @@ class PepFieldBase {
|
|
|
4327
4388
|
if (this.maxFieldCharacters > 0) {
|
|
4328
4389
|
validators.push(Validators.maxLength(this.maxFieldCharacters));
|
|
4329
4390
|
}
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4391
|
+
//DI-26722
|
|
4392
|
+
// if (this.minValue) {
|
|
4393
|
+
// validators.push(Validators.min(this.minValue));
|
|
4394
|
+
// }
|
|
4395
|
+
// if (this.maxValue) {
|
|
4396
|
+
// validators.push(Validators.max(this.maxValue));
|
|
4397
|
+
// }
|
|
4336
4398
|
return validators;
|
|
4337
4399
|
}
|
|
4338
4400
|
getValidators() {
|
|
@@ -4408,10 +4470,18 @@ class PepTextboxField extends PepFieldBase {
|
|
|
4408
4470
|
}
|
|
4409
4471
|
else if (this.type === 'int' || this.type === 'real') {
|
|
4410
4472
|
validators.push(Validators.pattern(/^[\.,\-\+\d]+$/));
|
|
4411
|
-
if (!isNaN(this.minValue)) {
|
|
4473
|
+
if (this.minValue && !isNaN(this.minValue)) {
|
|
4474
|
+
validators.push(Validators.min(this.minValue));
|
|
4475
|
+
}
|
|
4476
|
+
if (this.maxValue && !isNaN(this.maxValue)) {
|
|
4477
|
+
validators.push(Validators.max(this.maxValue));
|
|
4478
|
+
}
|
|
4479
|
+
}
|
|
4480
|
+
else if (this.type === 'currency' || this.type === 'percentage') {
|
|
4481
|
+
if (this.minValue && !isNaN(this.minValue)) {
|
|
4412
4482
|
validators.push(Validators.min(this.minValue));
|
|
4413
4483
|
}
|
|
4414
|
-
if (!isNaN(this.maxValue)) {
|
|
4484
|
+
if (this.maxValue && !isNaN(this.maxValue)) {
|
|
4415
4485
|
validators.push(Validators.max(this.maxValue));
|
|
4416
4486
|
}
|
|
4417
4487
|
}
|
|
@@ -4504,11 +4574,29 @@ class PepQuantitySelectorField extends PepFieldBase {
|
|
|
4504
4574
|
}
|
|
4505
4575
|
}
|
|
4506
4576
|
class PepDateField extends PepFieldBase {
|
|
4577
|
+
// minDateValue?: Date;
|
|
4578
|
+
// maxDateValue?: Date;
|
|
4507
4579
|
constructor(options = {}) {
|
|
4508
4580
|
super(options);
|
|
4509
4581
|
this.controlType = 'date';
|
|
4510
4582
|
this.type = options.type || 'date';
|
|
4511
4583
|
}
|
|
4584
|
+
getValidators() {
|
|
4585
|
+
const validators = super.getBaseValidators();
|
|
4586
|
+
if (this.minValue && !isNaN(this.minValue)) {
|
|
4587
|
+
validators.push(Validators.min(this.minValue));
|
|
4588
|
+
}
|
|
4589
|
+
if (this.maxValue && !isNaN(this.maxValue)) {
|
|
4590
|
+
validators.push(Validators.max(this.maxValue));
|
|
4591
|
+
}
|
|
4592
|
+
// if (this.minDateValue) {
|
|
4593
|
+
// validators.push(Validators.min(this.minDateValue));
|
|
4594
|
+
// }
|
|
4595
|
+
// if (this.maxDateValue) {
|
|
4596
|
+
// validators.push(Validators.max(this.maxDateValue));
|
|
4597
|
+
// }
|
|
4598
|
+
return validators;
|
|
4599
|
+
}
|
|
4512
4600
|
}
|
|
4513
4601
|
class PepCheckboxField extends PepFieldBase {
|
|
4514
4602
|
constructor(options = {}) {
|
|
@@ -4526,8 +4614,10 @@ class PepSelectField extends PepFieldBase {
|
|
|
4526
4614
|
super(options);
|
|
4527
4615
|
this.controlType = 'select';
|
|
4528
4616
|
this.options = [];
|
|
4617
|
+
this.autoSortOptions = true;
|
|
4529
4618
|
this.type = options.type || 'select';
|
|
4530
4619
|
this.emptyOption = options.emptyOption;
|
|
4620
|
+
this.autoSortOptions = options.autoSortOptions ?? true;
|
|
4531
4621
|
this.update(options);
|
|
4532
4622
|
}
|
|
4533
4623
|
update(options) {
|
|
@@ -4696,9 +4786,9 @@ class PepScrollToService {
|
|
|
4696
4786
|
});
|
|
4697
4787
|
}
|
|
4698
4788
|
}
|
|
4699
|
-
PepScrollToService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4700
|
-
PepScrollToService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4789
|
+
PepScrollToService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepScrollToService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4790
|
+
PepScrollToService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepScrollToService, providedIn: 'root' });
|
|
4791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepScrollToService, decorators: [{
|
|
4702
4792
|
type: Injectable,
|
|
4703
4793
|
args: [{
|
|
4704
4794
|
providedIn: 'root',
|
|
@@ -4708,6 +4798,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
4708
4798
|
/*
|
|
4709
4799
|
* Public API Surface of ngx-lib/core/scroll-to
|
|
4710
4800
|
*/
|
|
4801
|
+
// export * from './scroll-to.directive';
|
|
4711
4802
|
|
|
4712
4803
|
/*
|
|
4713
4804
|
* export from ngx-lib/core/scroll-to
|
|
@@ -4750,8 +4841,8 @@ const utilitiesList = [
|
|
|
4750
4841
|
const portalList = [PepAttachDirective, PepTargetDirective];
|
|
4751
4842
|
class PepNgxLibModule {
|
|
4752
4843
|
}
|
|
4753
|
-
PepNgxLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4754
|
-
PepNgxLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
4844
|
+
PepNgxLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepNgxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4845
|
+
PepNgxLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PepNgxLibModule, declarations: [PepCapitalizePipe,
|
|
4755
4846
|
PepEncodePipe,
|
|
4756
4847
|
PepEscapePipe,
|
|
4757
4848
|
PepReplaceLineBreaksPipe,
|
|
@@ -4790,7 +4881,7 @@ PepNgxLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
4790
4881
|
PepPreventMultiClickDirective,
|
|
4791
4882
|
PepPrintDirective,
|
|
4792
4883
|
PepDivLoaderDirective, PepClipboardDirective, PepRtlClassDirective, PepRtlDirectionDirective, PepAttachDirective, PepTargetDirective, TranslateModule] });
|
|
4793
|
-
PepNgxLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4884
|
+
PepNgxLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepNgxLibModule, providers: [
|
|
4794
4885
|
httpInterceptorProviders,
|
|
4795
4886
|
PepAddonService,
|
|
4796
4887
|
PepColorService,
|
|
@@ -4813,7 +4904,7 @@ PepNgxLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
4813
4904
|
], imports: [CommonModule,
|
|
4814
4905
|
HttpClientModule,
|
|
4815
4906
|
ReactiveFormsModule, TranslateModule] });
|
|
4816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PepNgxLibModule, decorators: [{
|
|
4817
4908
|
type: NgModule,
|
|
4818
4909
|
args: [{
|
|
4819
4910
|
declarations: [
|
|
@@ -4868,5 +4959,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
4868
4959
|
* Generated bundle index. Do not edit.
|
|
4869
4960
|
*/
|
|
4870
4961
|
|
|
4871
|
-
export { DEFAULT_HORIZONTAL_ALIGNMENT, DEFAULT_VERTICAL_ALIGNMENT, DateAgoPipe, FIELD_TYPE, FieldLayout, KeyValuePair, ObjectSingleData, ObjectsData, ObjectsDataRow, ObjectsDataRowCell, PepAddonService, PepAddressField, PepAttachDirective, PepAttachmentField, PepButtonBlurDirective, PepButtonLoaderDirective, PepCapitalizePipe, PepCheckboxField, PepClipboardDirective, PepClipboardService, PepColorService, PepCookieService, PepCustomizationService, PepDataConvertorService, PepDataQaDirective, PepDateField, PepDateFormatterPipe, PepDateStringFormatterPipe, PepDivLoaderDirective, PepEncodePipe, PepEscapePipe, PepFieldBase, PepFieldData, PepFileService, PepGuid, PepHttpService, PepImageField, PepImagesField, PepIndicatorsField, PepInputAutoWidthDirective, PepInternalButtonField, PepInternalCaruselField, PepInternalMenuField, PepInternalPageField, PepJwtHelperService, PepLayoutService, PepLinkField, PepLoaderService, PepMenuBlurDirective, PepNgxLibModule, PepPlaceholderField, PepPortalService, PepPreventMultiClickDirective, PepPrintDirective, PepQuantitySelectorField, PepReplaceLineBreaksPipe, PepRichHtmlTextareaField, PepRowData, PepRtlClassDirective, PepRtlDirectionDirective, PepSafeHtmlPipe, PepSafePipe, PepScreenSizeType, PepScrollToService, PepSelectField, PepSeparatorField, PepSessionService, PepSignatureField, PepSplitUppercasePipe, PepTargetDirective, PepTextareaField, PepTextboxField, PepToNumberPipe, PepTranslateService, PepUtilitiesService, PepValidatorService, PepWindowScrollingService, SmartSearchResponse, SmartSearchValues, Test, UIControl, UIControlField, X_ALIGNMENT_TYPE, Y_ALIGNMENT_TYPE };
|
|
4962
|
+
export { BaseDestroyerDirective, DEFAULT_HORIZONTAL_ALIGNMENT, DEFAULT_VERTICAL_ALIGNMENT, DateAgoPipe, FIELD_TYPE, FieldLayout, KeyValuePair, ObjectSingleData, ObjectsData, ObjectsDataRow, ObjectsDataRowCell, PepAddonService, PepAddressField, PepAttachDirective, PepAttachmentField, PepButtonBlurDirective, PepButtonLoaderDirective, PepCapitalizePipe, PepCheckboxField, PepClipboardDirective, PepClipboardService, PepColorService, PepCookieService, PepCustomizationService, PepDataConvertorService, PepDataQaDirective, PepDateField, PepDateFormatterPipe, PepDateStringFormatterPipe, PepDivLoaderDirective, PepEncodePipe, PepEscapePipe, PepFieldBase, PepFieldData, PepFileService, PepGuid, PepHttpService, PepImageField, PepImagesField, PepIndicatorsField, PepInputAutoWidthDirective, PepInternalButtonField, PepInternalCaruselField, PepInternalMenuField, PepInternalPageField, PepJwtHelperService, PepLayoutService, PepLinkField, PepLoaderService, PepMenuBlurDirective, PepNgxLibModule, PepPlaceholderField, PepPortalService, PepPreventMultiClickDirective, PepPrintDirective, PepQuantitySelectorField, PepReplaceLineBreaksPipe, PepRichHtmlTextareaField, PepRowData, PepRtlClassDirective, PepRtlDirectionDirective, PepSafeHtmlPipe, PepSafePipe, PepScreenSizeType, PepScrollToService, PepSelectField, PepSeparatorField, PepSessionService, PepSignatureField, PepSplitUppercasePipe, PepTargetDirective, PepTextareaField, PepTextboxField, PepToNumberPipe, PepTranslateService, PepUtilitiesService, PepValidatorService, PepWindowScrollingService, SmartSearchResponse, SmartSearchValues, Test, UIControl, UIControlField, X_ALIGNMENT_TYPE, Y_ALIGNMENT_TYPE };
|
|
4872
4963
|
//# sourceMappingURL=pepperi-addons-ngx-lib.mjs.map
|