ngx-techlify-core 15.0.2 → 16.0.0
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/esm2022/lib/access-control-config/access-control-config-form/access-control-config-form.component.mjs +135 -0
- package/{esm2020 → esm2022}/lib/access-control-config/access-control-config-routing.module.mjs +5 -5
- package/esm2022/lib/access-control-config/access-control-config.component.mjs +137 -0
- package/esm2022/lib/access-control-config/access-control-config.model.mjs +34 -0
- package/{esm2020 → esm2022}/lib/access-control-config/access-control-config.module.mjs +24 -24
- package/esm2022/lib/access-control-config/access-control-config.service.mjs +32 -0
- package/esm2022/lib/action-popup/action-popup.component.mjs +36 -0
- package/{esm2020 → esm2022}/lib/action-popup/action-popup.model.mjs +4 -1
- package/{esm2020 → esm2022}/lib/action-popup/action-popup.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-for-model/audit-log-for-model-routing.module.mjs +5 -5
- package/esm2022/lib/audit-log/audit-log-for-model/audit-log-for-model.component.mjs +54 -0
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-for-model/audit-log-for-model.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-list/audit-log-list-routing.module.mjs +5 -5
- package/esm2022/lib/audit-log/audit-log-list/audit-log-list.component.mjs +146 -0
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-list/audit-log-list.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-list-filter/audit-log-list-filter-routing.module.mjs +5 -5
- package/esm2022/lib/audit-log/audit-log-list-filter/audit-log-list-filter.component.mjs +79 -0
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-list-filter/audit-log-list-filter.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-view/audit-log-view-routing.module.mjs +5 -5
- package/esm2022/lib/audit-log/audit-log-view/audit-log-view.component.mjs +55 -0
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-view/audit-log-view.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-view-model/audit-log-view-model-routing.module.mjs +5 -5
- package/esm2022/lib/audit-log/audit-log-view-model/audit-log-view-model.component.mjs +60 -0
- package/{esm2020 → esm2022}/lib/audit-log/audit-log-view-model/audit-log-view-model.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/audit-log/audit-log.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/audit-log/audit-logs-view-model/audit-logs-view-model-routing.module.mjs +5 -5
- package/esm2022/lib/audit-log/audit-logs-view-model/audit-logs-view-model.component.mjs +40 -0
- package/{esm2020 → esm2022}/lib/audit-log/audit-logs-view-model/audit-logs-view-model.module.mjs +11 -11
- package/esm2022/lib/base-model/techlify-form-component.class.mjs +52 -0
- package/esm2022/lib/base-model/techlify-listing-component.class.mjs +64 -0
- package/esm2022/lib/base-model/techlify-service.class.mjs +69 -0
- package/{esm2020 → esm2022}/lib/change-password/change-password-routing.module.mjs +5 -5
- package/esm2022/lib/change-password/change-password.component.mjs +96 -0
- package/{esm2020 → esm2022}/lib/change-password/change-password.module.mjs +19 -19
- package/esm2022/lib/column-selector/column-selector/column-selector.component.mjs +36 -0
- package/{esm2020 → esm2022}/lib/column-selector/column-selector.module.mjs +13 -13
- package/esm2022/lib/core/alert.service.mjs +39 -0
- package/esm2022/lib/core/api-prefix.interceptor.mjs +27 -0
- package/esm2022/lib/core/authentication.guard.mjs +37 -0
- package/esm2022/lib/core/authentication.service.mjs +65 -0
- package/esm2022/lib/core/cache.interceptor.mjs +59 -0
- package/esm2022/lib/core/config.service.mjs +46 -0
- package/esm2022/lib/core/core.module.mjs +63 -0
- package/esm2022/lib/core/credentials.service.mjs +80 -0
- package/esm2022/lib/core/dataManager.service.mjs +120 -0
- package/esm2022/lib/core/error-handler.interceptor.mjs +50 -0
- package/esm2022/lib/core/error-handler.service.mjs +57 -0
- package/esm2022/lib/core/filter.service.mjs +39 -0
- package/{esm2020 → esm2022}/lib/core/form-validator.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core/header.interceptor.mjs +4 -4
- package/esm2022/lib/core/http-cache.service.mjs +110 -0
- package/esm2022/lib/core/http.service.mjs +89 -0
- package/esm2022/lib/core/logger.service.mjs +101 -0
- package/{esm2020 → esm2022}/lib/core/route-reusable-strategy.mjs +4 -4
- package/esm2022/lib/core/snack/snack.component.mjs +35 -0
- package/{esm2020 → esm2022}/lib/core/snack/snack.module.mjs +11 -11
- package/esm2022/lib/core/storage.service.mjs +38 -0
- package/esm2022/lib/core/techlify-config.model.mjs +30 -0
- package/esm2022/lib/core/token.interceptor.mjs +29 -0
- package/esm2022/lib/data-table/data-table.component.mjs +211 -0
- package/esm2022/lib/data-table/data-table.model.mjs +46 -0
- package/{esm2020 → esm2022}/lib/data-table/data-table.module.mjs +11 -11
- package/esm2022/lib/document-viewer/document-viewer.component.mjs +69 -0
- package/{esm2020 → esm2022}/lib/document-viewer/document-viewer.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/document-viewer/viewer-config.model.mjs +4 -1
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-for-user/email-subscription-for-user-routing.module.mjs +5 -5
- package/esm2022/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.mjs +77 -0
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.module.mjs +13 -13
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form-routing.module.mjs +5 -5
- package/esm2022/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.component.mjs +118 -0
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.module.mjs +17 -17
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list-routing.module.mjs +5 -5
- package/esm2022/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.mjs +164 -0
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.module.mjs +17 -17
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form-routing.module.mjs +5 -5
- package/esm2022/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.component.mjs +114 -0
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.module.mjs +17 -17
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list-routing.module.mjs +5 -5
- package/esm2022/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.mjs +169 -0
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter-routing.module.mjs +5 -5
- package/esm2022/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.component.mjs +54 -0
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/email-subscription/email-subscription.module.mjs +7 -7
- package/esm2022/lib/entity-files/entity-file-form/entity-file-form.component.mjs +174 -0
- package/esm2022/lib/entity-files/entity-file.service.mjs +37 -0
- package/esm2022/lib/entity-files/entity-files-view-all.component.mjs +364 -0
- package/{esm2020 → esm2022}/lib/entity-files/entity-files-view-all.module.mjs +29 -29
- package/esm2022/lib/export-excel/export-excel-button/export-excel-button.component.mjs +31 -0
- package/{esm2020 → esm2022}/lib/export-excel/export-excel.module.mjs +7 -7
- package/esm2022/lib/file-dragdrop-uploader/file-dragdrop-uploader/file-dragdrop-uploader.component.mjs +92 -0
- package/{esm2020 → esm2022}/lib/file-dragdrop-uploader/file-dragdrop-uploader.module.mjs +13 -13
- package/esm2022/lib/file-dropper/file-dropper.component.mjs +129 -0
- package/esm2022/lib/file-dropper/file-dropper.model.mjs +11 -0
- package/{esm2020 → esm2022}/lib/file-dropper/file-dropper.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/forgot-password/forgot-password-routing.module.mjs +5 -5
- package/esm2022/lib/forgot-password/forgot-password.component.mjs +81 -0
- package/{esm2020 → esm2022}/lib/forgot-password/forgot-password.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/import-csv/data-import/data-import.component.mjs +5 -4
- package/esm2022/lib/import-csv/failed-items-list/failed-items-list.component.mjs +38 -0
- package/esm2022/lib/import-csv/field-mapping/field-mapping.component.mjs +160 -0
- package/esm2022/lib/import-csv/import-csv.component.mjs +207 -0
- package/{esm2020 → esm2022}/lib/import-csv/import-csv.module.mjs +28 -28
- package/esm2022/lib/import-csv/import-history-list/import-history-list.component.mjs +75 -0
- package/esm2022/lib/import-csv/import-success/import-success.component.mjs +26 -0
- package/{esm2020 → esm2022}/lib/ip-address-selector/ip-address-selector.module.mjs +17 -17
- package/esm2022/lib/ip-address-selector/ip-range-selector/ip-range-selector.component.mjs +108 -0
- package/esm2022/lib/loader/loader.component.mjs +23 -0
- package/{esm2020 → esm2022}/lib/loader/loader.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/login/login-routing.module.mjs +5 -5
- package/esm2022/lib/login/login.component.mjs +170 -0
- package/{esm2020 → esm2022}/lib/login/login.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/login-history-for-user/login-history-for-user-routing.module.mjs +5 -5
- package/esm2022/lib/login-history-for-user/login-history-for-user.component.mjs +96 -0
- package/{esm2020 → esm2022}/lib/login-history-for-user/login-history-for-user.module.mjs +17 -17
- package/{esm2020 → esm2022}/lib/material.module.mjs +53 -53
- package/{esm2020 → esm2022}/lib/ngx-techlify-users/ngx-techlify-users-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/ngx-techlify-users/ngx-techlify-users.module.mjs +7 -7
- package/esm2022/lib/note/comment-form/comment-form.component.mjs +82 -0
- package/esm2022/lib/note/note-form/note-form.component.mjs +88 -0
- package/esm2022/lib/note/note-list/note-list.component.mjs +153 -0
- package/{esm2020 → esm2022}/lib/note/note.module.mjs +19 -19
- package/esm2022/lib/note/note.service.mjs +30 -0
- package/esm2022/lib/number-input-button/number-input-button/number-input-button.component.mjs +104 -0
- package/{esm2020 → esm2022}/lib/number-input-button/number-input-button.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/password-requirement-check/password-check.service.mjs +4 -4
- package/esm2022/lib/password-requirement-check/password-requirement-check/password-requirement-check.component.mjs +50 -0
- package/{esm2020 → esm2022}/lib/password-requirement-check/password-requirement-check.module.mjs +5 -5
- package/esm2022/lib/profile/profile-edit.component.mjs +84 -0
- package/{esm2020 → esm2022}/lib/profile/profile-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/profile/profile.module.mjs +11 -11
- package/esm2022/lib/read-more/read-more.component.mjs +44 -0
- package/{esm2020 → esm2022}/lib/read-more/read-more.module.mjs +9 -9
- package/esm2022/lib/request-helper/request-helper.service.mjs +107 -0
- package/esm2022/lib/restrictors/restrictor-level-selector/restrictor-level-selector/restrictor-level-selector.component.mjs +93 -0
- package/{esm2020 → esm2022}/lib/restrictors/restrictor-level-selector/restrictor-level-selector.module.mjs +11 -11
- package/esm2022/lib/restrictors/restrictor-level-selector/restrictor-level.service.mjs +20 -0
- package/esm2022/lib/restrictors/restrictor-status-selector/restrictor-status-selector/restrictor-status-selector.component.mjs +93 -0
- package/{esm2020 → esm2022}/lib/restrictors/restrictor-status-selector/restrictor-status-selector.module.mjs +9 -9
- package/esm2022/lib/restrictors/restrictor-status-selector/restrictor-status.service.mjs +20 -0
- package/esm2022/lib/restrictors/restrictor-type-selector/restrictor-type-selector/restrictor-type-selector.component.mjs +94 -0
- package/{esm2020 → esm2022}/lib/restrictors/restrictor-type-selector/restrictor-type-selector.module.mjs +11 -11
- package/esm2022/lib/restrictors/restrictor-type-selector/restrictor-type.service.mjs +20 -0
- package/esm2022/lib/restrictors/restrictor.service.mjs +20 -0
- package/esm2022/lib/restrictors/restrictors-form/restrictors-form.component.mjs +111 -0
- package/esm2022/lib/restrictors/restrictors-form-page/restrictors-form-page.component.mjs +49 -0
- package/esm2022/lib/restrictors/restrictors-list-page/restrictors-list-page.component.mjs +152 -0
- package/{esm2020 → esm2022}/lib/restrictors/restrictors-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/restrictors/restrictors.module.mjs +43 -43
- package/{esm2020 → esm2022}/lib/role/permission/permission.model.mjs +4 -1
- package/{esm2020 → esm2022}/lib/role/permission/permission.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/role/permission/permission.routes.mjs +5 -5
- package/esm2022/lib/role/permission/permissions-management.component.mjs +127 -0
- package/esm2022/lib/role/role-form.component.mjs +109 -0
- package/esm2022/lib/role/role-view/role-view.component.mjs +44 -0
- package/esm2022/lib/role/role.model.mjs +66 -0
- package/{esm2020 → esm2022}/lib/role/role.module.mjs +21 -21
- package/{esm2020 → esm2022}/lib/role/role.routes.mjs +5 -5
- package/esm2022/lib/role/role.service.mjs +27 -0
- package/esm2022/lib/role/roles-view-all.component.mjs +140 -0
- package/esm2022/lib/searchable-selector/searchable-selector.component.mjs +365 -0
- package/{esm2020 → esm2022}/lib/searchable-selector/searchable-selector.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/signup/signup-routing.module.mjs +5 -5
- package/esm2022/lib/signup/signup.component.mjs +87 -0
- package/{esm2020 → esm2022}/lib/signup/signup.module.mjs +11 -11
- package/esm2022/lib/techlify-company-switcher/techlify-company-switcher/techlify-company-switcher.component.mjs +73 -0
- package/{esm2020 → esm2022}/lib/techlify-company-switcher/techlify-company-switcher.module.mjs +9 -9
- package/esm2022/lib/techlify-feature/on-off-switch/on-off-switch.component.mjs +27 -0
- package/esm2022/lib/techlify-feature/techlify-feature-enabled.directive.mjs +79 -0
- package/esm2022/lib/techlify-feature/techlify-feature-listing.component.mjs +179 -0
- package/{esm2020 → esm2022}/lib/techlify-feature/techlify-feature.module.mjs +17 -17
- package/esm2022/lib/techlify-feature/techlify-feature.service.mjs +27 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/ngx-techlify-notifier/ngx-techlify-notifier-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-notifications/ngx-techlify-notifier/ngx-techlify-notifier.component.mjs +109 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/ngx-techlify-notifier/ngx-techlify-notifier.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.component.mjs +90 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.module.mjs +13 -13
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notfication-subscriber-dashboard/techlify-notfication-subscriber-dashboard-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notfication-subscriber-dashboard/techlify-notfication-subscriber-dashboard.component.mjs +180 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notfication-subscriber-dashboard/techlify-notfication-subscriber-dashboard.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-form/techlify-notification-subscriber-form-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-form/techlify-notification-subscriber-form.component.mjs +131 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-form/techlify-notification-subscriber-form.module.mjs +17 -17
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list/techlify-notification-subscriber-list-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list/techlify-notification-subscriber-list.component.mjs +186 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list/techlify-notification-subscriber-list.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter.component.mjs +72 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber.module.mjs +19 -19
- package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscription-entity.model.mjs +6 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-form/techlify-notification-type-form-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-form/techlify-notification-type-form.component.mjs +111 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-form/techlify-notification-type-form.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-list/techlify-notification-type-list-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-list/techlify-notification-type-list.component.mjs +171 -0
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-list/techlify-notification-type-list.module.mjs +17 -17
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type.module.mjs +17 -17
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-user-status.model.mjs +3 -3
- package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification.module.mjs +7 -7
- package/esm2022/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-config.model.mjs +24 -0
- package/esm2022/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.mjs +301 -0
- package/{esm2020 → esm2022}/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.module.mjs +13 -13
- package/esm2022/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.component.mjs +189 -0
- package/{esm2020 → esm2022}/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.module.mjs +17 -17
- package/esm2022/lib/techlify-update/techlify-update-form/techlify-update-form.component.mjs +124 -0
- package/{esm2020 → esm2022}/lib/techlify-update/techlify-update-form/techlify-update-form.module.mjs +13 -13
- package/{esm2020 → esm2022}/lib/techlify-update/techlify-update-history/techlify-update-history-routing.module.mjs +5 -5
- package/esm2022/lib/techlify-update/techlify-update-history/techlify-update-history.component.mjs +151 -0
- package/{esm2020 → esm2022}/lib/techlify-update/techlify-update-history/techlify-update-history.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/techlify-update/techlify-update-routing.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/techlify-update/techlify-update.module.mjs +21 -21
- package/esm2022/lib/techlify-update/techlify-update.service.mjs +42 -0
- package/esm2022/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.mjs +169 -0
- package/esm2022/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.component.mjs +63 -0
- package/{esm2020 → esm2022}/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.module.mjs +11 -11
- package/esm2022/lib/techlify-update/update-notifier/update-notifier-snack/update-notifier-snack.component.mjs +85 -0
- package/esm2022/lib/techlify-update/update-notifier/update-notifier.component.mjs +57 -0
- package/{esm2020 → esm2022}/lib/techlify-update/update-notifier/update-notifier.module.mjs +13 -13
- package/esm2022/lib/techlify-update/update-view/update-view.component.mjs +43 -0
- package/{esm2020 → esm2022}/lib/techlify-update/update-view/update-view.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/timeline-filter/timeline-filter-routing.module.mjs +5 -5
- package/esm2022/lib/timeline-filter/timeline-filter.component.mjs +253 -0
- package/{esm2020 → esm2022}/lib/timeline-filter/timeline-filter.module.mjs +25 -25
- package/esm2022/lib/timeline-filter/timeline.model.mjs +18 -0
- package/esm2022/lib/user/current-user.service.mjs +155 -0
- package/esm2022/lib/user/user-enable-button-component/user-enable-button.component.mjs +65 -0
- package/esm2022/lib/user/user-explore.component.mjs +55 -0
- package/esm2022/lib/user/user-form.component.mjs +234 -0
- package/esm2022/lib/user/user-view.component.mjs +76 -0
- package/esm2022/lib/user/user.model.mjs +49 -0
- package/{esm2020 → esm2022}/lib/user/user.module.mjs +42 -42
- package/{esm2020 → esm2022}/lib/user/user.routes.mjs +5 -5
- package/esm2022/lib/user/user.service.mjs +42 -0
- package/esm2022/lib/user/users-view-all.component.mjs +226 -0
- package/esm2022/lib/user-config/user-config.model.mjs +81 -0
- package/esm2022/lib/user-config/user-config.service.mjs +68 -0
- package/esm2022/lib/user-selector/user-data.service.mjs +37 -0
- package/esm2022/lib/user-selector/user-selector.component.mjs +100 -0
- package/{esm2020 → esm2022}/lib/user-selector/user-selector.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/utility/date-utils.service.mjs +4 -4
- package/esm2022/lib/utility/num-items-selector.component.mjs +33 -0
- package/esm2022/lib/utility/number-selector.component.mjs +46 -0
- package/{esm2020 → esm2022}/lib/utility/utility.module.mjs +7 -7
- package/{fesm2020 → fesm2022}/ngx-techlify-core.mjs +3117 -2394
- package/{fesm2020 → fesm2022}/ngx-techlify-core.mjs.map +1 -1
- package/lib/audit-log/audit-log-for-model/audit-log-for-model.component.d.ts +1 -1
- package/lib/audit-log/audit-log-list/audit-log-list.component.d.ts +1 -1
- package/lib/audit-log/audit-log-list-filter/audit-log-list-filter.component.d.ts +1 -1
- package/lib/column-selector/column-selector/column-selector.component.d.ts +1 -1
- package/lib/data-table/data-table.component.d.ts +1 -1
- package/lib/document-viewer/document-viewer.component.d.ts +1 -1
- package/lib/entity-files/entity-files-view-all.component.d.ts +1 -1
- package/lib/export-excel/export-excel-button/export-excel-button.component.d.ts +1 -1
- package/lib/file-dragdrop-uploader/file-dragdrop-uploader/file-dragdrop-uploader.component.d.ts +1 -1
- package/lib/file-dropper/file-dropper.component.d.ts +1 -1
- package/lib/import-csv/data-import/data-import.component.d.ts +1 -1
- package/lib/import-csv/failed-items-list/failed-items-list.component.d.ts +1 -1
- package/lib/import-csv/field-mapping/field-mapping.component.d.ts +1 -1
- package/lib/import-csv/import-csv.component.d.ts +1 -1
- package/lib/import-csv/import-history-list/import-history-list.component.d.ts +1 -1
- package/lib/import-csv/import-success/import-success.component.d.ts +1 -1
- package/lib/ip-address-selector/ip-range-selector/ip-range-selector.component.d.ts +1 -1
- package/lib/loader/loader.component.d.ts +1 -1
- package/lib/login-history-for-user/login-history-for-user.component.d.ts +1 -1
- package/lib/note/comment-form/comment-form.component.d.ts +1 -1
- package/lib/note/note-list/note-list.component.d.ts +1 -1
- package/lib/number-input-button/number-input-button/number-input-button.component.d.ts +1 -1
- package/lib/password-requirement-check/password-requirement-check/password-requirement-check.component.d.ts +1 -1
- package/lib/read-more/read-more.component.d.ts +1 -1
- package/lib/restrictors/restrictor-level-selector/restrictor-level-selector/restrictor-level-selector.component.d.ts +1 -1
- package/lib/restrictors/restrictor-status-selector/restrictor-status-selector/restrictor-status-selector.component.d.ts +1 -1
- package/lib/restrictors/restrictor-type-selector/restrictor-type-selector/restrictor-type-selector.component.d.ts +1 -1
- package/lib/restrictors/restrictors-form/restrictors-form.component.d.ts +1 -1
- package/lib/role/permission/permissions-management.component.d.ts +1 -1
- package/lib/role/roles-view-all.component.d.ts +1 -1
- package/lib/searchable-selector/searchable-selector.component.d.ts +1 -1
- package/lib/techlify-feature/on-off-switch/on-off-switch.component.d.ts +1 -1
- package/lib/techlify-feature/techlify-feature-enabled.directive.d.ts +1 -1
- package/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.component.d.ts +1 -1
- package/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter.component.d.ts +1 -1
- package/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.d.ts +1 -1
- package/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.component.d.ts +1 -1
- package/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.component.d.ts +1 -1
- package/lib/techlify-update/update-notifier/update-notifier.component.d.ts +1 -1
- package/lib/timeline-filter/timeline-filter.component.d.ts +1 -1
- package/lib/user/user-enable-button-component/user-enable-button.component.d.ts +1 -1
- package/lib/user/user-form.component.d.ts +1 -1
- package/lib/user/users-view-all.component.d.ts +1 -1
- package/lib/user-selector/user-selector.component.d.ts +1 -1
- package/lib/utility/num-items-selector.component.d.ts +1 -1
- package/lib/utility/number-selector.component.d.ts +1 -1
- package/package.json +19 -25
- package/esm2020/lib/access-control-config/access-control-config-form/access-control-config-form.component.mjs +0 -127
- package/esm2020/lib/access-control-config/access-control-config.component.mjs +0 -131
- package/esm2020/lib/access-control-config/access-control-config.model.mjs +0 -21
- package/esm2020/lib/access-control-config/access-control-config.service.mjs +0 -31
- package/esm2020/lib/action-popup/action-popup.component.mjs +0 -34
- package/esm2020/lib/audit-log/audit-log-for-model/audit-log-for-model.component.mjs +0 -51
- package/esm2020/lib/audit-log/audit-log-list/audit-log-list.component.mjs +0 -139
- package/esm2020/lib/audit-log/audit-log-list-filter/audit-log-list-filter.component.mjs +0 -74
- package/esm2020/lib/audit-log/audit-log-view/audit-log-view.component.mjs +0 -51
- package/esm2020/lib/audit-log/audit-log-view-model/audit-log-view-model.component.mjs +0 -56
- package/esm2020/lib/audit-log/audit-logs-view-model/audit-logs-view-model.component.mjs +0 -37
- package/esm2020/lib/base-model/techlify-form-component.class.mjs +0 -49
- package/esm2020/lib/base-model/techlify-listing-component.class.mjs +0 -65
- package/esm2020/lib/base-model/techlify-service.class.mjs +0 -68
- package/esm2020/lib/change-password/change-password.component.mjs +0 -87
- package/esm2020/lib/column-selector/column-selector/column-selector.component.mjs +0 -37
- package/esm2020/lib/core/alert.service.mjs +0 -38
- package/esm2020/lib/core/api-prefix.interceptor.mjs +0 -26
- package/esm2020/lib/core/authentication.guard.mjs +0 -35
- package/esm2020/lib/core/authentication.service.mjs +0 -62
- package/esm2020/lib/core/cache.interceptor.mjs +0 -58
- package/esm2020/lib/core/config.service.mjs +0 -45
- package/esm2020/lib/core/core.module.mjs +0 -63
- package/esm2020/lib/core/credentials.service.mjs +0 -79
- package/esm2020/lib/core/dataManager.service.mjs +0 -119
- package/esm2020/lib/core/error-handler.interceptor.mjs +0 -48
- package/esm2020/lib/core/error-handler.service.mjs +0 -55
- package/esm2020/lib/core/filter.service.mjs +0 -37
- package/esm2020/lib/core/http-cache.service.mjs +0 -107
- package/esm2020/lib/core/http.service.mjs +0 -84
- package/esm2020/lib/core/logger.service.mjs +0 -100
- package/esm2020/lib/core/snack/snack.component.mjs +0 -33
- package/esm2020/lib/core/storage.service.mjs +0 -38
- package/esm2020/lib/core/techlify-config.model.mjs +0 -28
- package/esm2020/lib/core/token.interceptor.mjs +0 -28
- package/esm2020/lib/data-table/data-table.component.mjs +0 -204
- package/esm2020/lib/data-table/data-table.model.mjs +0 -11
- package/esm2020/lib/document-viewer/document-viewer.component.mjs +0 -65
- package/esm2020/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.mjs +0 -76
- package/esm2020/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.component.mjs +0 -105
- package/esm2020/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.mjs +0 -161
- package/esm2020/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.component.mjs +0 -101
- package/esm2020/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.mjs +0 -165
- package/esm2020/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.component.mjs +0 -52
- package/esm2020/lib/entity-files/entity-file-form/entity-file-form.component.mjs +0 -161
- package/esm2020/lib/entity-files/entity-file.service.mjs +0 -36
- package/esm2020/lib/entity-files/entity-files-view-all.component.mjs +0 -346
- package/esm2020/lib/export-excel/export-excel-button/export-excel-button.component.mjs +0 -32
- package/esm2020/lib/file-dragdrop-uploader/file-dragdrop-uploader/file-dragdrop-uploader.component.mjs +0 -90
- package/esm2020/lib/file-dropper/file-dropper.component.mjs +0 -125
- package/esm2020/lib/file-dropper/file-dropper.model.mjs +0 -3
- package/esm2020/lib/forgot-password/forgot-password.component.mjs +0 -69
- package/esm2020/lib/import-csv/failed-items-list/failed-items-list.component.mjs +0 -35
- package/esm2020/lib/import-csv/field-mapping/field-mapping.component.mjs +0 -153
- package/esm2020/lib/import-csv/import-csv.component.mjs +0 -199
- package/esm2020/lib/import-csv/import-history-list/import-history-list.component.mjs +0 -71
- package/esm2020/lib/import-csv/import-success/import-success.component.mjs +0 -24
- package/esm2020/lib/ip-address-selector/ip-range-selector/ip-range-selector.component.mjs +0 -109
- package/esm2020/lib/loader/loader.component.mjs +0 -23
- package/esm2020/lib/login/login.component.mjs +0 -153
- package/esm2020/lib/login-history-for-user/login-history-for-user.component.mjs +0 -92
- package/esm2020/lib/note/comment-form/comment-form.component.mjs +0 -77
- package/esm2020/lib/note/note-form/note-form.component.mjs +0 -79
- package/esm2020/lib/note/note-list/note-list.component.mjs +0 -148
- package/esm2020/lib/note/note.service.mjs +0 -29
- package/esm2020/lib/number-input-button/number-input-button/number-input-button.component.mjs +0 -104
- package/esm2020/lib/password-requirement-check/password-requirement-check/password-requirement-check.component.mjs +0 -47
- package/esm2020/lib/profile/profile-edit.component.mjs +0 -75
- package/esm2020/lib/read-more/read-more.component.mjs +0 -43
- package/esm2020/lib/request-helper/request-helper.service.mjs +0 -105
- package/esm2020/lib/restrictors/restrictor-level-selector/restrictor-level-selector/restrictor-level-selector.component.mjs +0 -91
- package/esm2020/lib/restrictors/restrictor-level-selector/restrictor-level.service.mjs +0 -19
- package/esm2020/lib/restrictors/restrictor-status-selector/restrictor-status-selector/restrictor-status-selector.component.mjs +0 -91
- package/esm2020/lib/restrictors/restrictor-status-selector/restrictor-status.service.mjs +0 -19
- package/esm2020/lib/restrictors/restrictor-type-selector/restrictor-type-selector/restrictor-type-selector.component.mjs +0 -92
- package/esm2020/lib/restrictors/restrictor-type-selector/restrictor-type.service.mjs +0 -19
- package/esm2020/lib/restrictors/restrictor.service.mjs +0 -19
- package/esm2020/lib/restrictors/restrictors-form/restrictors-form.component.mjs +0 -102
- package/esm2020/lib/restrictors/restrictors-form-page/restrictors-form-page.component.mjs +0 -44
- package/esm2020/lib/restrictors/restrictors-list-page/restrictors-list-page.component.mjs +0 -143
- package/esm2020/lib/role/permission/permissions-management.component.mjs +0 -114
- package/esm2020/lib/role/role-form.component.mjs +0 -99
- package/esm2020/lib/role/role-view/role-view.component.mjs +0 -39
- package/esm2020/lib/role/role.model.mjs +0 -56
- package/esm2020/lib/role/role.service.mjs +0 -26
- package/esm2020/lib/role/roles-view-all.component.mjs +0 -131
- package/esm2020/lib/searchable-selector/searchable-selector.component.mjs +0 -348
- package/esm2020/lib/signup/signup.component.mjs +0 -78
- package/esm2020/lib/techlify-company-switcher/techlify-company-switcher/techlify-company-switcher.component.mjs +0 -68
- package/esm2020/lib/techlify-feature/on-off-switch/on-off-switch.component.mjs +0 -24
- package/esm2020/lib/techlify-feature/techlify-feature-enabled.directive.mjs +0 -73
- package/esm2020/lib/techlify-feature/techlify-feature-listing.component.mjs +0 -169
- package/esm2020/lib/techlify-feature/techlify-feature.service.mjs +0 -26
- package/esm2020/lib/techlify-notifications/ngx-techlify-notifier/ngx-techlify-notifier.component.mjs +0 -103
- package/esm2020/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.component.mjs +0 -86
- package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notfication-subscriber-dashboard/techlify-notfication-subscriber-dashboard.component.mjs +0 -173
- package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-form/techlify-notification-subscriber-form.component.mjs +0 -117
- package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list/techlify-notification-subscriber-list.component.mjs +0 -180
- package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter.component.mjs +0 -69
- package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscription-entity.model.mjs +0 -6
- package/esm2020/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-form/techlify-notification-type-form.component.mjs +0 -99
- package/esm2020/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-list/techlify-notification-type-list.component.mjs +0 -166
- package/esm2020/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-config.model.mjs +0 -15
- package/esm2020/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.mjs +0 -285
- package/esm2020/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.component.mjs +0 -180
- package/esm2020/lib/techlify-update/techlify-update-form/techlify-update-form.component.mjs +0 -116
- package/esm2020/lib/techlify-update/techlify-update-history/techlify-update-history.component.mjs +0 -145
- package/esm2020/lib/techlify-update/techlify-update.service.mjs +0 -41
- package/esm2020/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.mjs +0 -163
- package/esm2020/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.component.mjs +0 -60
- package/esm2020/lib/techlify-update/update-notifier/update-notifier-snack/update-notifier-snack.component.mjs +0 -77
- package/esm2020/lib/techlify-update/update-notifier/update-notifier.component.mjs +0 -53
- package/esm2020/lib/techlify-update/update-view/update-view.component.mjs +0 -38
- package/esm2020/lib/timeline-filter/timeline-filter.component.mjs +0 -243
- package/esm2020/lib/timeline-filter/timeline.model.mjs +0 -18
- package/esm2020/lib/user/current-user.service.mjs +0 -151
- package/esm2020/lib/user/user-enable-button-component/user-enable-button.component.mjs +0 -59
- package/esm2020/lib/user/user-explore.component.mjs +0 -50
- package/esm2020/lib/user/user-form.component.mjs +0 -219
- package/esm2020/lib/user/user-view.component.mjs +0 -68
- package/esm2020/lib/user/user.model.mjs +0 -30
- package/esm2020/lib/user/user.service.mjs +0 -41
- package/esm2020/lib/user/users-view-all.component.mjs +0 -212
- package/esm2020/lib/user-config/user-config.model.mjs +0 -50
- package/esm2020/lib/user-config/user-config.service.mjs +0 -65
- package/esm2020/lib/user-selector/user-data.service.mjs +0 -35
- package/esm2020/lib/user-selector/user-selector.component.mjs +0 -91
- package/esm2020/lib/utility/num-items-selector.component.mjs +0 -31
- package/esm2020/lib/utility/number-selector.component.mjs +0 -42
- package/fesm2015/ngx-techlify-core.mjs +0 -13476
- package/fesm2015/ngx-techlify-core.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/action-popup/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/base-model/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/column-selector/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/core/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/data-table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/date-validator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/document-viewer/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-for-user/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-form/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-list/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-form/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/entity-files/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/file-dropper/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forgot-password/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/import-csv/import-csv-config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/loader/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/login/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/note/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/number-input-button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/password-requirement-check/password-check-result.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/profile/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/restrictors/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/role/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/searchable-selector/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/signup/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/techlify-company-switcher/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/techlify-feature/techlify-feature.routing.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/techlify-notifications/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/timeline-filter/calculate-timeline.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/timeline-filter/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/user/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/user/user-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/user-config/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/user-selector/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utility/index.mjs +0 -0
- /package/{esm2020 → esm2022}/ngx-techlify-core.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
|
@@ -11,5 +11,5 @@ export declare class AuditLogForModelComponent implements OnInit {
|
|
|
11
11
|
getLogView(): void;
|
|
12
12
|
getLogsView(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuditLogForModelComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogForModelComponent, "app-audit-log-for-model", never, { "modelType": "modelType"; "modelId": "modelId"; "logView": "logView"; }, {}, never, never, false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogForModelComponent, "app-audit-log-for-model", never, { "modelType": { "alias": "modelType"; "required": false; }; "modelId": { "alias": "modelId"; "required": false; }; "logView": { "alias": "logView"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -31,5 +31,5 @@ export declare class AuditLogListComponent implements OnInit, OnDestroy {
|
|
|
31
31
|
getTransformedChanges(log: any): string;
|
|
32
32
|
ngOnDestroy(): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuditLogListComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogListComponent, "app-audit-log-list", never, { "objectId": "objectId"; "objectType": "objectType"; "showFilter": "showFilter"; "showExportButtons": "showExportButtons"; "userId": "userId"; }, {}, never, never, false, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogListComponent, "app-audit-log-list", never, { "objectId": { "alias": "objectId"; "required": false; }; "objectType": { "alias": "objectType"; "required": false; }; "showFilter": { "alias": "showFilter"; "required": false; }; "showExportButtons": { "alias": "showExportButtons"; "required": false; }; "userId": { "alias": "userId"; "required": false; }; }, {}, never, never, false, never>;
|
|
35
35
|
}
|
|
@@ -18,5 +18,5 @@ export declare class AuditLogListFilterComponent implements OnInit {
|
|
|
18
18
|
isFieldValid(field: string): any;
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuditLogListFilterComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogListFilterComponent, "app-audit-log-list-filter", never, { "objectId": "objectId"; "objectType": "objectType"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogListFilterComponent, "app-audit-log-list-filter", never, { "objectId": { "alias": "objectId"; "required": false; }; "objectType": { "alias": "objectType"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -9,5 +9,5 @@ export declare class ColumnSelectorComponent implements OnInit {
|
|
|
9
9
|
constructor();
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnSelectorComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnSelectorComponent, "app-column-selector", never, { "availableColumns": "availableColumns"; "label": "label"; }, { "updated": "updated"; }, never, never, false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnSelectorComponent, "app-column-selector", never, { "availableColumns": { "alias": "availableColumns"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "updated": "updated"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -57,5 +57,5 @@ export declare class DataTableComponent implements OnInit, OnChanges, AfterViewI
|
|
|
57
57
|
getValue(ele: any, keyString: string): any;
|
|
58
58
|
ngOnDestroy(): void;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "app-data-table", never, { "data": "data"; "config": "config"; "selection": "selection"; "elementId": "elementId"; }, { "action": "action"; "selctionChange": "selctionChange"; "rowClick": "rowClick"; "tableScroll": "tableScroll"; "sortChanged": "sortChanged"; }, never, never, false, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "app-data-table", never, { "data": { "alias": "data"; "required": false; }; "config": { "alias": "config"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; }, { "action": "action"; "selctionChange": "selctionChange"; "rowClick": "rowClick"; "tableScroll": "tableScroll"; "sortChanged": "sortChanged"; }, never, never, false, never>;
|
|
61
61
|
}
|
|
@@ -15,5 +15,5 @@ export declare class DocumentViewerComponent implements OnInit {
|
|
|
15
15
|
get fileName(): any;
|
|
16
16
|
getFileExtension(file: any): any;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewerComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewerComponent, "app-document-viewer", never, { "config": "config"; "file": "file"; "fileUrl": "fileUrl"; "disableEdit": "disableEdit"; }, { "remove": "remove"; }, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewerComponent, "app-document-viewer", never, { "config": { "alias": "config"; "required": false; }; "file": { "alias": "file"; "required": false; }; "fileUrl": { "alias": "fileUrl"; "required": false; }; "disableEdit": { "alias": "disableEdit"; "required": false; }; }, { "remove": "remove"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -78,5 +78,5 @@ export declare class EntityFilesViewAllComponent implements OnInit {
|
|
|
78
78
|
resetFieldValueOfRow(field: string, event: any): void;
|
|
79
79
|
bulkUpdate(fieldName: any): Promise<void>;
|
|
80
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntityFilesViewAllComponent, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EntityFilesViewAllComponent, "app-entity-files-view-all", never, { "entityId": "entityId"; "entityType": "entityType"; "viewOnly": "viewOnly"; "removeSearch": "removeSearch"; "hideTitleAndDetails": "hideTitleAndDetails"; "displayMode": "displayMode"; "allowMultipleFiles": "allowMultipleFiles"; "allowBulkUpdate": "allowBulkUpdate"; "useTechlifyTags": "useTechlifyTags"; "techlifyTagCategories": "techlifyTagCategories"; "techlifyTagConfig": "techlifyTagConfig"; "title": "title"; "permission": "permission"; }, {}, never, never, false, never>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EntityFilesViewAllComponent, "app-entity-files-view-all", never, { "entityId": { "alias": "entityId"; "required": false; }; "entityType": { "alias": "entityType"; "required": false; }; "viewOnly": { "alias": "viewOnly"; "required": false; }; "removeSearch": { "alias": "removeSearch"; "required": false; }; "hideTitleAndDetails": { "alias": "hideTitleAndDetails"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; "allowMultipleFiles": { "alias": "allowMultipleFiles"; "required": false; }; "allowBulkUpdate": { "alias": "allowBulkUpdate"; "required": false; }; "useTechlifyTags": { "alias": "useTechlifyTags"; "required": false; }; "techlifyTagCategories": { "alias": "techlifyTagCategories"; "required": false; }; "techlifyTagConfig": { "alias": "techlifyTagConfig"; "required": false; }; "title": { "alias": "title"; "required": false; }; "permission": { "alias": "permission"; "required": false; }; }, {}, never, never, false, never>;
|
|
82
82
|
}
|
|
@@ -7,5 +7,5 @@ export declare class ExportExcelButtonComponent implements OnInit {
|
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
exportExcel(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExportExcelButtonComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExportExcelButtonComponent, "app-export-excel-button", never, { "name": "name"; "data": "data"; }, {}, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExportExcelButtonComponent, "app-export-excel-button", never, { "name": { "alias": "name"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
package/lib/file-dragdrop-uploader/file-dragdrop-uploader/file-dragdrop-uploader.component.d.ts
CHANGED
|
@@ -25,5 +25,5 @@ export declare class FileDragdropUploaderComponent implements OnInit, ControlVal
|
|
|
25
25
|
onFileChanged(files: File[]): void;
|
|
26
26
|
isImage(file: any): boolean;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileDragdropUploaderComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileDragdropUploaderComponent, "app-file-dragdrop-uploader", never, { "label": "label"; "fileDropperConfig": "fileDropperConfig"; }, {}, never, never, false, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileDragdropUploaderComponent, "app-file-dragdrop-uploader", never, { "label": { "alias": "label"; "required": false; }; "fileDropperConfig": { "alias": "fileDropperConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
29
|
}
|
|
@@ -32,5 +32,5 @@ export declare class FileDropperComponent implements OnInit {
|
|
|
32
32
|
/**Method invokes when the drop box is clicked to upload the file */
|
|
33
33
|
clickEvent(event: any): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileDropperComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileDropperComponent, "app-file-dropper", never, { "fileArray": "fileArray"; "config": "config"; "styles": "styles"; }, { "fileChanged": "fileChanged"; }, never, never, false, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileDropperComponent, "app-file-dropper", never, { "fileArray": { "alias": "fileArray"; "required": false; }; "config": { "alias": "config"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; }, { "fileChanged": "fileChanged"; }, never, never, false, never>;
|
|
36
36
|
}
|
|
@@ -5,5 +5,5 @@ export declare class DataImportComponent implements OnInit {
|
|
|
5
5
|
constructor();
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataImportComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataImportComponent, "app-data-import", never, { "step": "step"; }, {}, never, never, false, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataImportComponent, "app-data-import", never, { "step": { "alias": "step"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -11,5 +11,5 @@ export declare class FailedItemsListComponent implements OnInit {
|
|
|
11
11
|
isValidDate(d: any): boolean;
|
|
12
12
|
reUpload(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FailedItemsListComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FailedItemsListComponent, "app-failed-items-list", never, { "failedItems": "failedItems"; "selectedFields": "selectedFields"; }, { "onReUpload": "onReUpload"; }, never, never, false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FailedItemsListComponent, "app-failed-items-list", never, { "failedItems": { "alias": "failedItems"; "required": false; }; "selectedFields": { "alias": "selectedFields"; "required": false; }; }, { "onReUpload": "onReUpload"; }, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -33,5 +33,5 @@ export declare class FieldMappingComponent implements OnInit {
|
|
|
33
33
|
removeField(index: number): void;
|
|
34
34
|
reUpload(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldMappingComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FieldMappingComponent, "app-field-mapping", never, { "data": "data"; "config": "config"; }, { "onSave": "onSave"; "onReUpload": "onReUpload"; }, never, never, false, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldMappingComponent, "app-field-mapping", never, { "data": { "alias": "data"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "onSave": "onSave"; "onReUpload": "onReUpload"; }, never, never, false, never>;
|
|
37
37
|
}
|
|
@@ -34,5 +34,5 @@ export declare class ImportCsvComponent implements OnInit {
|
|
|
34
34
|
isValidDate(d: any): boolean;
|
|
35
35
|
reUpload(): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImportCsvComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImportCsvComponent, "app-import-csv", never, { "config": "config"; }, {}, never, never, false, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImportCsvComponent, "app-import-csv", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
@@ -20,5 +20,5 @@ export declare class ImportHistoryListComponent implements OnInit {
|
|
|
20
20
|
reload(): void;
|
|
21
21
|
ngOnDestroy(): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImportHistoryListComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImportHistoryListComponent, "app-import-history-list", never, { "config": "config"; }, {}, never, never, false, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImportHistoryListComponent, "app-import-history-list", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -7,5 +7,5 @@ export declare class ImportSuccessComponent implements OnInit {
|
|
|
7
7
|
constructor();
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImportSuccessComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImportSuccessComponent, "app-import-success", never, { "data": "data"; "config": "config"; }, {}, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImportSuccessComponent, "app-import-success", never, { "data": { "alias": "data"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -24,5 +24,5 @@ export declare class IpRangeSelectorComponent implements OnInit, ControlValueAcc
|
|
|
24
24
|
*/
|
|
25
25
|
private updateValue;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<IpRangeSelectorComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IpRangeSelectorComponent, "techlify-ip-range-selector", never, { "label": "label"; }, {}, never, never, false, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IpRangeSelectorComponent, "techlify-ip-range-selector", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
|
|
28
28
|
}
|
|
@@ -7,5 +7,5 @@ export declare class LoaderComponent implements OnInit {
|
|
|
7
7
|
constructor();
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, { "isLoading": "isLoading"; "size": "size"; "message": "message"; }, {}, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, { "isLoading": { "alias": "isLoading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -22,5 +22,5 @@ export declare class LoginHistoryForUserComponent implements OnInit {
|
|
|
22
22
|
reload(): void;
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginHistoryForUserComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginHistoryForUserComponent, "app-login-history-for-user", never, { "userId": "userId"; }, {}, never, never, false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginHistoryForUserComponent, "app-login-history-for-user", never, { "userId": { "alias": "userId"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -21,5 +21,5 @@ export declare class CommentFormComponent implements OnInit, OnDestroy {
|
|
|
21
21
|
deleteComment(): void;
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<CommentFormComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CommentFormComponent, "app-comment-form", never, { "commentData": "commentData"; }, { "action": "action"; }, never, never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CommentFormComponent, "app-comment-form", never, { "commentData": { "alias": "commentData"; "required": false; }; }, { "action": "action"; }, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -27,5 +27,5 @@ export declare class NoteListComponent implements OnInit {
|
|
|
27
27
|
editComment(comment: any): Promise<void>;
|
|
28
28
|
addComment(comment: any): Promise<void>;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoteListComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NoteListComponent, "app-note-list", never, { "relatedModelId": "relatedModelId"; "modelType": "modelType"; "readonly": "readonly"; "labelText": "labelText"; "commentsView": "commentsView"; }, {}, never, never, false, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NoteListComponent, "app-note-list", never, { "relatedModelId": { "alias": "relatedModelId"; "required": false; }; "modelType": { "alias": "modelType"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "commentsView": { "alias": "commentsView"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -28,5 +28,5 @@ export declare class NumberInputButtonComponent implements OnInit, ControlValueA
|
|
|
28
28
|
registerOnTouched(fn: any): void;
|
|
29
29
|
setDisabledState?(isDisabled: boolean): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputButtonComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputButtonComponent, "app-number-input-button", never, { "label": "label"; "appearance": "appearance"; "showLabel": "showLabel"; }, {}, never, never, false, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputButtonComponent, "app-number-input-button", never, { "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
32
32
|
}
|
|
@@ -18,5 +18,5 @@ export declare class PasswordRequirementCheckComponent implements OnChanges, OnI
|
|
|
18
18
|
getClientConfig(): void;
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordRequirementCheckComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordRequirementCheckComponent, "techlify-password-requirement-check", never, { "password": "password"; }, {}, never, never, false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordRequirementCheckComponent, "techlify-password-requirement-check", never, { "password": { "alias": "password"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -11,5 +11,5 @@ export declare class ReadMoreComponent implements OnInit {
|
|
|
11
11
|
toggleView(): void;
|
|
12
12
|
determineView(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadMoreComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReadMoreComponent, "app-read-more", never, { "text": "text"; "maxLength": "maxLength"; }, {}, never, never, false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReadMoreComponent, "app-read-more", never, { "text": { "alias": "text"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -30,5 +30,5 @@ export declare class RestrictorLevelSelectorComponent implements OnInit, Control
|
|
|
30
30
|
*/
|
|
31
31
|
private fetchData;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestrictorLevelSelectorComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorLevelSelectorComponent, "techlify-restrictor-level-selector", never, { "label": "label"; "multiple": "multiple"; "showLabel": "showLabel"; }, {}, never, never, false, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorLevelSelectorComponent, "techlify-restrictor-level-selector", never, { "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
34
34
|
}
|
|
@@ -30,5 +30,5 @@ export declare class RestrictorStatusSelectorComponent implements OnInit {
|
|
|
30
30
|
*/
|
|
31
31
|
private fetchData;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestrictorStatusSelectorComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorStatusSelectorComponent, "techlify-restrictor-status-selector", never, { "label": "label"; "multiple": "multiple"; "showLabel": "showLabel"; }, {}, never, never, false, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorStatusSelectorComponent, "techlify-restrictor-status-selector", never, { "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
34
34
|
}
|
|
@@ -30,5 +30,5 @@ export declare class RestrictorTypeSelectorComponent implements OnInit, ControlV
|
|
|
30
30
|
*/
|
|
31
31
|
private fetchData;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestrictorTypeSelectorComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorTypeSelectorComponent, "techlify-restrictor-type-selector", never, { "label": "label"; "multiple": "multiple"; "showLabel": "showLabel"; }, {}, never, never, false, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorTypeSelectorComponent, "techlify-restrictor-type-selector", never, { "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
34
34
|
}
|
|
@@ -26,5 +26,5 @@ export declare class RestrictorsFormComponent implements OnInit {
|
|
|
26
26
|
*/
|
|
27
27
|
redirectBack(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestrictorsFormComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorsFormComponent, "techlify-restrictors-form", never, { "restrictor": "restrictor"; }, {}, never, never, false, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorsFormComponent, "techlify-restrictors-form", never, { "restrictor": { "alias": "restrictor"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -36,5 +36,5 @@ export declare class PermissionsManagementComponent implements OnInit {
|
|
|
36
36
|
private loadRoles;
|
|
37
37
|
updateRolePermission(role: Role, permission: Permission): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionsManagementComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PermissionsManagementComponent, "role-permissions-management", never, { "clientId": "clientId"; }, {}, never, never, false, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PermissionsManagementComponent, "role-permissions-management", never, { "clientId": { "alias": "clientId"; "required": false; }; }, {}, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -36,5 +36,5 @@ export declare class RolesViewAllComponent implements OnInit {
|
|
|
36
36
|
onScroll(): void;
|
|
37
37
|
createOrModifyRole(role?: any): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<RolesViewAllComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RolesViewAllComponent, "roles-view-all", never, { "clientId": "clientId"; }, {}, never, never, false, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RolesViewAllComponent, "roles-view-all", never, { "clientId": { "alias": "clientId"; "required": false; }; }, {}, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -81,5 +81,5 @@ export declare class SearchableSelectorComponent implements ControlValueAccessor
|
|
|
81
81
|
editItem(event: any): void;
|
|
82
82
|
ngOnDestroy(): void;
|
|
83
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchableSelectorComponent, [null, null, null, null, null, { optional: true; self: true; }]>;
|
|
84
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchableSelectorComponent, "app-searchable-selector", never, { "valueField": "valueField"; "titleField": "titleField"; "subtitleField": "subtitleField"; "apiUrl": "apiUrl"; "multiple": "multiple"; "selectedValue": "selectedValue"; "enableSearch": "enableSearch"; "add": "add"; "addConfig": "addConfig"; "edit": "edit"; "editConfig": "editConfig"; "sort": "sort"; "sortBy": "sortBy"; "searchField": "searchField"; "itemComponent": "itemComponent"; "items": "items"; "apiDataProperty": "apiDataProperty"; "cache": "cache"; "perPage": "perPage"; "inDataSearch": "inDataSearch"; "required": "required"; "disabled": "disabled"; "value": "value"; }, { "selectedValueChange": "selectedValueChange"; "selectionChange": "selectionChange"; "itemsChange": "itemsChange"; }, never, never, false, never>;
|
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchableSelectorComponent, "app-searchable-selector", never, { "valueField": { "alias": "valueField"; "required": false; }; "titleField": { "alias": "titleField"; "required": false; }; "subtitleField": { "alias": "subtitleField"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "add": { "alias": "add"; "required": false; }; "addConfig": { "alias": "addConfig"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "editConfig": { "alias": "editConfig"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "sortBy": { "alias": "sortBy"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; "itemComponent": { "alias": "itemComponent"; "required": false; }; "items": { "alias": "items"; "required": false; }; "apiDataProperty": { "alias": "apiDataProperty"; "required": false; }; "cache": { "alias": "cache"; "required": false; }; "perPage": { "alias": "perPage"; "required": false; }; "inDataSearch": { "alias": "inDataSearch"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectedValueChange": "selectedValueChange"; "selectionChange": "selectionChange"; "itemsChange": "itemsChange"; }, never, never, false, never>;
|
|
85
85
|
}
|
|
@@ -8,5 +8,5 @@ export declare class OnOffSwitchComponent implements OnInit {
|
|
|
8
8
|
constructor(fb: UntypedFormBuilder);
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnOffSwitchComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnOffSwitchComponent, "app-on-off-switch", never, { "value": "value"; }, {}, never, never, false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnOffSwitchComponent, "app-on-off-switch", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -16,5 +16,5 @@ export declare class TechlifyFeatureEnabledDirective {
|
|
|
16
16
|
getFeatures(): Promise<void>;
|
|
17
17
|
checkForFeatureEnabled(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyFeatureEnabledDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TechlifyFeatureEnabledDirective, "[techlifyFeatureEnabled]", never, { "enabledFeature": "techlifyFeatureEnabled"; }, {}, never, never, false, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TechlifyFeatureEnabledDirective, "[techlifyFeatureEnabled]", never, { "enabledFeature": { "alias": "techlifyFeatureEnabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -18,5 +18,5 @@ export declare class TechlifyNotificationForUserComponent implements OnInit {
|
|
|
18
18
|
reload(): void;
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyNotificationForUserComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyNotificationForUserComponent, "app-techlify-notification-for-user", never, { "blockAdminNotification": "blockAdminNotification"; }, {}, never, never, false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyNotificationForUserComponent, "app-techlify-notification-for-user", never, { "blockAdminNotification": { "alias": "blockAdminNotification"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -17,5 +17,5 @@ export declare class TechlifyNotificationSubscriberListFilterComponent implement
|
|
|
17
17
|
getFieldValue(field: string): any;
|
|
18
18
|
ngOnDestroy(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyNotificationSubscriberListFilterComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyNotificationSubscriberListFilterComponent, "app-techlify-notification-subscriber-list-filter", never, { "showOnlyType": "showOnlyType"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyNotificationSubscriberListFilterComponent, "app-techlify-notification-subscriber-list-filter", never, { "showOnlyType": { "alias": "showOnlyType"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -75,5 +75,5 @@ export declare class TechlifyTaggerTagFormFieldComponent implements OnInit, Cont
|
|
|
75
75
|
static ngAcceptInputType_required: BooleanInput;
|
|
76
76
|
ngOnDestroy(): void;
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyTaggerTagFormFieldComponent, [null, null, null, { optional: true; }, { optional: true; self: true; }]>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyTaggerTagFormFieldComponent, "app-techlify-tagger-tag-form-field", never, { "config": "config"; "modelType": "modelType"; "modelId": "modelId"; "allTags": "allTags"; "categories": "categories"; "defaultCreateCategory": "defaultCreateCategory"; "required": "required"; "disabled": "disabled"; "value": "value"; "placeholder": "placeholder"; }, {}, never, never, false, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyTaggerTagFormFieldComponent, "app-techlify-tagger-tag-form-field", never, { "config": { "alias": "config"; "required": false; }; "modelType": { "alias": "modelType"; "required": false; }; "modelId": { "alias": "modelId"; "required": false; }; "allTags": { "alias": "allTags"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "defaultCreateCategory": { "alias": "defaultCreateCategory"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
|
|
79
79
|
}
|
|
@@ -57,5 +57,5 @@ export declare class TechlifyTaggerTagSelectorComponent implements OnInit, Contr
|
|
|
57
57
|
static ngAcceptInputType_required: BooleanInput;
|
|
58
58
|
ngOnDestroy(): void;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyTaggerTagSelectorComponent, [null, null, null, { optional: true; }, { optional: true; self: true; }]>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyTaggerTagSelectorComponent, "app-techlify-tagger-tag-selector", never, { "categories": "categories"; "multiple": "multiple"; "enableSearch": "enableSearch"; "showAllTags": "showAllTags"; "useSelectButtonStyle": "useSelectButtonStyle"; "required": "required"; "disabled": "disabled"; "value": "value"; "placeholder": "placeholder"; }, {}, never, never, false, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyTaggerTagSelectorComponent, "app-techlify-tagger-tag-selector", never, { "categories": { "alias": "categories"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "showAllTags": { "alias": "showAllTags"; "required": false; }; "useSelectButtonStyle": { "alias": "useSelectButtonStyle"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
|
|
61
61
|
}
|
|
@@ -16,5 +16,5 @@ export declare class TechlifyUpdatesTeaserComponent implements OnInit {
|
|
|
16
16
|
openUpdateHistory(): void;
|
|
17
17
|
createUpdateViewRecord(update: any): Promise<void>;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyUpdatesTeaserComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyUpdatesTeaserComponent, "app-techlify-updates-teaser", never, { "rootNavUrl": "rootNavUrl"; "perPage": "perPage"; }, {}, never, never, false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyUpdatesTeaserComponent, "app-techlify-updates-teaser", never, { "rootNavUrl": { "alias": "rootNavUrl"; "required": false; }; "perPage": { "alias": "perPage"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -15,5 +15,5 @@ export declare class UpdateNotifierComponent implements OnInit {
|
|
|
15
15
|
getNewUpdate(): Promise<void>;
|
|
16
16
|
showUpdate(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<UpdateNotifierComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateNotifierComponent, "app-update-notifier", never, { "rootNavUrl": "rootNavUrl"; }, {}, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateNotifierComponent, "app-update-notifier", never, { "rootNavUrl": { "alias": "rootNavUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -61,5 +61,5 @@ export declare class TimelineFilterComponent implements OnInit, ControlValueAcce
|
|
|
61
61
|
ngOnInit(): void;
|
|
62
62
|
ngOnDestroy(): void;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineFilterComponent, [null, { optional: true; self: true; }, null]>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineFilterComponent, "app-timeline-filter", never, { "defaultValue": "defaultValue"; "required": "required"; "disabled": "disabled"; "value": "value"; "timelineValue": "timelineValue"; "timelines": "timelines"; "dateFrom": "dateFrom"; "dateTo": "dateTo"; "appearance": "appearance"; "showClearButton": "showClearButton"; "form": "form"; "labelText": "labelText"; "selectedValue": "selectedValue"; "touchUi": "touchUi"; }, { "selectedValueChange": "selectedValueChange"; "selectionChange": "selectionChange"; }, never, never, false, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineFilterComponent, "app-timeline-filter", never, { "defaultValue": { "alias": "defaultValue"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "timelineValue": { "alias": "timelineValue"; "required": false; }; "timelines": { "alias": "timelines"; "required": false; }; "dateFrom": { "alias": "dateFrom"; "required": false; }; "dateTo": { "alias": "dateTo"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "form": { "alias": "form"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; }, { "selectedValueChange": "selectedValueChange"; "selectionChange": "selectionChange"; }, never, never, false, never>;
|
|
65
65
|
}
|
|
@@ -16,5 +16,5 @@ export declare class UserEnableButtonComponent implements OnInit {
|
|
|
16
16
|
enableUser(): void;
|
|
17
17
|
disableUser(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserEnableButtonComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserEnableButtonComponent, "app-user-enable-button", never, { "user": "user"; }, { "onSave": "onSave"; }, never, never, false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserEnableButtonComponent, "app-user-enable-button", never, { "user": { "alias": "user"; "required": false; }; }, { "onSave": "onSave"; }, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -48,5 +48,5 @@ export declare class UserFormComponent implements OnInit {
|
|
|
48
48
|
removeFile(): Promise<void>;
|
|
49
49
|
uploadEntityFile(file: File): Promise<Object>;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserFormComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserFormComponent, "user-form", never, { "userId": "userId"; }, { "onSave": "onSave"; }, never, never, false, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserFormComponent, "user-form", never, { "userId": { "alias": "userId"; "required": false; }; }, { "onSave": "onSave"; }, never, never, false, never>;
|
|
52
52
|
}
|
|
@@ -53,5 +53,5 @@ export declare class UsersViewAllComponent implements OnInit {
|
|
|
53
53
|
*/
|
|
54
54
|
getUserType(user: any): string;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsersViewAllComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UsersViewAllComponent, "app-users-view-all", never, { "clientId": "clientId"; "userTypeIds": "userTypeIds"; "title": "title"; }, {}, never, never, false, never>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UsersViewAllComponent, "app-users-view-all", never, { "clientId": { "alias": "clientId"; "required": false; }; "userTypeIds": { "alias": "userTypeIds"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
57
57
|
}
|
|
@@ -25,5 +25,5 @@ export declare class UserSelectorComponent implements ControlValueAccessor {
|
|
|
25
25
|
registerOnTouched(fn: any): void;
|
|
26
26
|
itemSelected(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserSelectorComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserSelectorComponent, "user-selector", never, { "_value": "value"; "clientId": "clientId"; "id": "id"; "isRequired": "isRequired"; "moduleId": "moduleId"; }, { "idChange": "idChange"; }, never, never, false, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserSelectorComponent, "user-selector", never, { "_value": { "alias": "value"; "required": false; }; "clientId": { "alias": "clientId"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "moduleId": { "alias": "moduleId"; "required": false; }; }, { "idChange": "idChange"; }, never, never, false, never>;
|
|
29
29
|
}
|
|
@@ -15,5 +15,5 @@ export declare class NumItemsSelector {
|
|
|
15
15
|
*/
|
|
16
16
|
numItemsChanged(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumItemsSelector, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumItemsSelector, "num-items-selector", never, { "numItems": "numItems"; }, { "numItemsChange": "numItemsChange"; }, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumItemsSelector, "num-items-selector", never, { "numItems": { "alias": "numItems"; "required": false; }; }, { "numItemsChange": "numItemsChange"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -19,5 +19,5 @@ export declare class NumberSelector implements OnInit {
|
|
|
19
19
|
numChanged(): void;
|
|
20
20
|
ngOnInit(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberSelector, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberSelector, "number-selector", never, { "start_value": "start_value"; "end_value": "end_value"; "selectedValue": "selectedValue"; }, { "selectedValueChange": "selectedValueChange"; }, never, never, false, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberSelector, "number-selector", never, { "start_value": { "alias": "start_value"; "required": false; }; "end_value": { "alias": "end_value"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; }, { "selectedValueChange": "selectedValueChange"; }, never, never, false, never>;
|
|
23
23
|
}
|
package/package.json
CHANGED
|
@@ -1,37 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-techlify-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": ">=
|
|
6
|
-
"@angular/core": ">=
|
|
7
|
-
"@angular/animations": ">=
|
|
8
|
-
"@angular/compiler": ">=
|
|
9
|
-
"@angular/forms": ">=
|
|
10
|
-
"@angular/platform-browser": ">=
|
|
11
|
-
"@angular/platform-browser-dynamic": ">=
|
|
12
|
-
"@angular/router": ">=
|
|
13
|
-
"@angular/material": ">=
|
|
14
|
-
"@angular/cdk": ">=
|
|
15
|
-
"rxjs": ">=
|
|
5
|
+
"@angular/common": ">=16",
|
|
6
|
+
"@angular/core": ">=16",
|
|
7
|
+
"@angular/animations": ">=16",
|
|
8
|
+
"@angular/compiler": ">=16",
|
|
9
|
+
"@angular/forms": ">=16",
|
|
10
|
+
"@angular/platform-browser": ">=16",
|
|
11
|
+
"@angular/platform-browser-dynamic": ">=16",
|
|
12
|
+
"@angular/router": ">=16",
|
|
13
|
+
"@angular/material": ">=16",
|
|
14
|
+
"@angular/cdk": ">=16",
|
|
15
|
+
"rxjs": ">=7.8.1",
|
|
16
16
|
"zone.js": ">=0.11"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.0.0",
|
|
20
20
|
"material-design-icons-iconfont": "^6.1.0",
|
|
21
21
|
"ngx-doc-viewer": "^15.0.1",
|
|
22
|
-
"ngx-infinite-scroll": "^
|
|
22
|
+
"ngx-infinite-scroll": "^16.0.0",
|
|
23
23
|
"@ngneat/until-destroy": "^9.2.3",
|
|
24
24
|
"jsondiffpatch": "^0.4.1",
|
|
25
25
|
"xlsx": "^0.18.5",
|
|
26
|
-
"ngx-editor": "^
|
|
26
|
+
"ngx-editor": "^16.0.1",
|
|
27
27
|
"moment": "^2.29.4",
|
|
28
|
-
"ngx-toastr": "^
|
|
28
|
+
"ngx-toastr": "^16.2.0"
|
|
29
29
|
},
|
|
30
|
-
"module": "
|
|
31
|
-
"es2020": "fesm2020/ngx-techlify-core.mjs",
|
|
32
|
-
"esm2020": "esm2020/ngx-techlify-core.mjs",
|
|
33
|
-
"fesm2020": "fesm2020/ngx-techlify-core.mjs",
|
|
34
|
-
"fesm2015": "fesm2015/ngx-techlify-core.mjs",
|
|
30
|
+
"module": "fesm2022/ngx-techlify-core.mjs",
|
|
35
31
|
"typings": "index.d.ts",
|
|
36
32
|
"exports": {
|
|
37
33
|
"./package.json": {
|
|
@@ -39,11 +35,9 @@
|
|
|
39
35
|
},
|
|
40
36
|
".": {
|
|
41
37
|
"types": "./index.d.ts",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"node": "./fesm2015/ngx-techlify-core.mjs",
|
|
46
|
-
"default": "./fesm2020/ngx-techlify-core.mjs"
|
|
38
|
+
"esm2022": "./esm2022/ngx-techlify-core.mjs",
|
|
39
|
+
"esm": "./esm2022/ngx-techlify-core.mjs",
|
|
40
|
+
"default": "./fesm2022/ngx-techlify-core.mjs"
|
|
47
41
|
}
|
|
48
42
|
},
|
|
49
43
|
"sideEffects": false
|