@pepperi-addons/ngx-lib 0.3.15-loader.9 → 0.4.0-angular14.11
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 +30 -27
- package/address/address.module.d.ts +15 -2
- package/address/index.d.ts +5 -0
- package/address/public-api.d.ts +2 -2
- package/attachment/attachment.component.d.ts +85 -82
- package/attachment/attachment.module.d.ts +14 -2
- package/attachment/index.d.ts +5 -0
- package/attachment/public-api.d.ts +2 -2
- package/bread-crumbs/bread-crumbs.component.d.ts +27 -23
- package/bread-crumbs/bread-crumbs.model.d.ts +11 -11
- package/bread-crumbs/bread-crumbs.module.d.ts +15 -5
- package/bread-crumbs/index.d.ts +5 -0
- package/bread-crumbs/public-api.d.ts +3 -3
- package/button/button.component.d.ts +102 -99
- package/button/button.model.d.ts +14 -14
- package/button/button.module.d.ts +13 -2
- package/button/index.d.ts +5 -0
- package/button/public-api.d.ts +3 -3
- package/carousel/carousel-item.directive.d.ts +12 -9
- package/carousel/carousel.component.d.ts +148 -145
- package/carousel/carousel.module.d.ts +8 -2
- package/carousel/index.d.ts +5 -0
- package/carousel/public-api.d.ts +3 -3
- package/checkbox/checkbox.component.d.ts +50 -47
- package/checkbox/checkbox.module.d.ts +19 -5
- package/checkbox/index.d.ts +5 -0
- package/checkbox/public-api.d.ts +2 -2
- package/color/color-picker.component.d.ts +57 -54
- package/color/color.component.d.ts +30 -27
- package/color/color.model.d.ts +1 -1
- package/color/color.module.d.ts +26 -5
- package/color/index.d.ts +5 -0
- package/color/public-api.d.ts +3 -3
- package/core/clipboard/clipboard.directive.d.ts +5 -2
- package/core/clipboard/clipboard.service.d.ts +5 -2
- package/core/clipboard/index.d.ts +1 -1
- package/core/clipboard/public-api.d.ts +2 -2
- package/core/common/directives/auto-width.directive.d.ts +19 -16
- package/core/common/directives/button-blur.directive.d.ts +9 -6
- package/core/common/directives/button-loader.directive.d.ts +26 -23
- package/core/common/directives/data-qa.directive.d.ts +11 -8
- package/core/common/directives/index.d.ts +1 -1
- package/core/common/directives/menu-blur.directive.d.ts +10 -7
- package/core/common/directives/prevent-multi-click.directive.d.ts +7 -4
- package/core/common/directives/print.directive.d.ts +75 -72
- package/core/common/directives/public-api.d.ts +7 -7
- package/core/common/index.d.ts +1 -1
- package/core/common/model/index.d.ts +1 -1
- package/core/common/model/papi.model.d.ts +2 -2
- package/core/common/model/public-api.d.ts +3 -3
- package/core/common/model/utilities.model.d.ts +5 -5
- package/core/common/model/wapi.model.d.ts +200 -200
- package/core/common/pipes/common-pipes.d.ts +57 -36
- package/core/common/pipes/date-ago.pipe.d.ts +11 -8
- package/core/common/pipes/index.d.ts +1 -1
- package/core/common/pipes/public-api.d.ts +2 -2
- package/core/common/public-api.d.ts +4 -4
- package/core/common/services/addon.service.d.ts +41 -38
- package/core/common/services/color.service.d.ts +51 -48
- package/core/common/services/cookie.service.d.ts +53 -50
- package/core/common/services/data-convertor.service.d.ts +44 -41
- package/core/common/services/file.service.d.ts +27 -24
- package/core/common/services/index.d.ts +1 -1
- package/core/common/services/jwt-helper.service.d.ts +13 -10
- package/core/common/services/public-api.d.ts +11 -11
- package/core/common/services/session.service.d.ts +18 -15
- package/core/common/services/translate.service.d.ts +12 -9
- package/core/common/services/utilities.service.d.ts +36 -33
- package/core/common/services/validator.service.d.ts +31 -28
- package/core/common/services/window-scrolling.service.d.ts +10 -7
- package/core/customization/customization.model.d.ts +264 -264
- package/core/customization/customization.service.d.ts +159 -156
- package/core/customization/index.d.ts +1 -1
- package/core/customization/public-api.d.ts +2 -2
- package/core/http/index.d.ts +1 -1
- package/core/http/interceptors/error.interceptor.d.ts +8 -5
- package/core/http/interceptors/index.d.ts +11 -11
- package/core/http/interceptors/loader.interceptor.d.ts +11 -8
- package/core/http/interceptors/profiler.interceptor.d.ts +8 -5
- package/core/http/public-api.d.ts +2 -2
- package/core/http/services/http.service.d.ts +28 -25
- package/core/http/services/loader.service.d.ts +13 -10
- package/core/index.d.ts +1 -1
- package/core/layout/index.d.ts +1 -1
- package/core/layout/layout.service.d.ts +36 -33
- package/core/layout/public-api.d.ts +2 -2
- package/core/layout/rtl.directive.d.ts +21 -16
- package/core/portal/attach.directive.d.ts +13 -10
- package/core/portal/index.d.ts +1 -1
- package/core/portal/portal.service.d.ts +12 -9
- package/core/portal/public-api.d.ts +3 -3
- package/core/portal/target.directive.d.ts +12 -9
- package/core/public-api.d.ts +7 -7
- package/core/scroll-to/index.d.ts +1 -1
- package/core/scroll-to/public-api.d.ts +1 -1
- package/core/scroll-to/scroll-to.service.d.ts +11 -8
- package/date/date.component.d.ts +69 -66
- package/date/date.model.d.ts +31 -26
- package/date/date.module.d.ts +23 -5
- package/date/index.d.ts +5 -0
- package/date/public-api.d.ts +2 -2
- package/dialog/default-dialog.component.d.ts +12 -9
- package/dialog/dialog.component.d.ts +13 -10
- package/dialog/dialog.model.d.ts +31 -31
- package/dialog/dialog.module.d.ts +18 -5
- package/dialog/dialog.service.d.ts +27 -24
- package/dialog/index.d.ts +5 -0
- package/dialog/public-api.d.ts +4 -4
- package/draggable-items/draggable-item/draggable-item.component.d.ts +11 -8
- package/draggable-items/draggable-items.component.d.ts +36 -33
- package/draggable-items/draggable-items.model.d.ts +11 -11
- package/draggable-items/draggable-items.module.d.ts +18 -5
- package/draggable-items/index.d.ts +5 -0
- package/draggable-items/public-api.d.ts +4 -4
- package/esm2020/address/address.component.mjs +109 -0
- package/esm2020/address/address.module.mjs +54 -0
- package/esm2020/address/pepperi-addons-ngx-lib-address.mjs +5 -0
- package/esm2020/address/public-api.mjs +6 -0
- package/esm2020/attachment/attachment.component.mjs +220 -0
- package/esm2020/attachment/attachment.module.mjs +50 -0
- package/esm2020/attachment/pepperi-addons-ngx-lib-attachment.mjs +5 -0
- package/esm2020/attachment/public-api.mjs +6 -0
- package/esm2020/bread-crumbs/bread-crumbs.component.mjs +85 -0
- package/esm2020/bread-crumbs/bread-crumbs.model.mjs +7 -0
- package/esm2020/bread-crumbs/bread-crumbs.module.mjs +50 -0
- package/esm2020/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.mjs +5 -0
- package/esm2020/bread-crumbs/public-api.mjs +7 -0
- package/esm2020/button/button.component.mjs +138 -0
- package/esm2020/button/button.model.mjs +6 -0
- package/esm2020/button/button.module.mjs +46 -0
- package/esm2020/button/pepperi-addons-ngx-lib-button.mjs +5 -0
- package/esm2020/button/public-api.mjs +7 -0
- package/esm2020/carousel/carousel-item.directive.mjs +33 -0
- package/esm2020/carousel/carousel.component.mjs +745 -0
- package/esm2020/carousel/carousel.module.mjs +17 -0
- package/esm2020/carousel/pepperi-addons-ngx-lib-carousel.mjs +5 -0
- package/esm2020/carousel/public-api.mjs +8 -0
- package/esm2020/checkbox/checkbox.component.mjs +168 -0
- package/esm2020/checkbox/checkbox.module.mjs +63 -0
- package/esm2020/checkbox/pepperi-addons-ngx-lib-checkbox.mjs +5 -0
- package/esm2020/checkbox/public-api.mjs +6 -0
- package/esm2020/color/color-picker.component.mjs +224 -0
- package/esm2020/color/color.component.mjs +90 -0
- package/esm2020/color/color.model.mjs +2 -0
- package/esm2020/color/color.module.mjs +93 -0
- package/esm2020/color/pepperi-addons-ngx-lib-color.mjs +5 -0
- package/esm2020/color/public-api.mjs +7 -0
- package/esm2020/core/clipboard/clipboard.directive.mjs +24 -0
- package/esm2020/core/clipboard/clipboard.service.mjs +14 -0
- package/esm2020/core/clipboard/index.mjs +5 -0
- package/esm2020/core/clipboard/public-api.mjs +6 -0
- package/esm2020/core/common/directives/auto-width.directive.mjs +77 -0
- package/esm2020/core/common/directives/button-blur.directive.mjs +24 -0
- package/esm2020/core/common/directives/button-loader.directive.mjs +112 -0
- package/esm2020/core/common/directives/data-qa.directive.mjs +23 -0
- package/esm2020/core/common/directives/index.mjs +5 -0
- package/esm2020/core/common/directives/menu-blur.directive.mjs +32 -0
- package/esm2020/core/common/directives/prevent-multi-click.directive.mjs +27 -0
- package/esm2020/core/common/directives/print.directive.mjs +170 -0
- package/esm2020/core/common/directives/public-api.mjs +12 -0
- package/esm2020/core/common/index.mjs +5 -0
- package/esm2020/core/common/model/index.mjs +5 -0
- package/esm2020/core/common/model/papi.model.mjs +3 -0
- package/esm2020/core/common/model/public-api.mjs +7 -0
- package/esm2020/core/common/model/utilities.model.mjs +57 -0
- package/esm2020/core/common/model/wapi.model.mjs +156 -0
- package/esm2020/core/common/pipes/common-pipes.mjs +167 -0
- package/esm2020/core/common/pipes/date-ago.pipe.mjs +46 -0
- package/esm2020/core/common/pipes/index.mjs +5 -0
- package/esm2020/core/common/pipes/public-api.mjs +6 -0
- package/esm2020/core/common/public-api.mjs +8 -0
- package/esm2020/core/common/services/addon.service.mjs +148 -0
- package/esm2020/core/common/services/color.service.mjs +359 -0
- package/esm2020/core/common/services/cookie.service.mjs +153 -0
- package/esm2020/core/common/services/data-convertor.service.mjs +119 -0
- package/esm2020/core/common/services/file.service.mjs +213 -0
- package/esm2020/core/common/services/index.mjs +5 -0
- package/esm2020/core/common/services/jwt-helper.service.mjs +106 -0
- package/esm2020/core/common/services/public-api.mjs +15 -0
- package/esm2020/core/common/services/session.service.mjs +71 -0
- package/esm2020/core/common/services/translate.service.mjs +46 -0
- package/esm2020/core/common/services/utilities.service.mjs +210 -0
- package/esm2020/core/common/services/validator.service.mjs +272 -0
- package/esm2020/core/common/services/window-scrolling.service.mjs +36 -0
- package/esm2020/core/customization/customization.model.mjs +289 -0
- package/esm2020/core/customization/customization.service.mjs +771 -0
- package/esm2020/core/customization/index.mjs +5 -0
- package/esm2020/core/customization/public-api.mjs +6 -0
- package/esm2020/core/http/index.mjs +5 -0
- package/esm2020/core/http/interceptors/error.interceptor.mjs +27 -0
- package/esm2020/core/http/interceptors/index.mjs +24 -0
- package/esm2020/core/http/interceptors/loader.interceptor.mjs +33 -0
- package/esm2020/core/http/interceptors/profiler.interceptor.mjs +32 -0
- package/esm2020/core/http/public-api.mjs +6 -0
- package/esm2020/core/http/services/http.service.mjs +155 -0
- package/esm2020/core/http/services/loader.service.mjs +50 -0
- package/esm2020/core/index.mjs +5 -0
- package/esm2020/core/layout/index.mjs +5 -0
- package/esm2020/core/layout/layout.service.mjs +168 -0
- package/esm2020/core/layout/public-api.mjs +6 -0
- package/esm2020/core/layout/rtl.directive.mjs +44 -0
- package/esm2020/core/portal/attach.directive.mjs +27 -0
- package/esm2020/core/portal/index.mjs +5 -0
- package/esm2020/core/portal/portal.service.mjs +36 -0
- package/esm2020/core/portal/public-api.mjs +7 -0
- package/esm2020/core/portal/target.directive.mjs +24 -0
- package/esm2020/core/public-api.mjs +11 -0
- package/esm2020/core/scroll-to/index.mjs +5 -0
- package/esm2020/core/scroll-to/public-api.mjs +6 -0
- package/esm2020/core/scroll-to/scroll-to.service.mjs +84 -0
- package/esm2020/date/date.component.mjs +295 -0
- package/esm2020/date/date.model.mjs +54 -0
- package/esm2020/date/date.module.mjs +88 -0
- package/esm2020/date/pepperi-addons-ngx-lib-date.mjs +5 -0
- package/esm2020/date/public-api.mjs +6 -0
- package/esm2020/dialog/default-dialog.component.mjs +37 -0
- package/esm2020/dialog/dialog.component.mjs +36 -0
- package/esm2020/dialog/dialog.model.mjs +33 -0
- package/esm2020/dialog/dialog.module.mjs +59 -0
- package/esm2020/dialog/dialog.service.mjs +82 -0
- package/esm2020/dialog/pepperi-addons-ngx-lib-dialog.mjs +5 -0
- package/esm2020/dialog/public-api.mjs +8 -0
- package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +27 -0
- package/esm2020/draggable-items/draggable-items.component.mjs +102 -0
- package/esm2020/draggable-items/draggable-items.model.mjs +2 -0
- package/esm2020/draggable-items/draggable-items.module.mjs +60 -0
- package/esm2020/draggable-items/pepperi-addons-ngx-lib-draggable-items.mjs +5 -0
- package/esm2020/draggable-items/public-api.mjs +8 -0
- package/esm2020/field-title/field-title.component.mjs +42 -0
- package/esm2020/field-title/field-title.module.mjs +47 -0
- package/esm2020/field-title/pepperi-addons-ngx-lib-field-title.mjs +5 -0
- package/esm2020/field-title/public-api.mjs +6 -0
- package/esm2020/files-uploader/files-uploader.component.mjs +241 -0
- package/esm2020/files-uploader/files-uploader.module.mjs +79 -0
- package/esm2020/files-uploader/pepperi-addons-ngx-lib-files-uploader.mjs +5 -0
- package/esm2020/files-uploader/public-api.mjs +6 -0
- package/esm2020/form/field-generator.component.mjs +153 -0
- package/esm2020/form/form.component.mjs +1218 -0
- package/esm2020/form/form.model.mjs +2 -0
- package/esm2020/form/form.module.mjs +176 -0
- package/esm2020/form/indicators.component.mjs +23 -0
- package/esm2020/form/internal-button.component.mjs +184 -0
- package/esm2020/form/internal-carusel.component.mjs +117 -0
- package/esm2020/form/internal-carusel.service.mjs +32 -0
- package/esm2020/form/internal-field-generator.component.mjs +147 -0
- package/esm2020/form/internal-form.component.mjs +1214 -0
- package/esm2020/form/internal-list.component.mjs +510 -0
- package/esm2020/form/internal-menu.component.mjs +66 -0
- package/esm2020/form/internal-page.component.mjs +362 -0
- package/esm2020/form/internal-page.service.mjs +120 -0
- package/esm2020/form/pepperi-addons-ngx-lib-form.mjs +5 -0
- package/esm2020/form/public-api.mjs +7 -0
- package/esm2020/group-buttons/group-buttons.component.mjs +67 -0
- package/esm2020/group-buttons/group-buttons.module.mjs +59 -0
- package/esm2020/group-buttons/pepperi-addons-ngx-lib-group-buttons.mjs +5 -0
- package/esm2020/group-buttons/public-api.mjs +6 -0
- package/esm2020/icon/icon-generated-all.model.mjs +101 -0
- package/esm2020/icon/icon-generated.model.mjs +390 -0
- package/esm2020/icon/icon-registry.service.mjs +26 -0
- package/esm2020/icon/icon.component.mjs +91 -0
- package/esm2020/icon/icon.module.mjs +20 -0
- package/esm2020/icon/icon.service.mjs +31 -0
- package/esm2020/icon/pepperi-addons-ngx-lib-icon.mjs +5 -0
- package/esm2020/icon/public-api.mjs +11 -0
- package/esm2020/image/image.component.mjs +247 -0
- package/esm2020/image/image.module.mjs +74 -0
- package/esm2020/image/image.service.mjs +52 -0
- package/esm2020/image/pepperi-addons-ngx-lib-image.mjs +5 -0
- package/esm2020/image/public-api.mjs +7 -0
- package/esm2020/images-filmstrip/images-filmstrip.component.mjs +425 -0
- package/esm2020/images-filmstrip/images-filmstrip.module.mjs +138 -0
- package/esm2020/images-filmstrip/pepperi-addons-ngx-lib-images-filmstrip.mjs +5 -0
- package/esm2020/images-filmstrip/public-api.mjs +6 -0
- package/esm2020/link/link.component.mjs +339 -0
- package/esm2020/link/link.module.mjs +80 -0
- package/esm2020/link/link.pipes.mjs +18 -0
- package/esm2020/link/pepperi-addons-ngx-lib-link.mjs +5 -0
- package/esm2020/link/public-api.mjs +6 -0
- package/esm2020/list/list-actions.component.mjs +44 -0
- package/esm2020/list/list-carousel.component.mjs +107 -0
- package/esm2020/list/list-chooser.component.mjs +64 -0
- package/esm2020/list/list-pager.component.mjs +120 -0
- package/esm2020/list/list-sorting.component.mjs +61 -0
- package/esm2020/list/list-total.component.mjs +30 -0
- package/esm2020/list/list-views.component.mjs +85 -0
- package/esm2020/list/list.component.mjs +1160 -0
- package/esm2020/list/list.model.mjs +4 -0
- package/esm2020/list/list.module.mjs +144 -0
- package/esm2020/list/list.pipes.mjs +47 -0
- package/esm2020/list/pepperi-addons-ngx-lib-list.mjs +5 -0
- package/esm2020/list/public-api.mjs +15 -0
- package/esm2020/list/virtual-scroller.mjs +1071 -0
- package/esm2020/menu/menu-item.component.mjs +115 -0
- package/esm2020/menu/menu.component.mjs +205 -0
- package/esm2020/menu/menu.model.mjs +19 -0
- package/esm2020/menu/menu.module.mjs +59 -0
- package/esm2020/menu/pepperi-addons-ngx-lib-menu.mjs +5 -0
- package/esm2020/menu/public-api.mjs +7 -0
- package/esm2020/ngx-lib.module.mjs +158 -0
- package/esm2020/page-layout/page-layout.component.mjs +35 -0
- package/esm2020/page-layout/page-layout.module.mjs +34 -0
- package/esm2020/page-layout/pepperi-addons-ngx-lib-page-layout.mjs +5 -0
- package/esm2020/page-layout/public-api.mjs +6 -0
- package/esm2020/pepperi-addons-ngx-lib.mjs +5 -0
- package/esm2020/plugin/pepperi-addons-ngx-lib-plugin.mjs +5 -0
- package/esm2020/plugin/plugin-proxy.component.mjs +97 -0
- package/esm2020/plugin/plugin.model.mjs +2 -0
- package/esm2020/plugin/public-api.mjs +6 -0
- package/esm2020/profile-data-views-list/pepperi-addons-ngx-lib-profile-data-views-list.mjs +5 -0
- package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +45 -0
- package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +65 -0
- package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +95 -0
- package/esm2020/profile-data-views-list/profile-data-views-list.model.mjs +2 -0
- package/esm2020/profile-data-views-list/profile-data-views-list.module.mjs +88 -0
- package/esm2020/profile-data-views-list/public-api.mjs +9 -0
- package/esm2020/public-api.mjs +6 -0
- package/esm2020/quantity-selector/pepperi-addons-ngx-lib-quantity-selector.mjs +5 -0
- package/esm2020/quantity-selector/public-api.mjs +6 -0
- package/esm2020/quantity-selector/quantity-selector-validation.directive.mjs +47 -0
- package/esm2020/quantity-selector/quantity-selector.component.mjs +511 -0
- package/esm2020/quantity-selector/quantity-selector.module.mjs +82 -0
- package/esm2020/quantity-selector/quantity-selector.pipes.mjs +23 -0
- package/esm2020/query-builder/common/model/field.mjs +2 -0
- package/esm2020/query-builder/common/model/filter.mjs +2 -0
- package/esm2020/query-builder/common/model/legacy.mjs +2 -0
- package/esm2020/query-builder/common/model/operator-unit.mjs +42 -0
- package/esm2020/query-builder/common/model/operator.mjs +266 -0
- package/esm2020/query-builder/common/model/structure.mjs +2 -0
- package/esm2020/query-builder/common/model/type-map.mjs +27 -0
- package/esm2020/query-builder/common/model/type.mjs +6 -0
- package/esm2020/query-builder/common/services/output-query.service.mjs +114 -0
- package/esm2020/query-builder/common/services/query-structure.service.mjs +226 -0
- package/esm2020/query-builder/common/services/type-convertor.service.mjs +42 -0
- package/esm2020/query-builder/pepperi-addons-ngx-lib-query-builder.mjs +5 -0
- package/esm2020/query-builder/public-api.mjs +9 -0
- package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +125 -0
- package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +71 -0
- package/esm2020/query-builder/query-builder.component.mjs +110 -0
- package/esm2020/query-builder/query-builder.module.mjs +59 -0
- package/esm2020/query-builder/query-builder.service.mjs +102 -0
- package/esm2020/remote-loader/addon-block-loader.component.mjs +84 -0
- package/esm2020/remote-loader/addon-block-loader.service.mjs +61 -0
- package/esm2020/remote-loader/pepperi-addons-ngx-lib-remote-loader.mjs +5 -0
- package/esm2020/remote-loader/public-api.mjs +10 -0
- package/esm2020/remote-loader/remote-loader.component.mjs +137 -0
- package/esm2020/remote-loader/remote-loader.model.mjs +2 -0
- package/esm2020/remote-loader/remote-loader.module.mjs +60 -0
- package/esm2020/remote-loader/remote-loader.service.mjs +57 -0
- package/esm2020/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.mjs +5 -0
- package/esm2020/rich-html-textarea/public-api.mjs +6 -0
- package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +245 -0
- package/esm2020/rich-html-textarea/rich-html-textarea.module.mjs +95 -0
- package/esm2020/search/pepperi-addons-ngx-lib-search.mjs +5 -0
- package/esm2020/search/public-api.mjs +7 -0
- package/esm2020/search/search.component.mjs +317 -0
- package/esm2020/search/search.model.mjs +2 -0
- package/esm2020/search/search.module.mjs +70 -0
- package/esm2020/select/pepperi-addons-ngx-lib-select.mjs +5 -0
- package/esm2020/select/public-api.mjs +6 -0
- package/esm2020/select/select.component.mjs +238 -0
- package/esm2020/select/select.module.mjs +70 -0
- package/esm2020/separator/pepperi-addons-ngx-lib-separator.mjs +5 -0
- package/esm2020/separator/public-api.mjs +6 -0
- package/esm2020/separator/separator.component.mjs +63 -0
- package/esm2020/separator/separator.module.mjs +18 -0
- package/esm2020/side-bar/pepperi-addons-ngx-lib-side-bar.mjs +5 -0
- package/esm2020/side-bar/public-api.mjs +7 -0
- package/esm2020/side-bar/side-bar.component.mjs +138 -0
- package/esm2020/side-bar/side-bar.model.mjs +2 -0
- package/esm2020/side-bar/side-bar.module.mjs +51 -0
- package/esm2020/signature/pepperi-addons-ngx-lib-signature.mjs +5 -0
- package/esm2020/signature/public-api.mjs +6 -0
- package/esm2020/signature/signature.component.mjs +254 -0
- package/esm2020/signature/signature.module.mjs +90 -0
- package/esm2020/size-detector/pepperi-addons-ngx-lib-size-detector.mjs +5 -0
- package/esm2020/size-detector/public-api.mjs +6 -0
- package/esm2020/size-detector/size-detector.component.mjs +92 -0
- package/esm2020/size-detector/size-detector.module.mjs +35 -0
- package/esm2020/slider/pepperi-addons-ngx-lib-slider.mjs +5 -0
- package/esm2020/slider/public-api.mjs +6 -0
- package/esm2020/slider/slider.component.mjs +101 -0
- package/esm2020/slider/slider.module.mjs +42 -0
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +75 -0
- package/esm2020/smart-filters/common/filter-actions.component.mjs +29 -0
- package/esm2020/smart-filters/common/model/base-filter-component.mjs +295 -0
- package/esm2020/smart-filters/common/model/creator.mjs +76 -0
- package/esm2020/smart-filters/common/model/field.mjs +117 -0
- package/esm2020/smart-filters/common/model/filter.mjs +2 -0
- package/esm2020/smart-filters/common/model/operator.mjs +271 -0
- package/esm2020/smart-filters/common/model/type.mjs +2 -0
- package/esm2020/smart-filters/date-filter/date-filter.component.mjs +172 -0
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +200 -0
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +116 -0
- package/esm2020/smart-filters/pepperi-addons-ngx-lib-smart-filters.mjs +5 -0
- package/esm2020/smart-filters/public-api.mjs +19 -0
- package/esm2020/smart-filters/smart-filters.component.mjs +141 -0
- package/esm2020/smart-filters/smart-filters.module.mjs +158 -0
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +92 -0
- package/esm2020/snack-bar/default-snack-bar.component.mjs +29 -0
- package/esm2020/snack-bar/pepperi-addons-ngx-lib-snack-bar.mjs +5 -0
- package/esm2020/snack-bar/public-api.mjs +8 -0
- package/esm2020/snack-bar/snack-bar.component.mjs +26 -0
- package/esm2020/snack-bar/snack-bar.model.mjs +7 -0
- package/esm2020/snack-bar/snack-bar.module.mjs +63 -0
- package/esm2020/snack-bar/snack-bar.service.mjs +60 -0
- package/esm2020/textarea/pepperi-addons-ngx-lib-textarea.mjs +5 -0
- package/esm2020/textarea/public-api.mjs +6 -0
- package/esm2020/textarea/textarea.component.mjs +182 -0
- package/esm2020/textarea/textarea.module.mjs +82 -0
- package/esm2020/textbox/pepperi-addons-ngx-lib-textbox.mjs +5 -0
- package/esm2020/textbox/public-api.mjs +6 -0
- package/esm2020/textbox/textbox-validation.directive.mjs +89 -0
- package/esm2020/textbox/textbox.component.mjs +442 -0
- package/esm2020/textbox/textbox.module.mjs +72 -0
- package/esm2020/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.mjs +5 -0
- package/esm2020/textbox-icon/public-api.mjs +6 -0
- package/esm2020/textbox-icon/textbox-icon.component.mjs +48 -0
- package/esm2020/textbox-icon/textbox-icon.module.mjs +64 -0
- package/esm2020/top-bar/pepperi-addons-ngx-lib-top-bar.mjs +5 -0
- package/esm2020/top-bar/public-api.mjs +7 -0
- package/esm2020/top-bar/top-bar.component.mjs +112 -0
- package/esm2020/top-bar/top-bar.model.mjs +2 -0
- package/esm2020/top-bar/top-bar.module.mjs +62 -0
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs +170 -0
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +277 -0
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs +147 -0
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs +197 -0
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +804 -0
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +237 -0
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs +404 -0
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs +441 -0
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +242 -0
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +192 -0
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +96 -0
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +326 -0
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +4204 -0
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +132 -0
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +661 -0
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs +374 -0
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +552 -0
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs +438 -0
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +2896 -0
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +391 -0
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +77 -0
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-plugin.mjs +114 -0
- package/fesm2015/pepperi-addons-ngx-lib-plugin.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +289 -0
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +662 -0
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +1167 -0
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +404 -0
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +344 -0
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs +393 -0
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +314 -0
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-separator.mjs +89 -0
- package/fesm2015/pepperi-addons-ngx-lib-separator.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +194 -0
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +350 -0
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +134 -0
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +151 -0
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +1676 -0
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +183 -0
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +271 -0
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +118 -0
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +604 -0
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +180 -0
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib.mjs +4579 -0
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs +170 -0
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +277 -0
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs +147 -0
- package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs +197 -0
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +800 -0
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +237 -0
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs +401 -0
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs +437 -0
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +237 -0
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +191 -0
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +96 -0
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +323 -0
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +4200 -0
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +132 -0
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +659 -0
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs +372 -0
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +549 -0
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs +438 -0
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +2882 -0
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +391 -0
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +77 -0
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-plugin.mjs +108 -0
- package/fesm2020/pepperi-addons-ngx-lib-plugin.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +288 -0
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +661 -0
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +1156 -0
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +393 -0
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +344 -0
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs +392 -0
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +314 -0
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-separator.mjs +89 -0
- package/fesm2020/pepperi-addons-ngx-lib-separator.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +194 -0
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +350 -0
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +134 -0
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +150 -0
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +1669 -0
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +180 -0
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +270 -0
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +118 -0
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +604 -0
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +179 -0
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib.mjs +4561 -0
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -0
- package/field-title/field-title.component.d.ts +14 -11
- package/field-title/field-title.module.d.ts +15 -5
- package/field-title/index.d.ts +5 -0
- package/field-title/public-api.d.ts +2 -2
- package/files-uploader/files-uploader.component.d.ts +57 -53
- package/files-uploader/files-uploader.module.d.ts +21 -5
- package/files-uploader/index.d.ts +5 -0
- package/files-uploader/public-api.d.ts +2 -2
- package/form/field-generator.component.d.ts +39 -45
- package/form/form.component.d.ts +93 -90
- package/form/form.model.d.ts +20 -20
- package/form/form.module.d.ts +49 -5
- package/form/index.d.ts +5 -0
- package/form/indicators.component.d.ts +10 -7
- package/form/internal-button.component.d.ts +42 -39
- package/form/internal-carusel.component.d.ts +39 -38
- package/form/internal-carusel.service.d.ts +10 -7
- package/form/internal-field-generator.component.d.ts +35 -0
- package/form/internal-form.component.d.ts +89 -0
- package/form/internal-list.component.d.ts +95 -92
- package/form/internal-menu.component.d.ts +19 -16
- package/form/internal-page.component.d.ts +73 -72
- package/form/internal-page.service.d.ts +22 -19
- package/form/public-api.d.ts +3 -3
- package/group-buttons/group-buttons.component.d.ts +23 -20
- package/group-buttons/group-buttons.module.d.ts +18 -5
- package/group-buttons/index.d.ts +5 -0
- package/group-buttons/public-api.d.ts +2 -2
- package/icon/icon-generated-all.model.d.ts +99 -99
- package/icon/icon-generated.model.d.ts +394 -394
- package/icon/icon-registry.service.d.ts +9 -6
- package/icon/icon.component.d.ts +49 -46
- package/icon/icon.module.d.ts +7 -2
- package/icon/icon.service.d.ts +13 -10
- package/icon/index.d.ts +5 -0
- package/icon/public-api.d.ts +6 -6
- package/image/image.component.d.ts +66 -63
- package/image/image.module.d.ts +20 -5
- package/image/image.service.d.ts +14 -11
- package/image/index.d.ts +5 -0
- package/image/public-api.d.ts +3 -3
- package/images-filmstrip/images-filmstrip.component.d.ts +87 -87
- package/images-filmstrip/images-filmstrip.module.d.ts +22 -5
- package/images-filmstrip/index.d.ts +5 -0
- package/images-filmstrip/public-api.d.ts +2 -2
- package/index.d.ts +5 -0
- package/link/index.d.ts +5 -0
- package/link/link.component.d.ts +133 -131
- package/link/link.module.d.ts +22 -5
- package/link/link.pipes.d.ts +7 -4
- package/link/public-api.d.ts +2 -2
- package/list/index.d.ts +5 -0
- package/list/list-actions.component.d.ts +18 -14
- package/list/list-carousel.component.d.ts +40 -36
- package/list/list-chooser.component.d.ts +29 -25
- package/list/list-pager.component.d.ts +39 -35
- package/list/list-sorting.component.d.ts +30 -26
- package/list/list-total.component.d.ts +11 -7
- package/list/list-views.component.d.ts +35 -31
- package/list/list.component.d.ts +164 -161
- package/list/list.model.d.ts +31 -31
- package/list/list.module.d.ts +34 -5
- package/list/list.pipes.d.ts +16 -11
- package/list/public-api.d.ts +10 -10
- package/list/virtual-scroller.d.ts +183 -176
- package/menu/index.d.ts +5 -0
- package/menu/menu-item.component.d.ts +28 -25
- package/menu/menu.component.d.ts +46 -43
- package/menu/menu.model.d.ts +25 -25
- package/menu/menu.module.d.ts +18 -5
- package/menu/public-api.d.ts +3 -3
- package/ngx-lib.module.d.ts +23 -2
- package/package.json +353 -20
- package/page-layout/index.d.ts +5 -0
- package/page-layout/page-layout.component.d.ts +19 -16
- package/page-layout/page-layout.module.d.ts +10 -2
- package/page-layout/public-api.d.ts +2 -2
- package/plugin/index.d.ts +5 -0
- package/plugin/plugin-proxy.component.d.ts +25 -0
- package/plugin/plugin.model.d.ts +6 -0
- package/plugin/public-api.d.ts +2 -0
- package/profile-data-views-list/index.d.ts +5 -0
- package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +18 -15
- package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +24 -21
- package/profile-data-views-list/profile-data-views-list.component.d.ts +35 -32
- package/profile-data-views-list/profile-data-views-list.model.d.ts +18 -18
- package/profile-data-views-list/profile-data-views-list.module.d.ts +23 -5
- package/profile-data-views-list/public-api.d.ts +5 -5
- package/public-api.d.ts +2 -2
- package/quantity-selector/index.d.ts +5 -0
- package/quantity-selector/public-api.d.ts +2 -2
- package/quantity-selector/quantity-selector-validation.directive.d.ts +16 -13
- package/quantity-selector/quantity-selector.component.d.ts +101 -98
- package/quantity-selector/quantity-selector.module.d.ts +23 -5
- package/quantity-selector/quantity-selector.pipes.d.ts +7 -4
- package/query-builder/common/model/field.d.ts +8 -8
- package/query-builder/common/model/filter.d.ts +6 -6
- package/query-builder/common/model/legacy.d.ts +29 -29
- package/query-builder/common/model/operator-unit.d.ts +13 -13
- package/query-builder/common/model/operator.d.ts +21 -21
- package/query-builder/common/model/structure.d.ts +4 -4
- package/query-builder/common/model/type-map.d.ts +12 -12
- package/query-builder/common/model/type.d.ts +4 -4
- package/query-builder/common/services/output-query.service.d.ts +47 -44
- package/query-builder/common/services/query-structure.service.d.ts +82 -78
- package/query-builder/common/services/type-convertor.service.d.ts +13 -10
- package/query-builder/index.d.ts +5 -0
- package/query-builder/public-api.d.ts +5 -5
- package/query-builder/query-builder-item/query-builder-item.component.d.ts +41 -38
- package/query-builder/query-builder-section/query-builder-section.component.d.ts +30 -27
- package/query-builder/query-builder.component.d.ts +39 -36
- package/query-builder/query-builder.module.d.ts +16 -2
- package/query-builder/query-builder.service.d.ts +30 -27
- package/remote-loader/addon-block-loader.component.d.ts +32 -29
- package/remote-loader/addon-block-loader.service.d.ts +16 -13
- package/remote-loader/index.d.ts +5 -0
- package/remote-loader/public-api.d.ts +6 -6
- package/remote-loader/remote-loader.component.d.ts +27 -24
- package/remote-loader/remote-loader.model.d.ts +36 -36
- package/remote-loader/remote-loader.module.d.ts +13 -2
- package/remote-loader/remote-loader.service.d.ts +17 -14
- package/rich-html-textarea/index.d.ts +5 -0
- package/rich-html-textarea/public-api.d.ts +2 -2
- package/rich-html-textarea/rich-html-textarea.component.d.ts +78 -75
- package/rich-html-textarea/rich-html-textarea.module.d.ts +25 -5
- package/search/index.d.ts +5 -0
- package/search/public-api.d.ts +3 -3
- package/search/search.component.d.ts +65 -61
- package/search/search.model.d.ts +14 -14
- package/search/search.module.d.ts +20 -5
- package/select/index.d.ts +5 -0
- package/select/public-api.d.ts +2 -2
- package/select/select.component.d.ts +53 -50
- package/select/select.module.d.ts +20 -5
- package/separator/index.d.ts +5 -0
- package/separator/public-api.d.ts +2 -2
- package/separator/separator.component.d.ts +22 -19
- package/separator/separator.module.d.ts +8 -2
- package/side-bar/index.d.ts +5 -0
- package/side-bar/public-api.d.ts +3 -3
- package/side-bar/side-bar.component.d.ts +42 -38
- package/side-bar/side-bar.model.d.ts +4 -4
- package/side-bar/side-bar.module.d.ts +16 -5
- package/signature/index.d.ts +5 -0
- package/signature/public-api.d.ts +2 -2
- package/signature/signature.component.d.ts +68 -65
- package/signature/signature.module.d.ts +24 -5
- package/size-detector/index.d.ts +5 -0
- package/size-detector/public-api.d.ts +2 -2
- package/size-detector/size-detector.component.d.ts +29 -26
- package/size-detector/size-detector.module.d.ts +11 -2
- package/slider/index.d.ts +5 -0
- package/slider/public-api.d.ts +2 -2
- package/slider/slider.component.d.ts +39 -36
- package/slider/slider.module.d.ts +12 -2
- package/smart-filters/boolean-filter/boolean-filter.component.d.ts +28 -25
- package/smart-filters/common/filter-actions.component.d.ts +12 -9
- package/smart-filters/common/model/base-filter-component.d.ts +73 -70
- package/smart-filters/common/model/creator.d.ts +6 -6
- package/smart-filters/common/model/field.d.ts +69 -69
- package/smart-filters/common/model/filter.d.ts +11 -11
- package/smart-filters/common/model/operator.d.ts +51 -51
- package/smart-filters/common/model/type.d.ts +4 -4
- package/smart-filters/date-filter/date-filter.component.d.ts +59 -56
- package/smart-filters/index.d.ts +5 -0
- package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +56 -53
- package/smart-filters/number-filter/number-filter.component.d.ts +51 -48
- package/smart-filters/public-api.d.ts +14 -14
- package/smart-filters/smart-filters.component.d.ts +35 -32
- package/smart-filters/smart-filters.module.d.ts +37 -5
- package/smart-filters/text-filter/text-filter.component.d.ts +28 -25
- package/snack-bar/default-snack-bar.component.d.ts +13 -10
- package/snack-bar/index.d.ts +5 -0
- package/snack-bar/public-api.d.ts +4 -4
- package/snack-bar/snack-bar.component.d.ts +12 -9
- package/snack-bar/snack-bar.model.d.ts +8 -8
- package/snack-bar/snack-bar.module.d.ts +19 -5
- package/snack-bar/snack-bar.service.d.ts +24 -21
- package/src/core/style/themes/black-theme.scss +1 -1
- package/src/core/style/themes/default-theme.scss +1 -1
- package/src/core/style/themes/light-theme.scss +1 -1
- package/src/core/style/themes/nature-theme.scss +1 -1
- package/textarea/index.d.ts +5 -0
- package/textarea/public-api.d.ts +2 -2
- package/textarea/textarea.component.d.ts +54 -51
- package/textarea/textarea.module.d.ts +23 -5
- package/textbox/index.d.ts +5 -0
- package/textbox/public-api.d.ts +2 -2
- package/textbox/textbox-validation.directive.d.ts +21 -18
- package/textbox/textbox.component.d.ts +143 -141
- package/textbox/textbox.module.d.ts +22 -5
- package/textbox-icon/index.d.ts +5 -0
- package/textbox-icon/public-api.d.ts +2 -2
- package/textbox-icon/textbox-icon.component.d.ts +13 -10
- package/textbox-icon/textbox-icon.module.d.ts +16 -5
- package/theming.scss +1 -1
- package/top-bar/index.d.ts +5 -0
- package/top-bar/public-api.d.ts +3 -3
- package/top-bar/top-bar.component.d.ts +39 -36
- package/top-bar/top-bar.model.d.ts +4 -4
- package/top-bar/top-bar.module.d.ts +18 -5
- package/address/package.json +0 -11
- package/address/pepperi-addons-ngx-lib-address.d.ts +0 -4
- package/address/pepperi-addons-ngx-lib-address.metadata.json +0 -1
- package/attachment/package.json +0 -11
- package/attachment/pepperi-addons-ngx-lib-attachment.d.ts +0 -4
- package/attachment/pepperi-addons-ngx-lib-attachment.metadata.json +0 -1
- package/bread-crumbs/package.json +0 -11
- package/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.d.ts +0 -4
- package/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.metadata.json +0 -1
- package/bundles/pepperi-addons-ngx-lib-address.umd.js +0 -145
- package/bundles/pepperi-addons-ngx-lib-address.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-attachment.umd.js +0 -268
- package/bundles/pepperi-addons-ngx-lib-attachment.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-bread-crumbs.umd.js +0 -145
- package/bundles/pepperi-addons-ngx-lib-bread-crumbs.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-button.umd.js +0 -182
- package/bundles/pepperi-addons-ngx-lib-button.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-carousel.umd.js +0 -812
- package/bundles/pepperi-addons-ngx-lib-carousel.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-checkbox.umd.js +0 -213
- package/bundles/pepperi-addons-ngx-lib-checkbox.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-color.umd.js +0 -326
- package/bundles/pepperi-addons-ngx-lib-color.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-date.umd.js +0 -698
- package/bundles/pepperi-addons-ngx-lib-date.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-dialog.umd.js +0 -578
- package/bundles/pepperi-addons-ngx-lib-dialog.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-draggable-items.umd.js +0 -175
- package/bundles/pepperi-addons-ngx-lib-draggable-items.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-field-title.umd.js +0 -78
- package/bundles/pepperi-addons-ngx-lib-field-title.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-files-uploader.umd.js +0 -281
- package/bundles/pepperi-addons-ngx-lib-files-uploader.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-form.umd.js +0 -3401
- package/bundles/pepperi-addons-ngx-lib-form.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-group-buttons.umd.js +0 -108
- package/bundles/pepperi-addons-ngx-lib-group-buttons.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-icon.umd.js +0 -834
- package/bundles/pepperi-addons-ngx-lib-icon.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-image.umd.js +0 -372
- package/bundles/pepperi-addons-ngx-lib-image.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-images-filmstrip.umd.js +0 -446
- package/bundles/pepperi-addons-ngx-lib-images-filmstrip.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-link.umd.js +0 -412
- package/bundles/pepperi-addons-ngx-lib-link.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-list.umd.js +0 -3274
- package/bundles/pepperi-addons-ngx-lib-list.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-menu.umd.js +0 -676
- package/bundles/pepperi-addons-ngx-lib-menu.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-page-layout.umd.js +0 -81
- package/bundles/pepperi-addons-ngx-lib-page-layout.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-profile-data-views-list.umd.js +0 -572
- package/bundles/pepperi-addons-ngx-lib-profile-data-views-list.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-quantity-selector.umd.js +0 -959
- package/bundles/pepperi-addons-ngx-lib-quantity-selector.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-query-builder.umd.js +0 -1250
- package/bundles/pepperi-addons-ngx-lib-query-builder.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-remote-loader.umd.js +0 -738
- package/bundles/pepperi-addons-ngx-lib-remote-loader.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-rich-html-textarea.umd.js +0 -296
- package/bundles/pepperi-addons-ngx-lib-rich-html-textarea.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-search.umd.js +0 -347
- package/bundles/pepperi-addons-ngx-lib-search.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-select.umd.js +0 -598
- package/bundles/pepperi-addons-ngx-lib-select.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-separator.umd.js +0 -100
- package/bundles/pepperi-addons-ngx-lib-separator.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-side-bar.umd.js +0 -184
- package/bundles/pepperi-addons-ngx-lib-side-bar.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-signature.umd.js +0 -307
- package/bundles/pepperi-addons-ngx-lib-signature.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-size-detector.umd.js +0 -134
- package/bundles/pepperi-addons-ngx-lib-size-detector.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-slider.umd.js +0 -145
- package/bundles/pepperi-addons-ngx-lib-slider.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-smart-filters.umd.js +0 -2044
- package/bundles/pepperi-addons-ngx-lib-smart-filters.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-snack-bar.umd.js +0 -202
- package/bundles/pepperi-addons-ngx-lib-snack-bar.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-textarea.umd.js +0 -232
- package/bundles/pepperi-addons-ngx-lib-textarea.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-textbox-icon.umd.js +0 -101
- package/bundles/pepperi-addons-ngx-lib-textbox-icon.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-textbox.umd.js +0 -577
- package/bundles/pepperi-addons-ngx-lib-textbox.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib-top-bar.umd.js +0 -150
- package/bundles/pepperi-addons-ngx-lib-top-bar.umd.js.map +0 -1
- package/bundles/pepperi-addons-ngx-lib.umd.js +0 -5183
- package/bundles/pepperi-addons-ngx-lib.umd.js.map +0 -1
- package/button/package.json +0 -11
- package/button/pepperi-addons-ngx-lib-button.d.ts +0 -4
- package/button/pepperi-addons-ngx-lib-button.metadata.json +0 -1
- package/carousel/package.json +0 -11
- package/carousel/pepperi-addons-ngx-lib-carousel.d.ts +0 -4
- package/carousel/pepperi-addons-ngx-lib-carousel.metadata.json +0 -1
- package/checkbox/package.json +0 -14
- package/checkbox/pepperi-addons-ngx-lib-checkbox.d.ts +0 -4
- package/checkbox/pepperi-addons-ngx-lib-checkbox.metadata.json +0 -1
- package/color/package.json +0 -14
- package/color/pepperi-addons-ngx-lib-color.d.ts +0 -5
- package/color/pepperi-addons-ngx-lib-color.metadata.json +0 -1
- package/date/package.json +0 -18
- package/date/pepperi-addons-ngx-lib-date.d.ts +0 -5
- package/date/pepperi-addons-ngx-lib-date.metadata.json +0 -1
- package/dialog/package.json +0 -15
- package/dialog/pepperi-addons-ngx-lib-dialog.d.ts +0 -5
- package/dialog/pepperi-addons-ngx-lib-dialog.metadata.json +0 -1
- package/draggable-items/package.json +0 -14
- package/draggable-items/pepperi-addons-ngx-lib-draggable-items.d.ts +0 -4
- package/draggable-items/pepperi-addons-ngx-lib-draggable-items.metadata.json +0 -1
- package/esm2015/address/address.component.js +0 -97
- package/esm2015/address/address.module.js +0 -31
- package/esm2015/address/pepperi-addons-ngx-lib-address.js +0 -5
- package/esm2015/address/public-api.js +0 -6
- package/esm2015/attachment/attachment.component.js +0 -209
- package/esm2015/attachment/attachment.module.js +0 -29
- package/esm2015/attachment/pepperi-addons-ngx-lib-attachment.js +0 -5
- package/esm2015/attachment/public-api.js +0 -6
- package/esm2015/bread-crumbs/bread-crumbs.component.js +0 -79
- package/esm2015/bread-crumbs/bread-crumbs.model.js +0 -7
- package/esm2015/bread-crumbs/bread-crumbs.module.js +0 -35
- package/esm2015/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.js +0 -5
- package/esm2015/bread-crumbs/public-api.js +0 -7
- package/esm2015/button/button.component.js +0 -128
- package/esm2015/button/button.model.js +0 -6
- package/esm2015/button/button.module.js +0 -27
- package/esm2015/button/pepperi-addons-ngx-lib-button.js +0 -5
- package/esm2015/button/public-api.js +0 -7
- package/esm2015/carousel/carousel-item.directive.js +0 -27
- package/esm2015/carousel/carousel.component.js +0 -714
- package/esm2015/carousel/carousel.module.js +0 -12
- package/esm2015/carousel/pepperi-addons-ngx-lib-carousel.js +0 -5
- package/esm2015/carousel/public-api.js +0 -8
- package/esm2015/checkbox/checkbox.component.js +0 -152
- package/esm2015/checkbox/checkbox.module.js +0 -40
- package/esm2015/checkbox/pepperi-addons-ngx-lib-checkbox.js +0 -5
- package/esm2015/checkbox/public-api.js +0 -6
- package/esm2015/color/color-picker.component.js +0 -224
- package/esm2015/color/color.component.js +0 -78
- package/esm2015/color/color.model.js +0 -2
- package/esm2015/color/color.module.js +0 -58
- package/esm2015/color/pepperi-addons-ngx-lib-color.js +0 -6
- package/esm2015/color/public-api.js +0 -7
- package/esm2015/core/clipboard/clipboard.directive.js +0 -20
- package/esm2015/core/clipboard/clipboard.service.js +0 -12
- package/esm2015/core/clipboard/index.js +0 -5
- package/esm2015/core/clipboard/public-api.js +0 -6
- package/esm2015/core/common/directives/auto-width.directive.js +0 -78
- package/esm2015/core/common/directives/button-blur.directive.js +0 -23
- package/esm2015/core/common/directives/button-loader.directive.js +0 -103
- package/esm2015/core/common/directives/data-qa.directive.js +0 -23
- package/esm2015/core/common/directives/index.js +0 -5
- package/esm2015/core/common/directives/menu-blur.directive.js +0 -29
- package/esm2015/core/common/directives/prevent-multi-click.directive.js +0 -22
- package/esm2015/core/common/directives/print.directive.js +0 -160
- package/esm2015/core/common/directives/public-api.js +0 -12
- package/esm2015/core/common/index.js +0 -5
- package/esm2015/core/common/model/index.js +0 -5
- package/esm2015/core/common/model/papi.model.js +0 -3
- package/esm2015/core/common/model/public-api.js +0 -7
- package/esm2015/core/common/model/utilities.model.js +0 -57
- package/esm2015/core/common/model/wapi.model.js +0 -156
- package/esm2015/core/common/pipes/common-pipes.js +0 -142
- package/esm2015/core/common/pipes/date-ago.pipe.js +0 -45
- package/esm2015/core/common/pipes/index.js +0 -5
- package/esm2015/core/common/pipes/public-api.js +0 -6
- package/esm2015/core/common/public-api.js +0 -8
- package/esm2015/core/common/services/addon.service.js +0 -161
- package/esm2015/core/common/services/color.service.js +0 -357
- package/esm2015/core/common/services/cookie.service.js +0 -148
- package/esm2015/core/common/services/data-convertor.service.js +0 -118
- package/esm2015/core/common/services/file.service.js +0 -212
- package/esm2015/core/common/services/index.js +0 -5
- package/esm2015/core/common/services/jwt-helper.service.js +0 -104
- package/esm2015/core/common/services/public-api.js +0 -15
- package/esm2015/core/common/services/session.service.js +0 -73
- package/esm2015/core/common/services/translate.service.js +0 -48
- package/esm2015/core/common/services/utilities.service.js +0 -211
- package/esm2015/core/common/services/validator.service.js +0 -273
- package/esm2015/core/common/services/window-scrolling.service.js +0 -35
- package/esm2015/core/customization/customization.model.js +0 -290
- package/esm2015/core/customization/customization.service.js +0 -778
- package/esm2015/core/customization/index.js +0 -5
- package/esm2015/core/customization/public-api.js +0 -6
- package/esm2015/core/http/index.js +0 -5
- package/esm2015/core/http/interceptors/error.interceptor.js +0 -24
- package/esm2015/core/http/interceptors/index.js +0 -24
- package/esm2015/core/http/interceptors/loader.interceptor.js +0 -39
- package/esm2015/core/http/interceptors/profiler.interceptor.js +0 -29
- package/esm2015/core/http/public-api.js +0 -6
- package/esm2015/core/http/services/http.service.js +0 -161
- package/esm2015/core/http/services/loader.service.js +0 -49
- package/esm2015/core/index.js +0 -5
- package/esm2015/core/layout/index.js +0 -5
- package/esm2015/core/layout/layout.service.js +0 -169
- package/esm2015/core/layout/public-api.js +0 -6
- package/esm2015/core/layout/rtl.directive.js +0 -47
- package/esm2015/core/portal/attach.directive.js +0 -27
- package/esm2015/core/portal/index.js +0 -5
- package/esm2015/core/portal/portal.service.js +0 -35
- package/esm2015/core/portal/public-api.js +0 -7
- package/esm2015/core/portal/target.directive.js +0 -24
- package/esm2015/core/public-api.js +0 -11
- package/esm2015/core/scroll-to/index.js +0 -5
- package/esm2015/core/scroll-to/public-api.js +0 -6
- package/esm2015/core/scroll-to/scroll-to.service.js +0 -82
- package/esm2015/date/date.component.js +0 -252
- package/esm2015/date/date.model.js +0 -45
- package/esm2015/date/date.module.js +0 -51
- package/esm2015/date/pepperi-addons-ngx-lib-date.js +0 -6
- package/esm2015/date/public-api.js +0 -6
- package/esm2015/dialog/default-dialog.component.js +0 -32
- package/esm2015/dialog/dialog.component.js +0 -29
- package/esm2015/dialog/dialog.model.js +0 -35
- package/esm2015/dialog/dialog.module.js +0 -40
- package/esm2015/dialog/dialog.service.js +0 -88
- package/esm2015/dialog/pepperi-addons-ngx-lib-dialog.js +0 -6
- package/esm2015/dialog/public-api.js +0 -8
- package/esm2015/draggable-items/draggable-item/draggable-item.component.js +0 -25
- package/esm2015/draggable-items/draggable-items.component.js +0 -92
- package/esm2015/draggable-items/draggable-items.model.js +0 -2
- package/esm2015/draggable-items/draggable-items.module.js +0 -43
- package/esm2015/draggable-items/pepperi-addons-ngx-lib-draggable-items.js +0 -5
- package/esm2015/draggable-items/public-api.js +0 -8
- package/esm2015/field-title/field-title.component.js +0 -32
- package/esm2015/field-title/field-title.module.js +0 -32
- package/esm2015/field-title/pepperi-addons-ngx-lib-field-title.js +0 -5
- package/esm2015/field-title/public-api.js +0 -6
- package/esm2015/files-uploader/files-uploader.component.js +0 -221
- package/esm2015/files-uploader/files-uploader.module.js +0 -50
- package/esm2015/files-uploader/pepperi-addons-ngx-lib-files-uploader.js +0 -5
- package/esm2015/files-uploader/public-api.js +0 -6
- package/esm2015/form/field-generator.component.js +0 -220
- package/esm2015/form/form.component.js +0 -1197
- package/esm2015/form/form.model.js +0 -2
- package/esm2015/form/form.module.js +0 -108
- package/esm2015/form/indicators.component.js +0 -21
- package/esm2015/form/internal-button.component.js +0 -166
- package/esm2015/form/internal-carusel.component.js +0 -116
- package/esm2015/form/internal-carusel.service.js +0 -32
- package/esm2015/form/internal-list.component.js +0 -495
- package/esm2015/form/internal-menu.component.js +0 -55
- package/esm2015/form/internal-page.component.js +0 -351
- package/esm2015/form/internal-page.service.js +0 -121
- package/esm2015/form/pepperi-addons-ngx-lib-form.js +0 -14
- package/esm2015/form/public-api.js +0 -7
- package/esm2015/group-buttons/group-buttons.component.js +0 -58
- package/esm2015/group-buttons/group-buttons.module.js +0 -38
- package/esm2015/group-buttons/pepperi-addons-ngx-lib-group-buttons.js +0 -5
- package/esm2015/group-buttons/public-api.js +0 -6
- package/esm2015/icon/icon-generated-all.model.js +0 -101
- package/esm2015/icon/icon-generated.model.js +0 -390
- package/esm2015/icon/icon-registry.service.js +0 -24
- package/esm2015/icon/icon.component.js +0 -125
- package/esm2015/icon/icon.module.js +0 -15
- package/esm2015/icon/icon.service.js +0 -32
- package/esm2015/icon/pepperi-addons-ngx-lib-icon.js +0 -5
- package/esm2015/icon/public-api.js +0 -11
- package/esm2015/image/image.component.js +0 -229
- package/esm2015/image/image.module.js +0 -49
- package/esm2015/image/image.service.js +0 -57
- package/esm2015/image/pepperi-addons-ngx-lib-image.js +0 -5
- package/esm2015/image/public-api.js +0 -7
- package/esm2015/images-filmstrip/images-filmstrip.component.js +0 -375
- package/esm2015/images-filmstrip/images-filmstrip.module.js +0 -71
- package/esm2015/images-filmstrip/pepperi-addons-ngx-lib-images-filmstrip.js +0 -5
- package/esm2015/images-filmstrip/public-api.js +0 -6
- package/esm2015/link/link.component.js +0 -316
- package/esm2015/link/link.module.js +0 -51
- package/esm2015/link/link.pipes.js +0 -14
- package/esm2015/link/pepperi-addons-ngx-lib-link.js +0 -6
- package/esm2015/link/public-api.js +0 -6
- package/esm2015/list/list-actions.component.js +0 -36
- package/esm2015/list/list-carousel.component.js +0 -95
- package/esm2015/list/list-chooser.component.js +0 -58
- package/esm2015/list/list-pager.component.js +0 -113
- package/esm2015/list/list-sorting.component.js +0 -55
- package/esm2015/list/list-total.component.js +0 -24
- package/esm2015/list/list-views.component.js +0 -72
- package/esm2015/list/list.component.js +0 -1128
- package/esm2015/list/list.model.js +0 -4
- package/esm2015/list/list.module.js +0 -88
- package/esm2015/list/list.pipes.js +0 -40
- package/esm2015/list/pepperi-addons-ngx-lib-list.js +0 -7
- package/esm2015/list/public-api.js +0 -15
- package/esm2015/list/virtual-scroller.js +0 -1079
- package/esm2015/menu/menu-item.component.js +0 -103
- package/esm2015/menu/menu.component.js +0 -174
- package/esm2015/menu/menu.model.js +0 -19
- package/esm2015/menu/menu.module.js +0 -40
- package/esm2015/menu/pepperi-addons-ngx-lib-menu.js +0 -6
- package/esm2015/menu/public-api.js +0 -7
- package/esm2015/ngx-lib.module.js +0 -94
- package/esm2015/page-layout/page-layout.component.js +0 -42
- package/esm2015/page-layout/page-layout.module.js +0 -21
- package/esm2015/page-layout/pepperi-addons-ngx-lib-page-layout.js +0 -5
- package/esm2015/page-layout/public-api.js +0 -6
- package/esm2015/pepperi-addons-ngx-lib.js +0 -9
- package/esm2015/profile-data-views-list/pepperi-addons-ngx-lib-profile-data-views-list.js +0 -5
- package/esm2015/profile-data-views-list/profile-data-view/profile-data-view.component.js +0 -39
- package/esm2015/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.js +0 -60
- package/esm2015/profile-data-views-list/profile-data-views-list.component.js +0 -87
- package/esm2015/profile-data-views-list/profile-data-views-list.model.js +0 -2
- package/esm2015/profile-data-views-list/profile-data-views-list.module.js +0 -57
- package/esm2015/profile-data-views-list/public-api.js +0 -9
- package/esm2015/public-api.js +0 -6
- package/esm2015/quantity-selector/pepperi-addons-ngx-lib-quantity-selector.js +0 -7
- package/esm2015/quantity-selector/public-api.js +0 -6
- package/esm2015/quantity-selector/quantity-selector-validation.directive.js +0 -44
- package/esm2015/quantity-selector/quantity-selector.component.js +0 -473
- package/esm2015/quantity-selector/quantity-selector.module.js +0 -53
- package/esm2015/quantity-selector/quantity-selector.pipes.js +0 -19
- package/esm2015/query-builder/common/model/field.js +0 -2
- package/esm2015/query-builder/common/model/filter.js +0 -2
- package/esm2015/query-builder/common/model/legacy.js +0 -2
- package/esm2015/query-builder/common/model/operator-unit.js +0 -42
- package/esm2015/query-builder/common/model/operator.js +0 -266
- package/esm2015/query-builder/common/model/structure.js +0 -2
- package/esm2015/query-builder/common/model/type-map.js +0 -27
- package/esm2015/query-builder/common/model/type.js +0 -6
- package/esm2015/query-builder/common/services/output-query.service.js +0 -113
- package/esm2015/query-builder/common/services/query-structure.service.js +0 -229
- package/esm2015/query-builder/common/services/type-convertor.service.js +0 -40
- package/esm2015/query-builder/pepperi-addons-ngx-lib-query-builder.js +0 -10
- package/esm2015/query-builder/public-api.js +0 -9
- package/esm2015/query-builder/query-builder-item/query-builder-item.component.js +0 -118
- package/esm2015/query-builder/query-builder-section/query-builder-section.component.js +0 -64
- package/esm2015/query-builder/query-builder.component.js +0 -108
- package/esm2015/query-builder/query-builder.module.js +0 -35
- package/esm2015/query-builder/query-builder.service.js +0 -103
- package/esm2015/remote-loader/addon-block-loader.component.js +0 -78
- package/esm2015/remote-loader/addon-block-loader.service.js +0 -62
- package/esm2015/remote-loader/pepperi-addons-ngx-lib-remote-loader.js +0 -5
- package/esm2015/remote-loader/public-api.js +0 -10
- package/esm2015/remote-loader/remote-loader.component.js +0 -118
- package/esm2015/remote-loader/remote-loader.model.js +0 -2
- package/esm2015/remote-loader/remote-loader.module.js +0 -38
- package/esm2015/remote-loader/remote-loader.service.js +0 -66
- package/esm2015/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.js +0 -5
- package/esm2015/rich-html-textarea/public-api.js +0 -6
- package/esm2015/rich-html-textarea/rich-html-textarea.component.js +0 -220
- package/esm2015/rich-html-textarea/rich-html-textarea.module.js +0 -57
- package/esm2015/search/pepperi-addons-ngx-lib-search.js +0 -5
- package/esm2015/search/public-api.js +0 -7
- package/esm2015/search/search.component.js +0 -274
- package/esm2015/search/search.model.js +0 -2
- package/esm2015/search/search.module.js +0 -45
- package/esm2015/select/pepperi-addons-ngx-lib-select.js +0 -5
- package/esm2015/select/public-api.js +0 -6
- package/esm2015/select/select.component.js +0 -212
- package/esm2015/select/select.module.js +0 -43
- package/esm2015/separator/pepperi-addons-ngx-lib-separator.js +0 -5
- package/esm2015/separator/public-api.js +0 -6
- package/esm2015/separator/separator.component.js +0 -63
- package/esm2015/separator/separator.module.js +0 -13
- package/esm2015/side-bar/pepperi-addons-ngx-lib-side-bar.js +0 -5
- package/esm2015/side-bar/public-api.js +0 -7
- package/esm2015/side-bar/side-bar.component.js +0 -131
- package/esm2015/side-bar/side-bar.model.js +0 -2
- package/esm2015/side-bar/side-bar.module.js +0 -34
- package/esm2015/signature/pepperi-addons-ngx-lib-signature.js +0 -5
- package/esm2015/signature/public-api.js +0 -6
- package/esm2015/signature/signature.component.js +0 -234
- package/esm2015/signature/signature.module.js +0 -55
- package/esm2015/size-detector/pepperi-addons-ngx-lib-size-detector.js +0 -5
- package/esm2015/size-detector/public-api.js +0 -6
- package/esm2015/size-detector/size-detector.component.js +0 -89
- package/esm2015/size-detector/size-detector.module.js +0 -22
- package/esm2015/slider/pepperi-addons-ngx-lib-slider.js +0 -5
- package/esm2015/slider/public-api.js +0 -6
- package/esm2015/slider/slider.component.js +0 -96
- package/esm2015/slider/slider.module.js +0 -25
- package/esm2015/smart-filters/boolean-filter/boolean-filter.component.js +0 -71
- package/esm2015/smart-filters/common/filter-actions.component.js +0 -26
- package/esm2015/smart-filters/common/model/base-filter-component.js +0 -292
- package/esm2015/smart-filters/common/model/creator.js +0 -76
- package/esm2015/smart-filters/common/model/field.js +0 -117
- package/esm2015/smart-filters/common/model/filter.js +0 -2
- package/esm2015/smart-filters/common/model/operator.js +0 -271
- package/esm2015/smart-filters/common/model/type.js +0 -2
- package/esm2015/smart-filters/date-filter/date-filter.component.js +0 -164
- package/esm2015/smart-filters/multi-select-filter/multi-select-filter.component.js +0 -191
- package/esm2015/smart-filters/number-filter/number-filter.component.js +0 -110
- package/esm2015/smart-filters/pepperi-addons-ngx-lib-smart-filters.js +0 -5
- package/esm2015/smart-filters/public-api.js +0 -19
- package/esm2015/smart-filters/smart-filters.component.js +0 -130
- package/esm2015/smart-filters/smart-filters.module.js +0 -91
- package/esm2015/smart-filters/text-filter/text-filter.component.js +0 -86
- package/esm2015/snack-bar/default-snack-bar.component.js +0 -28
- package/esm2015/snack-bar/pepperi-addons-ngx-lib-snack-bar.js +0 -6
- package/esm2015/snack-bar/public-api.js +0 -8
- package/esm2015/snack-bar/snack-bar.component.js +0 -26
- package/esm2015/snack-bar/snack-bar.model.js +0 -7
- package/esm2015/snack-bar/snack-bar.module.js +0 -42
- package/esm2015/snack-bar/snack-bar.service.js +0 -63
- package/esm2015/textarea/pepperi-addons-ngx-lib-textarea.js +0 -5
- package/esm2015/textarea/public-api.js +0 -6
- package/esm2015/textarea/textarea.component.js +0 -161
- package/esm2015/textarea/textarea.module.js +0 -51
- package/esm2015/textbox/pepperi-addons-ngx-lib-textbox.js +0 -6
- package/esm2015/textbox/public-api.js +0 -6
- package/esm2015/textbox/textbox-validation.directive.js +0 -86
- package/esm2015/textbox/textbox.component.js +0 -412
- package/esm2015/textbox/textbox.module.js +0 -45
- package/esm2015/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.js +0 -5
- package/esm2015/textbox-icon/public-api.js +0 -6
- package/esm2015/textbox-icon/textbox-icon.component.js +0 -41
- package/esm2015/textbox-icon/textbox-icon.module.js +0 -47
- package/esm2015/top-bar/pepperi-addons-ngx-lib-top-bar.js +0 -5
- package/esm2015/top-bar/public-api.js +0 -7
- package/esm2015/top-bar/top-bar.component.js +0 -99
- package/esm2015/top-bar/top-bar.model.js +0 -2
- package/esm2015/top-bar/top-bar.module.js +0 -41
- package/fesm2015/pepperi-addons-ngx-lib-address.js +0 -136
- package/fesm2015/pepperi-addons-ngx-lib-address.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-attachment.js +0 -246
- package/fesm2015/pepperi-addons-ngx-lib-attachment.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.js +0 -128
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-button.js +0 -169
- package/fesm2015/pepperi-addons-ngx-lib-button.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-carousel.js +0 -760
- package/fesm2015/pepperi-addons-ngx-lib-carousel.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.js +0 -200
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-color.js +0 -353
- package/fesm2015/pepperi-addons-ngx-lib-color.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-date.js +0 -350
- package/fesm2015/pepperi-addons-ngx-lib-date.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-dialog.js +0 -223
- package/fesm2015/pepperi-addons-ngx-lib-dialog.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.js +0 -166
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-field-title.js +0 -73
- package/fesm2015/pepperi-addons-ngx-lib-field-title.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.js +0 -276
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.js +0 -2854
- package/fesm2015/pepperi-addons-ngx-lib-form.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.js +0 -104
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-icon.js +0 -688
- package/fesm2015/pepperi-addons-ngx-lib-icon.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-image.js +0 -337
- package/fesm2015/pepperi-addons-ngx-lib-image.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.js +0 -438
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-link.js +0 -384
- package/fesm2015/pepperi-addons-ngx-lib-link.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.js +0 -2770
- package/fesm2015/pepperi-addons-ngx-lib-list.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-menu.js +0 -338
- package/fesm2015/pepperi-addons-ngx-lib-menu.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.js +0 -70
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.js +0 -247
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.js +0 -592
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.js +0 -1128
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.js +0 -358
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.js +0 -284
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-search.js +0 -326
- package/fesm2015/pepperi-addons-ngx-lib-search.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-select.js +0 -263
- package/fesm2015/pepperi-addons-ngx-lib-select.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-separator.js +0 -85
- package/fesm2015/pepperi-addons-ngx-lib-separator.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.js +0 -172
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-signature.js +0 -296
- package/fesm2015/pepperi-addons-ngx-lib-signature.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.js +0 -119
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-slider.js +0 -129
- package/fesm2015/pepperi-addons-ngx-lib-slider.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.js +0 -1595
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.js +0 -166
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-textarea.js +0 -219
- package/fesm2015/pepperi-addons-ngx-lib-textarea.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.js +0 -96
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox.js +0 -547
- package/fesm2015/pepperi-addons-ngx-lib-textbox.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.js +0 -146
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.js.map +0 -1
- package/fesm2015/pepperi-addons-ngx-lib.js +0 -4461
- package/fesm2015/pepperi-addons-ngx-lib.js.map +0 -1
- package/field-title/package.json +0 -11
- package/field-title/pepperi-addons-ngx-lib-field-title.d.ts +0 -4
- package/field-title/pepperi-addons-ngx-lib-field-title.metadata.json +0 -1
- package/files-uploader/package.json +0 -15
- package/files-uploader/pepperi-addons-ngx-lib-files-uploader.d.ts +0 -4
- package/files-uploader/pepperi-addons-ngx-lib-files-uploader.metadata.json +0 -1
- package/form/package.json +0 -15
- package/form/pepperi-addons-ngx-lib-form.d.ts +0 -13
- package/form/pepperi-addons-ngx-lib-form.metadata.json +0 -1
- package/group-buttons/package.json +0 -11
- package/group-buttons/pepperi-addons-ngx-lib-group-buttons.d.ts +0 -4
- package/group-buttons/pepperi-addons-ngx-lib-group-buttons.metadata.json +0 -1
- package/icon/package.json +0 -11
- package/icon/pepperi-addons-ngx-lib-icon.d.ts +0 -4
- package/icon/pepperi-addons-ngx-lib-icon.metadata.json +0 -1
- package/image/package.json +0 -14
- package/image/pepperi-addons-ngx-lib-image.d.ts +0 -4
- package/image/pepperi-addons-ngx-lib-image.metadata.json +0 -1
- package/images-filmstrip/package.json +0 -17
- package/images-filmstrip/pepperi-addons-ngx-lib-images-filmstrip.d.ts +0 -4
- package/images-filmstrip/pepperi-addons-ngx-lib-images-filmstrip.metadata.json +0 -1
- package/link/package.json +0 -14
- package/link/pepperi-addons-ngx-lib-link.d.ts +0 -5
- package/link/pepperi-addons-ngx-lib-link.metadata.json +0 -1
- package/list/package.json +0 -15
- package/list/pepperi-addons-ngx-lib-list.d.ts +0 -6
- package/list/pepperi-addons-ngx-lib-list.metadata.json +0 -1
- package/menu/package.json +0 -11
- package/menu/pepperi-addons-ngx-lib-menu.d.ts +0 -5
- package/menu/pepperi-addons-ngx-lib-menu.metadata.json +0 -1
- package/page-layout/package.json +0 -11
- package/page-layout/pepperi-addons-ngx-lib-page-layout.d.ts +0 -4
- package/page-layout/pepperi-addons-ngx-lib-page-layout.metadata.json +0 -1
- package/pepperi-addons-ngx-lib.d.ts +0 -8
- package/pepperi-addons-ngx-lib.metadata.json +0 -1
- package/profile-data-views-list/package.json +0 -15
- package/profile-data-views-list/pepperi-addons-ngx-lib-profile-data-views-list.d.ts +0 -4
- package/profile-data-views-list/pepperi-addons-ngx-lib-profile-data-views-list.metadata.json +0 -1
- package/quantity-selector/package.json +0 -15
- package/quantity-selector/pepperi-addons-ngx-lib-quantity-selector.d.ts +0 -6
- package/quantity-selector/pepperi-addons-ngx-lib-quantity-selector.metadata.json +0 -1
- package/query-builder/package.json +0 -14
- package/query-builder/pepperi-addons-ngx-lib-query-builder.d.ts +0 -9
- package/query-builder/pepperi-addons-ngx-lib-query-builder.metadata.json +0 -1
- package/remote-loader/package.json +0 -14
- package/remote-loader/pepperi-addons-ngx-lib-remote-loader.d.ts +0 -4
- package/remote-loader/pepperi-addons-ngx-lib-remote-loader.metadata.json +0 -1
- package/rich-html-textarea/package.json +0 -15
- package/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.d.ts +0 -4
- package/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.metadata.json +0 -1
- package/search/package.json +0 -14
- package/search/pepperi-addons-ngx-lib-search.d.ts +0 -4
- package/search/pepperi-addons-ngx-lib-search.metadata.json +0 -1
- package/select/package.json +0 -14
- package/select/pepperi-addons-ngx-lib-select.d.ts +0 -4
- package/select/pepperi-addons-ngx-lib-select.metadata.json +0 -1
- package/separator/package.json +0 -11
- package/separator/pepperi-addons-ngx-lib-separator.d.ts +0 -4
- package/separator/pepperi-addons-ngx-lib-separator.metadata.json +0 -1
- package/side-bar/package.json +0 -11
- package/side-bar/pepperi-addons-ngx-lib-side-bar.d.ts +0 -4
- package/side-bar/pepperi-addons-ngx-lib-side-bar.metadata.json +0 -1
- package/signature/package.json +0 -15
- package/signature/pepperi-addons-ngx-lib-signature.d.ts +0 -4
- package/signature/pepperi-addons-ngx-lib-signature.metadata.json +0 -1
- package/size-detector/package.json +0 -14
- package/size-detector/pepperi-addons-ngx-lib-size-detector.d.ts +0 -4
- package/size-detector/pepperi-addons-ngx-lib-size-detector.metadata.json +0 -1
- package/slider/package.json +0 -11
- package/slider/pepperi-addons-ngx-lib-slider.d.ts +0 -4
- package/slider/pepperi-addons-ngx-lib-slider.metadata.json +0 -1
- package/smart-filters/package.json +0 -20
- package/smart-filters/pepperi-addons-ngx-lib-smart-filters.d.ts +0 -4
- package/smart-filters/pepperi-addons-ngx-lib-smart-filters.metadata.json +0 -1
- package/snack-bar/package.json +0 -15
- package/snack-bar/pepperi-addons-ngx-lib-snack-bar.d.ts +0 -5
- package/snack-bar/pepperi-addons-ngx-lib-snack-bar.metadata.json +0 -1
- package/textarea/package.json +0 -14
- package/textarea/pepperi-addons-ngx-lib-textarea.d.ts +0 -4
- package/textarea/pepperi-addons-ngx-lib-textarea.metadata.json +0 -1
- package/textbox/package.json +0 -14
- package/textbox/pepperi-addons-ngx-lib-textbox.d.ts +0 -5
- package/textbox/pepperi-addons-ngx-lib-textbox.metadata.json +0 -1
- package/textbox-icon/package.json +0 -11
- package/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.d.ts +0 -4
- package/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.metadata.json +0 -1
- package/top-bar/package.json +0 -11
- package/top-bar/pepperi-addons-ngx-lib-top-bar.d.ts +0 -4
- package/top-bar/pepperi-addons-ngx-lib-top-bar.metadata.json +0 -1
|
@@ -1,812 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@pepperi-addons/ngx-lib/carousel', ['exports', '@angular/core', '@angular/common'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['pepperi-addons'] = global['pepperi-addons'] || {}, global['pepperi-addons']['ngx-lib'] = global['pepperi-addons']['ngx-lib'] || {}, global['pepperi-addons']['ngx-lib'].carousel = {}), global.ng.core, global.ng.common));
|
|
5
|
-
}(this, (function (exports, core, common) { 'use strict';
|
|
6
|
-
|
|
7
|
-
var PepCarouselItemDirective = /** @class */ (function () {
|
|
8
|
-
function PepCarouselItemDirective(elementRef) {
|
|
9
|
-
this.display = 'inline-block';
|
|
10
|
-
this._dragDisabled = false;
|
|
11
|
-
this._elementRef = elementRef;
|
|
12
|
-
}
|
|
13
|
-
Object.defineProperty(PepCarouselItemDirective.prototype, "dragDisabled", {
|
|
14
|
-
get: function () {
|
|
15
|
-
return this._dragDisabled;
|
|
16
|
-
},
|
|
17
|
-
set: function (value) {
|
|
18
|
-
this._dragDisabled = value;
|
|
19
|
-
},
|
|
20
|
-
enumerable: false,
|
|
21
|
-
configurable: true
|
|
22
|
-
});
|
|
23
|
-
return PepCarouselItemDirective;
|
|
24
|
-
}());
|
|
25
|
-
PepCarouselItemDirective.decorators = [
|
|
26
|
-
{ type: core.Directive, args: [{
|
|
27
|
-
selector: '[pepCarouselItem]',
|
|
28
|
-
},] }
|
|
29
|
-
];
|
|
30
|
-
PepCarouselItemDirective.ctorParameters = function () { return [
|
|
31
|
-
{ type: core.ElementRef, decorators: [{ type: core.Inject, args: [core.ElementRef,] }] }
|
|
32
|
-
]; };
|
|
33
|
-
PepCarouselItemDirective.propDecorators = {
|
|
34
|
-
display: [{ type: core.HostBinding, args: ['style.display',] }],
|
|
35
|
-
dragDisabled: [{ type: core.Input, args: ['dragDisabled',] }]
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
var PepCarouselComponent = /** @class */ (function () {
|
|
39
|
-
function PepCarouselComponent(_elementRef, _renderer, _document) {
|
|
40
|
-
this._elementRef = _elementRef;
|
|
41
|
-
this._renderer = _renderer;
|
|
42
|
-
this._document = _document;
|
|
43
|
-
this._index = 0;
|
|
44
|
-
this._scrollbarHidden = false;
|
|
45
|
-
this._disabled = false;
|
|
46
|
-
this._xDisabled = false;
|
|
47
|
-
this._xWheelEnabled = false;
|
|
48
|
-
this._yDisabled = false;
|
|
49
|
-
this._dragDisabled = false;
|
|
50
|
-
this._snapDisabled = false;
|
|
51
|
-
this._snapOffset = 0;
|
|
52
|
-
this._snapDuration = 500;
|
|
53
|
-
this._isDragging = false;
|
|
54
|
-
/**
|
|
55
|
-
* Is the user currently pressing the element
|
|
56
|
-
*/
|
|
57
|
-
this.isPressed = false;
|
|
58
|
-
/**
|
|
59
|
-
* Is the user currently scrolling the element
|
|
60
|
-
*/
|
|
61
|
-
this.isScrolling = false;
|
|
62
|
-
/**
|
|
63
|
-
* The x coordinates on the element
|
|
64
|
-
*/
|
|
65
|
-
this.downX = 0;
|
|
66
|
-
/**
|
|
67
|
-
* The y coordinates on the element
|
|
68
|
-
*/
|
|
69
|
-
this.downY = 0;
|
|
70
|
-
this.displayType = 'block';
|
|
71
|
-
this.elWidth = null;
|
|
72
|
-
this.elHeight = null;
|
|
73
|
-
this._pointerEvents = 'auto';
|
|
74
|
-
this.scrollbarWidth = null;
|
|
75
|
-
this.isAnimating = false;
|
|
76
|
-
this.prevChildrenLength = 0;
|
|
77
|
-
this.indexBound = 0;
|
|
78
|
-
this.dsInitialized = new core.EventEmitter();
|
|
79
|
-
this.indexChanged = new core.EventEmitter();
|
|
80
|
-
this.reachesLeftBound = new core.EventEmitter();
|
|
81
|
-
this.reachesRightBound = new core.EventEmitter();
|
|
82
|
-
this.snapAnimationFinished = new core.EventEmitter();
|
|
83
|
-
this.dragStart = new core.EventEmitter();
|
|
84
|
-
this.dragEnd = new core.EventEmitter();
|
|
85
|
-
this.scrollbarWidth = this.getScrollbarWidth() + "px";
|
|
86
|
-
}
|
|
87
|
-
Object.defineProperty(PepCarouselComponent.prototype, "isDragging", {
|
|
88
|
-
/**
|
|
89
|
-
* Is the user currently dragging the element
|
|
90
|
-
*/
|
|
91
|
-
get: function () {
|
|
92
|
-
return this._isDragging;
|
|
93
|
-
},
|
|
94
|
-
enumerable: false,
|
|
95
|
-
configurable: true
|
|
96
|
-
});
|
|
97
|
-
Object.defineProperty(PepCarouselComponent.prototype, "currIndex", {
|
|
98
|
-
get: function () {
|
|
99
|
-
return this._index;
|
|
100
|
-
},
|
|
101
|
-
set: function (value) {
|
|
102
|
-
if (value !== this._index) {
|
|
103
|
-
this._index = value;
|
|
104
|
-
this.indexChanged.emit(value);
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
enumerable: false,
|
|
108
|
-
configurable: true
|
|
109
|
-
});
|
|
110
|
-
Object.defineProperty(PepCarouselComponent.prototype, "scrollbarHidden", {
|
|
111
|
-
/**
|
|
112
|
-
* Whether the scrollbar is hidden
|
|
113
|
-
*/
|
|
114
|
-
get: function () {
|
|
115
|
-
return this._scrollbarHidden;
|
|
116
|
-
},
|
|
117
|
-
set: function (value) {
|
|
118
|
-
this._scrollbarHidden = value;
|
|
119
|
-
},
|
|
120
|
-
enumerable: false,
|
|
121
|
-
configurable: true
|
|
122
|
-
});
|
|
123
|
-
Object.defineProperty(PepCarouselComponent.prototype, "disabled", {
|
|
124
|
-
/**
|
|
125
|
-
* Whether horizontally and vertically draging and scrolling is be disabled
|
|
126
|
-
*/
|
|
127
|
-
get: function () {
|
|
128
|
-
return this._disabled;
|
|
129
|
-
},
|
|
130
|
-
set: function (value) {
|
|
131
|
-
this._disabled = value;
|
|
132
|
-
},
|
|
133
|
-
enumerable: false,
|
|
134
|
-
configurable: true
|
|
135
|
-
});
|
|
136
|
-
Object.defineProperty(PepCarouselComponent.prototype, "xDisabled", {
|
|
137
|
-
/**
|
|
138
|
-
* Whether horizontally dragging and scrolling is be disabled
|
|
139
|
-
*/
|
|
140
|
-
get: function () {
|
|
141
|
-
return this._xDisabled;
|
|
142
|
-
},
|
|
143
|
-
set: function (value) {
|
|
144
|
-
this._xDisabled = value;
|
|
145
|
-
},
|
|
146
|
-
enumerable: false,
|
|
147
|
-
configurable: true
|
|
148
|
-
});
|
|
149
|
-
Object.defineProperty(PepCarouselComponent.prototype, "yDisabled", {
|
|
150
|
-
/**
|
|
151
|
-
* Whether vertically dragging and scrolling events is disabled
|
|
152
|
-
*/
|
|
153
|
-
get: function () {
|
|
154
|
-
return this._yDisabled;
|
|
155
|
-
},
|
|
156
|
-
set: function (value) {
|
|
157
|
-
this._yDisabled = value;
|
|
158
|
-
},
|
|
159
|
-
enumerable: false,
|
|
160
|
-
configurable: true
|
|
161
|
-
});
|
|
162
|
-
Object.defineProperty(PepCarouselComponent.prototype, "xWheelEnabled", {
|
|
163
|
-
/**
|
|
164
|
-
* Whether scrolling horizontally with mouse wheel is enabled
|
|
165
|
-
*/
|
|
166
|
-
get: function () {
|
|
167
|
-
return this._xWheelEnabled;
|
|
168
|
-
},
|
|
169
|
-
set: function (value) {
|
|
170
|
-
this._xWheelEnabled = value;
|
|
171
|
-
},
|
|
172
|
-
enumerable: false,
|
|
173
|
-
configurable: true
|
|
174
|
-
});
|
|
175
|
-
Object.defineProperty(PepCarouselComponent.prototype, "dragDisabled", {
|
|
176
|
-
get: function () {
|
|
177
|
-
return this._dragDisabled;
|
|
178
|
-
},
|
|
179
|
-
set: function (value) {
|
|
180
|
-
this._dragDisabled = value;
|
|
181
|
-
},
|
|
182
|
-
enumerable: false,
|
|
183
|
-
configurable: true
|
|
184
|
-
});
|
|
185
|
-
Object.defineProperty(PepCarouselComponent.prototype, "snapDisabled", {
|
|
186
|
-
get: function () {
|
|
187
|
-
return this._snapDisabled;
|
|
188
|
-
},
|
|
189
|
-
set: function (value) {
|
|
190
|
-
this._snapDisabled = value;
|
|
191
|
-
},
|
|
192
|
-
enumerable: false,
|
|
193
|
-
configurable: true
|
|
194
|
-
});
|
|
195
|
-
Object.defineProperty(PepCarouselComponent.prototype, "snapOffset", {
|
|
196
|
-
get: function () {
|
|
197
|
-
return this._snapOffset;
|
|
198
|
-
},
|
|
199
|
-
set: function (value) {
|
|
200
|
-
this._snapOffset = value;
|
|
201
|
-
},
|
|
202
|
-
enumerable: false,
|
|
203
|
-
configurable: true
|
|
204
|
-
});
|
|
205
|
-
Object.defineProperty(PepCarouselComponent.prototype, "snapDuration", {
|
|
206
|
-
get: function () {
|
|
207
|
-
return this._snapDuration;
|
|
208
|
-
},
|
|
209
|
-
set: function (value) {
|
|
210
|
-
this._snapDuration = value;
|
|
211
|
-
},
|
|
212
|
-
enumerable: false,
|
|
213
|
-
configurable: true
|
|
214
|
-
});
|
|
215
|
-
PepCarouselComponent.prototype.ngOnChanges = function () {
|
|
216
|
-
this.setScrollBar();
|
|
217
|
-
if (this.xDisabled || this.disabled || this._scrollbarHidden) {
|
|
218
|
-
this.disableScroll('x');
|
|
219
|
-
}
|
|
220
|
-
else {
|
|
221
|
-
this.enableScroll('x');
|
|
222
|
-
}
|
|
223
|
-
if (this.yDisabled || this.disabled) {
|
|
224
|
-
this.disableScroll('y');
|
|
225
|
-
}
|
|
226
|
-
else {
|
|
227
|
-
this.enableScroll('y');
|
|
228
|
-
}
|
|
229
|
-
};
|
|
230
|
-
PepCarouselComponent.prototype.ngAfterViewInit = function () {
|
|
231
|
-
// auto assign computed css
|
|
232
|
-
this._renderer.setAttribute(this._contentRef.nativeElement, 'drag-scroll', 'true');
|
|
233
|
-
this.displayType =
|
|
234
|
-
typeof window !== 'undefined'
|
|
235
|
-
? window.getComputedStyle(this._elementRef.nativeElement)
|
|
236
|
-
.display
|
|
237
|
-
: 'block';
|
|
238
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'display', this.displayType);
|
|
239
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'whiteSpace', 'noWrap');
|
|
240
|
-
// store ele width height for later user
|
|
241
|
-
this.markElDimension();
|
|
242
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'width', this.elWidth);
|
|
243
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'height', this.elHeight);
|
|
244
|
-
if (this.wrapper) {
|
|
245
|
-
this.checkScrollbar();
|
|
246
|
-
}
|
|
247
|
-
this._onMouseDownListener = this._renderer.listen(this._contentRef.nativeElement, 'mousedown', this.onMouseDownHandler.bind(this));
|
|
248
|
-
this._onScrollListener = this._renderer.listen(this._contentRef.nativeElement, 'scroll', this.onScrollHandler.bind(this));
|
|
249
|
-
// prevent Firefox from dragging images
|
|
250
|
-
this._onDragStartListener = this._renderer.listen('document', 'dragstart', function (e) {
|
|
251
|
-
e.preventDefault();
|
|
252
|
-
});
|
|
253
|
-
this.checkNavStatus();
|
|
254
|
-
this.dsInitialized.emit();
|
|
255
|
-
this.adjustMarginToLastChild();
|
|
256
|
-
};
|
|
257
|
-
PepCarouselComponent.prototype.ngAfterViewChecked = function () {
|
|
258
|
-
// avoid extra checks
|
|
259
|
-
if (this._children.length !== this.prevChildrenLength) {
|
|
260
|
-
this.markElDimension();
|
|
261
|
-
this.checkScrollbar();
|
|
262
|
-
this.prevChildrenLength = this._children.length;
|
|
263
|
-
this.checkNavStatus();
|
|
264
|
-
}
|
|
265
|
-
};
|
|
266
|
-
PepCarouselComponent.prototype.ngOnDestroy = function () {
|
|
267
|
-
this._renderer.setAttribute(this._contentRef.nativeElement, 'drag-scroll', 'false');
|
|
268
|
-
if (this._onMouseDownListener) {
|
|
269
|
-
this._onMouseDownListener = this._onMouseDownListener();
|
|
270
|
-
}
|
|
271
|
-
if (this._onScrollListener) {
|
|
272
|
-
this._onScrollListener = this._onScrollListener();
|
|
273
|
-
}
|
|
274
|
-
if (this._onDragStartListener) {
|
|
275
|
-
this._onDragStartListener = this._onDragStartListener();
|
|
276
|
-
}
|
|
277
|
-
};
|
|
278
|
-
PepCarouselComponent.prototype.onMouseMoveHandler = function (event) {
|
|
279
|
-
this.onMouseMove(event);
|
|
280
|
-
};
|
|
281
|
-
PepCarouselComponent.prototype.onMouseMove = function (event) {
|
|
282
|
-
if (this.isPressed && !this.disabled) {
|
|
283
|
-
// Workaround for prevent scroll stuck if browser lost focus
|
|
284
|
-
// MouseEvent.buttons not support by Safari
|
|
285
|
-
if (!event.buttons && !event.which) {
|
|
286
|
-
return this.onMouseUpHandler(event);
|
|
287
|
-
}
|
|
288
|
-
this._pointerEvents = 'none';
|
|
289
|
-
this._setIsDragging(true);
|
|
290
|
-
// Drag X
|
|
291
|
-
if (!this.xDisabled && !this.dragDisabled) {
|
|
292
|
-
var clientX = event.clientX;
|
|
293
|
-
this._contentRef.nativeElement.scrollLeft =
|
|
294
|
-
this._contentRef.nativeElement.scrollLeft -
|
|
295
|
-
clientX +
|
|
296
|
-
this.downX;
|
|
297
|
-
this.downX = clientX;
|
|
298
|
-
}
|
|
299
|
-
// Drag Y
|
|
300
|
-
if (!this.yDisabled && !this.dragDisabled) {
|
|
301
|
-
var clientY = event.clientY;
|
|
302
|
-
this._contentRef.nativeElement.scrollTop =
|
|
303
|
-
this._contentRef.nativeElement.scrollTop -
|
|
304
|
-
clientY +
|
|
305
|
-
this.downY;
|
|
306
|
-
this.downY = clientY;
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
};
|
|
310
|
-
PepCarouselComponent.prototype.onMouseDownHandler = function (event) {
|
|
311
|
-
var carouselItem = this.locateCarouselItem(event.target);
|
|
312
|
-
if (carouselItem && carouselItem.dragDisabled) {
|
|
313
|
-
return;
|
|
314
|
-
}
|
|
315
|
-
var isTouchEvent = event.type === 'touchstart';
|
|
316
|
-
this._startGlobalListening(isTouchEvent);
|
|
317
|
-
this.isPressed = true;
|
|
318
|
-
var mouseEvent = event;
|
|
319
|
-
this.downX = mouseEvent.clientX;
|
|
320
|
-
this.downY = mouseEvent.clientY;
|
|
321
|
-
clearTimeout(this.scrollToTimer);
|
|
322
|
-
};
|
|
323
|
-
PepCarouselComponent.prototype.onScrollHandler = function () {
|
|
324
|
-
var _this = this;
|
|
325
|
-
this.checkNavStatus();
|
|
326
|
-
if (!this.isPressed && !this.isAnimating && !this.snapDisabled) {
|
|
327
|
-
this.isScrolling = true;
|
|
328
|
-
clearTimeout(this.scrollTimer);
|
|
329
|
-
this.scrollTimer = setTimeout(function () {
|
|
330
|
-
_this.isScrolling = false;
|
|
331
|
-
_this.locateCurrentIndex(true);
|
|
332
|
-
}, 500);
|
|
333
|
-
}
|
|
334
|
-
else {
|
|
335
|
-
this.locateCurrentIndex();
|
|
336
|
-
}
|
|
337
|
-
};
|
|
338
|
-
PepCarouselComponent.prototype.onMouseUpHandler = function (event) {
|
|
339
|
-
if (this.isPressed) {
|
|
340
|
-
this.isPressed = false;
|
|
341
|
-
this._pointerEvents = 'auto';
|
|
342
|
-
this._setIsDragging(false);
|
|
343
|
-
if (!this.snapDisabled) {
|
|
344
|
-
this.locateCurrentIndex(true);
|
|
345
|
-
}
|
|
346
|
-
else {
|
|
347
|
-
this.locateCurrentIndex();
|
|
348
|
-
}
|
|
349
|
-
this._stopGlobalListening();
|
|
350
|
-
}
|
|
351
|
-
};
|
|
352
|
-
/*
|
|
353
|
-
* Nav button
|
|
354
|
-
*/
|
|
355
|
-
PepCarouselComponent.prototype.moveLeft = function () {
|
|
356
|
-
if (this.currIndex !== 0 || this.snapDisabled) {
|
|
357
|
-
this.currIndex--;
|
|
358
|
-
clearTimeout(this.scrollToTimer);
|
|
359
|
-
this.scrollTo(this._contentRef.nativeElement, this.toChildrenLocation(), this.snapDuration);
|
|
360
|
-
}
|
|
361
|
-
};
|
|
362
|
-
PepCarouselComponent.prototype.moveRight = function () {
|
|
363
|
-
var container = this.wrapper || this.parentNode;
|
|
364
|
-
var containerWidth = container ? container.clientWidth : 0;
|
|
365
|
-
if (!this.isScrollReachesRightEnd() &&
|
|
366
|
-
this.currIndex <
|
|
367
|
-
this.maximumIndex(containerWidth, this._children.toArray())) {
|
|
368
|
-
this.currIndex++;
|
|
369
|
-
clearTimeout(this.scrollToTimer);
|
|
370
|
-
this.scrollTo(this._contentRef.nativeElement, this.toChildrenLocation(), this.snapDuration);
|
|
371
|
-
}
|
|
372
|
-
};
|
|
373
|
-
PepCarouselComponent.prototype.moveTo = function (index) {
|
|
374
|
-
var container = this.wrapper || this.parentNode;
|
|
375
|
-
var containerWidth = container ? container.clientWidth : 0;
|
|
376
|
-
if (index >= 0 &&
|
|
377
|
-
index !== this.currIndex &&
|
|
378
|
-
this.currIndex <=
|
|
379
|
-
this.maximumIndex(containerWidth, this._children.toArray())) {
|
|
380
|
-
this.currIndex = Math.min(index, this.maximumIndex(containerWidth, this._children.toArray()));
|
|
381
|
-
clearTimeout(this.scrollToTimer);
|
|
382
|
-
this.scrollTo(this._contentRef.nativeElement, this.toChildrenLocation(), this.snapDuration);
|
|
383
|
-
}
|
|
384
|
-
};
|
|
385
|
-
PepCarouselComponent.prototype.checkNavStatus = function () {
|
|
386
|
-
var _this = this;
|
|
387
|
-
setTimeout(function () {
|
|
388
|
-
var onlyOneItem = Boolean(_this._children.length <= 1);
|
|
389
|
-
var containerIsLargerThanContent = Boolean(_this._contentRef.nativeElement.scrollWidth <=
|
|
390
|
-
_this._contentRef.nativeElement.clientWidth);
|
|
391
|
-
if (onlyOneItem || containerIsLargerThanContent) {
|
|
392
|
-
// only one element
|
|
393
|
-
_this.reachesLeftBound.emit(true);
|
|
394
|
-
_this.reachesRightBound.emit(true);
|
|
395
|
-
}
|
|
396
|
-
else if (_this.isScrollReachesRightEnd()) {
|
|
397
|
-
// reached right end
|
|
398
|
-
_this.reachesLeftBound.emit(false);
|
|
399
|
-
_this.reachesRightBound.emit(true);
|
|
400
|
-
}
|
|
401
|
-
else if (_this._contentRef.nativeElement.scrollLeft === 0 &&
|
|
402
|
-
_this._contentRef.nativeElement.scrollWidth >
|
|
403
|
-
_this._contentRef.nativeElement.clientWidth) {
|
|
404
|
-
// reached left end
|
|
405
|
-
_this.reachesLeftBound.emit(true);
|
|
406
|
-
_this.reachesRightBound.emit(false);
|
|
407
|
-
}
|
|
408
|
-
else {
|
|
409
|
-
// in the middle
|
|
410
|
-
_this.reachesLeftBound.emit(false);
|
|
411
|
-
_this.reachesRightBound.emit(false);
|
|
412
|
-
}
|
|
413
|
-
}, 0);
|
|
414
|
-
};
|
|
415
|
-
PepCarouselComponent.prototype.onWheel = function (event) {
|
|
416
|
-
if (this._xWheelEnabled) {
|
|
417
|
-
event.preventDefault();
|
|
418
|
-
if (this._snapDisabled) {
|
|
419
|
-
this._contentRef.nativeElement.scrollBy(event.deltaY, 0);
|
|
420
|
-
}
|
|
421
|
-
else {
|
|
422
|
-
if (event.deltaY < 0) {
|
|
423
|
-
this.moveLeft();
|
|
424
|
-
}
|
|
425
|
-
else if (event.deltaY > 0) {
|
|
426
|
-
this.moveRight();
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
};
|
|
431
|
-
PepCarouselComponent.prototype.onWindowResize = function () {
|
|
432
|
-
this.refreshWrapperDimensions();
|
|
433
|
-
this.checkNavStatus();
|
|
434
|
-
};
|
|
435
|
-
PepCarouselComponent.prototype._setIsDragging = function (value) {
|
|
436
|
-
if (this._isDragging === value) {
|
|
437
|
-
return;
|
|
438
|
-
}
|
|
439
|
-
this._isDragging = value;
|
|
440
|
-
value ? this.dragStart.emit() : this.dragEnd.emit();
|
|
441
|
-
};
|
|
442
|
-
PepCarouselComponent.prototype._startGlobalListening = function (isTouchEvent) {
|
|
443
|
-
if (!this._onMouseMoveListener) {
|
|
444
|
-
var eventName = isTouchEvent ? 'touchmove' : 'mousemove';
|
|
445
|
-
this._onMouseMoveListener = this._renderer.listen('document', eventName, this.onMouseMoveHandler.bind(this));
|
|
446
|
-
}
|
|
447
|
-
if (!this._onMouseUpListener) {
|
|
448
|
-
var eventName = isTouchEvent ? 'touchend' : 'mouseup';
|
|
449
|
-
this._onMouseUpListener = this._renderer.listen('document', eventName, this.onMouseUpHandler.bind(this));
|
|
450
|
-
}
|
|
451
|
-
};
|
|
452
|
-
PepCarouselComponent.prototype._stopGlobalListening = function () {
|
|
453
|
-
if (this._onMouseMoveListener) {
|
|
454
|
-
this._onMouseMoveListener = this._onMouseMoveListener();
|
|
455
|
-
}
|
|
456
|
-
if (this._onMouseUpListener) {
|
|
457
|
-
this._onMouseUpListener = this._onMouseUpListener();
|
|
458
|
-
}
|
|
459
|
-
};
|
|
460
|
-
PepCarouselComponent.prototype.disableScroll = function (axis) {
|
|
461
|
-
this._renderer.setStyle(this._contentRef.nativeElement, "overflow-" + axis, 'hidden');
|
|
462
|
-
};
|
|
463
|
-
PepCarouselComponent.prototype.enableScroll = function (axis) {
|
|
464
|
-
this._renderer.setStyle(this._contentRef.nativeElement, "overflow-" + axis, 'auto');
|
|
465
|
-
};
|
|
466
|
-
PepCarouselComponent.prototype.hideScrollbar = function () {
|
|
467
|
-
if (this._contentRef.nativeElement.style.display !== 'none' &&
|
|
468
|
-
!this.wrapper) {
|
|
469
|
-
this.parentNode = this._contentRef.nativeElement.parentNode;
|
|
470
|
-
// create container element
|
|
471
|
-
this.wrapper = this._renderer.createElement('div');
|
|
472
|
-
this._renderer.addClass(this.wrapper, 'carousel-wrapper');
|
|
473
|
-
// this._renderer.setAttribute(this.wrapper, 'class', 'carousel-wrapper');
|
|
474
|
-
// this._renderer.addClass(this.wrapper, 'carousel-container');
|
|
475
|
-
this.refreshWrapperDimensions();
|
|
476
|
-
this._renderer.setStyle(this.wrapper, 'overflow', 'hidden');
|
|
477
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'width', "calc(100% + " + this.scrollbarWidth + ")");
|
|
478
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'height', "calc(100% + " + this.scrollbarWidth + ")");
|
|
479
|
-
// Append container element to component element.
|
|
480
|
-
this._renderer.appendChild(this._elementRef.nativeElement, this.wrapper);
|
|
481
|
-
// Append content element to container element.
|
|
482
|
-
this._renderer.appendChild(this.wrapper, this._contentRef.nativeElement);
|
|
483
|
-
this.adjustMarginToLastChild();
|
|
484
|
-
}
|
|
485
|
-
};
|
|
486
|
-
PepCarouselComponent.prototype.showScrollbar = function () {
|
|
487
|
-
if (this.wrapper) {
|
|
488
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'width', '100%');
|
|
489
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'height', this.wrapper.style.height);
|
|
490
|
-
if (this.parentNode !== null) {
|
|
491
|
-
this.parentNode.removeChild(this.wrapper);
|
|
492
|
-
this.parentNode.appendChild(this._contentRef.nativeElement);
|
|
493
|
-
}
|
|
494
|
-
this.wrapper = null;
|
|
495
|
-
this.adjustMarginToLastChild();
|
|
496
|
-
}
|
|
497
|
-
};
|
|
498
|
-
PepCarouselComponent.prototype.checkScrollbar = function () {
|
|
499
|
-
if (this._contentRef.nativeElement.scrollWidth <=
|
|
500
|
-
this._contentRef.nativeElement.clientWidth) {
|
|
501
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'height', '100%');
|
|
502
|
-
}
|
|
503
|
-
else {
|
|
504
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'height', "calc(100% + " + this.scrollbarWidth + ")");
|
|
505
|
-
}
|
|
506
|
-
if (this._contentRef.nativeElement.scrollHeight <=
|
|
507
|
-
this._contentRef.nativeElement.clientHeight) {
|
|
508
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'width', '100%');
|
|
509
|
-
}
|
|
510
|
-
else {
|
|
511
|
-
this._renderer.setStyle(this._contentRef.nativeElement, 'width', "calc(100% + " + this.scrollbarWidth + ")");
|
|
512
|
-
}
|
|
513
|
-
};
|
|
514
|
-
PepCarouselComponent.prototype.setScrollBar = function () {
|
|
515
|
-
if (this.scrollbarHidden) {
|
|
516
|
-
this.hideScrollbar();
|
|
517
|
-
}
|
|
518
|
-
else {
|
|
519
|
-
this.showScrollbar();
|
|
520
|
-
}
|
|
521
|
-
};
|
|
522
|
-
PepCarouselComponent.prototype.getScrollbarWidth = function () {
|
|
523
|
-
/**
|
|
524
|
-
* Browser Scrollbar Widths (2016)
|
|
525
|
-
* OSX (Chrome, Safari, Firefox) - 15px
|
|
526
|
-
* Windows XP (IE7, Chrome, Firefox) - 17px
|
|
527
|
-
* Windows 7 (IE10, IE11, Chrome, Firefox) - 17px
|
|
528
|
-
* Windows 8.1 (IE11, Chrome, Firefox) - 17px
|
|
529
|
-
* Windows 10 (IE11, Chrome, Firefox) - 17px
|
|
530
|
-
* Windows 10 (Edge 12/13) - 12px
|
|
531
|
-
*/
|
|
532
|
-
var outer = this._renderer.createElement('div');
|
|
533
|
-
this._renderer.setStyle(outer, 'visibility', 'hidden');
|
|
534
|
-
this._renderer.setStyle(outer, 'width', '100px');
|
|
535
|
-
this._renderer.setStyle(outer, 'msOverflowStyle', 'scrollbar'); // needed for WinJS apps
|
|
536
|
-
// document.body.appendChild(outer);
|
|
537
|
-
this._renderer.appendChild(this._document.body, outer);
|
|
538
|
-
// this._renderer.appendChild(this._renderer.selectRootElement('body'), outer);
|
|
539
|
-
var widthNoScroll = outer.offsetWidth;
|
|
540
|
-
// force scrollbars
|
|
541
|
-
this._renderer.setStyle(outer, 'overflow', 'scroll');
|
|
542
|
-
// add innerdiv
|
|
543
|
-
var inner = this._renderer.createElement('div');
|
|
544
|
-
this._renderer.setStyle(inner, 'width', '100%');
|
|
545
|
-
this._renderer.appendChild(outer, inner);
|
|
546
|
-
var widthWithScroll = inner.offsetWidth;
|
|
547
|
-
// remove divs
|
|
548
|
-
this._renderer.removeChild(this._document.body, outer);
|
|
549
|
-
/**
|
|
550
|
-
* Scrollbar width will be 0 on Mac OS with the
|
|
551
|
-
* default "Only show scrollbars when scrolling" setting (Yosemite and up).
|
|
552
|
-
* setting default width to 20;
|
|
553
|
-
*/
|
|
554
|
-
return widthNoScroll - widthWithScroll || 20;
|
|
555
|
-
};
|
|
556
|
-
PepCarouselComponent.prototype.refreshWrapperDimensions = function () {
|
|
557
|
-
if (this.wrapper) {
|
|
558
|
-
var height = this._elementRef.nativeElement.style.height ||
|
|
559
|
-
this._elementRef.nativeElement.offsetHeight;
|
|
560
|
-
this._renderer.setStyle(this.wrapper, 'width', '100%');
|
|
561
|
-
this._renderer.setStyle(this.wrapper, 'height', height === 0 ? 'auto' : height + 'px');
|
|
562
|
-
}
|
|
563
|
-
};
|
|
564
|
-
/*
|
|
565
|
-
* The below solution is heavily inspired from
|
|
566
|
-
* https://gist.github.com/andjosh/6764939
|
|
567
|
-
*/
|
|
568
|
-
PepCarouselComponent.prototype.scrollTo = function (element, to, duration) {
|
|
569
|
-
var _this = this;
|
|
570
|
-
this.isAnimating = true;
|
|
571
|
-
var start = element.scrollLeft, change = to - start - this.snapOffset, increment = 20;
|
|
572
|
-
var currentTime = 0;
|
|
573
|
-
// t = current time
|
|
574
|
-
// b = start value
|
|
575
|
-
// c = change in value
|
|
576
|
-
// d = duration
|
|
577
|
-
var easeInOutQuad = function (t, b, c, d) {
|
|
578
|
-
t /= d / 2;
|
|
579
|
-
if (t < 1) {
|
|
580
|
-
return (c / 2) * t * t + b;
|
|
581
|
-
}
|
|
582
|
-
t--;
|
|
583
|
-
return (-c / 2) * (t * (t - 2) - 1) + b;
|
|
584
|
-
};
|
|
585
|
-
var animateScroll = function () {
|
|
586
|
-
currentTime += increment;
|
|
587
|
-
element.scrollLeft = easeInOutQuad(currentTime, start, change, duration);
|
|
588
|
-
if (currentTime < duration) {
|
|
589
|
-
_this.scrollToTimer = setTimeout(animateScroll, increment);
|
|
590
|
-
}
|
|
591
|
-
else {
|
|
592
|
-
// run one more frame to make sure the animation is fully finished
|
|
593
|
-
setTimeout(function () {
|
|
594
|
-
_this.isAnimating = false;
|
|
595
|
-
_this.snapAnimationFinished.emit(_this.currIndex);
|
|
596
|
-
}, increment);
|
|
597
|
-
}
|
|
598
|
-
};
|
|
599
|
-
animateScroll();
|
|
600
|
-
};
|
|
601
|
-
PepCarouselComponent.prototype.locateCurrentIndex = function (snap) {
|
|
602
|
-
var _this = this;
|
|
603
|
-
this.currentChildWidth(function (currentChildWidth, nextChildrenWidth, childrenWidth, idx, stop) {
|
|
604
|
-
if (_this._contentRef.nativeElement.scrollLeft >=
|
|
605
|
-
childrenWidth &&
|
|
606
|
-
_this._contentRef.nativeElement.scrollLeft <=
|
|
607
|
-
nextChildrenWidth) {
|
|
608
|
-
if (nextChildrenWidth -
|
|
609
|
-
_this._contentRef.nativeElement.scrollLeft >
|
|
610
|
-
currentChildWidth / 2 &&
|
|
611
|
-
!_this.isScrollReachesRightEnd()) {
|
|
612
|
-
// roll back scrolling
|
|
613
|
-
if (!_this.isAnimating) {
|
|
614
|
-
_this.currIndex = idx;
|
|
615
|
-
}
|
|
616
|
-
if (snap) {
|
|
617
|
-
_this.scrollTo(_this._contentRef.nativeElement, childrenWidth, _this.snapDuration);
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
else if (_this._contentRef.nativeElement.scrollLeft !== 0) {
|
|
621
|
-
// forward scrolling
|
|
622
|
-
if (!_this.isAnimating) {
|
|
623
|
-
_this.currIndex = idx + 1;
|
|
624
|
-
}
|
|
625
|
-
if (snap) {
|
|
626
|
-
_this.scrollTo(_this._contentRef.nativeElement, childrenWidth + currentChildWidth, _this.snapDuration);
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
stop();
|
|
630
|
-
}
|
|
631
|
-
else if (idx + 1 === _this._children.length - 1) {
|
|
632
|
-
// reaches last index
|
|
633
|
-
if (!_this.isAnimating) {
|
|
634
|
-
_this.currIndex = idx + 1;
|
|
635
|
-
}
|
|
636
|
-
stop();
|
|
637
|
-
}
|
|
638
|
-
});
|
|
639
|
-
};
|
|
640
|
-
PepCarouselComponent.prototype.currentChildWidth = function (cb) {
|
|
641
|
-
var childrenWidth = 0;
|
|
642
|
-
var shouldBreak = false;
|
|
643
|
-
var breakFunc = function () {
|
|
644
|
-
shouldBreak = true;
|
|
645
|
-
};
|
|
646
|
-
var childrenArr = this._children.toArray();
|
|
647
|
-
for (var i = 0; i < childrenArr.length; i++) {
|
|
648
|
-
if (i === childrenArr.length - 1) {
|
|
649
|
-
break;
|
|
650
|
-
}
|
|
651
|
-
if (shouldBreak) {
|
|
652
|
-
break;
|
|
653
|
-
}
|
|
654
|
-
var nextChildrenWidth = childrenWidth +
|
|
655
|
-
childrenArr[i + 1]._elementRef.nativeElement.clientWidth;
|
|
656
|
-
var currentClildWidth = childrenArr[i]._elementRef.nativeElement.clientWidth;
|
|
657
|
-
cb(currentClildWidth, nextChildrenWidth, childrenWidth, i, breakFunc);
|
|
658
|
-
childrenWidth += currentClildWidth;
|
|
659
|
-
}
|
|
660
|
-
};
|
|
661
|
-
PepCarouselComponent.prototype.toChildrenLocation = function () {
|
|
662
|
-
var to = 0;
|
|
663
|
-
var childrenArr = this._children.toArray();
|
|
664
|
-
for (var i = 0; i < this.currIndex; i++) {
|
|
665
|
-
to += childrenArr[i]._elementRef.nativeElement.clientWidth;
|
|
666
|
-
}
|
|
667
|
-
return to;
|
|
668
|
-
};
|
|
669
|
-
PepCarouselComponent.prototype.locateCarouselItem = function (element) {
|
|
670
|
-
var item = null;
|
|
671
|
-
var childrenArr = this._children.toArray();
|
|
672
|
-
for (var i = 0; i < childrenArr.length; i++) {
|
|
673
|
-
if (element === childrenArr[i]._elementRef.nativeElement) {
|
|
674
|
-
item = childrenArr[i];
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
return item;
|
|
678
|
-
};
|
|
679
|
-
PepCarouselComponent.prototype.markElDimension = function () {
|
|
680
|
-
if (this.wrapper) {
|
|
681
|
-
this.elWidth = this.wrapper.style.width;
|
|
682
|
-
this.elHeight = this.wrapper.style.height;
|
|
683
|
-
}
|
|
684
|
-
else {
|
|
685
|
-
this.elWidth =
|
|
686
|
-
this._elementRef.nativeElement.style.width ||
|
|
687
|
-
this._elementRef.nativeElement.offsetWidth + 'px';
|
|
688
|
-
this.elHeight =
|
|
689
|
-
this._elementRef.nativeElement.style.height ||
|
|
690
|
-
this._elementRef.nativeElement.offsetHeight + 'px';
|
|
691
|
-
}
|
|
692
|
-
var container = this.wrapper || this.parentNode;
|
|
693
|
-
var containerWidth = container ? container.clientWidth : 0;
|
|
694
|
-
if (this._children.length > 1) {
|
|
695
|
-
this.indexBound = this.maximumIndex(containerWidth, this._children.toArray());
|
|
696
|
-
}
|
|
697
|
-
};
|
|
698
|
-
PepCarouselComponent.prototype.maximumIndex = function (containerWidth, childrenElements) {
|
|
699
|
-
var count = 0;
|
|
700
|
-
var childrenWidth = 0;
|
|
701
|
-
for (var i = 0; i <= childrenElements.length; i++) {
|
|
702
|
-
// last N element
|
|
703
|
-
var carouselItemDirective = childrenElements[childrenElements.length - 1 - i];
|
|
704
|
-
if (!carouselItemDirective) {
|
|
705
|
-
break;
|
|
706
|
-
}
|
|
707
|
-
else {
|
|
708
|
-
var nativeElement = carouselItemDirective._elementRef.nativeElement;
|
|
709
|
-
var itemWidth = nativeElement.clientWidth;
|
|
710
|
-
if (itemWidth === 0 && nativeElement.firstElementChild) {
|
|
711
|
-
itemWidth =
|
|
712
|
-
carouselItemDirective._elementRef.nativeElement
|
|
713
|
-
.firstElementChild.clientWidth;
|
|
714
|
-
}
|
|
715
|
-
childrenWidth += itemWidth;
|
|
716
|
-
if (childrenWidth < containerWidth) {
|
|
717
|
-
count++;
|
|
718
|
-
}
|
|
719
|
-
else {
|
|
720
|
-
break;
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
return childrenElements.length - count;
|
|
725
|
-
};
|
|
726
|
-
PepCarouselComponent.prototype.isScrollReachesRightEnd = function () {
|
|
727
|
-
var scrollLeftPos = this._contentRef.nativeElement.scrollLeft +
|
|
728
|
-
this._contentRef.nativeElement.offsetWidth;
|
|
729
|
-
return scrollLeftPos >= this._contentRef.nativeElement.scrollWidth;
|
|
730
|
-
};
|
|
731
|
-
/**
|
|
732
|
-
* adds a margin right style to the last child element which will resolve the issue
|
|
733
|
-
* of last item gets cutoff.
|
|
734
|
-
*/
|
|
735
|
-
PepCarouselComponent.prototype.adjustMarginToLastChild = function () {
|
|
736
|
-
// if (this._children && this._children.length > 0 && this.hideScrollbar) {
|
|
737
|
-
// const childrenArr = this._children.toArray();
|
|
738
|
-
// const lastItem = childrenArr[childrenArr.length - 1]._elementRef.nativeElement;
|
|
739
|
-
// if (this.wrapper && childrenArr.length > 1) {
|
|
740
|
-
// this._renderer.setStyle(lastItem, 'margin-right', this.scrollbarWidth);
|
|
741
|
-
// } else {
|
|
742
|
-
// this._renderer.setStyle(lastItem, 'margin-right', 0);
|
|
743
|
-
// }
|
|
744
|
-
// }
|
|
745
|
-
};
|
|
746
|
-
return PepCarouselComponent;
|
|
747
|
-
}());
|
|
748
|
-
PepCarouselComponent.decorators = [
|
|
749
|
-
{ type: core.Component, args: [{
|
|
750
|
-
selector: 'pep-carousel',
|
|
751
|
-
template: "\n <div class=\"carousel-content\" #contentRef>\n <ng-content></ng-content>\n </div>\n ",
|
|
752
|
-
styles: ["\n :host {\n overflow: hidden;\n display: block;\n }\n .carousel-content {\n height: 100%;\n overflow: auto;\n white-space: nowrap;\n }\n "]
|
|
753
|
-
},] }
|
|
754
|
-
];
|
|
755
|
-
PepCarouselComponent.ctorParameters = function () { return [
|
|
756
|
-
{ type: core.ElementRef, decorators: [{ type: core.Inject, args: [core.ElementRef,] }] },
|
|
757
|
-
{ type: core.Renderer2, decorators: [{ type: core.Inject, args: [core.Renderer2,] }] },
|
|
758
|
-
{ type: undefined, decorators: [{ type: core.Inject, args: [common.DOCUMENT,] }] }
|
|
759
|
-
]; };
|
|
760
|
-
PepCarouselComponent.propDecorators = {
|
|
761
|
-
_contentRef: [{ type: core.ViewChild, args: ['contentRef', { static: true },] }],
|
|
762
|
-
_children: [{ type: core.ContentChildren, args: [PepCarouselItemDirective, { descendants: true },] }],
|
|
763
|
-
_pointerEvents: [{ type: core.HostBinding, args: ['style.pointer-events',] }],
|
|
764
|
-
dsInitialized: [{ type: core.Output }],
|
|
765
|
-
indexChanged: [{ type: core.Output }],
|
|
766
|
-
reachesLeftBound: [{ type: core.Output }],
|
|
767
|
-
reachesRightBound: [{ type: core.Output }],
|
|
768
|
-
snapAnimationFinished: [{ type: core.Output }],
|
|
769
|
-
dragStart: [{ type: core.Output }],
|
|
770
|
-
dragEnd: [{ type: core.Output }],
|
|
771
|
-
scrollbarHidden: [{ type: core.Input, args: ['scrollbarHidden',] }],
|
|
772
|
-
disabled: [{ type: core.Input, args: ['disabled',] }],
|
|
773
|
-
xDisabled: [{ type: core.Input, args: ['xDisabled',] }],
|
|
774
|
-
yDisabled: [{ type: core.Input, args: ['yDisabled',] }],
|
|
775
|
-
xWheelEnabled: [{ type: core.Input, args: ['xWheelEnabled',] }],
|
|
776
|
-
dragDisabled: [{ type: core.Input, args: ['dragDisabled',] }],
|
|
777
|
-
snapDisabled: [{ type: core.Input, args: ['snapDisabled',] }],
|
|
778
|
-
snapOffset: [{ type: core.Input, args: ['snapOffset',] }],
|
|
779
|
-
snapDuration: [{ type: core.Input, args: ['snapDuration',] }],
|
|
780
|
-
onWheel: [{ type: core.HostListener, args: ['wheel', ['$event'],] }],
|
|
781
|
-
onWindowResize: [{ type: core.HostListener, args: ['window:resize',] }]
|
|
782
|
-
};
|
|
783
|
-
|
|
784
|
-
var PepCarouselModule = /** @class */ (function () {
|
|
785
|
-
function PepCarouselModule() {
|
|
786
|
-
}
|
|
787
|
-
return PepCarouselModule;
|
|
788
|
-
}());
|
|
789
|
-
PepCarouselModule.decorators = [
|
|
790
|
-
{ type: core.NgModule, args: [{
|
|
791
|
-
exports: [PepCarouselComponent, PepCarouselItemDirective],
|
|
792
|
-
declarations: [PepCarouselComponent, PepCarouselItemDirective],
|
|
793
|
-
},] }
|
|
794
|
-
];
|
|
795
|
-
|
|
796
|
-
/*
|
|
797
|
-
* Public API Surface of carousel
|
|
798
|
-
*/
|
|
799
|
-
// export * from './carousel.model';
|
|
800
|
-
|
|
801
|
-
/**
|
|
802
|
-
* Generated bundle index. Do not edit.
|
|
803
|
-
*/
|
|
804
|
-
|
|
805
|
-
exports.PepCarouselComponent = PepCarouselComponent;
|
|
806
|
-
exports.PepCarouselItemDirective = PepCarouselItemDirective;
|
|
807
|
-
exports.PepCarouselModule = PepCarouselModule;
|
|
808
|
-
|
|
809
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
810
|
-
|
|
811
|
-
})));
|
|
812
|
-
//# sourceMappingURL=pepperi-addons-ngx-lib-carousel.umd.js.map
|