@pepperi-addons/ngx-lib 0.4.0-angular14.1 → 0.4.0-angular14.4
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/esm2020/address/address.component.mjs +3 -3
- package/esm2020/address/address.module.mjs +4 -4
- package/esm2020/attachment/attachment.component.mjs +3 -3
- package/esm2020/attachment/attachment.module.mjs +4 -4
- package/esm2020/bread-crumbs/bread-crumbs.component.mjs +4 -4
- package/esm2020/bread-crumbs/bread-crumbs.module.mjs +4 -4
- package/esm2020/button/button.component.mjs +3 -3
- package/esm2020/button/button.module.mjs +4 -4
- package/esm2020/carousel/carousel-item.directive.mjs +3 -3
- package/esm2020/carousel/carousel.component.mjs +3 -3
- package/esm2020/carousel/carousel.module.mjs +4 -4
- package/esm2020/checkbox/checkbox.component.mjs +3 -3
- package/esm2020/checkbox/checkbox.module.mjs +4 -4
- package/esm2020/color/color-picker.component.mjs +3 -3
- package/esm2020/color/color.component.mjs +3 -3
- package/esm2020/color/color.module.mjs +4 -4
- package/esm2020/core/clipboard/clipboard.directive.mjs +3 -3
- package/esm2020/core/clipboard/clipboard.service.mjs +3 -3
- package/esm2020/core/common/directives/auto-width.directive.mjs +3 -3
- package/esm2020/core/common/directives/button-blur.directive.mjs +3 -3
- package/esm2020/core/common/directives/button-loader.directive.mjs +3 -3
- package/esm2020/core/common/directives/data-qa.directive.mjs +3 -3
- package/esm2020/core/common/directives/menu-blur.directive.mjs +3 -3
- package/esm2020/core/common/directives/prevent-multi-click.directive.mjs +3 -3
- package/esm2020/core/common/directives/print.directive.mjs +3 -3
- package/esm2020/core/common/pipes/common-pipes.mjs +30 -30
- package/esm2020/core/common/pipes/date-ago.pipe.mjs +3 -3
- package/esm2020/core/common/services/addon.service.mjs +3 -3
- package/esm2020/core/common/services/color.service.mjs +3 -3
- package/esm2020/core/common/services/cookie.service.mjs +3 -3
- package/esm2020/core/common/services/data-convertor.service.mjs +3 -3
- package/esm2020/core/common/services/file.service.mjs +3 -3
- package/esm2020/core/common/services/jwt-helper.service.mjs +3 -3
- package/esm2020/core/common/services/session.service.mjs +3 -3
- package/esm2020/core/common/services/translate.service.mjs +3 -3
- package/esm2020/core/common/services/utilities.service.mjs +3 -3
- package/esm2020/core/common/services/validator.service.mjs +3 -3
- package/esm2020/core/common/services/window-scrolling.service.mjs +3 -3
- package/esm2020/core/customization/customization.service.mjs +3 -3
- package/esm2020/core/http/interceptors/error.interceptor.mjs +3 -3
- package/esm2020/core/http/interceptors/loader.interceptor.mjs +3 -3
- package/esm2020/core/http/interceptors/profiler.interceptor.mjs +3 -3
- package/esm2020/core/http/services/http.service.mjs +3 -3
- package/esm2020/core/http/services/loader.service.mjs +3 -3
- package/esm2020/core/layout/layout.service.mjs +3 -3
- package/esm2020/core/layout/rtl.directive.mjs +6 -6
- package/esm2020/core/portal/attach.directive.mjs +3 -3
- package/esm2020/core/portal/portal.service.mjs +3 -3
- package/esm2020/core/portal/target.directive.mjs +3 -3
- package/esm2020/core/scroll-to/scroll-to.service.mjs +3 -3
- package/esm2020/date/date.component.mjs +3 -3
- package/esm2020/date/date.model.mjs +6 -6
- package/esm2020/date/date.module.mjs +4 -4
- package/esm2020/dialog/default-dialog.component.mjs +3 -3
- package/esm2020/dialog/dialog.component.mjs +3 -3
- package/esm2020/dialog/dialog.module.mjs +4 -4
- package/esm2020/dialog/dialog.service.mjs +3 -3
- package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +3 -3
- package/esm2020/draggable-items/draggable-items.component.mjs +3 -3
- package/esm2020/draggable-items/draggable-items.module.mjs +4 -4
- package/esm2020/field-title/field-title.component.mjs +3 -3
- package/esm2020/field-title/field-title.module.mjs +4 -4
- package/esm2020/files-uploader/files-uploader.component.mjs +4 -4
- package/esm2020/files-uploader/files-uploader.module.mjs +4 -4
- package/esm2020/form/field-generator.component.mjs +7 -5
- package/esm2020/form/form.component.mjs +3 -3
- package/esm2020/form/form.module.mjs +11 -5
- package/esm2020/form/indicators.component.mjs +3 -3
- package/esm2020/form/internal-button.component.mjs +3 -3
- package/esm2020/form/internal-carusel.component.mjs +6 -6
- package/esm2020/form/internal-carusel.service.mjs +3 -3
- 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 +6 -6
- package/esm2020/form/internal-menu.component.mjs +3 -3
- package/esm2020/form/internal-page.component.mjs +3 -3
- package/esm2020/form/internal-page.service.mjs +3 -3
- package/esm2020/group-buttons/group-buttons.component.mjs +3 -3
- package/esm2020/group-buttons/group-buttons.module.mjs +4 -4
- package/esm2020/icon/icon-registry.service.mjs +3 -3
- package/esm2020/icon/icon.component.mjs +3 -3
- package/esm2020/icon/icon.module.mjs +4 -4
- package/esm2020/icon/icon.service.mjs +3 -3
- package/esm2020/image/image.component.mjs +3 -3
- package/esm2020/image/image.module.mjs +4 -4
- package/esm2020/image/image.service.mjs +3 -3
- package/esm2020/images-filmstrip/images-filmstrip.component.mjs +3 -3
- package/esm2020/images-filmstrip/images-filmstrip.module.mjs +4 -4
- package/esm2020/link/link.component.mjs +3 -3
- package/esm2020/link/link.module.mjs +4 -4
- package/esm2020/link/link.pipes.mjs +3 -3
- package/esm2020/list/list-actions.component.mjs +4 -4
- package/esm2020/list/list-carousel.component.mjs +4 -4
- package/esm2020/list/list-chooser.component.mjs +4 -4
- package/esm2020/list/list-pager.component.mjs +4 -4
- package/esm2020/list/list-sorting.component.mjs +4 -4
- package/esm2020/list/list-total.component.mjs +4 -4
- package/esm2020/list/list-views.component.mjs +4 -4
- package/esm2020/list/list.component.mjs +3 -3
- package/esm2020/list/list.module.mjs +4 -4
- package/esm2020/list/list.pipes.mjs +6 -6
- package/esm2020/list/virtual-scroller.mjs +7 -7
- package/esm2020/menu/menu-item.component.mjs +3 -3
- package/esm2020/menu/menu.component.mjs +3 -3
- package/esm2020/menu/menu.module.mjs +4 -4
- package/esm2020/ngx-lib.module.mjs +4 -4
- package/esm2020/page-layout/page-layout.component.mjs +3 -3
- package/esm2020/page-layout/page-layout.module.mjs +4 -4
- package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +3 -3
- package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +3 -3
- package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +3 -3
- package/esm2020/profile-data-views-list/profile-data-views-list.module.mjs +4 -4
- package/esm2020/quantity-selector/quantity-selector-validation.directive.mjs +3 -3
- package/esm2020/quantity-selector/quantity-selector.component.mjs +3 -3
- package/esm2020/quantity-selector/quantity-selector.module.mjs +4 -4
- package/esm2020/quantity-selector/quantity-selector.pipes.mjs +3 -3
- package/esm2020/query-builder/common/services/output-query.service.mjs +3 -3
- package/esm2020/query-builder/common/services/query-structure.service.mjs +3 -3
- package/esm2020/query-builder/common/services/type-convertor.service.mjs +3 -3
- package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +3 -3
- package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +3 -3
- package/esm2020/query-builder/query-builder.component.mjs +3 -3
- package/esm2020/query-builder/query-builder.module.mjs +4 -4
- package/esm2020/query-builder/query-builder.service.mjs +3 -3
- package/esm2020/remote-loader/addon-block-loader.component.mjs +3 -3
- package/esm2020/remote-loader/addon-block-loader.service.mjs +3 -3
- package/esm2020/remote-loader/remote-loader.component.mjs +39 -40
- package/esm2020/remote-loader/remote-loader.module.mjs +4 -4
- package/esm2020/remote-loader/remote-loader.service.mjs +3 -3
- package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +3 -3
- package/esm2020/rich-html-textarea/rich-html-textarea.module.mjs +4 -4
- package/esm2020/search/search.component.mjs +4 -4
- package/esm2020/search/search.module.mjs +4 -4
- package/esm2020/select/select.component.mjs +3 -3
- package/esm2020/select/select.module.mjs +4 -4
- package/esm2020/separator/separator.component.mjs +3 -3
- package/esm2020/separator/separator.module.mjs +4 -4
- package/esm2020/side-bar/side-bar.component.mjs +4 -4
- package/esm2020/side-bar/side-bar.module.mjs +4 -4
- package/esm2020/signature/signature.component.mjs +3 -3
- package/esm2020/signature/signature.module.mjs +4 -4
- package/esm2020/size-detector/size-detector.component.mjs +3 -3
- package/esm2020/size-detector/size-detector.module.mjs +4 -4
- package/esm2020/slider/slider.component.mjs +3 -3
- package/esm2020/slider/slider.module.mjs +4 -4
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +3 -3
- package/esm2020/smart-filters/common/filter-actions.component.mjs +3 -3
- package/esm2020/smart-filters/common/model/base-filter-component.mjs +3 -3
- package/esm2020/smart-filters/date-filter/date-filter.component.mjs +3 -3
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +3 -3
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +3 -3
- package/esm2020/smart-filters/smart-filters.component.mjs +3 -3
- package/esm2020/smart-filters/smart-filters.module.mjs +4 -4
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +3 -3
- package/esm2020/snack-bar/default-snack-bar.component.mjs +3 -3
- package/esm2020/snack-bar/snack-bar.component.mjs +3 -3
- package/esm2020/snack-bar/snack-bar.module.mjs +4 -4
- package/esm2020/snack-bar/snack-bar.service.mjs +3 -3
- package/esm2020/textarea/textarea.component.mjs +3 -3
- package/esm2020/textarea/textarea.module.mjs +4 -4
- package/esm2020/textbox/textbox-validation.directive.mjs +3 -3
- package/esm2020/textbox/textbox.component.mjs +3 -3
- package/esm2020/textbox/textbox.module.mjs +4 -4
- package/esm2020/textbox-icon/textbox-icon.component.mjs +3 -3
- package/esm2020/textbox-icon/textbox-icon.module.mjs +4 -4
- package/esm2020/top-bar/top-bar.component.mjs +3 -3
- package/esm2020/top-bar/top-bar.module.mjs +4 -4
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-bread-crumbs.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-button.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +10 -10
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs +10 -10
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +10 -10
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +1555 -230
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs +10 -10
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs +10 -10
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +48 -48
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +10 -10
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +25 -25
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +53 -53
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-separator.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +8 -8
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +28 -28
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +10 -10
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +7 -7
- package/fesm2015/pepperi-addons-ngx-lib.mjs +136 -136
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-bread-crumbs.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-button.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +10 -10
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs +10 -10
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +10 -10
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +1552 -228
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs +10 -10
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs +10 -10
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +48 -48
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +10 -10
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +25 -25
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +51 -51
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-separator.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +8 -8
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +28 -28
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +13 -13
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +10 -10
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +7 -7
- package/fesm2020/pepperi-addons-ngx-lib.mjs +136 -136
- package/form/form.module.d.ts +40 -38
- package/form/internal-field-generator.component.d.ts +35 -0
- package/form/internal-form.component.d.ts +89 -0
- package/package.json +8 -8
- package/remote-loader/remote-loader.component.d.ts +2 -7
package/form/form.module.d.ts
CHANGED
|
@@ -1,47 +1,49 @@
|
|
|
1
1
|
import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./form.component";
|
|
4
|
-
import * as i2 from "./
|
|
5
|
-
import * as i3 from "./
|
|
6
|
-
import * as i4 from "./internal-
|
|
7
|
-
import * as i5 from "./
|
|
8
|
-
import * as i6 from "./internal-
|
|
9
|
-
import * as i7 from "./internal-
|
|
10
|
-
import * as i8 from "./internal-
|
|
11
|
-
import * as i9 from "
|
|
12
|
-
import * as i10 from "
|
|
13
|
-
import * as i11 from "@angular/
|
|
14
|
-
import * as i12 from "@angular/
|
|
15
|
-
import * as i13 from "@angular/material/
|
|
16
|
-
import * as i14 from "@angular/material/
|
|
17
|
-
import * as i15 from "@angular/material/
|
|
18
|
-
import * as i16 from "@angular/material/
|
|
19
|
-
import * as i17 from "
|
|
20
|
-
import * as i18 from "@
|
|
21
|
-
import * as i19 from "
|
|
22
|
-
import * as i20 from "@pepperi-addons/ngx-lib
|
|
23
|
-
import * as i21 from "@pepperi-addons/ngx-lib/
|
|
24
|
-
import * as i22 from "@pepperi-addons/ngx-lib/
|
|
25
|
-
import * as i23 from "@pepperi-addons/ngx-lib/
|
|
26
|
-
import * as i24 from "@pepperi-addons/ngx-lib/
|
|
27
|
-
import * as i25 from "@pepperi-addons/ngx-lib/
|
|
28
|
-
import * as i26 from "@pepperi-addons/ngx-lib/
|
|
29
|
-
import * as i27 from "@pepperi-addons/ngx-lib/
|
|
30
|
-
import * as i28 from "@pepperi-addons/ngx-lib/
|
|
31
|
-
import * as i29 from "@pepperi-addons/ngx-lib/
|
|
32
|
-
import * as i30 from "@pepperi-addons/ngx-lib/
|
|
33
|
-
import * as i31 from "@pepperi-addons/ngx-lib/
|
|
34
|
-
import * as i32 from "@pepperi-addons/ngx-lib/
|
|
35
|
-
import * as i33 from "@pepperi-addons/ngx-lib/
|
|
36
|
-
import * as i34 from "@pepperi-addons/ngx-lib/
|
|
37
|
-
import * as i35 from "@pepperi-addons/ngx-lib/
|
|
38
|
-
import * as i36 from "@pepperi-addons/ngx-lib/
|
|
39
|
-
import * as i37 from "@pepperi-addons/ngx-lib/
|
|
40
|
-
import * as i38 from "@pepperi-addons/ngx-lib/
|
|
4
|
+
import * as i2 from "./internal-form.component";
|
|
5
|
+
import * as i3 from "./field-generator.component";
|
|
6
|
+
import * as i4 from "./internal-field-generator.component";
|
|
7
|
+
import * as i5 from "./indicators.component";
|
|
8
|
+
import * as i6 from "./internal-button.component";
|
|
9
|
+
import * as i7 from "./internal-list.component";
|
|
10
|
+
import * as i8 from "./internal-menu.component";
|
|
11
|
+
import * as i9 from "./internal-page.component";
|
|
12
|
+
import * as i10 from "./internal-carusel.component";
|
|
13
|
+
import * as i11 from "@angular/common";
|
|
14
|
+
import * as i12 from "@angular/forms";
|
|
15
|
+
import * as i13 from "@angular/material/core";
|
|
16
|
+
import * as i14 from "@angular/material/form-field";
|
|
17
|
+
import * as i15 from "@angular/material/button";
|
|
18
|
+
import * as i16 from "@angular/material/grid-list";
|
|
19
|
+
import * as i17 from "@angular/material/icon";
|
|
20
|
+
import * as i18 from "@angular/material/menu";
|
|
21
|
+
import * as i19 from "ngx-signaturepad";
|
|
22
|
+
import * as i20 from "@pepperi-addons/ngx-lib";
|
|
23
|
+
import * as i21 from "@pepperi-addons/ngx-lib/dialog";
|
|
24
|
+
import * as i22 from "@pepperi-addons/ngx-lib/icon";
|
|
25
|
+
import * as i23 from "@pepperi-addons/ngx-lib/address";
|
|
26
|
+
import * as i24 from "@pepperi-addons/ngx-lib/attachment";
|
|
27
|
+
import * as i25 from "@pepperi-addons/ngx-lib/button";
|
|
28
|
+
import * as i26 from "@pepperi-addons/ngx-lib/carousel";
|
|
29
|
+
import * as i27 from "@pepperi-addons/ngx-lib/checkbox";
|
|
30
|
+
import * as i28 from "@pepperi-addons/ngx-lib/date";
|
|
31
|
+
import * as i29 from "@pepperi-addons/ngx-lib/image";
|
|
32
|
+
import * as i30 from "@pepperi-addons/ngx-lib/images-filmstrip";
|
|
33
|
+
import * as i31 from "@pepperi-addons/ngx-lib/quantity-selector";
|
|
34
|
+
import * as i32 from "@pepperi-addons/ngx-lib/rich-html-textarea";
|
|
35
|
+
import * as i33 from "@pepperi-addons/ngx-lib/select";
|
|
36
|
+
import * as i34 from "@pepperi-addons/ngx-lib/separator";
|
|
37
|
+
import * as i35 from "@pepperi-addons/ngx-lib/signature";
|
|
38
|
+
import * as i36 from "@pepperi-addons/ngx-lib/textarea";
|
|
39
|
+
import * as i37 from "@pepperi-addons/ngx-lib/textbox";
|
|
40
|
+
import * as i38 from "@pepperi-addons/ngx-lib/link";
|
|
41
|
+
import * as i39 from "@pepperi-addons/ngx-lib/field-title";
|
|
42
|
+
import * as i40 from "@pepperi-addons/ngx-lib/group-buttons";
|
|
41
43
|
export declare class PepFormModule {
|
|
42
44
|
private pepIconRegistry;
|
|
43
45
|
constructor(pepIconRegistry: PepIconRegistry);
|
|
44
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepFormModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PepFormModule, [typeof i1.PepFormComponent, typeof i2.
|
|
47
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepFormModule, [typeof i1.PepFormComponent, typeof i2.PepInternalFormComponent, typeof i3.PepFieldGeneratorComponent, typeof i4.PepInternalFieldGeneratorComponent, typeof i5.PepIndicatorsComponent, typeof i6.PepInternalButtonComponent, typeof i7.PepInternalListComponent, typeof i8.PepInternalMenuComponent, typeof i9.PepInternalPageComponent, typeof i10.PepInternalCaruselComponent], [typeof i11.CommonModule, typeof i12.ReactiveFormsModule, typeof i13.MatCommonModule, typeof i14.MatFormFieldModule, typeof i15.MatButtonModule, typeof i16.MatGridListModule, typeof i17.MatIconModule, typeof i18.MatMenuModule, typeof i19.SignaturePadModule, typeof i20.PepNgxLibModule, typeof i21.PepDialogModule, typeof i22.PepIconModule, typeof i23.PepAddressModule, typeof i24.PepAttachmentModule, typeof i25.PepButtonModule, typeof i26.PepCarouselModule, typeof i27.PepCheckboxModule, typeof i28.PepDateModule, typeof i29.PepImageModule, typeof i30.PepImagesFilmstripModule, typeof i31.PepQuantitySelectorModule, typeof i32.PepRichHtmlTextareaModule, typeof i33.PepSelectModule, typeof i34.PepSeparatorModule, typeof i35.PepSignatureModule, typeof i36.PepTextareaModule, typeof i37.PepTextboxModule, typeof i38.PepLinkModule, typeof i39.PepFieldTitleModule, typeof i40.PepGroupButtonsModule], [typeof i1.PepFormComponent]>;
|
|
46
48
|
static ɵinj: i0.ɵɵInjectorDeclaration<PepFormModule>;
|
|
47
49
|
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { OnChanges, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { PepFieldBase, PepLayoutType, IPepFieldValueChangeEvent, IPepFieldClickEvent } from '@pepperi-addons/ngx-lib';
|
|
4
|
+
import { IPepFormFieldClickEvent, IPepFormFieldValueChangeEvent } from './form.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PepInternalFieldGeneratorComponent implements OnChanges, OnDestroy {
|
|
7
|
+
private _field;
|
|
8
|
+
set field(value: any);
|
|
9
|
+
get field(): any;
|
|
10
|
+
isActive: boolean;
|
|
11
|
+
uid: any;
|
|
12
|
+
form: FormGroup;
|
|
13
|
+
layoutType: PepLayoutType;
|
|
14
|
+
showTitle: boolean;
|
|
15
|
+
checkForChanges: any;
|
|
16
|
+
valueChange: EventEmitter<IPepFieldValueChangeEvent>;
|
|
17
|
+
formValidationChange: EventEmitter<boolean>;
|
|
18
|
+
elementClick: EventEmitter<IPepFieldClickEvent>;
|
|
19
|
+
formValueChange: EventEmitter<IPepFormFieldValueChangeEvent>;
|
|
20
|
+
formFieldClick: EventEmitter<IPepFormFieldClickEvent>;
|
|
21
|
+
get isValid(): boolean;
|
|
22
|
+
get isTouched(): boolean;
|
|
23
|
+
get isDirty(): boolean;
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
onFileChanged(fileData: any, field: PepFieldBase): void;
|
|
26
|
+
onAddressValueChanged(valueChange: IPepFieldValueChangeEvent, field: PepFieldBase): void;
|
|
27
|
+
onValueChanged(value: any, field: PepFieldBase): void;
|
|
28
|
+
onFormValidationChanged(formValidationChange: any): void;
|
|
29
|
+
onClick(fieldClicked: any): void;
|
|
30
|
+
onFormValueChanged(event: IPepFormFieldValueChangeEvent): void;
|
|
31
|
+
onFormFieldClick(event: IPepFormFieldClickEvent): void;
|
|
32
|
+
ngOnChanges(changes: any): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalFieldGeneratorComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalFieldGeneratorComponent, "pep-internal-field-generator", never, { "field": "field"; "isActive": "isActive"; "uid": "uid"; "form": "form"; "layoutType": "layoutType"; "showTitle": "showTitle"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "formValidationChange": "formValidationChange"; "elementClick": "elementClick"; "formValueChange": "formValueChange"; "formFieldClick": "formFieldClick"; }, never, never, false>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, KeyValueDiffers, EventEmitter, OnChanges, DoCheck } from '@angular/core';
|
|
2
|
+
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { PepDialogService } from '@pepperi-addons/ngx-lib/dialog';
|
|
5
|
+
import { IPepFieldValueChangeEvent, IPepFieldClickEvent, PepLayoutType, PepCustomizationService, PepLayoutService, UIControl, UIControlField, ObjectsDataRow, ObjectsDataRowCell, PepFieldBase, PepHorizontalAlignment, PepVerticalAlignment, X_ALIGNMENT_TYPE, Y_ALIGNMENT_TYPE, KeyValuePair, IPepOption } from '@pepperi-addons/ngx-lib';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import { IPepFormFieldValueChangeEvent, IPepFormFieldClickEvent } from './form.model';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class PepInternalFormComponent implements OnInit, DoCheck, OnChanges, OnDestroy {
|
|
10
|
+
private dialogService;
|
|
11
|
+
private customizationService;
|
|
12
|
+
private layoutService;
|
|
13
|
+
private fb;
|
|
14
|
+
private translate;
|
|
15
|
+
isInternal: boolean;
|
|
16
|
+
isReport: boolean;
|
|
17
|
+
layout: UIControl;
|
|
18
|
+
lockEvents: boolean;
|
|
19
|
+
canEditObject: boolean;
|
|
20
|
+
private _data;
|
|
21
|
+
set data(value: ObjectsDataRow);
|
|
22
|
+
get data(): ObjectsDataRow;
|
|
23
|
+
set lockFields(value: boolean);
|
|
24
|
+
isActive: boolean;
|
|
25
|
+
layoutType: PepLayoutType;
|
|
26
|
+
objectId: string;
|
|
27
|
+
parentId: string;
|
|
28
|
+
searchCode: string;
|
|
29
|
+
showTitle: boolean;
|
|
30
|
+
firstFieldAsLink: boolean;
|
|
31
|
+
checkForChanges: any;
|
|
32
|
+
valueChange: EventEmitter<IPepFormFieldValueChangeEvent>;
|
|
33
|
+
formValidationChange: EventEmitter<boolean>;
|
|
34
|
+
fieldClick: EventEmitter<IPepFormFieldClickEvent>;
|
|
35
|
+
isLocked: boolean;
|
|
36
|
+
formGutterSize: any;
|
|
37
|
+
cardGutterSize: any;
|
|
38
|
+
rowHeight: any;
|
|
39
|
+
form: FormGroup;
|
|
40
|
+
differ: any;
|
|
41
|
+
private rows;
|
|
42
|
+
fields: PepFieldBase[];
|
|
43
|
+
private _fieldsSubject;
|
|
44
|
+
get fields$(): Observable<PepFieldBase[]>;
|
|
45
|
+
columns: number;
|
|
46
|
+
private hasMenuFloatingOnOtherField;
|
|
47
|
+
private menuField;
|
|
48
|
+
private menuDataField;
|
|
49
|
+
private hasCampaignField;
|
|
50
|
+
private hasCampaignDataField;
|
|
51
|
+
private indicatorsField;
|
|
52
|
+
private indicatorsDataField;
|
|
53
|
+
private _shouldReloadForm;
|
|
54
|
+
get shouldReloadForm(): boolean;
|
|
55
|
+
constructor(dialogService: PepDialogService, customizationService: PepCustomizationService, layoutService: PepLayoutService, fb: FormBuilder, differs: KeyValueDiffers, translate: TranslateService);
|
|
56
|
+
convertXAlignToHorizontalAlign(xAlign: X_ALIGNMENT_TYPE): PepHorizontalAlignment;
|
|
57
|
+
convertYAlignToVerticalAlign(yAlign: Y_ALIGNMENT_TYPE): PepVerticalAlignment;
|
|
58
|
+
convertOptionalValues(optionalValues: Array<KeyValuePair<string>>): IPepOption[];
|
|
59
|
+
convertAddressFields(controlField: UIControlField, addressFields: Array<ObjectsDataRowCell>, canEditObject: boolean): PepFieldBase[];
|
|
60
|
+
isMatrixField(apiNameToCheck: string): boolean;
|
|
61
|
+
doesFieldHavaFloatingField(controlField: UIControlField, floatingField: any): boolean;
|
|
62
|
+
getOptionsForCustomField(controlField: UIControlField, dataField: any, canEditObject: boolean): any;
|
|
63
|
+
convertToCustomField(controlField: UIControlField, dataField: any, canEditObject: boolean, menuField: any, hasCampaignField: any, indicatorsField: any, objectId: any, parentId: any, searchCode: any): PepFieldBase;
|
|
64
|
+
getFieldFormattedValue(field: PepFieldBase): string;
|
|
65
|
+
private toControlGroup;
|
|
66
|
+
private createBaseField;
|
|
67
|
+
showFormValidationMessage(): void;
|
|
68
|
+
ngOnInit(): void;
|
|
69
|
+
ngDoCheck(): void;
|
|
70
|
+
ngOnChanges(changes: any): void;
|
|
71
|
+
ngOnDestroy(): void;
|
|
72
|
+
getUiControlFields(): Array<UIControlField>;
|
|
73
|
+
initFieldsStructure(fields: PepFieldBase[], maxRow: number): void;
|
|
74
|
+
setForm(isForUpdate?: boolean): void;
|
|
75
|
+
initForm(): void;
|
|
76
|
+
private updateField;
|
|
77
|
+
updateForm(): void;
|
|
78
|
+
ReloadForm(): void;
|
|
79
|
+
private getFormControlById;
|
|
80
|
+
private setSpecialFields;
|
|
81
|
+
convertCustomFields(controlFields: Array<any>, dataFields: Array<any>): PepFieldBase[];
|
|
82
|
+
onFormValidationChanged(formValidationChange: any): void;
|
|
83
|
+
onValueChanged(event: IPepFieldValueChangeEvent): void;
|
|
84
|
+
onClick(fieldClickEvent: IPepFieldClickEvent): void;
|
|
85
|
+
onFormValueChanged(event: IPepFormFieldValueChangeEvent): void;
|
|
86
|
+
onFormFieldClick(event: IPepFormFieldClickEvent): void;
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepInternalFormComponent, never>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepInternalFormComponent, "pep-internal-form", never, { "isInternal": "isInternal"; "isReport": "isReport"; "layout": "layout"; "lockEvents": "lockEvents"; "canEditObject": "canEditObject"; "data": "data"; "lockFields": "lockFields"; "isActive": "isActive"; "layoutType": "layoutType"; "objectId": "objectId"; "parentId": "parentId"; "searchCode": "searchCode"; "showTitle": "showTitle"; "firstFieldAsLink": "firstFieldAsLink"; "checkForChanges": "checkForChanges"; }, { "valueChange": "valueChange"; "formValidationChange": "formValidationChange"; "fieldClick": "fieldClick"; }, never, never, false>;
|
|
89
|
+
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pepperi-addons/ngx-lib",
|
|
3
|
-
"version": "0.4.0-angular14.
|
|
3
|
+
"version": "0.4.0-angular14.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/animations": ">= 14.0.
|
|
5
|
+
"@angular/animations": ">= 14.0.2",
|
|
6
6
|
"@angular/cdk": ">= 14.0.2",
|
|
7
|
-
"@angular/common": ">= 14.0.
|
|
8
|
-
"@angular/compiler": ">= 14.0.
|
|
9
|
-
"@angular/core": ">= 14.0.
|
|
10
|
-
"@angular/forms": ">= 14.0.
|
|
7
|
+
"@angular/common": ">= 14.0.2",
|
|
8
|
+
"@angular/compiler": ">= 14.0.2",
|
|
9
|
+
"@angular/core": ">= 14.0.2",
|
|
10
|
+
"@angular/forms": ">= 14.0.2",
|
|
11
11
|
"@angular/material": "^14.0.2",
|
|
12
|
-
"@angular/platform-browser": ">= 14.0.
|
|
13
|
-
"@angular/platform-browser-dynamic": ">= 14.0.
|
|
12
|
+
"@angular/platform-browser": ">= 14.0.2",
|
|
13
|
+
"@angular/platform-browser-dynamic": ">= 14.0.2",
|
|
14
14
|
"@ngx-translate/core": "^14.0.0",
|
|
15
15
|
"@ngx-translate/http-loader": "^7.0.0",
|
|
16
16
|
"ngx-translate-multi-http-loader": "^3.0.0",
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { OnChanges, ViewContainerRef, ComponentFactoryResolver, Injector, Compiler, EventEmitter, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { OnChanges, ViewContainerRef, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
2
|
import { PepRemoteLoaderOptions } from './remote-loader.model';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class PepRemoteLoaderComponent implements OnChanges {
|
|
6
|
-
private injector;
|
|
7
|
-
private cfr;
|
|
8
|
-
private compiler;
|
|
9
|
-
private pepAddonService;
|
|
10
5
|
viewContainer: ViewContainerRef;
|
|
11
6
|
private _options;
|
|
12
7
|
set options(value: PepRemoteLoaderOptions);
|
|
@@ -17,7 +12,7 @@ export declare class PepRemoteLoaderComponent implements OnChanges {
|
|
|
17
12
|
hostEvents: EventEmitter<any>;
|
|
18
13
|
load: EventEmitter<any>;
|
|
19
14
|
private compRef;
|
|
20
|
-
constructor(
|
|
15
|
+
constructor();
|
|
21
16
|
private setHostComponentIntoComponentRef;
|
|
22
17
|
ngOnChanges(changes: SimpleChanges): Promise<void>;
|
|
23
18
|
private loadModule;
|