@pepperi-addons/ngx-lib 0.4.2-scroll.7 → 0.5.0-ng15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/address/address.component.d.ts +1 -1
- package/attachment/attachment.component.d.ts +2 -1
- package/bread-crumbs/bread-crumbs.component.d.ts +1 -1
- package/bread-crumbs/bread-crumbs.model.d.ts +1 -1
- package/button/button.component.d.ts +1 -1
- package/carousel/carousel-item.directive.d.ts +1 -1
- package/carousel/carousel.component.d.ts +1 -1
- package/checkbox/checkbox.component.d.ts +2 -1
- package/chips/chips.component.d.ts +4 -5
- package/chips/chips.component.theme.scss +15 -5
- package/chips/chips.model.d.ts +2 -2
- package/chips/chips.service.d.ts +0 -3
- package/color/color-picker.component.d.ts +1 -1
- package/color/color-picker.component.theme.scss +2 -1
- package/color/color.component.d.ts +1 -1
- package/color/color.model.d.ts +1 -1
- package/core/clipboard/clipboard.directive.d.ts +1 -1
- package/core/common/directives/auto-width.directive.d.ts +1 -1
- package/core/common/directives/base-destroyer.directive.d.ts +10 -0
- package/core/common/directives/button-blur.directive.d.ts +1 -1
- package/core/common/directives/button-loader.directive.d.ts +1 -1
- package/core/common/directives/data-qa.directive.d.ts +1 -1
- package/core/common/directives/div-loader.directive.d.ts +1 -1
- package/core/common/directives/menu-blur.directive.d.ts +1 -1
- package/core/common/directives/prevent-multi-click.directive.d.ts +1 -1
- package/core/common/directives/print.directive.d.ts +1 -1
- package/core/common/directives/public-api.d.ts +1 -0
- package/core/common/pipes/common-pipes.d.ts +2 -2
- package/core/common/services/addon.service.d.ts +6 -4
- package/core/common/services/file.service.d.ts +1 -1
- package/core/common/services/utilities.service.d.ts +4 -4
- package/core/customization/customization.model.d.ts +15 -12
- package/core/customization/customization.service.d.ts +4 -0
- package/core/layout/layout.service.d.ts +1 -1
- package/core/layout/rtl.directive.d.ts +2 -2
- package/core/portal/attach.directive.d.ts +1 -1
- package/core/portal/target.directive.d.ts +1 -1
- package/date/date.component.d.ts +4 -2
- package/dialog/default-dialog.component.d.ts +1 -1
- package/dialog/dialog.component.d.ts +1 -1
- package/dialog/dialog.model.d.ts +2 -2
- package/draggable-items/draggable-item/draggable-item.component.d.ts +16 -2
- package/draggable-items/draggable-items.component.d.ts +4 -7
- package/draggable-items/draggable-items.model.d.ts +2 -2
- package/draggable-items/draggable-items.module.d.ts +4 -3
- package/esm2020/address/address.component.mjs +16 -16
- package/esm2020/address/address.module.mjs +5 -5
- package/esm2020/attachment/attachment.component.mjs +58 -49
- package/esm2020/attachment/attachment.module.mjs +5 -5
- package/esm2020/bread-crumbs/bread-crumbs.component.mjs +15 -15
- package/esm2020/bread-crumbs/bread-crumbs.module.mjs +5 -5
- package/esm2020/button/button.component.mjs +23 -23
- package/esm2020/button/button.module.mjs +5 -5
- package/esm2020/carousel/carousel-item.directive.mjs +9 -9
- package/esm2020/carousel/carousel.component.mjs +52 -52
- package/esm2020/carousel/carousel.module.mjs +5 -5
- package/esm2020/checkbox/checkbox.component.mjs +40 -31
- package/esm2020/checkbox/checkbox.module.mjs +5 -5
- package/esm2020/chips/chips.component.mjs +26 -28
- package/esm2020/chips/chips.module.mjs +5 -5
- package/esm2020/chips/chips.service.mjs +5 -14
- package/esm2020/color/color-picker.component.mjs +5 -5
- package/esm2020/color/color.component.mjs +4 -4
- package/esm2020/color/color.module.mjs +5 -5
- package/esm2020/core/clipboard/clipboard.directive.mjs +4 -4
- package/esm2020/core/clipboard/clipboard.service.mjs +4 -4
- package/esm2020/core/common/directives/auto-width.directive.mjs +4 -4
- package/esm2020/core/common/directives/base-destroyer.directive.mjs +22 -0
- package/esm2020/core/common/directives/button-blur.directive.mjs +4 -4
- package/esm2020/core/common/directives/button-loader.directive.mjs +10 -10
- package/esm2020/core/common/directives/data-qa.directive.mjs +4 -4
- package/esm2020/core/common/directives/div-loader.directive.mjs +4 -4
- package/esm2020/core/common/directives/menu-blur.directive.mjs +4 -4
- package/esm2020/core/common/directives/prevent-multi-click.directive.mjs +4 -4
- package/esm2020/core/common/directives/print.directive.mjs +4 -4
- package/esm2020/core/common/directives/public-api.mjs +2 -1
- package/esm2020/core/common/pipes/common-pipes.mjs +35 -35
- package/esm2020/core/common/pipes/date-ago.pipe.mjs +4 -4
- package/esm2020/core/common/services/addon.service.mjs +36 -12
- package/esm2020/core/common/services/color.service.mjs +4 -4
- package/esm2020/core/common/services/cookie.service.mjs +4 -4
- package/esm2020/core/common/services/data-convertor.service.mjs +6 -6
- package/esm2020/core/common/services/file.service.mjs +4 -4
- package/esm2020/core/common/services/jwt-helper.service.mjs +4 -4
- package/esm2020/core/common/services/session.service.mjs +4 -4
- package/esm2020/core/common/services/translate.service.mjs +4 -4
- package/esm2020/core/common/services/utilities.service.mjs +10 -10
- package/esm2020/core/common/services/validator.service.mjs +4 -4
- package/esm2020/core/common/services/window-scrolling.service.mjs +4 -4
- package/esm2020/core/customization/customization.model.mjs +40 -11
- package/esm2020/core/customization/customization.service.mjs +22 -4
- package/esm2020/core/http/interceptors/error.interceptor.mjs +4 -4
- package/esm2020/core/http/interceptors/loader.interceptor.mjs +4 -4
- package/esm2020/core/http/interceptors/profiler.interceptor.mjs +4 -4
- package/esm2020/core/http/services/http.service.mjs +4 -4
- package/esm2020/core/http/services/loader.service.mjs +9 -9
- package/esm2020/core/layout/layout.service.mjs +12 -12
- package/esm2020/core/layout/rtl.directive.mjs +7 -7
- package/esm2020/core/portal/attach.directive.mjs +4 -4
- package/esm2020/core/portal/portal.service.mjs +4 -4
- package/esm2020/core/portal/target.directive.mjs +4 -4
- package/esm2020/core/scroll-to/scroll-to.service.mjs +4 -4
- package/esm2020/date/date.component.mjs +81 -59
- package/esm2020/date/date.model.mjs +7 -7
- package/esm2020/date/date.module.mjs +5 -5
- package/esm2020/dialog/default-dialog.component.mjs +4 -4
- package/esm2020/dialog/dialog.component.mjs +4 -4
- package/esm2020/dialog/dialog.module.mjs +5 -5
- package/esm2020/dialog/dialog.service.mjs +4 -4
- package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +46 -6
- package/esm2020/draggable-items/draggable-items.component.mjs +21 -29
- package/esm2020/draggable-items/draggable-items.module.mjs +9 -5
- package/esm2020/field-title/field-title.component.mjs +8 -5
- package/esm2020/field-title/field-title.module.mjs +5 -5
- package/esm2020/files-uploader/files-uploader.component.mjs +12 -12
- package/esm2020/files-uploader/files-uploader.module.mjs +5 -5
- package/esm2020/form/field-generator.component.mjs +5 -5
- package/esm2020/form/form.component.mjs +29 -27
- package/esm2020/form/form.module.mjs +5 -5
- package/esm2020/form/indicators.component.mjs +4 -4
- package/esm2020/form/internal-button.component.mjs +17 -17
- package/esm2020/form/internal-carusel.component.mjs +18 -18
- package/esm2020/form/internal-carusel.service.mjs +4 -4
- package/esm2020/form/internal-field-generator.component.mjs +5 -5
- package/esm2020/form/internal-form.component.mjs +29 -27
- package/esm2020/form/internal-list.component.mjs +7 -7
- package/esm2020/form/internal-menu.component.mjs +4 -4
- package/esm2020/form/internal-page.component.mjs +4 -4
- package/esm2020/form/internal-page.service.mjs +4 -4
- package/esm2020/group-buttons/group-buttons.component.mjs +5 -5
- package/esm2020/group-buttons/group-buttons.module.mjs +5 -5
- package/esm2020/icon/icon-registry.service.mjs +4 -4
- package/esm2020/icon/icon.component.mjs +11 -11
- package/esm2020/icon/icon.module.mjs +5 -5
- package/esm2020/icon/icon.service.mjs +4 -4
- package/esm2020/image/image.component.mjs +52 -43
- package/esm2020/image/image.module.mjs +5 -5
- package/esm2020/image/image.service.mjs +4 -4
- package/esm2020/images-filmstrip/images-filmstrip.component.mjs +26 -25
- package/esm2020/images-filmstrip/images-filmstrip.module.mjs +5 -5
- package/esm2020/link/link.component.mjs +59 -50
- package/esm2020/link/link.module.mjs +5 -5
- package/esm2020/link/link.pipes.mjs +4 -4
- package/esm2020/list/list-actions.component.mjs +6 -6
- package/esm2020/list/list-carousel.component.mjs +20 -20
- package/esm2020/list/list-chooser.component.mjs +6 -6
- package/esm2020/list/list-pager.component.mjs +12 -12
- package/esm2020/list/list-sorting.component.mjs +6 -6
- package/esm2020/list/list-total.component.mjs +9 -6
- package/esm2020/list/list-views.component.mjs +6 -6
- package/esm2020/list/list.component.mjs +135 -83
- package/esm2020/list/list.module.mjs +5 -5
- package/esm2020/list/list.pipes.mjs +7 -7
- package/esm2020/list/virtual-scroller.mjs +58 -58
- package/esm2020/menu/menu-item.component.mjs +5 -5
- package/esm2020/menu/menu.component.mjs +11 -11
- package/esm2020/menu/menu.module.mjs +5 -5
- package/esm2020/ngx-lib.module.mjs +5 -5
- package/esm2020/page-layout/page-layout.component.mjs +4 -4
- package/esm2020/page-layout/page-layout.module.mjs +5 -5
- package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +4 -4
- package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +4 -4
- package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +17 -17
- package/esm2020/profile-data-views-list/profile-data-views-list.module.mjs +5 -5
- package/esm2020/quantity-selector/quantity-selector-validation.directive.mjs +4 -4
- package/esm2020/quantity-selector/quantity-selector.component.mjs +102 -89
- package/esm2020/quantity-selector/quantity-selector.module.mjs +5 -5
- package/esm2020/quantity-selector/quantity-selector.pipes.mjs +4 -4
- package/esm2020/query-builder/common/services/output-query.service.mjs +4 -4
- package/esm2020/query-builder/common/services/query-structure.service.mjs +14 -5
- package/esm2020/query-builder/common/services/type-convertor.service.mjs +10 -10
- package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +24 -22
- package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +4 -4
- package/esm2020/query-builder/query-builder.component.mjs +19 -19
- package/esm2020/query-builder/query-builder.module.mjs +5 -5
- package/esm2020/query-builder/query-builder.service.mjs +4 -4
- package/esm2020/remote-loader/addon-block-loader.component.mjs +45 -35
- package/esm2020/remote-loader/addon-block-loader.service.mjs +8 -5
- package/esm2020/remote-loader/remote-loader-element.component.mjs +81 -26
- package/esm2020/remote-loader/remote-loader.component.mjs +13 -13
- package/esm2020/remote-loader/remote-loader.model.mjs +1 -1
- package/esm2020/remote-loader/remote-loader.module.mjs +5 -5
- package/esm2020/remote-loader/remote-loader.service.mjs +38 -15
- package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +47 -38
- package/esm2020/rich-html-textarea/rich-html-textarea.module.mjs +5 -5
- package/esm2020/search/search.component.mjs +35 -35
- package/esm2020/search/search.module.mjs +5 -5
- package/esm2020/select/select.component.mjs +89 -45
- package/esm2020/select/select.module.mjs +5 -5
- package/esm2020/select-panel/select-panel.component.mjs +26 -26
- package/esm2020/select-panel/select-panel.module.mjs +5 -5
- package/esm2020/separator/separator.component.mjs +16 -16
- package/esm2020/separator/separator.module.mjs +5 -5
- package/esm2020/side-bar/side-bar.component.mjs +29 -15
- package/esm2020/side-bar/side-bar.module.mjs +5 -5
- package/esm2020/signature/signature-dialog.component.mjs +4 -4
- package/esm2020/signature/signature.component.mjs +40 -31
- package/esm2020/signature/signature.module.mjs +5 -5
- package/esm2020/size-detector/size-detector.component.mjs +15 -13
- package/esm2020/size-detector/size-detector.module.mjs +5 -5
- package/esm2020/skeleton-loader/skeleton-loader.component.mjs +5 -5
- package/esm2020/skeleton-loader/skeleton-loader.module.mjs +5 -5
- package/esm2020/slider/slider.component.mjs +21 -21
- package/esm2020/slider/slider.module.mjs +5 -5
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +4 -4
- package/esm2020/smart-filters/common/filter-actions.component.mjs +4 -4
- package/esm2020/smart-filters/common/model/base-filter-component.mjs +28 -34
- package/esm2020/smart-filters/common/model/field.mjs +7 -7
- package/esm2020/smart-filters/common/model/operator.mjs +6 -4
- package/esm2020/smart-filters/date-filter/date-filter.component.mjs +4 -4
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +5 -5
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +4 -4
- package/esm2020/smart-filters/smart-filters.component.mjs +19 -19
- package/esm2020/smart-filters/smart-filters.module.mjs +5 -5
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +29 -9
- package/esm2020/snack-bar/default-snack-bar.component.mjs +4 -4
- package/esm2020/snack-bar/snack-bar.component.mjs +4 -4
- package/esm2020/snack-bar/snack-bar.module.mjs +5 -5
- package/esm2020/snack-bar/snack-bar.service.mjs +4 -4
- package/esm2020/textarea/textarea.component.mjs +40 -31
- package/esm2020/textarea/textarea.module.mjs +5 -5
- package/esm2020/textbox/textbox-validation.directive.mjs +5 -5
- package/esm2020/textbox/textbox.component.mjs +152 -116
- package/esm2020/textbox/textbox.module.mjs +5 -5
- package/esm2020/textbox-icon/textbox-icon.component.mjs +4 -4
- package/esm2020/textbox-icon/textbox-icon.module.mjs +5 -5
- package/esm2020/top-bar/top-bar.component.mjs +5 -5
- package/esm2020/top-bar/top-bar.module.mjs +5 -5
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs +19 -19
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +61 -52
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs +18 -18
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs +26 -26
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +63 -63
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +43 -34
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +33 -44
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs +11 -11
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs +91 -68
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +75 -40
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +11 -8
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +15 -15
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +122 -118
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +20 -20
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs +58 -49
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +29 -28
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs +65 -56
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +261 -204
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +18 -18
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +26 -26
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +110 -97
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +75 -65
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +197 -108
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +50 -41
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs +38 -38
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +29 -29
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +92 -48
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-separator.mjs +19 -19
- package/fesm2015/pepperi-addons-ngx-lib-separator.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +32 -18
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +46 -37
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +18 -16
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +24 -24
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +105 -89
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +43 -34
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +161 -124
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib.mjs +282 -190
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs +19 -19
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +61 -52
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs +18 -18
- package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs +26 -26
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +63 -63
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +43 -34
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +33 -44
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs +11 -11
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs +90 -68
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +74 -39
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +11 -8
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +15 -15
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +122 -118
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +20 -20
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs +58 -49
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +29 -28
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs +65 -56
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +259 -204
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +18 -18
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +26 -26
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +110 -97
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +75 -65
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +184 -93
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +50 -41
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs +38 -38
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +29 -29
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +92 -48
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-separator.mjs +19 -19
- package/fesm2020/pepperi-addons-ngx-lib-separator.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +32 -18
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +46 -37
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +18 -16
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +24 -24
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +105 -89
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +43 -34
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +160 -124
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib.mjs +281 -190
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/field-title/field-title.component.d.ts +2 -1
- package/files-uploader/files-uploader.component.d.ts +1 -1
- package/form/field-generator.component.d.ts +1 -1
- package/form/form.component.d.ts +1 -1
- package/form/indicators.component.d.ts +1 -1
- package/form/internal-button.component.d.ts +1 -1
- package/form/internal-carusel.component.d.ts +1 -1
- package/form/internal-field-generator.component.d.ts +1 -1
- package/form/internal-form.component.d.ts +1 -1
- package/form/internal-list.component.d.ts +2 -2
- package/form/internal-menu.component.d.ts +1 -1
- package/form/internal-page.component.d.ts +1 -1
- package/group-buttons/group-buttons.component.d.ts +2 -2
- package/icon/icon-generated.model.d.ts +2 -2
- package/icon/icon.component.d.ts +1 -1
- package/image/image.component.d.ts +2 -1
- package/image/image.component.theme.scss +4 -2
- package/images-filmstrip/images-filmstrip.component.d.ts +1 -1
- package/link/link.component.d.ts +2 -1
- package/list/list-actions.component.d.ts +1 -1
- package/list/list-carousel.component.d.ts +2 -2
- package/list/list-chooser.component.d.ts +1 -1
- package/list/list-pager.component.d.ts +1 -1
- package/list/list-sorting.component.d.ts +1 -1
- package/list/list-total.component.d.ts +2 -1
- package/list/list-views.component.d.ts +2 -2
- package/list/list.component.d.ts +8 -5
- package/list/list.model.d.ts +6 -6
- package/list/virtual-scroller.d.ts +2 -2
- package/menu/menu-item.component.d.ts +1 -1
- package/menu/menu.component.d.ts +1 -1
- package/menu/menu.model.d.ts +3 -3
- package/package.json +1 -1
- package/page-layout/page-layout.component.d.ts +1 -1
- package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +1 -1
- package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +1 -1
- package/profile-data-views-list/profile-data-views-list.component.d.ts +1 -1
- package/quantity-selector/quantity-selector-validation.directive.d.ts +1 -1
- package/quantity-selector/quantity-selector.component.d.ts +8 -9
- package/quantity-selector/quantity-selector.component.theme.scss +12 -6
- package/query-builder/common/model/operator.d.ts +1 -1
- package/query-builder/query-builder-item/query-builder-item.component.d.ts +4 -2
- package/query-builder/query-builder-section/query-builder-section.component.d.ts +1 -1
- package/query-builder/query-builder.component.d.ts +1 -1
- package/remote-loader/addon-block-loader.component.d.ts +4 -2
- package/remote-loader/remote-loader-element.component.d.ts +9 -2
- package/remote-loader/remote-loader.component.d.ts +1 -1
- package/remote-loader/remote-loader.model.d.ts +3 -2
- package/remote-loader/remote-loader.service.d.ts +2 -0
- package/rich-html-textarea/rich-html-textarea.component.d.ts +2 -1
- package/rich-html-textarea/rich-html-textarea.component.theme.scss +6 -3
- package/search/search.component.d.ts +1 -1
- package/search/search.model.d.ts +4 -4
- package/select/select.component.d.ts +9 -1
- package/select/select.component.theme.scss +22 -11
- package/select-panel/select-panel.component.d.ts +1 -1
- package/select-panel/select-panel.component.theme.scss +0 -2
- package/separator/separator.component.d.ts +1 -1
- package/side-bar/side-bar.component.d.ts +4 -1
- package/side-bar/side-bar.model.d.ts +1 -1
- package/signature/signature-dialog.component.d.ts +1 -1
- package/signature/signature.component.d.ts +2 -1
- package/size-detector/size-detector.component.d.ts +1 -1
- package/skeleton-loader/skeleton-loader.component.d.ts +2 -2
- package/slider/slider.component.d.ts +1 -1
- package/slider/slider.component.theme.scss +15 -5
- package/smart-filters/boolean-filter/boolean-filter.component.d.ts +3 -1
- package/smart-filters/common/filter-actions.component.d.ts +1 -1
- package/smart-filters/common/model/base-filter-component.d.ts +3 -5
- package/smart-filters/common/model/operator.d.ts +2 -0
- package/smart-filters/common/model/type.d.ts +4 -4
- package/smart-filters/date-filter/date-filter.component.d.ts +3 -1
- package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +3 -1
- package/smart-filters/number-filter/number-filter.component.d.ts +3 -1
- package/smart-filters/smart-filters.component.d.ts +1 -1
- package/smart-filters/text-filter/text-filter.component.d.ts +4 -1
- package/snack-bar/default-snack-bar.component.d.ts +1 -1
- package/snack-bar/snack-bar.component.d.ts +1 -1
- package/src/assets/i18n/ar.ngx-lib.json +180 -0
- package/src/assets/i18n/de.ngx-lib.json +104 -5
- package/src/assets/i18n/en.ngx-lib.json +4 -3
- package/src/assets/i18n/es.ngx-lib.json +113 -11
- package/src/assets/i18n/fr.ngx-lib.json +105 -4
- package/src/assets/i18n/he.ngx-lib.json +105 -4
- package/src/assets/i18n/it.ngx-lib.json +114 -13
- package/src/assets/i18n/ja.ngx-lib.json +105 -4
- package/src/assets/i18n/pl.ngx-lib.json +105 -4
- package/src/assets/i18n/pt.ngx-lib.json +105 -4
- package/src/assets/i18n/sr.ngx-lib.json +180 -0
- package/src/assets/i18n/zh.ngx-lib.json +105 -2
- package/src/core/style/abstracts/mixins.scss +88 -30
- package/src/core/style/abstracts/variables.scss +9 -0
- package/src/core/style/base/Spacing.stories.mdx +22 -22
- package/src/core/style/base/base.scss +215 -115
- package/src/core/style/components/button.scss +41 -19
- package/src/core/style/components/checkbox.scss +132 -128
- package/src/core/style/components/file.scss +13 -9
- package/src/core/style/components/general.scss +149 -65
- package/src/core/style/components/radio-button.scss +50 -23
- package/src/core/style/components/textarea.scss +69 -30
- package/textarea/textarea.component.d.ts +2 -1
- package/textbox/textbox-validation.directive.d.ts +1 -1
- package/textbox/textbox.component.d.ts +2 -1
- package/textbox-icon/textbox-icon.component.d.ts +1 -1
- package/theming-offline.scss +2 -1
- package/theming.scss +2 -1
- package/top-bar/top-bar.component.d.ts +1 -1
- package/top-bar/top-bar.model.d.ts +1 -1
|
@@ -10,6 +10,7 @@ export declare class PepFieldTitleComponent {
|
|
|
10
10
|
showTitle: boolean;
|
|
11
11
|
inputLength: number;
|
|
12
12
|
fontBodyType: '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
13
|
+
multiLine: boolean;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepFieldTitleComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepFieldTitleComponent, "pep-field-title", never, { "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "maxFieldCharacters": "maxFieldCharacters"; "hint": "hint"; "xAlignment": "xAlignment"; "showTitle": "showTitle"; "inputLength": "inputLength"; "fontBodyType": "fontBodyType"; }, {}, never, never, false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepFieldTitleComponent, "pep-field-title", never, { "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "maxFieldCharacters": "maxFieldCharacters"; "hint": "hint"; "xAlignment": "xAlignment"; "showTitle": "showTitle"; "inputLength": "inputLength"; "fontBodyType": "fontBodyType"; "multiLine": "multiLine"; }, {}, never, never, false, never>;
|
|
15
16
|
}
|
|
@@ -55,6 +55,6 @@ export declare class PepFilesUploaderComponent implements OnInit {
|
|
|
55
55
|
onClick_ChooseFile(event: any): void;
|
|
56
56
|
onKeyPress_ChooseFile(event: any): void;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepFilesUploaderComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepFilesUploaderComponent, "pep-files-uploader", never, { "key": "key"; "src": "src"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "controlType": "controlType"; "sizeLimitMB": "sizeLimitMB"; "form": "form"; "acceptedExtensions": "acceptedExtensions"; "layoutType": "layoutType"; "fieldHeight": "fieldHeight"; "handleActions": "handleActions"; "hint": "hint"; }, { "chooseFile": "chooseFile"; "fileChange": "fileChange"; "elementClick": "elementClick"; }, never, never, false>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepFilesUploaderComponent, "pep-files-uploader", never, { "key": "key"; "src": "src"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "controlType": "controlType"; "sizeLimitMB": "sizeLimitMB"; "form": "form"; "acceptedExtensions": "acceptedExtensions"; "layoutType": "layoutType"; "fieldHeight": "fieldHeight"; "handleActions": "handleActions"; "hint": "hint"; }, { "chooseFile": "chooseFile"; "fileChange": "fileChange"; "elementClick": "elementClick"; }, never, never, false, never>;
|
|
59
59
|
static ɵprov: i0.ɵɵInjectableDeclaration<PepFilesUploaderComponent>;
|
|
60
60
|
}
|
|
@@ -33,5 +33,5 @@ export declare class PepFieldGeneratorComponent implements OnChanges, OnDestroy
|
|
|
33
33
|
ngOnChanges(changes: any): void;
|
|
34
34
|
ngOnDestroy(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepFieldGeneratorComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepFieldGeneratorComponent, "pep-field-generator", never, { "field": "field"; "isActive": "isActive"; "uid": "uid"; "form": "form"; "layoutType": "layoutType"; "showTitle": "showTitle"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "elementClick": "elementClick"; "internalFormFieldChange": "internalFormFieldChange"; "internalFormFieldClick": "internalFormFieldClick"; "formValueChange": "formValueChange"; "formFieldClick": "formFieldClick"; }, never, never, false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepFieldGeneratorComponent, "pep-field-generator", never, { "field": "field"; "isActive": "isActive"; "uid": "uid"; "form": "form"; "layoutType": "layoutType"; "showTitle": "showTitle"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "elementClick": "elementClick"; "internalFormFieldChange": "internalFormFieldChange"; "internalFormFieldClick": "internalFormFieldClick"; "formValueChange": "formValueChange"; "formFieldClick": "formFieldClick"; }, never, never, false, never>;
|
|
37
37
|
}
|
package/form/form.component.d.ts
CHANGED
|
@@ -89,5 +89,5 @@ export declare class PepFormComponent implements OnInit, DoCheck, OnChanges, OnD
|
|
|
89
89
|
onFormValueChanged(event: IPepFormFieldValueChangeEvent): void;
|
|
90
90
|
onFormFieldClick(event: IPepFormFieldClickEvent): void;
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepFormComponent, never>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepFormComponent, "pep-form", never, { "isInternal": "isInternal"; "isReport": "isReport"; "layout": "layout"; "lockEvents": "lockEvents"; "canEditObject": "canEditObject"; "data": "data"; "lockFields": "lockFields"; "isActive": "isActive"; "layoutType": "layoutType"; "objectId": "objectId"; "parentId": "parentId"; "searchCode": "searchCode"; "showTitle": "showTitle"; "firstFieldAsLink": "firstFieldAsLink"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "formValidationChange": "formValidationChange"; "fieldClick": "fieldClick"; "internalFormFieldClick": "internalFormFieldClick"; "internalFormFieldChange": "internalFormFieldChange"; }, never, never, false>;
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepFormComponent, "pep-form", never, { "isInternal": "isInternal"; "isReport": "isReport"; "layout": "layout"; "lockEvents": "lockEvents"; "canEditObject": "canEditObject"; "data": "data"; "lockFields": "lockFields"; "isActive": "isActive"; "layoutType": "layoutType"; "objectId": "objectId"; "parentId": "parentId"; "searchCode": "searchCode"; "showTitle": "showTitle"; "firstFieldAsLink": "firstFieldAsLink"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "formValidationChange": "formValidationChange"; "fieldClick": "fieldClick"; "internalFormFieldClick": "internalFormFieldClick"; "internalFormFieldChange": "internalFormFieldChange"; }, never, never, false, never>;
|
|
93
93
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PepIndicatorsComponent {
|
|
|
6
6
|
controlType: string;
|
|
7
7
|
layoutType: PepLayoutType;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepIndicatorsComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepIndicatorsComponent, "pep-indicators", never, { "key": "key"; "value": "value"; "layoutType": "layoutType"; }, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepIndicatorsComponent, "pep-indicators", never, { "key": "key"; "value": "value"; "layoutType": "layoutType"; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -38,5 +38,5 @@ export declare class PepInternalButtonComponent implements OnInit, OnChanges, On
|
|
|
38
38
|
openReferenceObjectInternal(event: any): void;
|
|
39
39
|
remove(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalButtonComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalButtonComponent, "pep-internal-button", never, { "key": "key"; "value": "value"; "formattedValue": "formattedValue"; "label": "label"; "referenceObjectInternalType": "referenceObjectInternalType"; "type": "type"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "visible": "visible"; "form": "form"; "showTitle": "showTitle"; "layoutType": "layoutType"; }, { "elementClick": "elementClick"; "valueChange": "valueChange"; }, never, never, false>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalButtonComponent, "pep-internal-button", never, { "key": "key"; "value": "value"; "formattedValue": "formattedValue"; "label": "label"; "referenceObjectInternalType": "referenceObjectInternalType"; "type": "type"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "visible": "visible"; "form": "form"; "showTitle": "showTitle"; "layoutType": "layoutType"; }, { "elementClick": "elementClick"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
42
42
|
}
|
|
@@ -36,5 +36,5 @@ export declare class PepInternalCaruselComponent implements OnInit, AfterViewIni
|
|
|
36
36
|
onReachesRightBound(event: boolean): void;
|
|
37
37
|
onIndexChanged(event: number): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalCaruselComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalCaruselComponent, "pep-internal-carusel", never, { "field": "field"; "layoutType": "layoutType"; }, { "internalFormFieldChange": "internalFormFieldChange"; "internalFormFieldClick": "internalFormFieldClick"; }, never, never, false>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalCaruselComponent, "pep-internal-carusel", never, { "field": "field"; "layoutType": "layoutType"; }, { "internalFormFieldChange": "internalFormFieldChange"; "internalFormFieldClick": "internalFormFieldClick"; }, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -29,5 +29,5 @@ export declare class PepInternalFieldGeneratorComponent implements OnChanges, On
|
|
|
29
29
|
onFormFieldClick(event: IPepFormFieldClickEvent): void;
|
|
30
30
|
ngOnChanges(changes: any): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalFieldGeneratorComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalFieldGeneratorComponent, "pep-internal-field-generator", never, { "field": "field"; "isActive": "isActive"; "uid": "uid"; "form": "form"; "layoutType": "layoutType"; "showTitle": "showTitle"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "elementClick": "elementClick"; "formValueChange": "formValueChange"; "formFieldClick": "formFieldClick"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalFieldGeneratorComponent, "pep-internal-field-generator", never, { "field": "field"; "isActive": "isActive"; "uid": "uid"; "form": "form"; "layoutType": "layoutType"; "showTitle": "showTitle"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "elementClick": "elementClick"; "formValueChange": "formValueChange"; "formFieldClick": "formFieldClick"; }, never, never, false, never>;
|
|
33
33
|
}
|
|
@@ -85,5 +85,5 @@ export declare class PepInternalFormComponent implements OnInit, DoCheck, OnChan
|
|
|
85
85
|
onFormValueChanged(event: IPepFormFieldValueChangeEvent): void;
|
|
86
86
|
onFormFieldClick(event: IPepFormFieldClickEvent): void;
|
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalFormComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalFormComponent, "pep-internal-form", never, { "isInternal": "isInternal"; "isReport": "isReport"; "layout": "layout"; "lockEvents": "lockEvents"; "canEditObject": "canEditObject"; "data": "data"; "lockFields": "lockFields"; "isActive": "isActive"; "layoutType": "layoutType"; "objectId": "objectId"; "parentId": "parentId"; "searchCode": "searchCode"; "showTitle": "showTitle"; "firstFieldAsLink": "firstFieldAsLink"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "formValidationChange": "formValidationChange"; "fieldClick": "fieldClick"; }, never, never, false>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalFormComponent, "pep-internal-form", never, { "isInternal": "isInternal"; "isReport": "isReport"; "layout": "layout"; "lockEvents": "lockEvents"; "canEditObject": "canEditObject"; "data": "data"; "lockFields": "lockFields"; "isActive": "isActive"; "layoutType": "layoutType"; "objectId": "objectId"; "parentId": "parentId"; "searchCode": "searchCode"; "showTitle": "showTitle"; "firstFieldAsLink": "firstFieldAsLink"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "formValidationChange": "formValidationChange"; "fieldClick": "fieldClick"; }, never, never, false, never>;
|
|
89
89
|
}
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnInit, Renderer2, ElementRef, ChangeDetectorRef, OnDestr
|
|
|
2
2
|
import { PepLayoutService, UIControl, ObjectsDataRow } from '@pepperi-addons/ngx-lib';
|
|
3
3
|
import { IPepFormFieldClickEvent, IPepFormFieldValueChangeEvent } from './form.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export
|
|
5
|
+
export type PepListViewType = 'cards' | 'lines' | 'table';
|
|
6
6
|
export declare class PepInternalListComponent implements OnInit, OnChanges, OnDestroy {
|
|
7
7
|
private element;
|
|
8
8
|
private layoutService;
|
|
@@ -91,5 +91,5 @@ export declare class PepInternalListComponent implements OnInit, OnChanges, OnDe
|
|
|
91
91
|
getIsItemEditable(uid: string): boolean;
|
|
92
92
|
getItemDataByID(uid: string): ObjectsDataRow;
|
|
93
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalListComponent, never>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalListComponent, "pep-internal-list", never, { "noDataFoundMsg": "noDataFoundMsg"; "hideAllSelectionInMulti": "hideAllSelectionInMulti"; "top": "top"; "objectId": "objectId"; "parentId": "parentId"; "searchCode": "searchCode"; "supportResizing": "supportResizing"; "parentScroll": "parentScroll"; "disabled": "disabled"; "disableEvents": "disableEvents"; "disableSelectionItems": "disableSelectionItems"; "totalsRow": "totalsRow"; }, { "fieldClick": "fieldClick"; "valueChange": "valueChange"; }, never, never, false>;
|
|
94
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalListComponent, "pep-internal-list", never, { "noDataFoundMsg": "noDataFoundMsg"; "hideAllSelectionInMulti": "hideAllSelectionInMulti"; "top": "top"; "objectId": "objectId"; "parentId": "parentId"; "searchCode": "searchCode"; "supportResizing": "supportResizing"; "parentScroll": "parentScroll"; "disabled": "disabled"; "disableEvents": "disableEvents"; "disableSelectionItems": "disableSelectionItems"; "totalsRow": "totalsRow"; }, { "fieldClick": "fieldClick"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
95
95
|
}
|
|
@@ -14,5 +14,5 @@ export declare class PepInternalMenuComponent implements OnDestroy {
|
|
|
14
14
|
menuClicked(event: any): void;
|
|
15
15
|
menuItemClicked(itemKey: any): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalMenuComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalMenuComponent, "pep-internal-menu", never, { "key": "key"; "label": "label"; "disabled": "disabled"; "xAlignment": "xAlignment"; "options": "options"; "layoutType": "layoutType"; }, { "elementClick": "elementClick"; }, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalMenuComponent, "pep-internal-menu", never, { "key": "key"; "label": "label"; "disabled": "disabled"; "xAlignment": "xAlignment"; "options": "options"; "layoutType": "layoutType"; }, { "elementClick": "elementClick"; }, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -69,5 +69,5 @@ export declare class PepInternalPageComponent implements OnInit, OnDestroy {
|
|
|
69
69
|
onCustomizeObjectChanged(customizeObjectChangedData: IPepFormFieldValueChangeEvent): void;
|
|
70
70
|
onCustomizeFieldClick(fieldClickEvent: IPepFormFieldClickEvent): void;
|
|
71
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalPageComponent, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalPageComponent, "pep-internal-page", never, { "field": "field"; "layoutType": "layoutType"; }, { "internalFormFieldChange": "internalFormFieldChange"; "internalFormFieldClick": "internalFormFieldClick"; }, never, never, false>;
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalPageComponent, "pep-internal-page", never, { "field": "field"; "layoutType": "layoutType"; }, { "internalFormFieldChange": "internalFormFieldChange"; "internalFormFieldClick": "internalFormFieldClick"; }, never, never, false, never>;
|
|
73
73
|
}
|
|
@@ -2,7 +2,7 @@ import { OnDestroy, EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { PepLayoutService, PepScreenSizeType, PepStyleType, PepSizeType } from '@pepperi-addons/ngx-lib';
|
|
3
3
|
import { PepButton, IPepButtonClickEvent } from '@pepperi-addons/ngx-lib/button';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export
|
|
5
|
+
export type PepGroupButtonsViewType = 'regular' | 'dropdown' | 'split' | 'toggle';
|
|
6
6
|
export declare class PepGroupButtonsComponent implements OnDestroy {
|
|
7
7
|
layoutService: PepLayoutService;
|
|
8
8
|
PepScreenSizeType: typeof PepScreenSizeType;
|
|
@@ -20,5 +20,5 @@ export declare class PepGroupButtonsComponent implements OnDestroy {
|
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
21
|
onButtonClicked(event: Event, button: PepButton): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepGroupButtonsComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepGroupButtonsComponent, "pep-group-buttons", never, { "viewType": "viewType"; "styleType": "styleType"; "sizeType": "sizeType"; "buttons": "buttons"; "buttonsDisabled": "buttonsDisabled"; "supportUnselect": "supportUnselect"; "selectedButtonKey": "selectedButtonKey"; "stretch": "stretch"; }, { "buttonClick": "buttonClick"; }, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepGroupButtonsComponent, "pep-group-buttons", never, { "viewType": "viewType"; "styleType": "styleType"; "sizeType": "sizeType"; "buttons": "buttons"; "buttonsDisabled": "buttonsDisabled"; "supportUnselect": "supportUnselect"; "selectedButtonKey": "selectedButtonKey"; "stretch": "stretch"; }, { "buttonClick": "buttonClick"; }, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -450,9 +450,9 @@ export declare const pepIconViewTable: {
|
|
|
450
450
|
name: 'view_table';
|
|
451
451
|
data: string;
|
|
452
452
|
};
|
|
453
|
-
export
|
|
453
|
+
export type PepIconType = 'arrow_back_left' | 'arrow_back_right' | 'arrow_back' | 'arrow_down_alt' | 'arrow_down' | 'arrow_either' | 'arrow_left_alt' | 'arrow_left' | 'arrow_right_alt' | 'arrow_right' | 'arrow_two_ways_hor_l' | 'arrow_two_ways_hor_r' | 'arrow_two_ways_ver_b' | 'arrow_two_ways_ver_t' | 'arrow_up_alt' | 'arrow_up' | 'barnd_pepperi' | 'device_desktop' | 'device_mobile' | 'device_responsive' | 'device_tablet' | 'indicator_dot_placeholder' | 'leaf_round' | 'leaf_skiny' | 'misc_excel' | 'no_image_2' | 'no_image' | 'number_coins' | 'number_decimal' | 'number_dollar' | 'number_euro' | 'number_minus' | 'number_number' | 'number_percent' | 'number_plus' | 'ripples_transparent' | 'shopping_cart' | 'shopping_paper' | 'system_alert' | 'system_attach' | 'system_avatar' | 'system_bell_on' | 'system_bell' | 'system_bin' | 'system_bolt' | 'system_boolean' | 'system_chat' | 'system_circle' | 'system_close' | 'system_copy' | 'system_doc' | 'system_door' | 'system_dot_ellipsis' | 'system_edit' | 'system_education' | 'system_email' | 'system_file_download' | 'system_file_upload_cloud' | 'system_file_upload' | 'system_filter_2' | 'system_filter' | 'system_flag' | 'system_folder' | 'system_full_screen' | 'system_heart' | 'system_help' | 'system_home' | 'system_image' | 'system_info' | 'system_inventory' | 'system_link' | 'system_lock' | 'system_logic' | 'system_map' | 'system_megaphone' | 'system_menu_dots' | 'system_menu' | 'system_move' | 'system_must' | 'system_off_line' | 'system_ok' | 'system_pause' | 'system_phone' | 'system_play' | 'system_print' | 'system_processing' | 'system_question' | 'system_radio_btn' | 'system_rotate_device' | 'system_search' | 'system_select' | 'system_settings' | 'system_signature' | 'system_spinner' | 'system_support' | 'system_texterea' | 'system_tool' | 'system_view' | 'text_align_center' | 'text_align_left' | 'text_align_right' | 'text_long_text' | 'text_short_text' | 'time_cal' | 'time_datetime' | 'time_duration' | 'time_time' | 'view_card_lg' | 'view_card_md' | 'view_card_sm' | 'view_line' | 'view_matrix' | 'view_table';
|
|
454
454
|
export interface IPepIconData {
|
|
455
455
|
name: PepIconType;
|
|
456
456
|
data: string;
|
|
457
457
|
}
|
|
458
|
-
export
|
|
458
|
+
export type IconNameSubset<T extends Readonly<IPepIconData[]>> = T[number]['name'];
|
package/icon/icon.component.d.ts
CHANGED
|
@@ -45,5 +45,5 @@ export declare class PepIconComponent {
|
|
|
45
45
|
*/
|
|
46
46
|
private setSpin;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepIconComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepIconComponent, "pep-icon", never, { "spin": "spin"; "name": "name"; "fill": "fill"; }, {}, never, ["*"], false>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepIconComponent, "pep-icon", never, { "spin": "spin"; "name": "name"; "fill": "fill"; }, {}, never, ["*"], false, never>;
|
|
49
49
|
}
|
|
@@ -51,6 +51,7 @@ export declare class PepImageComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
51
51
|
chooseFile: EventEmitter<void>;
|
|
52
52
|
fileChange: EventEmitter<any>;
|
|
53
53
|
elementClick: EventEmitter<IPepFieldClickEvent>;
|
|
54
|
+
validationChange: EventEmitter<boolean>;
|
|
54
55
|
fieldHeight: string;
|
|
55
56
|
standAlone: boolean;
|
|
56
57
|
dataURI: any;
|
|
@@ -70,5 +71,5 @@ export declare class PepImageComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
70
71
|
itemImageClick(event: any): void;
|
|
71
72
|
onChooseFile(event: any): void;
|
|
72
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepImageComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepImageComponent, "pep-image", never, { "key": "key"; "srcLarge": "srcLarge"; "src": "src"; "options": "options"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "indicatorsField": "indicatorsField"; "menuField": "menuField"; "hasCampaignField": "hasCampaignField"; "visible": "visible"; "form": "form"; "uid": "uid"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "layoutType": "layoutType"; "isActive": "isActive"; "sizeLimitMB": "sizeLimitMB"; "acceptImagesType": "acceptImagesType"; "handleActions": "handleActions"; "hint": "hint"; }, { "chooseFile": "chooseFile"; "fileChange": "fileChange"; "elementClick": "elementClick"; }, never, never, false>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepImageComponent, "pep-image", never, { "key": "key"; "srcLarge": "srcLarge"; "src": "src"; "options": "options"; "label": "label"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "indicatorsField": "indicatorsField"; "menuField": "menuField"; "hasCampaignField": "hasCampaignField"; "visible": "visible"; "form": "form"; "uid": "uid"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "layoutType": "layoutType"; "isActive": "isActive"; "sizeLimitMB": "sizeLimitMB"; "acceptImagesType": "acceptImagesType"; "handleActions": "handleActions"; "hint": "hint"; }, { "chooseFile": "chooseFile"; "fileChange": "fileChange"; "elementClick": "elementClick"; "validationChange": "validationChange"; }, never, never, false, never>;
|
|
74
75
|
}
|
|
@@ -28,8 +28,10 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.image-container {
|
|
31
|
-
::ng-deep.mat-form-field-disabled
|
|
32
|
-
|
|
31
|
+
::ng-deep.mat-form-field-disabled,
|
|
32
|
+
::ng-deep.mat-mdc-form-field-disabled {
|
|
33
|
+
.mat-form-field-flex,
|
|
34
|
+
.mdc-form-field-flex {
|
|
33
35
|
background: transparent !important;
|
|
34
36
|
}
|
|
35
37
|
}
|
|
@@ -82,6 +82,6 @@ export declare class PepImagesFilmstripComponent implements OnInit, OnChanges, A
|
|
|
82
82
|
setThumbnailDimension(galleryContainer: any): void;
|
|
83
83
|
indexChange(item: any): void;
|
|
84
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepImagesFilmstripComponent, [null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepImagesFilmstripComponent, "pep-images-filmstrip", never, { "key": "key"; "value": "value"; "label": "label"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "form": "form"; "uid": "uid"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "layoutType": "layoutType"; "currIndex": "currIndex"; "showThumbnails": "showThumbnails"; }, {}, never, never, false>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepImagesFilmstripComponent, "pep-images-filmstrip", never, { "key": "key"; "value": "value"; "label": "label"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "form": "form"; "uid": "uid"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "layoutType": "layoutType"; "currIndex": "currIndex"; "showThumbnails": "showThumbnails"; }, {}, never, never, false, never>;
|
|
86
86
|
}
|
|
87
87
|
export {};
|
package/link/link.component.d.ts
CHANGED
|
@@ -98,6 +98,7 @@ export declare class PepLinkComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
98
98
|
valueChange: EventEmitter<string>;
|
|
99
99
|
elementClick: EventEmitter<IPepFieldClickEvent>;
|
|
100
100
|
keyup: EventEmitter<any>;
|
|
101
|
+
validationChange: EventEmitter<boolean>;
|
|
101
102
|
input: ElementRef;
|
|
102
103
|
controlType: string;
|
|
103
104
|
standAlone: boolean;
|
|
@@ -119,5 +120,5 @@ export declare class PepLinkComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
119
120
|
anchorClicked(): void;
|
|
120
121
|
cardTemplateClicked(event: any): void;
|
|
121
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepLinkComponent, never>;
|
|
122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepLinkComponent, "pep-link", never, { "key": "key"; "value": "value"; "displayValue": "displayValue"; "label": "label"; "placeholder": "placeholder"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "maxFieldCharacters": "maxFieldCharacters"; "textColor": "textColor"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "visible": "visible"; "form": "form"; "isActive": "isActive"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "renderError": "renderError"; "renderSymbol": "renderSymbol"; "layoutType": "layoutType"; }, { "valueChange": "valueChange"; "elementClick": "elementClick"; "keyup": "keyup"; }, never, never, false>;
|
|
123
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepLinkComponent, "pep-link", never, { "key": "key"; "value": "value"; "displayValue": "displayValue"; "label": "label"; "placeholder": "placeholder"; "mandatory": "mandatory"; "disabled": "disabled"; "readonly": "readonly"; "maxFieldCharacters": "maxFieldCharacters"; "textColor": "textColor"; "xAlignment": "xAlignment"; "rowSpan": "rowSpan"; "visible": "visible"; "form": "form"; "isActive": "isActive"; "showTitle": "showTitle"; "renderTitle": "renderTitle"; "renderError": "renderError"; "renderSymbol": "renderSymbol"; "layoutType": "layoutType"; }, { "valueChange": "valueChange"; "elementClick": "elementClick"; "keyup": "keyup"; "validationChange": "validationChange"; }, never, never, false, never>;
|
|
123
124
|
}
|
|
@@ -13,6 +13,6 @@ export declare class PepListActionsComponent {
|
|
|
13
13
|
onActionClicked(action: any): void;
|
|
14
14
|
onStateChanged(menuStateChangeEvent: IPepMenuStateChangeEvent): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListActionsComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepListActionsComponent, "pep-list-actions", never, { "actions": "actions"; "sizeType": "sizeType"; "xPosition": "xPosition"; "hidden": "hidden"; }, { "actionClick": "actionClick"; "stateChange": "stateChange"; "menuClick": "menuClick"; }, never, never, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepListActionsComponent, "pep-list-actions", never, { "actions": "actions"; "sizeType": "sizeType"; "xPosition": "xPosition"; "hidden": "hidden"; }, { "actionClick": "actionClick"; "stateChange": "stateChange"; "menuClick": "menuClick"; }, never, never, false, never>;
|
|
17
17
|
static ɵprov: i0.ɵɵInjectableDeclaration<PepListActionsComponent>;
|
|
18
18
|
}
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnDestroy, AfterViewInit } from '@angular/core';
|
|
|
2
2
|
import { ObjectsDataRow, UIControl, PepLayoutService, PepScreenSizeType } from '@pepperi-addons/ngx-lib';
|
|
3
3
|
import { PepCarouselComponent } from '@pepperi-addons/ngx-lib/carousel';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export
|
|
5
|
+
export type PepListCarouselSizeType = 'xs' | 'sm' | 'md';
|
|
6
6
|
export interface IPepListCarouselItemClickEvent {
|
|
7
7
|
source: ObjectsDataRow;
|
|
8
8
|
}
|
|
@@ -35,6 +35,6 @@ export declare class PepListCarouselComponent implements AfterViewInit, OnDestro
|
|
|
35
35
|
onReachesLeftBound(event: boolean): void;
|
|
36
36
|
onReachesRightBound(event: boolean): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListCarouselComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepListCarouselComponent, "pep-list-carousel", never, { "duration": "duration"; "layout": "layout"; "itemsToMove": "itemsToMove"; "lockItemInnerEvents": "lockItemInnerEvents"; "hideArrowsInSmallScreen": "hideArrowsInSmallScreen"; "items": "items"; "itemSize": "itemSize"; }, { "itemClick": "itemClick"; }, never, never, false>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepListCarouselComponent, "pep-list-carousel", never, { "duration": "duration"; "layout": "layout"; "itemsToMove": "itemsToMove"; "lockItemInnerEvents": "lockItemInnerEvents"; "hideArrowsInSmallScreen": "hideArrowsInSmallScreen"; "items": "items"; "itemSize": "itemSize"; }, { "itemClick": "itemClick"; }, never, never, false, never>;
|
|
39
39
|
static ɵprov: i0.ɵɵInjectableDeclaration<PepListCarouselComponent>;
|
|
40
40
|
}
|
|
@@ -24,6 +24,6 @@ export declare class PepListChooserComponent {
|
|
|
24
24
|
currentItem: PepMenuItem;
|
|
25
25
|
onMenuItemClicked(menuItemClickEvent: IPepMenuItemClickEvent): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListChooserComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepListChooserComponent, "pep-list-chooser", never, { "options": "options"; "currentList": "currentList"; "sizeType": "sizeType"; }, { "change": "change"; }, never, never, false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepListChooserComponent, "pep-list-chooser", never, { "options": "options"; "currentList": "currentList"; "sizeType": "sizeType"; }, { "change": "change"; }, never, never, false, never>;
|
|
28
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<PepListChooserComponent>;
|
|
29
29
|
}
|
|
@@ -34,6 +34,6 @@ export declare class PepListPagerComponent {
|
|
|
34
34
|
/** Emits an event notifying that a change of the paginator's properties has been triggered. */
|
|
35
35
|
private _emitChangeEvent;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListPagerComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepListPagerComponent, "pep-list-pager", never, { "disabled": "disabled"; "pageIndex": "pageIndex"; "length": "length"; "pageSize": "pageSize"; }, { "pagerChange": "pagerChange"; }, never, never, false>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepListPagerComponent, "pep-list-pager", never, { "disabled": "disabled"; "pageIndex": "pageIndex"; "length": "length"; "pageSize": "pageSize"; }, { "pagerChange": "pagerChange"; }, never, never, false, never>;
|
|
38
38
|
static ɵprov: i0.ɵɵInjectableDeclaration<PepListPagerComponent>;
|
|
39
39
|
}
|
|
@@ -25,6 +25,6 @@ export declare class PepListSortingComponent implements OnInit {
|
|
|
25
25
|
ngOnInit(): void;
|
|
26
26
|
onMenuItemClicked(menuItemClickEvent: IPepMenuItemClickEvent): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListSortingComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepListSortingComponent, "pep-list-sorting", never, { "options": "options"; "currentSorting": "currentSorting"; "sizeType": "sizeType"; }, { "change": "change"; }, never, never, false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepListSortingComponent, "pep-list-sorting", never, { "options": "options"; "currentSorting": "currentSorting"; "sizeType": "sizeType"; }, { "change": "change"; }, never, never, false, never>;
|
|
29
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<PepListSortingComponent>;
|
|
30
30
|
}
|
|
@@ -5,7 +5,8 @@ export declare class PepListTotalComponent {
|
|
|
5
5
|
totalAmount: number;
|
|
6
6
|
isMapView: boolean;
|
|
7
7
|
sizeType: PepSizeType;
|
|
8
|
+
unknownCount: boolean;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListTotalComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepListTotalComponent, "pep-list-total", never, { "totalRows": "totalRows"; "totalAmount": "totalAmount"; "isMapView": "isMapView"; "sizeType": "sizeType"; }, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepListTotalComponent, "pep-list-total", never, { "totalRows": "totalRows"; "totalAmount": "totalAmount"; "isMapView": "isMapView"; "sizeType": "sizeType"; "unknownCount": "unknownCount"; }, {}, never, never, false, never>;
|
|
10
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<PepListTotalComponent>;
|
|
11
12
|
}
|
|
@@ -2,7 +2,7 @@ import { OnInit, EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { PepSizeType, PepStyleType } from '@pepperi-addons/ngx-lib';
|
|
3
3
|
import { PepMenuItem, IPepMenuItemClickEvent } from '@pepperi-addons/ngx-lib/menu';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export
|
|
5
|
+
export type PepListViewDisplayType = 'menu' | 'buttons';
|
|
6
6
|
export declare class IPepListView {
|
|
7
7
|
key: string;
|
|
8
8
|
iconName: string;
|
|
@@ -30,6 +30,6 @@ export declare class PepListViewsComponent implements OnInit {
|
|
|
30
30
|
onViewChanged(view: IPepListView): void;
|
|
31
31
|
private raiseChangeEvent;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListViewsComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepListViewsComponent, "pep-list-views", never, { "views": "views"; "currentView": "currentView"; "displayType": "displayType"; "styleType": "styleType"; "sizeType": "sizeType"; "classNames": "classNames"; }, { "change": "change"; }, never, never, false>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepListViewsComponent, "pep-list-views", never, { "views": "views"; "currentView": "currentView"; "displayType": "displayType"; "styleType": "styleType"; "sizeType": "sizeType"; "classNames": "classNames"; }, { "change": "change"; }, never, never, false, never>;
|
|
34
34
|
static ɵprov: i0.ɵɵInjectableDeclaration<PepListViewsComponent>;
|
|
35
35
|
}
|
package/list/list.component.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export declare class PepListComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
12
12
|
private cd;
|
|
13
13
|
private renderer;
|
|
14
14
|
private zone;
|
|
15
|
+
private listContainerResizableElementRef;
|
|
15
16
|
static TOP_ITEMS_DEFAULT: number;
|
|
16
17
|
static TOP_ITEMS_TABLE: number;
|
|
17
18
|
static TOP_ITEMS_THUMBNAILS: number;
|
|
@@ -36,6 +37,7 @@ export declare class PepListComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
36
37
|
get viewType(): PepListViewType;
|
|
37
38
|
firstFieldAsLink: boolean;
|
|
38
39
|
supportSorting: boolean;
|
|
40
|
+
supportSortingFields: string[];
|
|
39
41
|
supportResizing: boolean;
|
|
40
42
|
private _parentScroll;
|
|
41
43
|
set parentScroll(value: Element | Window);
|
|
@@ -56,6 +58,7 @@ export declare class PepListComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
56
58
|
scrollAnimationTime: number;
|
|
57
59
|
scrollDebounceTime: number;
|
|
58
60
|
scrollThrottlingTime: number;
|
|
61
|
+
SEPARATOR: string;
|
|
59
62
|
private _useAsWebComponent;
|
|
60
63
|
set useAsWebComponent(value: boolean);
|
|
61
64
|
get useAsWebComponent(): boolean;
|
|
@@ -71,8 +74,6 @@ export declare class PepListComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
71
74
|
loadPage: EventEmitter<IPepListLoadPageEvent>;
|
|
72
75
|
startIndexChange: EventEmitter<IPepListStartIndexChangeEvent>;
|
|
73
76
|
private virtualScroller;
|
|
74
|
-
tableHeader: ElementRef<any>;
|
|
75
|
-
tableHeaderFieldset: ElementRef<any>;
|
|
76
77
|
selectAllCB: any;
|
|
77
78
|
private _layout;
|
|
78
79
|
get layout(): UIControl;
|
|
@@ -83,7 +84,6 @@ export declare class PepListComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
83
84
|
get items(): Array<ObjectsDataRow>;
|
|
84
85
|
private itemsCounter;
|
|
85
86
|
currentPageItems: Array<ObjectsDataRow>;
|
|
86
|
-
SEPARATOR: string;
|
|
87
87
|
isAllSelected: boolean;
|
|
88
88
|
selectedItems: Map<string, string>;
|
|
89
89
|
unSelectedItems: Map<string, string>;
|
|
@@ -147,6 +147,9 @@ export declare class PepListComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
147
147
|
itemClicked(e: any, item: ObjectsDataRow): void;
|
|
148
148
|
onTableRowMouseEnter(event: any, itemId: string, itemType: string): void;
|
|
149
149
|
onTableRowMouseLeave(event: any, itemId: string, itemType: string): void;
|
|
150
|
+
onTabKeydown(event: any, itemId: string, itemType: string): void;
|
|
151
|
+
isLastColunm(el: any, parentSelector: any, isNext?: boolean): boolean;
|
|
152
|
+
getParentByClass(el: any, parentSelector: any): any;
|
|
150
153
|
onCardMouseEnter(event: any, itemId: string, itemType: string): void;
|
|
151
154
|
onCardMouseLeave(event: any, itemId: string, itemType: string): void;
|
|
152
155
|
clear(): void;
|
|
@@ -170,11 +173,11 @@ export declare class PepListComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
170
173
|
onListHeaderMouseEnter(event: any): void;
|
|
171
174
|
onListHeaderMouseLeave(event: any): void;
|
|
172
175
|
onPagerChange(event: IPepListPagerChangeEvent): void;
|
|
173
|
-
onVirtualScrollerScroll(event: any): void;
|
|
174
176
|
onVirtualScrollerChange(event: IPageInfo): void;
|
|
175
177
|
onListLoad(): void;
|
|
176
178
|
onValueChanged(valueChange: IPepFormFieldValueChangeEvent): void;
|
|
177
179
|
onCustomizeFieldClick(customizeFieldClickedData: IPepFormFieldClickEvent): void;
|
|
180
|
+
isSortableColumn(apiName: string): boolean;
|
|
178
181
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListComponent, never>;
|
|
179
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepListComponent, "pep-list", never, { "sorting": "sorting"; "cacheSize": "cacheSize"; "noDataFoundMsg": "noDataFoundMsg"; "selectionTypeForActions": "selectionTypeForActions"; "showCardSelection": "showCardSelection"; "hideAllSelectionInMulti": "hideAllSelectionInMulti"; "cardSize": "cardSize"; "tableViewType": "tableViewType"; "viewType": "viewType"; "firstFieldAsLink": "firstFieldAsLink"; "supportSorting": "supportSorting"; "supportResizing": "supportResizing"; "parentScroll": "parentScroll"; "disabled": "disabled"; "lockEvents": "lockEvents"; "lockItemInnerEvents": "lockItemInnerEvents"; "printMode": "printMode"; "isReport": "isReport"; "zebraStripes": "zebraStripes"; "totalsRow": "totalsRow"; "pagerType": "pagerType"; "pageSize": "pageSize"; "pageIndex": "pageIndex"; "bufferAmount": "bufferAmount"; "scrollAnimationTime": "scrollAnimationTime"; "scrollDebounceTime": "scrollDebounceTime"; "scrollThrottlingTime": "scrollThrottlingTime"; "useAsWebComponent": "useAsWebComponent"; }, { "itemClick": "itemClick"; "fieldClick": "fieldClick"; "valueChange": "valueChange"; "sortingChange": "sortingChange"; "selectedItemsChange": "selectedItemsChange"; "selectedItemChange": "selectedItemChange"; "selectAllClick": "selectAllClick"; "listLoad": "listLoad"; "loadItems": "loadItems"; "loadPage": "loadPage"; "startIndexChange": "startIndexChange"; }, never, never, false>;
|
|
182
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepListComponent, "pep-list", never, { "sorting": "sorting"; "cacheSize": "cacheSize"; "noDataFoundMsg": "noDataFoundMsg"; "selectionTypeForActions": "selectionTypeForActions"; "showCardSelection": "showCardSelection"; "hideAllSelectionInMulti": "hideAllSelectionInMulti"; "cardSize": "cardSize"; "tableViewType": "tableViewType"; "viewType": "viewType"; "firstFieldAsLink": "firstFieldAsLink"; "supportSorting": "supportSorting"; "supportSortingFields": "supportSortingFields"; "supportResizing": "supportResizing"; "parentScroll": "parentScroll"; "disabled": "disabled"; "lockEvents": "lockEvents"; "lockItemInnerEvents": "lockItemInnerEvents"; "printMode": "printMode"; "isReport": "isReport"; "zebraStripes": "zebraStripes"; "totalsRow": "totalsRow"; "pagerType": "pagerType"; "pageSize": "pageSize"; "pageIndex": "pageIndex"; "bufferAmount": "bufferAmount"; "scrollAnimationTime": "scrollAnimationTime"; "scrollDebounceTime": "scrollDebounceTime"; "scrollThrottlingTime": "scrollThrottlingTime"; "SEPARATOR": "SEPARATOR"; "useAsWebComponent": "useAsWebComponent"; }, { "itemClick": "itemClick"; "fieldClick": "fieldClick"; "valueChange": "valueChange"; "sortingChange": "sortingChange"; "selectedItemsChange": "selectedItemsChange"; "selectedItemChange": "selectedItemChange"; "selectAllClick": "selectAllClick"; "listLoad": "listLoad"; "loadItems": "loadItems"; "loadPage": "loadPage"; "startIndexChange": "startIndexChange"; }, never, never, false, never>;
|
|
180
183
|
}
|
package/list/list.model.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ObjectsDataRow } from '@pepperi-addons/ngx-lib';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
2
|
+
export type PepListSelectionType = 'none' | 'single' | 'multi';
|
|
3
|
+
export type PepListPagerType = 'pages' | 'scroll';
|
|
4
|
+
export type PepListViewType = '' | 'cards' | 'lines' | 'table';
|
|
5
|
+
export type PepListCardSizeType = 'sm' | 'md';
|
|
6
|
+
export type PepListTableViewType = 'compact' | 'regular';
|
|
7
7
|
export interface IPepListItemClickEvent {
|
|
8
8
|
source: ObjectsDataRow;
|
|
9
9
|
viewType: PepListViewType;
|
|
@@ -29,4 +29,4 @@ export interface IPepListSortingData {
|
|
|
29
29
|
sortBy: string;
|
|
30
30
|
isAsc: boolean;
|
|
31
31
|
}
|
|
32
|
-
export
|
|
32
|
+
export type IPepListSortingChangeEvent = IPepListSortingData;
|
|
@@ -37,7 +37,7 @@ export interface IDimensions {
|
|
|
37
37
|
viewportLength: number;
|
|
38
38
|
wrapGroupsPerPage: number;
|
|
39
39
|
}
|
|
40
|
-
export
|
|
40
|
+
export type ScrollDirectionType = 'backward' | 'forward';
|
|
41
41
|
export interface IPageInfo {
|
|
42
42
|
endIndex: number;
|
|
43
43
|
endIndexWithBuffer: number;
|
|
@@ -174,7 +174,7 @@ export declare class VirtualScrollerComponent implements OnInit, OnChanges, OnDe
|
|
|
174
174
|
protected calculatePageInfo(scrollPosition: number, dimensions: IDimensions): IPageInfo;
|
|
175
175
|
protected calculateViewport(): IViewport;
|
|
176
176
|
static ɵfac: i0.ɵɵFactoryDeclaration<VirtualScrollerComponent, [null, null, null, null, null, { optional: true; }]>;
|
|
177
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VirtualScrollerComponent, "virtual-scroller,[virtualScroller]", ["virtualScroller"], { "disable": "disable"; "executeRefreshOutsideAngularZone": "executeRefreshOutsideAngularZone"; "enableUnequalChildrenSizes": "enableUnequalChildrenSizes"; "RTL": "RTL"; "useMarginInsteadOfTranslate": "useMarginInsteadOfTranslate"; "modifyOverflowStyleOfParentScroll": "modifyOverflowStyleOfParentScroll"; "stripedTable": "stripedTable"; "scrollbarWidth": "scrollbarWidth"; "scrollbarHeight": "scrollbarHeight"; "childWidth": "childWidth"; "childHeight": "childHeight"; "ssrChildWidth": "ssrChildWidth"; "ssrChildHeight": "ssrChildHeight"; "ssrViewportWidth": "ssrViewportWidth"; "ssrViewportHeight": "ssrViewportHeight"; "bufferAmount": "bufferAmount"; "scrollAnimationTime": "scrollAnimationTime"; "resizeBypassRefreshThreshold": "resizeBypassRefreshThreshold"; "scrollThrottlingTime": "scrollThrottlingTime"; "scrollDebounceTime": "scrollDebounceTime"; "checkResizeInterval": "checkResizeInterval"; "items": "items"; "compareItems": "compareItems"; "horizontal": "horizontal"; "parentScroll": "parentScroll"; }, { "vsChildRectChange": "vsChildRectChange"; "vsUpdate": "vsUpdate"; "vsChange": "vsChange"; "vsStart": "vsStart"; "vsEnd": "vsEnd"; }, ["headerElementRef", "containerElementRef"], ["*"], false>;
|
|
177
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VirtualScrollerComponent, "virtual-scroller,[virtualScroller]", ["virtualScroller"], { "disable": "disable"; "executeRefreshOutsideAngularZone": "executeRefreshOutsideAngularZone"; "enableUnequalChildrenSizes": "enableUnequalChildrenSizes"; "RTL": "RTL"; "useMarginInsteadOfTranslate": "useMarginInsteadOfTranslate"; "modifyOverflowStyleOfParentScroll": "modifyOverflowStyleOfParentScroll"; "stripedTable": "stripedTable"; "scrollbarWidth": "scrollbarWidth"; "scrollbarHeight": "scrollbarHeight"; "childWidth": "childWidth"; "childHeight": "childHeight"; "ssrChildWidth": "ssrChildWidth"; "ssrChildHeight": "ssrChildHeight"; "ssrViewportWidth": "ssrViewportWidth"; "ssrViewportHeight": "ssrViewportHeight"; "bufferAmount": "bufferAmount"; "scrollAnimationTime": "scrollAnimationTime"; "resizeBypassRefreshThreshold": "resizeBypassRefreshThreshold"; "scrollThrottlingTime": "scrollThrottlingTime"; "scrollDebounceTime": "scrollDebounceTime"; "checkResizeInterval": "checkResizeInterval"; "items": "items"; "compareItems": "compareItems"; "horizontal": "horizontal"; "parentScroll": "parentScroll"; }, { "vsChildRectChange": "vsChildRectChange"; "vsUpdate": "vsUpdate"; "vsChange": "vsChange"; "vsStart": "vsStart"; "vsEnd": "vsEnd"; }, ["headerElementRef", "containerElementRef"], ["*"], false, never>;
|
|
178
178
|
}
|
|
179
179
|
export declare class VirtualScrollerModule {
|
|
180
180
|
static ɵfac: i0.ɵɵFactoryDeclaration<VirtualScrollerModule, never>;
|
|
@@ -24,5 +24,5 @@ export declare class PepMenuItemComponent implements OnDestroy {
|
|
|
24
24
|
onChildClicked(click: IPepMenuItemClickEvent): void;
|
|
25
25
|
onMenuItemClicked(item: PepMenuItem): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepMenuItemComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepMenuItemComponent, "pep-menu-item", never, { "type": "type"; "parent": "parent"; "items": "items"; "selectedItem": "selectedItem"; "xPosition": "xPosition"; "subMenuIconName": "subMenuIconName"; }, { "menuItemClick": "menuItemClick"; }, never, never, false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepMenuItemComponent, "pep-menu-item", never, { "type": "type"; "parent": "parent"; "items": "items"; "selectedItem": "selectedItem"; "xPosition": "xPosition"; "subMenuIconName": "subMenuIconName"; }, { "menuItemClick": "menuItemClick"; }, never, never, false, never>;
|
|
28
28
|
}
|
package/menu/menu.component.d.ts
CHANGED
|
@@ -45,5 +45,5 @@ export declare class PepMenuComponent implements OnChanges, OnDestroy {
|
|
|
45
45
|
onMenuOpened(): void;
|
|
46
46
|
onMenuClosed(): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepMenuComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepMenuComponent, "pep-menu", never, { "text": "text"; "iconName": "iconName"; "iconPosition": "iconPosition"; "type": "type"; "styleType": "styleType"; "sizeType": "sizeType"; "classNames": "classNames"; "xPosition": "xPosition"; "hideOnEmptyItems": "hideOnEmptyItems"; "items": "items"; "selectedItem": "selectedItem"; "disabled": "disabled"; }, { "stateChange": "stateChange"; "menuItemClick": "menuItemClick"; "menuClick": "menuClick"; }, never, never, false>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepMenuComponent, "pep-menu", never, { "text": "text"; "iconName": "iconName"; "iconPosition": "iconPosition"; "type": "type"; "styleType": "styleType"; "sizeType": "sizeType"; "classNames": "classNames"; "xPosition": "xPosition"; "hideOnEmptyItems": "hideOnEmptyItems"; "items": "items"; "selectedItem": "selectedItem"; "disabled": "disabled"; }, { "stateChange": "stateChange"; "menuItemClick": "menuItemClick"; "menuClick": "menuClick"; }, never, never, false, never>;
|
|
49
49
|
}
|
package/menu/menu.model.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
1
|
+
export type PepMenuType = 'action' | 'action-select' | 'select';
|
|
2
|
+
export type PepMenuItemType = 'regular' | 'splitter';
|
|
3
|
+
export type PepMenuStateType = 'visible' | 'hidden';
|
|
4
4
|
export declare class PepMenuItemParent {
|
|
5
5
|
key: string;
|
|
6
6
|
parent?: PepMenuItemParent;
|
package/package.json
CHANGED
|
@@ -15,5 +15,5 @@ export declare class PepPageLayoutComponent implements AfterViewInit, AfterConte
|
|
|
15
15
|
ngAfterViewInit(): void;
|
|
16
16
|
ngAfterContentInit(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepPageLayoutComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PepPageLayoutComponent, "pep-page-layout", never, { "addPadding": "addPadding"; "showShadow": "showShadow"; }, {}, never, ["[pep-header-area]", "pep-side-bar", "[pep-side-area]", "pep-side-bar[position='end']", "[pep-side-area-end]", "[pep-top-area]", "[pep-main-area]"], false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepPageLayoutComponent, "pep-page-layout", never, { "addPadding": "addPadding"; "showShadow": "showShadow"; }, {}, never, ["[pep-header-area]", "pep-side-bar", "[pep-side-area]", "pep-side-bar[position='end']", "[pep-side-area-end]", "[pep-top-area]", "[pep-main-area]"], false, never>;
|
|
19
19
|
}
|
|
@@ -14,5 +14,5 @@ export declare class ProfileDataViewComponent implements OnInit {
|
|
|
14
14
|
onEditClicked(event: IPepButtonClickEvent): void;
|
|
15
15
|
onDeleteClicked(event: IPepButtonClickEvent): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileDataViewComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileDataViewComponent, "pep-profile-data-view", never, { "dataViewId": "dataViewId"; "title": "title"; "fields": "fields"; "canDelete": "canDelete"; }, { "editClick": "editClick"; "deleteClick": "deleteClick"; }, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileDataViewComponent, "pep-profile-data-view", never, { "dataViewId": "dataViewId"; "title": "title"; "fields": "fields"; "canDelete": "canDelete"; }, { "editClick": "editClick"; "deleteClick": "deleteClick"; }, never, never, false, never>;
|
|
18
18
|
}
|
package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts
CHANGED
|
@@ -21,5 +21,5 @@ export declare class ProfileDataViewsCardComponent implements OnInit {
|
|
|
21
21
|
onDataViewEditClicked(event: IPepDataViewClickEvent): void;
|
|
22
22
|
onDataViewDeleteClicked(event: IPepDataViewClickEvent): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileDataViewsCardComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileDataViewsCardComponent, "pep-profile-data-views-card", never, { "profileId": "profileId"; "title": "title"; "dataViews": "dataViews"; "configurationPerScreenSize": "configurationPerScreenSize"; "isDefault": "isDefault"; }, { "dataViewEditClick": "dataViewEditClick"; "dataViewDeleteClick": "dataViewDeleteClick"; "dataViewImportClick": "dataViewImportClick"; }, never, never, false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileDataViewsCardComponent, "pep-profile-data-views-card", never, { "profileId": "profileId"; "title": "title"; "dataViews": "dataViews"; "configurationPerScreenSize": "configurationPerScreenSize"; "isDefault": "isDefault"; }, { "dataViewEditClick": "dataViewEditClick"; "dataViewDeleteClick": "dataViewDeleteClick"; "dataViewImportClick": "dataViewImportClick"; }, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -34,5 +34,5 @@ export declare class ProfileDataViewsListComponent implements OnInit {
|
|
|
34
34
|
onDataViewDeleteClicked(event: IPepProfileDataViewClickEvent): void;
|
|
35
35
|
onDataViewImportClicked(event: IPepProfileDataViewClickEvent): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileDataViewsListComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileDataViewsListComponent, "pep-profile-data-views-list", never, { "defaultProfileId": "defaultProfileId"; "availableProfiles": "availableProfiles"; "profileDataViewsList": "profileDataViewsList"; "configurationPerScreenSize": "configurationPerScreenSize"; }, { "saveProfileClick": "saveProfileClick"; "dataViewEditClick": "dataViewEditClick"; "dataViewDeleteClick": "dataViewDeleteClick"; }, never, never, false>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileDataViewsListComponent, "pep-profile-data-views-list", never, { "defaultProfileId": "defaultProfileId"; "availableProfiles": "availableProfiles"; "profileDataViewsList": "profileDataViewsList"; "configurationPerScreenSize": "configurationPerScreenSize"; }, { "saveProfileClick": "saveProfileClick"; "dataViewEditClick": "dataViewEditClick"; "dataViewDeleteClick": "dataViewDeleteClick"; }, never, never, false, never>;
|
|
38
38
|
}
|
|
@@ -13,5 +13,5 @@ export declare class PepQuantitySelectorValidationDirective implements OnInit {
|
|
|
13
13
|
onKeyDown(e: KeyboardEvent): void;
|
|
14
14
|
validateValue(value: string): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepQuantitySelectorValidationDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PepQuantitySelectorValidationDirective, "[pepQsValidation]", never, { "allowDecimal": "allowDecimal"; }, {}, never, never, false>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PepQuantitySelectorValidationDirective, "[pepQsValidation]", never, { "allowDecimal": "allowDecimal"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|