@pepperi-addons/ngx-lib 0.3.15-loader.8 → 0.4.0-angular14.10
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 +95 -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 +112 -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 +106 -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 -5182
- 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 -38
- 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 -4460
- 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
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { ReactiveFormsModule } from '@angular/forms';
|
|
4
|
+
import { MatCommonModule } from '@angular/material/core';
|
|
5
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
6
|
+
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
7
|
+
import { MatInputModule } from '@angular/material/input';
|
|
8
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
9
|
+
import { FileUploadModule } from 'ng2-file-upload';
|
|
10
|
+
import { PepNgxLibModule } from '@pepperi-addons/ngx-lib';
|
|
11
|
+
import { PepIconModule, pepIconSystemBin, pepIconSystemAttach, pepIconSystemFileUploadCloud, pepIconSystemProcessing, } from '@pepperi-addons/ngx-lib/icon';
|
|
12
|
+
import { PepDialogModule } from '@pepperi-addons/ngx-lib/dialog';
|
|
13
|
+
import { PepFilesUploaderComponent } from './files-uploader.component';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
import * as i1 from "@pepperi-addons/ngx-lib/icon";
|
|
16
|
+
export class PepFilesUploaderModule {
|
|
17
|
+
constructor(pepIconRegistry) {
|
|
18
|
+
this.pepIconRegistry = pepIconRegistry;
|
|
19
|
+
this.pepIconRegistry.registerIcons([
|
|
20
|
+
pepIconSystemBin,
|
|
21
|
+
pepIconSystemAttach,
|
|
22
|
+
pepIconSystemFileUploadCloud,
|
|
23
|
+
pepIconSystemProcessing,
|
|
24
|
+
]);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
PepFilesUploaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepFilesUploaderModule, deps: [{ token: i1.PepIconRegistry }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28
|
+
PepFilesUploaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: PepFilesUploaderModule, declarations: [PepFilesUploaderComponent], imports: [CommonModule,
|
|
29
|
+
ReactiveFormsModule,
|
|
30
|
+
// Material modules,
|
|
31
|
+
MatCommonModule,
|
|
32
|
+
MatButtonModule,
|
|
33
|
+
MatFormFieldModule,
|
|
34
|
+
MatInputModule,
|
|
35
|
+
MatIconModule,
|
|
36
|
+
// External modules
|
|
37
|
+
FileUploadModule,
|
|
38
|
+
// ngx-lib modules
|
|
39
|
+
PepNgxLibModule,
|
|
40
|
+
PepIconModule,
|
|
41
|
+
PepDialogModule], exports: [PepFilesUploaderComponent] });
|
|
42
|
+
PepFilesUploaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepFilesUploaderModule, imports: [CommonModule,
|
|
43
|
+
ReactiveFormsModule,
|
|
44
|
+
// Material modules,
|
|
45
|
+
MatCommonModule,
|
|
46
|
+
MatButtonModule,
|
|
47
|
+
MatFormFieldModule,
|
|
48
|
+
MatInputModule,
|
|
49
|
+
MatIconModule,
|
|
50
|
+
// External modules
|
|
51
|
+
FileUploadModule,
|
|
52
|
+
// ngx-lib modules
|
|
53
|
+
PepNgxLibModule,
|
|
54
|
+
PepIconModule,
|
|
55
|
+
PepDialogModule] });
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepFilesUploaderModule, decorators: [{
|
|
57
|
+
type: NgModule,
|
|
58
|
+
args: [{
|
|
59
|
+
imports: [
|
|
60
|
+
CommonModule,
|
|
61
|
+
ReactiveFormsModule,
|
|
62
|
+
// Material modules,
|
|
63
|
+
MatCommonModule,
|
|
64
|
+
MatButtonModule,
|
|
65
|
+
MatFormFieldModule,
|
|
66
|
+
MatInputModule,
|
|
67
|
+
MatIconModule,
|
|
68
|
+
// External modules
|
|
69
|
+
FileUploadModule,
|
|
70
|
+
// ngx-lib modules
|
|
71
|
+
PepNgxLibModule,
|
|
72
|
+
PepIconModule,
|
|
73
|
+
PepDialogModule,
|
|
74
|
+
],
|
|
75
|
+
exports: [PepFilesUploaderComponent],
|
|
76
|
+
declarations: [PepFilesUploaderComponent],
|
|
77
|
+
}]
|
|
78
|
+
}], ctorParameters: function () { return [{ type: i1.PepIconRegistry }]; } });
|
|
79
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZXMtdXBsb2FkZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWxpYi9maWxlcy11cGxvYWRlci9maWxlcy11cGxvYWRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFckQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRXZELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRW5ELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMxRCxPQUFPLEVBQ0gsYUFBYSxFQUViLGdCQUFnQixFQUNoQixtQkFBbUIsRUFDbkIsNEJBQTRCLEVBQzVCLHVCQUF1QixHQUMxQixNQUFNLDhCQUE4QixDQUFDO0FBQ3RDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUVqRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7O0FBc0J2RSxNQUFNLE9BQU8sc0JBQXNCO0lBQy9CLFlBQW9CLGVBQWdDO1FBQWhDLG9CQUFlLEdBQWYsZUFBZSxDQUFpQjtRQUNoRCxJQUFJLENBQUMsZUFBZSxDQUFDLGFBQWEsQ0FBQztZQUMvQixnQkFBZ0I7WUFDaEIsbUJBQW1CO1lBQ25CLDRCQUE0QjtZQUM1Qix1QkFBdUI7U0FDMUIsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzs7bUhBUlEsc0JBQXNCO29IQUF0QixzQkFBc0IsaUJBRmhCLHlCQUF5QixhQWhCcEMsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixvQkFBb0I7UUFDcEIsZUFBZTtRQUNmLGVBQWU7UUFDZixrQkFBa0I7UUFDbEIsY0FBYztRQUNkLGFBQWE7UUFDYixtQkFBbUI7UUFDbkIsZ0JBQWdCO1FBQ2hCLGtCQUFrQjtRQUNsQixlQUFlO1FBQ2YsYUFBYTtRQUNiLGVBQWUsYUFFVCx5QkFBeUI7b0hBRzFCLHNCQUFzQixZQWxCM0IsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixvQkFBb0I7UUFDcEIsZUFBZTtRQUNmLGVBQWU7UUFDZixrQkFBa0I7UUFDbEIsY0FBYztRQUNkLGFBQWE7UUFDYixtQkFBbUI7UUFDbkIsZ0JBQWdCO1FBQ2hCLGtCQUFrQjtRQUNsQixlQUFlO1FBQ2YsYUFBYTtRQUNiLGVBQWU7MkZBS1Ysc0JBQXNCO2tCQXBCbEMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsWUFBWTt3QkFDWixtQkFBbUI7d0JBQ25CLG9CQUFvQjt3QkFDcEIsZUFBZTt3QkFDZixlQUFlO3dCQUNmLGtCQUFrQjt3QkFDbEIsY0FBYzt3QkFDZCxhQUFhO3dCQUNiLG1CQUFtQjt3QkFDbkIsZ0JBQWdCO3dCQUNoQixrQkFBa0I7d0JBQ2xCLGVBQWU7d0JBQ2YsYUFBYTt3QkFDYixlQUFlO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQztvQkFDcEMsWUFBWSxFQUFFLENBQUMseUJBQXlCLENBQUM7aUJBQzVDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBNYXRDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jb3JlJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBNYXRGb3JtRmllbGRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9mb3JtLWZpZWxkJztcbmltcG9ydCB7IE1hdElucHV0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaW5wdXQnO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuXG5pbXBvcnQgeyBGaWxlVXBsb2FkTW9kdWxlIH0gZnJvbSAnbmcyLWZpbGUtdXBsb2FkJztcblxuaW1wb3J0IHsgUGVwTmd4TGliTW9kdWxlIH0gZnJvbSAnQHBlcHBlcmktYWRkb25zL25neC1saWInO1xuaW1wb3J0IHtcbiAgICBQZXBJY29uTW9kdWxlLFxuICAgIFBlcEljb25SZWdpc3RyeSxcbiAgICBwZXBJY29uU3lzdGVtQmluLFxuICAgIHBlcEljb25TeXN0ZW1BdHRhY2gsXG4gICAgcGVwSWNvblN5c3RlbUZpbGVVcGxvYWRDbG91ZCxcbiAgICBwZXBJY29uU3lzdGVtUHJvY2Vzc2luZyxcbn0gZnJvbSAnQHBlcHBlcmktYWRkb25zL25neC1saWIvaWNvbic7XG5pbXBvcnQgeyBQZXBEaWFsb2dNb2R1bGUgfSBmcm9tICdAcGVwcGVyaS1hZGRvbnMvbmd4LWxpYi9kaWFsb2cnO1xuXG5pbXBvcnQgeyBQZXBGaWxlc1VwbG9hZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9maWxlcy11cGxvYWRlci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgICAgICAvLyBNYXRlcmlhbCBtb2R1bGVzLFxuICAgICAgICBNYXRDb21tb25Nb2R1bGUsXG4gICAgICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgICAgICAgTWF0Rm9ybUZpZWxkTW9kdWxlLFxuICAgICAgICBNYXRJbnB1dE1vZHVsZSxcbiAgICAgICAgTWF0SWNvbk1vZHVsZSxcbiAgICAgICAgLy8gRXh0ZXJuYWwgbW9kdWxlc1xuICAgICAgICBGaWxlVXBsb2FkTW9kdWxlLFxuICAgICAgICAvLyBuZ3gtbGliIG1vZHVsZXNcbiAgICAgICAgUGVwTmd4TGliTW9kdWxlLFxuICAgICAgICBQZXBJY29uTW9kdWxlLFxuICAgICAgICBQZXBEaWFsb2dNb2R1bGUsXG4gICAgXSxcbiAgICBleHBvcnRzOiBbUGVwRmlsZXNVcGxvYWRlckNvbXBvbmVudF0sXG4gICAgZGVjbGFyYXRpb25zOiBbUGVwRmlsZXNVcGxvYWRlckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIFBlcEZpbGVzVXBsb2FkZXJNb2R1bGUge1xuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgcGVwSWNvblJlZ2lzdHJ5OiBQZXBJY29uUmVnaXN0cnkpIHtcbiAgICAgICAgdGhpcy5wZXBJY29uUmVnaXN0cnkucmVnaXN0ZXJJY29ucyhbXG4gICAgICAgICAgICBwZXBJY29uU3lzdGVtQmluLFxuICAgICAgICAgICAgcGVwSWNvblN5c3RlbUF0dGFjaCxcbiAgICAgICAgICAgIHBlcEljb25TeXN0ZW1GaWxlVXBsb2FkQ2xvdWQsXG4gICAgICAgICAgICBwZXBJY29uU3lzdGVtUHJvY2Vzc2luZyxcbiAgICAgICAgXSk7XG4gICAgfVxufVxuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGVwcGVyaS1hZGRvbnMtbmd4LWxpYi1maWxlcy11cGxvYWRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1saWIvZmlsZXMtdXBsb2FkZXIvcGVwcGVyaS1hZGRvbnMtbmd4LWxpYi1maWxlcy11cGxvYWRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of ngx-lib/files-uploader
|
|
3
|
+
*/
|
|
4
|
+
export * from './files-uploader.module';
|
|
5
|
+
export * from './files-uploader.component';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1saWIvZmlsZXMtdXBsb2FkZXIvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw0QkFBNEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2Ygbmd4LWxpYi9maWxlcy11cGxvYWRlclxuICovXG5leHBvcnQgKiBmcm9tICcuL2ZpbGVzLXVwbG9hZGVyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2ZpbGVzLXVwbG9hZGVyLmNvbXBvbmVudCc7XG4iXX0=
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { Component, Input, Output, EventEmitter, ViewEncapsulation, ChangeDetectionStrategy, } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/forms";
|
|
5
|
+
import * as i3 from "@pepperi-addons/ngx-lib/address";
|
|
6
|
+
import * as i4 from "@pepperi-addons/ngx-lib/attachment";
|
|
7
|
+
import * as i5 from "@pepperi-addons/ngx-lib/checkbox";
|
|
8
|
+
import * as i6 from "@pepperi-addons/ngx-lib/date";
|
|
9
|
+
import * as i7 from "@pepperi-addons/ngx-lib/image";
|
|
10
|
+
import * as i8 from "@pepperi-addons/ngx-lib/images-filmstrip";
|
|
11
|
+
import * as i9 from "@pepperi-addons/ngx-lib/quantity-selector";
|
|
12
|
+
import * as i10 from "@pepperi-addons/ngx-lib/rich-html-textarea";
|
|
13
|
+
import * as i11 from "@pepperi-addons/ngx-lib/select";
|
|
14
|
+
import * as i12 from "@pepperi-addons/ngx-lib/separator";
|
|
15
|
+
import * as i13 from "@pepperi-addons/ngx-lib/signature";
|
|
16
|
+
import * as i14 from "@pepperi-addons/ngx-lib/textarea";
|
|
17
|
+
import * as i15 from "@pepperi-addons/ngx-lib/textbox";
|
|
18
|
+
import * as i16 from "@pepperi-addons/ngx-lib/link";
|
|
19
|
+
import * as i17 from "./indicators.component";
|
|
20
|
+
import * as i18 from "./internal-button.component";
|
|
21
|
+
import * as i19 from "./internal-menu.component";
|
|
22
|
+
import * as i20 from "./internal-page.component";
|
|
23
|
+
import * as i21 from "./internal-carusel.component";
|
|
24
|
+
export class PepFieldGeneratorComponent {
|
|
25
|
+
constructor() {
|
|
26
|
+
this.isActive = false;
|
|
27
|
+
this.uid = null;
|
|
28
|
+
this.layoutType = 'form';
|
|
29
|
+
this.showTitle = true;
|
|
30
|
+
this.checkForChanges = null;
|
|
31
|
+
this.valueChange = new EventEmitter();
|
|
32
|
+
this.formValidationChange = new EventEmitter();
|
|
33
|
+
this.elementClick = new EventEmitter();
|
|
34
|
+
this.internalFormFieldChange = new EventEmitter();
|
|
35
|
+
this.internalFormFieldClick = new EventEmitter();
|
|
36
|
+
this.formValueChange = new EventEmitter();
|
|
37
|
+
this.formFieldClick = new EventEmitter();
|
|
38
|
+
}
|
|
39
|
+
set field(value) {
|
|
40
|
+
this._field = value;
|
|
41
|
+
}
|
|
42
|
+
get field() {
|
|
43
|
+
return this._field;
|
|
44
|
+
}
|
|
45
|
+
get isValid() {
|
|
46
|
+
if (this.field.readonly || this.field.disabled) {
|
|
47
|
+
return true;
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
const formControl = this.form && this.form.get(this.field.key);
|
|
51
|
+
if (formControl) {
|
|
52
|
+
return formControl.valid;
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
return false;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
get isTouched() {
|
|
60
|
+
const formControl = this.form && this.form.get(this.field.key);
|
|
61
|
+
return formControl ? formControl.touched : false;
|
|
62
|
+
}
|
|
63
|
+
get isDirty() {
|
|
64
|
+
const formControl = this.form && this.form.get(this.field.key);
|
|
65
|
+
return formControl ? formControl.dirty : false;
|
|
66
|
+
}
|
|
67
|
+
ngOnDestroy() {
|
|
68
|
+
//
|
|
69
|
+
}
|
|
70
|
+
onFileChanged(fileData, field) {
|
|
71
|
+
const value = fileData ? JSON.stringify(fileData) : '';
|
|
72
|
+
const fieldValueChange = {
|
|
73
|
+
key: field.key,
|
|
74
|
+
value: value,
|
|
75
|
+
controlType: field.controlType,
|
|
76
|
+
};
|
|
77
|
+
this.valueChange.emit(fieldValueChange);
|
|
78
|
+
}
|
|
79
|
+
onAddressValueChanged(valueChange, field) {
|
|
80
|
+
const fieldValueChange = {
|
|
81
|
+
key: valueChange.key,
|
|
82
|
+
value: valueChange.value,
|
|
83
|
+
controlType: field.controlType,
|
|
84
|
+
};
|
|
85
|
+
this.valueChange.emit(fieldValueChange);
|
|
86
|
+
}
|
|
87
|
+
onValueChanged(value, field) {
|
|
88
|
+
const fieldValueChange = {
|
|
89
|
+
key: field.key,
|
|
90
|
+
value: value.toString(),
|
|
91
|
+
controlType: field.controlType,
|
|
92
|
+
};
|
|
93
|
+
this.valueChange.emit(fieldValueChange);
|
|
94
|
+
}
|
|
95
|
+
onInternalFormFieldChanged(internalFormFieldChange) {
|
|
96
|
+
this.internalFormFieldChange.emit(internalFormFieldChange);
|
|
97
|
+
}
|
|
98
|
+
onFormValidationChanged(formValidationChange) {
|
|
99
|
+
this.formValidationChange.emit(formValidationChange);
|
|
100
|
+
}
|
|
101
|
+
onClick(fieldClicked) {
|
|
102
|
+
this.elementClick.emit(fieldClicked);
|
|
103
|
+
}
|
|
104
|
+
onInternalFormFieldClick(internalFormFieldClick) {
|
|
105
|
+
this.internalFormFieldClick.emit(internalFormFieldClick);
|
|
106
|
+
}
|
|
107
|
+
onFormValueChanged(event) {
|
|
108
|
+
this.formValueChange.emit(event);
|
|
109
|
+
}
|
|
110
|
+
onFormFieldClick(event) {
|
|
111
|
+
this.formFieldClick.emit(event);
|
|
112
|
+
}
|
|
113
|
+
ngOnChanges(changes) {
|
|
114
|
+
// debugger;
|
|
115
|
+
// For testing.
|
|
116
|
+
// this.field.disabled = this.field.readonly = false;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
PepFieldGeneratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepFieldGeneratorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
120
|
+
PepFieldGeneratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: PepFieldGeneratorComponent, selector: "pep-field-generator", inputs: { field: "field", isActive: "isActive", uid: "uid", form: "form", layoutType: "layoutType", showTitle: "showTitle", checkForChanges: "checkForChanges" }, outputs: { valueChange: "valueChange", formValidationChange: "formValidationChange", elementClick: "elementClick", internalFormFieldChange: "internalFormFieldChange", internalFormFieldClick: "internalFormFieldClick", formValueChange: "formValueChange", formFieldClick: "formFieldClick" }, usesOnChanges: true, ngImport: i0, template: "<ng-container [ngSwitch]=\"field.controlType\" [formGroup]=\"form\">\n\n <pep-address *ngSwitchCase=\"'address'\" [form]=\"form\" [key]=\"field.key\" [formattedValue]=\"field.formattedValue\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [groupFields]=\"field.groupFields\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (addressValueChange)=\"onAddressValueChanged($event, field)\">\n </pep-address>\n\n <pep-attachment *ngSwitchCase=\"'attachment'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [isActive]=\"isActive\" [showTitle]=\"showTitle\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (fileChange)=\"onFileChanged($event, field)\">\n </pep-attachment>\n\n <pep-checkbox *ngSwitchCase=\"'checkbox'\" [form]=\"form\" [key]=\"field.key\"\n [value]=\"(field.value | lowercase) == 'true' || field.value == '1' ? true : false\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [additionalValue]=\"field.additionalValue\"\n [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-checkbox>\n\n <pep-date *ngSwitchCase=\"'date'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [textColor]=\"field.textColor\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [minValue]=\"field.minValue\"\n [maxValue]=\"field.maxValue\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-date>\n\n <pep-images-filmstrip *ngSwitchCase=\"'images'\" [uid]=\"uid\" [form]=\"form\" [key]=\"field.key\" [label]=\"field.label\"\n [showTitle]=\"showTitle\" [rowSpan]=\"field.rowSpan\" [value]=\"field.value\" [layoutType]=\"layoutType\">\n </pep-images-filmstrip>\n\n <pep-image *ngSwitchCase=\"'image'\" [uid]=\"uid\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.formattedValue\"\n [srcLarge]=\"field.value\" [options]=\"field.options\" [label]=\"field.label\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [indicatorsField]=\"field.indicatorsField\" [menuField]=\"field.menuField\"\n [hasCampaignField]=\"field.hasCampaignField\" [sizeLimitMB]=\"field.sizeLimitMB\" [isActive]=\"isActive\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (fileChange)=\"onFileChanged($event, field)\">\n </pep-image>\n\n <pep-quantity-selector *ngSwitchCase=\"'qs'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [textColor]=\"field.textColor\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [allowDecimal]=\"field.allowDecimal\"\n [additionalValue]=\"field.additionalValue\" [notificationInfo]=\"field.notificationInfo\" [isActive]=\"isActive\"\n [layoutType]=\"layoutType\" [showTitle]=\"showTitle\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" (formValidationChange)=\"onFormValidationChanged($event)\"\n (elementClick)=\"onClick($event)\">\n </pep-quantity-selector>\n\n <pep-rich-html-textarea *ngSwitchCase=\"'richhtmltextarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-rich-html-textarea>\n\n <pep-select *ngSwitchCase=\"'select'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [options]=\"field.options\" [showTitle]=\"showTitle\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (valueChange)=\"onValueChanged($event, field)\"\n (formValidationChange)=\"onFormValidationChanged($event)\" [isActive]=\"isActive\">\n </pep-select>\n\n <pep-separator *ngSwitchCase=\"'separator'\" [form]=\"form\" [key]=\"field.key\" [label]=\"field.label\"\n [xAlignment]=\"field.xAlignment\" [layoutType]=\"layoutType\" [visible]=\"field.visible\">\n </pep-separator>\n\n <pep-signature *ngSwitchCase=\"'signature'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [isActive]=\"isActive\" [layoutType]=\"layoutType\"\n [visible]=\"field.visible\" (fileChange)=\"onFileChanged($event, field)\">\n </pep-signature>\n\n <pep-textarea *ngSwitchCase=\"'textarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-textarea>\n\n <pep-textbox *ngSwitchCase=\"'textbox'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [accessory]=\"field.accessory\" [label]=\"field.label\" [placeholder]=\"field.placeholder\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\"\n (valueChange)=\"onValueChanged($event, field)\" (formValidationChange)=\"onFormValidationChanged($event)\"\n [isActive]=\"isActive\" [visible]=\"field.visible\">\n </pep-textbox>\n\n <pep-link *ngSwitchCase=\"'link'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [placeholder]=\"field.placeholder\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\" [visible]=\"field.visible\"\n (formValidationChange)=\"onFormValidationChanged($event)\" (elementClick)=\"onClick($event)\">\n </pep-link>\n\n <pep-indicators *ngSwitchCase=\"'indicators'\" [key]=\"field.key\" [value]=\"field.value\" [layoutType]=\"layoutType\">\n </pep-indicators>\n <pep-internal-button *ngSwitchCase=\"'button'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\"\n [referenceObjectInternalType]=\"field.referenceObjectInternalType\" [type]=\"field.type\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (valueChange)=\"onValueChanged($event, field)\">\n </pep-internal-button>\n <pep-internal-menu *ngSwitchCase=\"'menu'\" [key]=\"field.key\" [label]=\"field.label\" [disabled]=\"field.disabled\"\n [xAlignment]=\"field.xAlignment\" [options]=\"field.options\" [layoutType]=\"layoutType\"\n (elementClick)=\"onClick($event)\">\n </pep-internal-menu>\n <pep-internal-page *ngSwitchCase=\"'internalPage'\" [field]=\"field\" [layoutType]=\"layoutType\"\n (internalFormFieldClick)=\"onInternalFormFieldClick($event)\"\n (internalFormFieldChange)=\"onInternalFormFieldChanged($event)\">\n </pep-internal-page>\n\n <pep-internal-carusel *ngSwitchCase=\"'internalCarusel'\" [field]=\"field\"\n (internalFormFieldClick)=\"onInternalFormFieldClick($event)\"\n (internalFormFieldChange)=\"onInternalFormFieldChanged($event)\">\n </pep-internal-carusel>\n\n <ng-container *ngSwitchCase=\"'placeholder'\">\n </ng-container>\n</ng-container>", styles: [":host{width:100%;height:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i3.PepAddressComponent, selector: "pep-address", inputs: ["key", "formattedValue", "label", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "groupFields", "form", "layoutType", "visible"], outputs: ["addressValueChange"] }, { kind: "component", type: i4.PepAttachmentComponent, selector: "pep-attachment", inputs: ["key", "src", "label", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "visible", "form", "showTitle", "renderTitle", "layoutType", "isActive"], outputs: ["fileChange", "elementClick"] }, { kind: "component", type: i5.PepCheckboxComponent, selector: "pep-checkbox", inputs: ["key", "value", "label", "type", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "additionalValue", "form", "isActive", "showTitle", "renderTitle", "layoutType", "visible"], outputs: ["valueChange"] }, { kind: "component", type: i6.PepDateComponent, selector: "pep-date", inputs: ["key", "value", "formattedValue", "label", "type", "mandatory", "disabled", "readonly", "textColor", "xAlignment", "rowSpan", "visible", "minValue", "maxValue", "minDateValue", "maxDateValue", "form", "isActive", "showTitle", "renderTitle", "renderError", "renderSymbol", "layoutType"], outputs: ["valueChange"] }, { kind: "component", type: i7.PepImageComponent, selector: "pep-image", inputs: ["key", "srcLarge", "src", "options", "label", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "indicatorsField", "menuField", "hasCampaignField", "visible", "form", "uid", "showTitle", "renderTitle", "layoutType", "isActive", "sizeLimitMB", "acceptImagesType"], outputs: ["fileChange", "elementClick"] }, { kind: "component", type: i8.PepImagesFilmstripComponent, selector: "pep-images-filmstrip", inputs: ["key", "value", "label", "xAlignment", "rowSpan", "form", "uid", "showTitle", "renderTitle", "layoutType", "currIndex", "showThumbnails"] }, { kind: "component", type: i9.PepQuantitySelectorComponent, selector: "pep-quantity-selector", inputs: ["key", "value", "formattedValue", "label", "type", "mandatory", "disabled", "readonly", "textColor", "xAlignment", "rowSpan", "allowDecimal", "additionalValue", "notificationInfo", "visible", "form", "showTitle", "renderTitle", "layoutType", "isActive", "styleType"], outputs: ["valueChange", "elementClick"] }, { kind: "component", type: i10.PepRichHtmlTextareaComponent, selector: "pep-rich-html-textarea", inputs: ["key", "value", "label", "mandatory", "disabled", "readonly", "maxFieldCharacters", "xAlignment", "rowSpan", "visible", "form", "isActive", "showTitle", "renderTitle", "layoutType", "inlineMode", "toolbarOptions"], outputs: ["valueChange"] }, { kind: "component", type: i11.PepSelectComponent, selector: "pep-select", inputs: ["key", "value", "label", "type", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "options", "visible", "form", "layoutType", "parentFieldKey", "isActive", "showTitle", "emptyOption", "renderTitle"], outputs: ["valueChange", "formValidationChange"] }, { kind: "component", type: i12.PepSeparatorComponent, selector: "pep-separator", inputs: ["key", "label", "xAlignment", "form", "layoutType", "visible"] }, { kind: "component", type: i13.PepSignatureComponent, selector: "pep-signature", inputs: ["key", "src", "label", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "signatureURL", "visible", "form", "showTitle", "renderTitle", "layoutType", "isActive"], outputs: ["fileChange"] }, { kind: "component", type: i14.PepTextareaComponent, selector: "pep-textarea", inputs: ["key", "value", "label", "mandatory", "disabled", "readonly", "maxFieldCharacters", "textColor", "xAlignment", "rowSpan", "visible", "form", "isActive", "showTitle", "renderTitle", "layoutType"], outputs: ["valueChange"] }, { kind: "component", type: i15.PepTextboxComponent, selector: "pep-textbox", inputs: ["key", "value", "formattedValue", "accessory", "label", "placeholder", "type", "mandatory", "disabled", "readonly", "maxFieldCharacters", "hint", "textColor", "xAlignment", "rowSpan", "minValue", "maxValue", "visible", "form", "isActive", "showTitle", "renderTitle", "renderError", "renderSymbol", "layoutType", "parentFieldKey"], outputs: ["valueChange", "formValidationChange"] }, { kind: "component", type: i16.PepLinkComponent, selector: "pep-link", inputs: ["key", "value", "formattedValue", "label", "placeholder", "mandatory", "disabled", "readonly", "maxFieldCharacters", "textColor", "xAlignment", "rowSpan", "visible", "form", "isActive", "showTitle", "renderTitle", "renderError", "renderSymbol", "layoutType"], outputs: ["valueChange", "formValidationChange", "elementClick"] }, { kind: "component", type: i17.PepIndicatorsComponent, selector: "pep-indicators", inputs: ["key", "value", "layoutType"] }, { kind: "component", type: i18.PepInternalButtonComponent, selector: "pep-internal-button", inputs: ["key", "value", "formattedValue", "label", "referenceObjectInternalType", "type", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "visible", "form", "showTitle", "layoutType"], outputs: ["elementClick", "valueChange"] }, { kind: "component", type: i19.PepInternalMenuComponent, selector: "pep-internal-menu", inputs: ["key", "label", "disabled", "xAlignment", "options", "invertClass", "layoutType"], outputs: ["elementClick"] }, { kind: "component", type: i20.PepInternalPageComponent, selector: "pep-internal-page", inputs: ["field", "layoutType"], outputs: ["internalFormFieldChange", "internalFormFieldClick"] }, { kind: "component", type: i21.PepInternalCaruselComponent, selector: "pep-internal-carusel", inputs: ["field", "layoutType"], outputs: ["internalFormFieldChange", "internalFormFieldClick"] }, { kind: "pipe", type: i1.LowerCasePipe, name: "lowercase" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepFieldGeneratorComponent, decorators: [{
|
|
122
|
+
type: Component,
|
|
123
|
+
args: [{ selector: 'pep-field-generator', encapsulation: ViewEncapsulation.Emulated, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container [ngSwitch]=\"field.controlType\" [formGroup]=\"form\">\n\n <pep-address *ngSwitchCase=\"'address'\" [form]=\"form\" [key]=\"field.key\" [formattedValue]=\"field.formattedValue\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [groupFields]=\"field.groupFields\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (addressValueChange)=\"onAddressValueChanged($event, field)\">\n </pep-address>\n\n <pep-attachment *ngSwitchCase=\"'attachment'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [isActive]=\"isActive\" [showTitle]=\"showTitle\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (fileChange)=\"onFileChanged($event, field)\">\n </pep-attachment>\n\n <pep-checkbox *ngSwitchCase=\"'checkbox'\" [form]=\"form\" [key]=\"field.key\"\n [value]=\"(field.value | lowercase) == 'true' || field.value == '1' ? true : false\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [additionalValue]=\"field.additionalValue\"\n [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-checkbox>\n\n <pep-date *ngSwitchCase=\"'date'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [textColor]=\"field.textColor\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [minValue]=\"field.minValue\"\n [maxValue]=\"field.maxValue\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-date>\n\n <pep-images-filmstrip *ngSwitchCase=\"'images'\" [uid]=\"uid\" [form]=\"form\" [key]=\"field.key\" [label]=\"field.label\"\n [showTitle]=\"showTitle\" [rowSpan]=\"field.rowSpan\" [value]=\"field.value\" [layoutType]=\"layoutType\">\n </pep-images-filmstrip>\n\n <pep-image *ngSwitchCase=\"'image'\" [uid]=\"uid\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.formattedValue\"\n [srcLarge]=\"field.value\" [options]=\"field.options\" [label]=\"field.label\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [indicatorsField]=\"field.indicatorsField\" [menuField]=\"field.menuField\"\n [hasCampaignField]=\"field.hasCampaignField\" [sizeLimitMB]=\"field.sizeLimitMB\" [isActive]=\"isActive\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (fileChange)=\"onFileChanged($event, field)\">\n </pep-image>\n\n <pep-quantity-selector *ngSwitchCase=\"'qs'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [textColor]=\"field.textColor\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [allowDecimal]=\"field.allowDecimal\"\n [additionalValue]=\"field.additionalValue\" [notificationInfo]=\"field.notificationInfo\" [isActive]=\"isActive\"\n [layoutType]=\"layoutType\" [showTitle]=\"showTitle\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" (formValidationChange)=\"onFormValidationChanged($event)\"\n (elementClick)=\"onClick($event)\">\n </pep-quantity-selector>\n\n <pep-rich-html-textarea *ngSwitchCase=\"'richhtmltextarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-rich-html-textarea>\n\n <pep-select *ngSwitchCase=\"'select'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [options]=\"field.options\" [showTitle]=\"showTitle\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (valueChange)=\"onValueChanged($event, field)\"\n (formValidationChange)=\"onFormValidationChanged($event)\" [isActive]=\"isActive\">\n </pep-select>\n\n <pep-separator *ngSwitchCase=\"'separator'\" [form]=\"form\" [key]=\"field.key\" [label]=\"field.label\"\n [xAlignment]=\"field.xAlignment\" [layoutType]=\"layoutType\" [visible]=\"field.visible\">\n </pep-separator>\n\n <pep-signature *ngSwitchCase=\"'signature'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [isActive]=\"isActive\" [layoutType]=\"layoutType\"\n [visible]=\"field.visible\" (fileChange)=\"onFileChanged($event, field)\">\n </pep-signature>\n\n <pep-textarea *ngSwitchCase=\"'textarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-textarea>\n\n <pep-textbox *ngSwitchCase=\"'textbox'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [accessory]=\"field.accessory\" [label]=\"field.label\" [placeholder]=\"field.placeholder\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\"\n (valueChange)=\"onValueChanged($event, field)\" (formValidationChange)=\"onFormValidationChanged($event)\"\n [isActive]=\"isActive\" [visible]=\"field.visible\">\n </pep-textbox>\n\n <pep-link *ngSwitchCase=\"'link'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [placeholder]=\"field.placeholder\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\" [visible]=\"field.visible\"\n (formValidationChange)=\"onFormValidationChanged($event)\" (elementClick)=\"onClick($event)\">\n </pep-link>\n\n <pep-indicators *ngSwitchCase=\"'indicators'\" [key]=\"field.key\" [value]=\"field.value\" [layoutType]=\"layoutType\">\n </pep-indicators>\n <pep-internal-button *ngSwitchCase=\"'button'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\"\n [referenceObjectInternalType]=\"field.referenceObjectInternalType\" [type]=\"field.type\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (valueChange)=\"onValueChanged($event, field)\">\n </pep-internal-button>\n <pep-internal-menu *ngSwitchCase=\"'menu'\" [key]=\"field.key\" [label]=\"field.label\" [disabled]=\"field.disabled\"\n [xAlignment]=\"field.xAlignment\" [options]=\"field.options\" [layoutType]=\"layoutType\"\n (elementClick)=\"onClick($event)\">\n </pep-internal-menu>\n <pep-internal-page *ngSwitchCase=\"'internalPage'\" [field]=\"field\" [layoutType]=\"layoutType\"\n (internalFormFieldClick)=\"onInternalFormFieldClick($event)\"\n (internalFormFieldChange)=\"onInternalFormFieldChanged($event)\">\n </pep-internal-page>\n\n <pep-internal-carusel *ngSwitchCase=\"'internalCarusel'\" [field]=\"field\"\n (internalFormFieldClick)=\"onInternalFormFieldClick($event)\"\n (internalFormFieldChange)=\"onInternalFormFieldChanged($event)\">\n </pep-internal-carusel>\n\n <ng-container *ngSwitchCase=\"'placeholder'\">\n </ng-container>\n</ng-container>", styles: [":host{width:100%;height:100%}\n"] }]
|
|
124
|
+
}], propDecorators: { field: [{
|
|
125
|
+
type: Input
|
|
126
|
+
}], isActive: [{
|
|
127
|
+
type: Input
|
|
128
|
+
}], uid: [{
|
|
129
|
+
type: Input
|
|
130
|
+
}], form: [{
|
|
131
|
+
type: Input
|
|
132
|
+
}], layoutType: [{
|
|
133
|
+
type: Input
|
|
134
|
+
}], showTitle: [{
|
|
135
|
+
type: Input
|
|
136
|
+
}], checkForChanges: [{
|
|
137
|
+
type: Input
|
|
138
|
+
}], valueChange: [{
|
|
139
|
+
type: Output
|
|
140
|
+
}], formValidationChange: [{
|
|
141
|
+
type: Output
|
|
142
|
+
}], elementClick: [{
|
|
143
|
+
type: Output
|
|
144
|
+
}], internalFormFieldChange: [{
|
|
145
|
+
type: Output
|
|
146
|
+
}], internalFormFieldClick: [{
|
|
147
|
+
type: Output
|
|
148
|
+
}], formValueChange: [{
|
|
149
|
+
type: Output
|
|
150
|
+
}], formFieldClick: [{
|
|
151
|
+
type: Output
|
|
152
|
+
}] } });
|
|
153
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGQtZ2VuZXJhdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1saWIvZm9ybS9maWVsZC1nZW5lcmF0b3IuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWxpYi9mb3JtL2ZpZWxkLWdlbmVyYXRvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUVULEtBQUssRUFDTCxNQUFNLEVBQ04sWUFBWSxFQUNaLGlCQUFpQixFQUNqQix1QkFBdUIsR0FFMUIsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBaUJ2QixNQUFNLE9BQU8sMEJBQTBCO0lBUHZDO1FBaUJhLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFDakIsUUFBRyxHQUFRLElBQUksQ0FBQztRQUVoQixlQUFVLEdBQWtCLE1BQU0sQ0FBQztRQUNuQyxjQUFTLEdBQUcsSUFBSSxDQUFDO1FBRWpCLG9CQUFlLEdBQVEsSUFBSSxDQUFDO1FBRXJDLGdCQUFXLEdBQTRDLElBQUksWUFBWSxFQUE2QixDQUFDO1FBRXJHLHlCQUFvQixHQUEwQixJQUFJLFlBQVksRUFBVyxDQUFDO1FBRTFFLGlCQUFZLEdBQXNDLElBQUksWUFBWSxFQUF1QixDQUFDO1FBRWhGLDRCQUF1QixHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3JFLDJCQUFzQixHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO1FBRzlFLG9CQUFlLEdBQWdELElBQUksWUFBWSxFQUFpQyxDQUFDO1FBRWpILG1CQUFjLEdBQTBDLElBQUksWUFBWSxFQUEyQixDQUFDO0tBMEZ2RztJQXRIRyxJQUNJLEtBQUssQ0FBQyxLQUFVO1FBQ2hCLElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO0lBQ3hCLENBQUM7SUFDRCxJQUFJLEtBQUs7UUFDTCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDdkIsQ0FBQztJQXdCRCxJQUFJLE9BQU87UUFDUCxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxFQUFFO1lBQzVDLE9BQU8sSUFBSSxDQUFDO1NBQ2Y7YUFBTTtZQUNILE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUUvRCxJQUFJLFdBQVcsRUFBRTtnQkFDYixPQUFPLFdBQVcsQ0FBQyxLQUFLLENBQUM7YUFDNUI7aUJBQU07Z0JBQ0gsT0FBTyxLQUFLLENBQUM7YUFDaEI7U0FDSjtJQUNMLENBQUM7SUFFRCxJQUFJLFNBQVM7UUFDVCxNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDL0QsT0FBTyxXQUFXLENBQUMsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUNyRCxDQUFDO0lBRUQsSUFBSSxPQUFPO1FBQ1AsTUFBTSxXQUFXLEdBQUcsSUFBSSxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQy9ELE9BQU8sV0FBVyxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUM7SUFDbkQsQ0FBQztJQUVELFdBQVc7UUFDUCxFQUFFO0lBQ04sQ0FBQztJQUVELGFBQWEsQ0FBQyxRQUFhLEVBQUUsS0FBbUI7UUFDNUMsTUFBTSxLQUFLLEdBQUcsUUFBUSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7UUFDdkQsTUFBTSxnQkFBZ0IsR0FBRztZQUNyQixHQUFHLEVBQUUsS0FBSyxDQUFDLEdBQUc7WUFDZCxLQUFLLEVBQUUsS0FBSztZQUNaLFdBQVcsRUFBRSxLQUFLLENBQUMsV0FBVztTQUNqQyxDQUFDO1FBQ0YsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztJQUM1QyxDQUFDO0lBRUQscUJBQXFCLENBQ2pCLFdBQXNDLEVBQ3RDLEtBQW1CO1FBRW5CLE1BQU0sZ0JBQWdCLEdBQUc7WUFDckIsR0FBRyxFQUFFLFdBQVcsQ0FBQyxHQUFHO1lBQ3BCLEtBQUssRUFBRSxXQUFXLENBQUMsS0FBSztZQUN4QixXQUFXLEVBQUUsS0FBSyxDQUFDLFdBQVc7U0FDakMsQ0FBQztRQUNGLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVELGNBQWMsQ0FBQyxLQUFVLEVBQUUsS0FBbUI7UUFDMUMsTUFBTSxnQkFBZ0IsR0FBRztZQUNyQixHQUFHLEVBQUUsS0FBSyxDQUFDLEdBQUc7WUFDZCxLQUFLLEVBQUUsS0FBSyxDQUFDLFFBQVEsRUFBRTtZQUN2QixXQUFXLEVBQUUsS0FBSyxDQUFDLFdBQVc7U0FDakMsQ0FBQztRQUNGLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVELDBCQUEwQixDQUFDLHVCQUE0QjtRQUNuRCxJQUFJLENBQUMsdUJBQXVCLENBQUMsSUFBSSxDQUFDLHVCQUF1QixDQUFDLENBQUM7SUFDL0QsQ0FBQztJQUVELHVCQUF1QixDQUFDLG9CQUF5QjtRQUM3QyxJQUFJLENBQUMsb0JBQW9CLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUM7SUFDekQsQ0FBQztJQUVELE9BQU8sQ0FBQyxZQUFpQjtRQUNyQixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUN6QyxDQUFDO0lBRUQsd0JBQXdCLENBQUMsc0JBQTJCO1FBQ2hELElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsc0JBQXNCLENBQUMsQ0FBQztJQUM3RCxDQUFDO0lBRUQsa0JBQWtCLENBQUMsS0FBb0M7UUFDbkQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDckMsQ0FBQztJQUVELGdCQUFnQixDQUFDLEtBQThCO1FBQzNDLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3BDLENBQUM7SUFFRCxXQUFXLENBQUMsT0FBWTtRQUNwQixZQUFZO1FBQ1osZUFBZTtRQUNmLHFEQUFxRDtJQUN6RCxDQUFDOzt1SEF2SFEsMEJBQTBCOzJHQUExQiwwQkFBMEIsbWhCQzFCdkMsaXRUQWdJZTsyRkR0R0YsMEJBQTBCO2tCQVB0QyxTQUFTOytCQUNJLHFCQUFxQixpQkFHaEIsaUJBQWlCLENBQUMsUUFBUSxtQkFDeEIsdUJBQXVCLENBQUMsTUFBTTs4QkFLM0MsS0FBSztzQkFEUixLQUFLO2dCQVFHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBRUcsZUFBZTtzQkFBdkIsS0FBSztnQkFFTixXQUFXO3NCQURWLE1BQU07Z0JBR1Asb0JBQW9CO3NCQURuQixNQUFNO2dCQUdQLFlBQVk7c0JBRFgsTUFBTTtnQkFHRyx1QkFBdUI7c0JBQWhDLE1BQU07Z0JBQ0csc0JBQXNCO3NCQUEvQixNQUFNO2dCQUdQLGVBQWU7c0JBRGQsTUFBTTtnQkFHUCxjQUFjO3NCQURiLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCxcbiAgICBPbkNoYW5nZXMsXG4gICAgSW5wdXQsXG4gICAgT3V0cHV0LFxuICAgIEV2ZW50RW1pdHRlcixcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBPbkRlc3Ryb3ksXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybUdyb3VwIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHtcbiAgICBQZXBGaWVsZEJhc2UsXG4gICAgUGVwTGF5b3V0VHlwZSxcbiAgICBJUGVwRmllbGRWYWx1ZUNoYW5nZUV2ZW50LFxuICAgIElQZXBGaWVsZENsaWNrRXZlbnQsXG59IGZyb20gJ0BwZXBwZXJpLWFkZG9ucy9uZ3gtbGliJztcbmltcG9ydCB7IElQZXBGb3JtRmllbGRDbGlja0V2ZW50LCBJUGVwRm9ybUZpZWxkVmFsdWVDaGFuZ2VFdmVudCB9IGZyb20gJy4vZm9ybS5tb2RlbCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncGVwLWZpZWxkLWdlbmVyYXRvcicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2ZpZWxkLWdlbmVyYXRvci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vZmllbGQtZ2VuZXJhdG9yLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uRW11bGF0ZWQsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFBlcEZpZWxkR2VuZXJhdG9yQ29tcG9uZW50IGltcGxlbWVudHMgT25DaGFuZ2VzLCBPbkRlc3Ryb3kge1xuICAgIHByaXZhdGUgX2ZpZWxkOiBhbnk7XG4gICAgQElucHV0KClcbiAgICBzZXQgZmllbGQodmFsdWU6IGFueSkge1xuICAgICAgICB0aGlzLl9maWVsZCA9IHZhbHVlO1xuICAgIH1cbiAgICBnZXQgZmllbGQoKTogYW55IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2ZpZWxkO1xuICAgIH1cblxuICAgIEBJbnB1dCgpIGlzQWN0aXZlID0gZmFsc2U7XG4gICAgQElucHV0KCkgdWlkOiBhbnkgPSBudWxsO1xuICAgIEBJbnB1dCgpIGZvcm06IEZvcm1Hcm91cDtcbiAgICBASW5wdXQoKSBsYXlvdXRUeXBlOiBQZXBMYXlvdXRUeXBlID0gJ2Zvcm0nO1xuICAgIEBJbnB1dCgpIHNob3dUaXRsZSA9IHRydWU7XG5cbiAgICBASW5wdXQoKSBjaGVja0ZvckNoYW5nZXM6IGFueSA9IG51bGw7XG4gICAgQE91dHB1dCgpXG4gICAgdmFsdWVDaGFuZ2U6IEV2ZW50RW1pdHRlcjxJUGVwRmllbGRWYWx1ZUNoYW5nZUV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXI8SVBlcEZpZWxkVmFsdWVDaGFuZ2VFdmVudD4oKTtcbiAgICBAT3V0cHV0KClcbiAgICBmb3JtVmFsaWRhdGlvbkNoYW5nZTogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xuICAgIEBPdXRwdXQoKVxuICAgIGVsZW1lbnRDbGljazogRXZlbnRFbWl0dGVyPElQZXBGaWVsZENsaWNrRXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcjxJUGVwRmllbGRDbGlja0V2ZW50PigpO1xuXG4gICAgQE91dHB1dCgpIGludGVybmFsRm9ybUZpZWxkQ2hhbmdlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIEBPdXRwdXQoKSBpbnRlcm5hbEZvcm1GaWVsZENsaWNrOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gICAgQE91dHB1dCgpXG4gICAgZm9ybVZhbHVlQ2hhbmdlOiBFdmVudEVtaXR0ZXI8SVBlcEZvcm1GaWVsZFZhbHVlQ2hhbmdlRXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcjxJUGVwRm9ybUZpZWxkVmFsdWVDaGFuZ2VFdmVudD4oKTtcbiAgICBAT3V0cHV0KClcbiAgICBmb3JtRmllbGRDbGljazogRXZlbnRFbWl0dGVyPElQZXBGb3JtRmllbGRDbGlja0V2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXI8SVBlcEZvcm1GaWVsZENsaWNrRXZlbnQ+KCk7XG5cbiAgICBnZXQgaXNWYWxpZCgpOiBib29sZWFuIHtcbiAgICAgICAgaWYgKHRoaXMuZmllbGQucmVhZG9ubHkgfHwgdGhpcy5maWVsZC5kaXNhYmxlZCkge1xuICAgICAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBjb25zdCBmb3JtQ29udHJvbCA9IHRoaXMuZm9ybSAmJiB0aGlzLmZvcm0uZ2V0KHRoaXMuZmllbGQua2V5KTtcblxuICAgICAgICAgICAgaWYgKGZvcm1Db250cm9sKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGZvcm1Db250cm9sLnZhbGlkO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBnZXQgaXNUb3VjaGVkKCk6IGJvb2xlYW4ge1xuICAgICAgICBjb25zdCBmb3JtQ29udHJvbCA9IHRoaXMuZm9ybSAmJiB0aGlzLmZvcm0uZ2V0KHRoaXMuZmllbGQua2V5KTtcbiAgICAgICAgcmV0dXJuIGZvcm1Db250cm9sID8gZm9ybUNvbnRyb2wudG91Y2hlZCA6IGZhbHNlO1xuICAgIH1cblxuICAgIGdldCBpc0RpcnR5KCk6IGJvb2xlYW4ge1xuICAgICAgICBjb25zdCBmb3JtQ29udHJvbCA9IHRoaXMuZm9ybSAmJiB0aGlzLmZvcm0uZ2V0KHRoaXMuZmllbGQua2V5KTtcbiAgICAgICAgcmV0dXJuIGZvcm1Db250cm9sID8gZm9ybUNvbnRyb2wuZGlydHkgOiBmYWxzZTtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgLy9cbiAgICB9XG5cbiAgICBvbkZpbGVDaGFuZ2VkKGZpbGVEYXRhOiBhbnksIGZpZWxkOiBQZXBGaWVsZEJhc2UpIHtcbiAgICAgICAgY29uc3QgdmFsdWUgPSBmaWxlRGF0YSA/IEpTT04uc3RyaW5naWZ5KGZpbGVEYXRhKSA6ICcnO1xuICAgICAgICBjb25zdCBmaWVsZFZhbHVlQ2hhbmdlID0ge1xuICAgICAgICAgICAga2V5OiBmaWVsZC5rZXksXG4gICAgICAgICAgICB2YWx1ZTogdmFsdWUsXG4gICAgICAgICAgICBjb250cm9sVHlwZTogZmllbGQuY29udHJvbFR5cGUsXG4gICAgICAgIH07XG4gICAgICAgIHRoaXMudmFsdWVDaGFuZ2UuZW1pdChmaWVsZFZhbHVlQ2hhbmdlKTtcbiAgICB9XG5cbiAgICBvbkFkZHJlc3NWYWx1ZUNoYW5nZWQoXG4gICAgICAgIHZhbHVlQ2hhbmdlOiBJUGVwRmllbGRWYWx1ZUNoYW5nZUV2ZW50LFxuICAgICAgICBmaWVsZDogUGVwRmllbGRCYXNlXG4gICAgKSB7XG4gICAgICAgIGNvbnN0IGZpZWxkVmFsdWVDaGFuZ2UgPSB7XG4gICAgICAgICAgICBrZXk6IHZhbHVlQ2hhbmdlLmtleSxcbiAgICAgICAgICAgIHZhbHVlOiB2YWx1ZUNoYW5nZS52YWx1ZSxcbiAgICAgICAgICAgIGNvbnRyb2xUeXBlOiBmaWVsZC5jb250cm9sVHlwZSxcbiAgICAgICAgfTtcbiAgICAgICAgdGhpcy52YWx1ZUNoYW5nZS5lbWl0KGZpZWxkVmFsdWVDaGFuZ2UpO1xuICAgIH1cblxuICAgIG9uVmFsdWVDaGFuZ2VkKHZhbHVlOiBhbnksIGZpZWxkOiBQZXBGaWVsZEJhc2UpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZmllbGRWYWx1ZUNoYW5nZSA9IHtcbiAgICAgICAgICAgIGtleTogZmllbGQua2V5LFxuICAgICAgICAgICAgdmFsdWU6IHZhbHVlLnRvU3RyaW5nKCksXG4gICAgICAgICAgICBjb250cm9sVHlwZTogZmllbGQuY29udHJvbFR5cGUsXG4gICAgICAgIH07XG4gICAgICAgIHRoaXMudmFsdWVDaGFuZ2UuZW1pdChmaWVsZFZhbHVlQ2hhbmdlKTtcbiAgICB9XG5cbiAgICBvbkludGVybmFsRm9ybUZpZWxkQ2hhbmdlZChpbnRlcm5hbEZvcm1GaWVsZENoYW5nZTogYW55KTogdm9pZCB7XG4gICAgICAgIHRoaXMuaW50ZXJuYWxGb3JtRmllbGRDaGFuZ2UuZW1pdChpbnRlcm5hbEZvcm1GaWVsZENoYW5nZSk7XG4gICAgfVxuXG4gICAgb25Gb3JtVmFsaWRhdGlvbkNoYW5nZWQoZm9ybVZhbGlkYXRpb25DaGFuZ2U6IGFueSk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1WYWxpZGF0aW9uQ2hhbmdlLmVtaXQoZm9ybVZhbGlkYXRpb25DaGFuZ2UpO1xuICAgIH1cblxuICAgIG9uQ2xpY2soZmllbGRDbGlja2VkOiBhbnkpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5lbGVtZW50Q2xpY2suZW1pdChmaWVsZENsaWNrZWQpO1xuICAgIH1cblxuICAgIG9uSW50ZXJuYWxGb3JtRmllbGRDbGljayhpbnRlcm5hbEZvcm1GaWVsZENsaWNrOiBhbnkpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pbnRlcm5hbEZvcm1GaWVsZENsaWNrLmVtaXQoaW50ZXJuYWxGb3JtRmllbGRDbGljayk7XG4gICAgfVxuXG4gICAgb25Gb3JtVmFsdWVDaGFuZ2VkKGV2ZW50OiBJUGVwRm9ybUZpZWxkVmFsdWVDaGFuZ2VFdmVudCk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1WYWx1ZUNoYW5nZS5lbWl0KGV2ZW50KTtcbiAgICB9XG5cbiAgICBvbkZvcm1GaWVsZENsaWNrKGV2ZW50OiBJUGVwRm9ybUZpZWxkQ2xpY2tFdmVudCk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1GaWVsZENsaWNrLmVtaXQoZXZlbnQpO1xuICAgIH1cblxuICAgIG5nT25DaGFuZ2VzKGNoYW5nZXM6IGFueSk6IHZvaWQge1xuICAgICAgICAvLyBkZWJ1Z2dlcjtcbiAgICAgICAgLy8gRm9yIHRlc3RpbmcuXG4gICAgICAgIC8vIHRoaXMuZmllbGQuZGlzYWJsZWQgPSB0aGlzLmZpZWxkLnJlYWRvbmx5ID0gZmFsc2U7XG4gICAgfVxufVxuIiwiPG5nLWNvbnRhaW5lciBbbmdTd2l0Y2hdPVwiZmllbGQuY29udHJvbFR5cGVcIiBbZm9ybUdyb3VwXT1cImZvcm1cIj5cblxuICAgIDxwZXAtYWRkcmVzcyAqbmdTd2l0Y2hDYXNlPVwiJ2FkZHJlc3MnXCIgW2Zvcm1dPVwiZm9ybVwiIFtrZXldPVwiZmllbGQua2V5XCIgW2Zvcm1hdHRlZFZhbHVlXT1cImZpZWxkLmZvcm1hdHRlZFZhbHVlXCJcbiAgICAgICAgW2xhYmVsXT1cImZpZWxkLmxhYmVsXCIgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIiBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIlxuICAgICAgICBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCIgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiIFtncm91cEZpZWxkc109XCJmaWVsZC5ncm91cEZpZWxkc1wiXG4gICAgICAgIFtsYXlvdXRUeXBlXT1cImxheW91dFR5cGVcIiBbdmlzaWJsZV09XCJmaWVsZC52aXNpYmxlXCIgKGFkZHJlc3NWYWx1ZUNoYW5nZSk9XCJvbkFkZHJlc3NWYWx1ZUNoYW5nZWQoJGV2ZW50LCBmaWVsZClcIj5cbiAgICA8L3BlcC1hZGRyZXNzPlxuXG4gICAgPHBlcC1hdHRhY2htZW50ICpuZ1N3aXRjaENhc2U9XCInYXR0YWNobWVudCdcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbc3JjXT1cImZpZWxkLnZhbHVlXCJcbiAgICAgICAgW2xhYmVsXT1cImZpZWxkLmxhYmVsXCIgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIiBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIlxuICAgICAgICBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCIgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiIFtpc0FjdGl2ZV09XCJpc0FjdGl2ZVwiIFtzaG93VGl0bGVdPVwic2hvd1RpdGxlXCJcbiAgICAgICAgW2xheW91dFR5cGVdPVwibGF5b3V0VHlwZVwiIFt2aXNpYmxlXT1cImZpZWxkLnZpc2libGVcIiAoZWxlbWVudENsaWNrKT1cIm9uQ2xpY2soJGV2ZW50KVwiXG4gICAgICAgIChmaWxlQ2hhbmdlKT1cIm9uRmlsZUNoYW5nZWQoJGV2ZW50LCBmaWVsZClcIj5cbiAgICA8L3BlcC1hdHRhY2htZW50PlxuXG4gICAgPHBlcC1jaGVja2JveCAqbmdTd2l0Y2hDYXNlPVwiJ2NoZWNrYm94J1wiIFtmb3JtXT1cImZvcm1cIiBba2V5XT1cImZpZWxkLmtleVwiXG4gICAgICAgIFt2YWx1ZV09XCIoZmllbGQudmFsdWUgfCBsb3dlcmNhc2UpID09ICd0cnVlJyB8fCBmaWVsZC52YWx1ZSA9PSAnMScgPyB0cnVlIDogZmFsc2VcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIlxuICAgICAgICBbdHlwZV09XCJmaWVsZC50eXBlXCIgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIiBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIlxuICAgICAgICBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCIgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiIFthZGRpdGlvbmFsVmFsdWVdPVwiZmllbGQuYWRkaXRpb25hbFZhbHVlXCJcbiAgICAgICAgW3Nob3dUaXRsZV09XCJzaG93VGl0bGVcIiBbbGF5b3V0VHlwZV09XCJsYXlvdXRUeXBlXCIgW3Zpc2libGVdPVwiZmllbGQudmlzaWJsZVwiXG4gICAgICAgICh2YWx1ZUNoYW5nZSk9XCJvblZhbHVlQ2hhbmdlZCgkZXZlbnQsIGZpZWxkKVwiIFtpc0FjdGl2ZV09XCJpc0FjdGl2ZVwiPlxuICAgIDwvcGVwLWNoZWNrYm94PlxuXG4gICAgPHBlcC1kYXRlICpuZ1N3aXRjaENhc2U9XCInZGF0ZSdcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbdmFsdWVdPVwiZmllbGQudmFsdWVcIlxuICAgICAgICBbZm9ybWF0dGVkVmFsdWVdPVwiZmllbGQuZm9ybWF0dGVkVmFsdWVcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIiBbdHlwZV09XCJmaWVsZC50eXBlXCIgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIiBbdGV4dENvbG9yXT1cImZpZWxkLnRleHRDb2xvclwiXG4gICAgICAgIFt4QWxpZ25tZW50XT1cImZpZWxkLnhBbGlnbm1lbnRcIiBbcm93U3Bhbl09XCJmaWVsZC5yb3dTcGFuXCIgW21pblZhbHVlXT1cImZpZWxkLm1pblZhbHVlXCJcbiAgICAgICAgW21heFZhbHVlXT1cImZpZWxkLm1heFZhbHVlXCIgW3Nob3dUaXRsZV09XCJzaG93VGl0bGVcIiBbbGF5b3V0VHlwZV09XCJsYXlvdXRUeXBlXCIgW3Zpc2libGVdPVwiZmllbGQudmlzaWJsZVwiXG4gICAgICAgICh2YWx1ZUNoYW5nZSk9XCJvblZhbHVlQ2hhbmdlZCgkZXZlbnQsIGZpZWxkKVwiIFtpc0FjdGl2ZV09XCJpc0FjdGl2ZVwiPlxuICAgIDwvcGVwLWRhdGU+XG5cbiAgICA8cGVwLWltYWdlcy1maWxtc3RyaXAgKm5nU3dpdGNoQ2FzZT1cIidpbWFnZXMnXCIgW3VpZF09XCJ1aWRcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIlxuICAgICAgICBbc2hvd1RpdGxlXT1cInNob3dUaXRsZVwiIFtyb3dTcGFuXT1cImZpZWxkLnJvd1NwYW5cIiBbdmFsdWVdPVwiZmllbGQudmFsdWVcIiBbbGF5b3V0VHlwZV09XCJsYXlvdXRUeXBlXCI+XG4gICAgPC9wZXAtaW1hZ2VzLWZpbG1zdHJpcD5cblxuICAgIDxwZXAtaW1hZ2UgKm5nU3dpdGNoQ2FzZT1cIidpbWFnZSdcIiBbdWlkXT1cInVpZFwiIFtmb3JtXT1cImZvcm1cIiBba2V5XT1cImZpZWxkLmtleVwiIFtzcmNdPVwiZmllbGQuZm9ybWF0dGVkVmFsdWVcIlxuICAgICAgICBbc3JjTGFyZ2VdPVwiZmllbGQudmFsdWVcIiBbb3B0aW9uc109XCJmaWVsZC5vcHRpb25zXCIgW2xhYmVsXT1cImZpZWxkLmxhYmVsXCIgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIiBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCJcbiAgICAgICAgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiIFtpbmRpY2F0b3JzRmllbGRdPVwiZmllbGQuaW5kaWNhdG9yc0ZpZWxkXCIgW21lbnVGaWVsZF09XCJmaWVsZC5tZW51RmllbGRcIlxuICAgICAgICBbaGFzQ2FtcGFpZ25GaWVsZF09XCJmaWVsZC5oYXNDYW1wYWlnbkZpZWxkXCIgW3NpemVMaW1pdE1CXT1cImZpZWxkLnNpemVMaW1pdE1CXCIgW2lzQWN0aXZlXT1cImlzQWN0aXZlXCJcbiAgICAgICAgW2xheW91dFR5cGVdPVwibGF5b3V0VHlwZVwiIFt2aXNpYmxlXT1cImZpZWxkLnZpc2libGVcIiAoZWxlbWVudENsaWNrKT1cIm9uQ2xpY2soJGV2ZW50KVwiXG4gICAgICAgIChmaWxlQ2hhbmdlKT1cIm9uRmlsZUNoYW5nZWQoJGV2ZW50LCBmaWVsZClcIj5cbiAgICA8L3BlcC1pbWFnZT5cblxuICAgIDxwZXAtcXVhbnRpdHktc2VsZWN0b3IgKm5nU3dpdGNoQ2FzZT1cIidxcydcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbdmFsdWVdPVwiZmllbGQudmFsdWVcIlxuICAgICAgICBbZm9ybWF0dGVkVmFsdWVdPVwiZmllbGQuZm9ybWF0dGVkVmFsdWVcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIiBbdHlwZV09XCJmaWVsZC50eXBlXCIgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIiBbdGV4dENvbG9yXT1cImZpZWxkLnRleHRDb2xvclwiXG4gICAgICAgIFt4QWxpZ25tZW50XT1cImZpZWxkLnhBbGlnbm1lbnRcIiBbcm93U3Bhbl09XCJmaWVsZC5yb3dTcGFuXCIgW2FsbG93RGVjaW1hbF09XCJmaWVsZC5hbGxvd0RlY2ltYWxcIlxuICAgICAgICBbYWRkaXRpb25hbFZhbHVlXT1cImZpZWxkLmFkZGl0aW9uYWxWYWx1ZVwiIFtub3RpZmljYXRpb25JbmZvXT1cImZpZWxkLm5vdGlmaWNhdGlvbkluZm9cIiBbaXNBY3RpdmVdPVwiaXNBY3RpdmVcIlxuICAgICAgICBbbGF5b3V0VHlwZV09XCJsYXlvdXRUeXBlXCIgW3Nob3dUaXRsZV09XCJzaG93VGl0bGVcIiBbdmlzaWJsZV09XCJmaWVsZC52aXNpYmxlXCJcbiAgICAgICAgKHZhbHVlQ2hhbmdlKT1cIm9uVmFsdWVDaGFuZ2VkKCRldmVudCwgZmllbGQpXCIgKGZvcm1WYWxpZGF0aW9uQ2hhbmdlKT1cIm9uRm9ybVZhbGlkYXRpb25DaGFuZ2VkKCRldmVudClcIlxuICAgICAgICAoZWxlbWVudENsaWNrKT1cIm9uQ2xpY2soJGV2ZW50KVwiPlxuICAgIDwvcGVwLXF1YW50aXR5LXNlbGVjdG9yPlxuXG4gICAgPHBlcC1yaWNoLWh0bWwtdGV4dGFyZWEgKm5nU3dpdGNoQ2FzZT1cIidyaWNoaHRtbHRleHRhcmVhJ1wiIFtmb3JtXT1cImZvcm1cIiBba2V5XT1cImZpZWxkLmtleVwiIFt2YWx1ZV09XCJmaWVsZC52YWx1ZVwiXG4gICAgICAgIFtsYWJlbF09XCJmaWVsZC5sYWJlbFwiIFttYW5kYXRvcnldPVwiZmllbGQubWFuZGF0b3J5XCIgW2Rpc2FibGVkXT1cImZpZWxkLmRpc2FibGVkXCIgW3JlYWRvbmx5XT1cImZpZWxkLnJlYWRvbmx5XCJcbiAgICAgICAgW21heEZpZWxkQ2hhcmFjdGVyc109XCJmaWVsZC5tYXhGaWVsZENoYXJhY3RlcnNcIiBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCIgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiXG4gICAgICAgIFtzaG93VGl0bGVdPVwic2hvd1RpdGxlXCIgW2xheW91dFR5cGVdPVwibGF5b3V0VHlwZVwiIFt2aXNpYmxlXT1cImZpZWxkLnZpc2libGVcIlxuICAgICAgICAodmFsdWVDaGFuZ2UpPVwib25WYWx1ZUNoYW5nZWQoJGV2ZW50LCBmaWVsZClcIiBbaXNBY3RpdmVdPVwiaXNBY3RpdmVcIj5cbiAgICA8L3BlcC1yaWNoLWh0bWwtdGV4dGFyZWE+XG5cbiAgICA8cGVwLXNlbGVjdCAqbmdTd2l0Y2hDYXNlPVwiJ3NlbGVjdCdcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbdmFsdWVdPVwiZmllbGQudmFsdWVcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIlxuICAgICAgICBbdHlwZV09XCJmaWVsZC50eXBlXCIgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIiBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIlxuICAgICAgICBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCIgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiIFtvcHRpb25zXT1cImZpZWxkLm9wdGlvbnNcIiBbc2hvd1RpdGxlXT1cInNob3dUaXRsZVwiXG4gICAgICAgIFtsYXlvdXRUeXBlXT1cImxheW91dFR5cGVcIiBbdmlzaWJsZV09XCJmaWVsZC52aXNpYmxlXCIgKHZhbHVlQ2hhbmdlKT1cIm9uVmFsdWVDaGFuZ2VkKCRldmVudCwgZmllbGQpXCJcbiAgICAgICAgKGZvcm1WYWxpZGF0aW9uQ2hhbmdlKT1cIm9uRm9ybVZhbGlkYXRpb25DaGFuZ2VkKCRldmVudClcIiBbaXNBY3RpdmVdPVwiaXNBY3RpdmVcIj5cbiAgICA8L3BlcC1zZWxlY3Q+XG5cbiAgICA8cGVwLXNlcGFyYXRvciAqbmdTd2l0Y2hDYXNlPVwiJ3NlcGFyYXRvcidcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIlxuICAgICAgICBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCIgW2xheW91dFR5cGVdPVwibGF5b3V0VHlwZVwiIFt2aXNpYmxlXT1cImZpZWxkLnZpc2libGVcIj5cbiAgICA8L3BlcC1zZXBhcmF0b3I+XG5cbiAgICA8cGVwLXNpZ25hdHVyZSAqbmdTd2l0Y2hDYXNlPVwiJ3NpZ25hdHVyZSdcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbc3JjXT1cImZpZWxkLnZhbHVlXCIgW2xhYmVsXT1cImZpZWxkLmxhYmVsXCJcbiAgICAgICAgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIiBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIlxuICAgICAgICBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCIgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiIFtpc0FjdGl2ZV09XCJpc0FjdGl2ZVwiIFtsYXlvdXRUeXBlXT1cImxheW91dFR5cGVcIlxuICAgICAgICBbdmlzaWJsZV09XCJmaWVsZC52aXNpYmxlXCIgKGZpbGVDaGFuZ2UpPVwib25GaWxlQ2hhbmdlZCgkZXZlbnQsIGZpZWxkKVwiPlxuICAgIDwvcGVwLXNpZ25hdHVyZT5cblxuICAgIDxwZXAtdGV4dGFyZWEgKm5nU3dpdGNoQ2FzZT1cIid0ZXh0YXJlYSdcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbdmFsdWVdPVwiZmllbGQudmFsdWVcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIlxuICAgICAgICBbbWFuZGF0b3J5XT1cImZpZWxkLm1hbmRhdG9yeVwiIFtkaXNhYmxlZF09XCJmaWVsZC5kaXNhYmxlZFwiIFtyZWFkb25seV09XCJmaWVsZC5yZWFkb25seVwiXG4gICAgICAgIFttYXhGaWVsZENoYXJhY3RlcnNdPVwiZmllbGQubWF4RmllbGRDaGFyYWN0ZXJzXCIgW3RleHRDb2xvcl09XCJmaWVsZC50ZXh0Q29sb3JcIiBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCJcbiAgICAgICAgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiIFtzaG93VGl0bGVdPVwic2hvd1RpdGxlXCIgW2xheW91dFR5cGVdPVwibGF5b3V0VHlwZVwiIFt2aXNpYmxlXT1cImZpZWxkLnZpc2libGVcIlxuICAgICAgICAodmFsdWVDaGFuZ2UpPVwib25WYWx1ZUNoYW5nZWQoJGV2ZW50LCBmaWVsZClcIiBbaXNBY3RpdmVdPVwiaXNBY3RpdmVcIj5cbiAgICA8L3BlcC10ZXh0YXJlYT5cblxuICAgIDxwZXAtdGV4dGJveCAqbmdTd2l0Y2hDYXNlPVwiJ3RleHRib3gnXCIgW2Zvcm1dPVwiZm9ybVwiIFtrZXldPVwiZmllbGQua2V5XCIgW3ZhbHVlXT1cImZpZWxkLnZhbHVlXCJcbiAgICAgICAgW2Zvcm1hdHRlZFZhbHVlXT1cImZpZWxkLmZvcm1hdHRlZFZhbHVlXCIgW2FjY2Vzc29yeV09XCJmaWVsZC5hY2Nlc3NvcnlcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIiBbcGxhY2Vob2xkZXJdPVwiZmllbGQucGxhY2Vob2xkZXJcIlxuICAgICAgICBbdHlwZV09XCJmaWVsZC50eXBlXCIgW21hbmRhdG9yeV09XCJmaWVsZC5tYW5kYXRvcnlcIiBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIlxuICAgICAgICBbbWF4RmllbGRDaGFyYWN0ZXJzXT1cImZpZWxkLm1heEZpZWxkQ2hhcmFjdGVyc1wiIFt0ZXh0Q29sb3JdPVwiZmllbGQudGV4dENvbG9yXCIgW3hBbGlnbm1lbnRdPVwiZmllbGQueEFsaWdubWVudFwiXG4gICAgICAgIFtyb3dTcGFuXT1cImZpZWxkLnJvd1NwYW5cIiBbc2hvd1RpdGxlXT1cInNob3dUaXRsZVwiIFtsYXlvdXRUeXBlXT1cImxheW91dFR5cGVcIlxuICAgICAgICAodmFsdWVDaGFuZ2UpPVwib25WYWx1ZUNoYW5nZWQoJGV2ZW50LCBmaWVsZClcIiAoZm9ybVZhbGlkYXRpb25DaGFuZ2UpPVwib25Gb3JtVmFsaWRhdGlvbkNoYW5nZWQoJGV2ZW50KVwiXG4gICAgICAgIFtpc0FjdGl2ZV09XCJpc0FjdGl2ZVwiIFt2aXNpYmxlXT1cImZpZWxkLnZpc2libGVcIj5cbiAgICA8L3BlcC10ZXh0Ym94PlxuXG4gICAgPHBlcC1saW5rICpuZ1N3aXRjaENhc2U9XCInbGluaydcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbdmFsdWVdPVwiZmllbGQudmFsdWVcIlxuICAgICAgICBbZm9ybWF0dGVkVmFsdWVdPVwiZmllbGQuZm9ybWF0dGVkVmFsdWVcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIiBbcGxhY2Vob2xkZXJdPVwiZmllbGQucGxhY2Vob2xkZXJcIlxuICAgICAgICBbbWFuZGF0b3J5XT1cImZpZWxkLm1hbmRhdG9yeVwiIFtkaXNhYmxlZF09XCJmaWVsZC5kaXNhYmxlZFwiIFtyZWFkb25seV09XCJmaWVsZC5yZWFkb25seVwiXG4gICAgICAgIFttYXhGaWVsZENoYXJhY3RlcnNdPVwiZmllbGQubWF4RmllbGRDaGFyYWN0ZXJzXCIgW3RleHRDb2xvcl09XCJmaWVsZC50ZXh0Q29sb3JcIiBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCJcbiAgICAgICAgW3Jvd1NwYW5dPVwiZmllbGQucm93U3BhblwiIFtzaG93VGl0bGVdPVwic2hvd1RpdGxlXCIgW2xheW91dFR5cGVdPVwibGF5b3V0VHlwZVwiXG4gICAgICAgICh2YWx1ZUNoYW5nZSk9XCJvblZhbHVlQ2hhbmdlZCgkZXZlbnQsIGZpZWxkKVwiIFtpc0FjdGl2ZV09XCJpc0FjdGl2ZVwiIFt2aXNpYmxlXT1cImZpZWxkLnZpc2libGVcIlxuICAgICAgICAoZm9ybVZhbGlkYXRpb25DaGFuZ2UpPVwib25Gb3JtVmFsaWRhdGlvbkNoYW5nZWQoJGV2ZW50KVwiIChlbGVtZW50Q2xpY2spPVwib25DbGljaygkZXZlbnQpXCI+XG4gICAgPC9wZXAtbGluaz5cblxuICAgIDxwZXAtaW5kaWNhdG9ycyAqbmdTd2l0Y2hDYXNlPVwiJ2luZGljYXRvcnMnXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbdmFsdWVdPVwiZmllbGQudmFsdWVcIiBbbGF5b3V0VHlwZV09XCJsYXlvdXRUeXBlXCI+XG4gICAgPC9wZXAtaW5kaWNhdG9ycz5cbiAgICA8cGVwLWludGVybmFsLWJ1dHRvbiAqbmdTd2l0Y2hDYXNlPVwiJ2J1dHRvbidcIiBbZm9ybV09XCJmb3JtXCIgW2tleV09XCJmaWVsZC5rZXlcIiBbdmFsdWVdPVwiZmllbGQudmFsdWVcIlxuICAgICAgICBbZm9ybWF0dGVkVmFsdWVdPVwiZmllbGQuZm9ybWF0dGVkVmFsdWVcIiBbbGFiZWxdPVwiZmllbGQubGFiZWxcIlxuICAgICAgICBbcmVmZXJlbmNlT2JqZWN0SW50ZXJuYWxUeXBlXT1cImZpZWxkLnJlZmVyZW5jZU9iamVjdEludGVybmFsVHlwZVwiIFt0eXBlXT1cImZpZWxkLnR5cGVcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZmllbGQuZGlzYWJsZWRcIiBbcmVhZG9ubHldPVwiZmllbGQucmVhZG9ubHlcIiBbeEFsaWdubWVudF09XCJmaWVsZC54QWxpZ25tZW50XCJcbiAgICAgICAgW2xheW91dFR5cGVdPVwibGF5b3V0VHlwZVwiIFt2aXNpYmxlXT1cImZpZWxkLnZpc2libGVcIiAoZWxlbWVudENsaWNrKT1cIm9uQ2xpY2soJGV2ZW50KVwiXG4gICAgICAgICh2YWx1ZUNoYW5nZSk9XCJvblZhbHVlQ2hhbmdlZCgkZXZlbnQsIGZpZWxkKVwiPlxuICAgIDwvcGVwLWludGVybmFsLWJ1dHRvbj5cbiAgICA8cGVwLWludGVybmFsLW1lbnUgKm5nU3dpdGNoQ2FzZT1cIidtZW51J1wiIFtrZXldPVwiZmllbGQua2V5XCIgW2xhYmVsXT1cImZpZWxkLmxhYmVsXCIgW2Rpc2FibGVkXT1cImZpZWxkLmRpc2FibGVkXCJcbiAgICAgICAgW3hBbGlnbm1lbnRdPVwiZmllbGQueEFsaWdubWVudFwiIFtvcHRpb25zXT1cImZpZWxkLm9wdGlvbnNcIiBbbGF5b3V0VHlwZV09XCJsYXlvdXRUeXBlXCJcbiAgICAgICAgKGVsZW1lbnRDbGljayk9XCJvbkNsaWNrKCRldmVudClcIj5cbiAgICA8L3BlcC1pbnRlcm5hbC1tZW51PlxuICAgIDxwZXAtaW50ZXJuYWwtcGFnZSAqbmdTd2l0Y2hDYXNlPVwiJ2ludGVybmFsUGFnZSdcIiBbZmllbGRdPVwiZmllbGRcIiBbbGF5b3V0VHlwZV09XCJsYXlvdXRUeXBlXCJcbiAgICAgICAgKGludGVybmFsRm9ybUZpZWxkQ2xpY2spPVwib25JbnRlcm5hbEZvcm1GaWVsZENsaWNrKCRldmVudClcIlxuICAgICAgICAoaW50ZXJuYWxGb3JtRmllbGRDaGFuZ2UpPVwib25JbnRlcm5hbEZvcm1GaWVsZENoYW5nZWQoJGV2ZW50KVwiPlxuICAgIDwvcGVwLWludGVybmFsLXBhZ2U+XG5cbiAgICA8cGVwLWludGVybmFsLWNhcnVzZWwgKm5nU3dpdGNoQ2FzZT1cIidpbnRlcm5hbENhcnVzZWwnXCIgW2ZpZWxkXT1cImZpZWxkXCJcbiAgICAgICAgKGludGVybmFsRm9ybUZpZWxkQ2xpY2spPVwib25JbnRlcm5hbEZvcm1GaWVsZENsaWNrKCRldmVudClcIlxuICAgICAgICAoaW50ZXJuYWxGb3JtRmllbGRDaGFuZ2UpPVwib25JbnRlcm5hbEZvcm1GaWVsZENoYW5nZWQoJGV2ZW50KVwiPlxuICAgIDwvcGVwLWludGVybmFsLWNhcnVzZWw+XG5cbiAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCIncGxhY2Vob2xkZXInXCI+XG4gICAgPC9uZy1jb250YWluZXI+XG48L25nLWNvbnRhaW5lcj4iXX0=
|