ngx-techlify-core 18.71.0 → 18.72.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/access-control-config/access-control-config.component.mjs +1 -3
- package/esm2022/lib/app-admin/admin-role/admin-role-list/admin-role-list.component.mjs +2 -3
- package/esm2022/lib/app-admin/tenant/tenant-list-widget/tenant-list-widget.component.mjs +1 -3
- package/esm2022/lib/audit-log/audit-log-list/audit-log-list.component.mjs +2 -3
- package/esm2022/lib/base-model/index.mjs +3 -3
- package/esm2022/lib/base-model/techlify-form.component.mjs +132 -0
- package/esm2022/lib/base-model/{techlify-list-component.mjs → techlify-list.component.mjs} +2 -2
- package/esm2022/lib/data-table/data-table.component.mjs +4 -4
- package/esm2022/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.mjs +6 -9
- package/esm2022/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.mjs +3 -3
- package/esm2022/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.mjs +3 -3
- package/esm2022/lib/entity-files/entity-files-view-all.component.mjs +1 -2
- package/esm2022/lib/export-excel/export-excel-button/export-excel-button.component.mjs +36 -3
- package/esm2022/lib/import-csv/import-history-list/import-history-list.component.mjs +3 -3
- package/esm2022/lib/locked-date/locked-dates-list/locked-date-list.component.mjs +1 -2
- package/esm2022/lib/login-history-for-user/login-history-for-user.component.mjs +3 -3
- package/esm2022/lib/restrictors/restrictors-list-page/restrictors-list-page.component.mjs +1 -2
- package/esm2022/lib/searchable-selector/searchable-selector.component.mjs +2 -2
- package/esm2022/lib/subscription/subscription-form/subscription-form.component.mjs +2 -2
- package/esm2022/lib/subscription/subscription-listing/subscription-listing.component.mjs +2 -3
- package/esm2022/lib/subscription/subscription-package-listing/subscription-package-listing.component.mjs +2 -3
- package/esm2022/lib/tag/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.mjs +3 -3
- package/esm2022/lib/techlify-auto-complete-select/techlify-auto-complete-select.component.mjs +2 -7
- package/esm2022/lib/techlify-currency-pipe/techlify-currency-pipe.directive.mjs +27 -0
- package/esm2022/lib/techlify-feature/techlify-feature-listing.component.mjs +1 -3
- package/esm2022/lib/techlify-feature/techlify-feature.service.mjs +2 -2
- package/esm2022/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.component.mjs +1 -2
- package/esm2022/lib/techlify-update/techlify-update-history/techlify-update-history.component.mjs +2 -3
- package/esm2022/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.mjs +1 -3
- package/esm2022/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.component.mjs +2 -3
- package/esm2022/lib/techlify-view/my-techlify-view-listing/my-techlify-view-listing.component.mjs +2 -2
- package/esm2022/lib/techlify-view/techlify-view-form/techlify-view-form.component.mjs +2 -2
- package/esm2022/lib/timeline-activity/timeline-activity-list/timeline-activity-list.component.mjs +1 -2
- package/esm2022/lib/user/users-view-all.component.mjs +2 -3
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/ngx-techlify-core.mjs +136 -100
- package/fesm2022/ngx-techlify-core.mjs.map +1 -1
- package/lib/access-control-config/access-control-config.component.d.ts +0 -1
- package/lib/app-admin/admin-role/admin-role-list/admin-role-list.component.d.ts +1 -1
- package/lib/base-model/index.d.ts +2 -2
- package/lib/base-model/{techlify-form-component.d.ts → techlify-form.component.d.ts} +1 -0
- package/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.d.ts +1 -2
- package/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.d.ts +1 -2
- package/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.d.ts +1 -2
- package/lib/export-excel/export-excel-button/export-excel-button.component.d.ts +4 -1
- package/lib/import-csv/import-history-list/import-history-list.component.d.ts +1 -2
- package/lib/login-history-for-user/login-history-for-user.component.d.ts +1 -2
- package/lib/subscription/subscription-form/subscription-form.component.d.ts +1 -1
- package/lib/subscription/subscription-listing/subscription-listing.component.d.ts +1 -1
- package/lib/subscription/subscription-package-listing/subscription-package-listing.component.d.ts +1 -1
- package/lib/techlify-auto-complete-select/techlify-auto-complete-select.component.d.ts +1 -2
- package/lib/techlify-currency-pipe/techlify-currency-pipe.directive.d.ts +8 -0
- package/lib/techlify-feature/techlify-feature-listing.component.d.ts +0 -1
- package/lib/techlify-update/techlify-update-history/techlify-update-history.component.d.ts +1 -1
- package/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.d.ts +0 -1
- package/lib/techlify-view/my-techlify-view-listing/my-techlify-view-listing.component.d.ts +1 -1
- package/lib/techlify-view/techlify-view-form/techlify-view-form.component.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/esm2022/lib/base-model/techlify-form-component.mjs +0 -128
- /package/lib/base-model/{techlify-list-component.d.ts → techlify-list.component.d.ts} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.