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.
Files changed (61) hide show
  1. package/esm2022/lib/access-control-config/access-control-config.component.mjs +1 -3
  2. package/esm2022/lib/app-admin/admin-role/admin-role-list/admin-role-list.component.mjs +2 -3
  3. package/esm2022/lib/app-admin/tenant/tenant-list-widget/tenant-list-widget.component.mjs +1 -3
  4. package/esm2022/lib/audit-log/audit-log-list/audit-log-list.component.mjs +2 -3
  5. package/esm2022/lib/base-model/index.mjs +3 -3
  6. package/esm2022/lib/base-model/techlify-form.component.mjs +132 -0
  7. package/esm2022/lib/base-model/{techlify-list-component.mjs → techlify-list.component.mjs} +2 -2
  8. package/esm2022/lib/data-table/data-table.component.mjs +4 -4
  9. package/esm2022/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.mjs +6 -9
  10. package/esm2022/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.mjs +3 -3
  11. package/esm2022/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.mjs +3 -3
  12. package/esm2022/lib/entity-files/entity-files-view-all.component.mjs +1 -2
  13. package/esm2022/lib/export-excel/export-excel-button/export-excel-button.component.mjs +36 -3
  14. package/esm2022/lib/import-csv/import-history-list/import-history-list.component.mjs +3 -3
  15. package/esm2022/lib/locked-date/locked-dates-list/locked-date-list.component.mjs +1 -2
  16. package/esm2022/lib/login-history-for-user/login-history-for-user.component.mjs +3 -3
  17. package/esm2022/lib/restrictors/restrictors-list-page/restrictors-list-page.component.mjs +1 -2
  18. package/esm2022/lib/searchable-selector/searchable-selector.component.mjs +2 -2
  19. package/esm2022/lib/subscription/subscription-form/subscription-form.component.mjs +2 -2
  20. package/esm2022/lib/subscription/subscription-listing/subscription-listing.component.mjs +2 -3
  21. package/esm2022/lib/subscription/subscription-package-listing/subscription-package-listing.component.mjs +2 -3
  22. package/esm2022/lib/tag/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.mjs +3 -3
  23. package/esm2022/lib/techlify-auto-complete-select/techlify-auto-complete-select.component.mjs +2 -7
  24. package/esm2022/lib/techlify-currency-pipe/techlify-currency-pipe.directive.mjs +27 -0
  25. package/esm2022/lib/techlify-feature/techlify-feature-listing.component.mjs +1 -3
  26. package/esm2022/lib/techlify-feature/techlify-feature.service.mjs +2 -2
  27. package/esm2022/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.component.mjs +1 -2
  28. package/esm2022/lib/techlify-update/techlify-update-history/techlify-update-history.component.mjs +2 -3
  29. package/esm2022/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.mjs +1 -3
  30. package/esm2022/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.component.mjs +2 -3
  31. package/esm2022/lib/techlify-view/my-techlify-view-listing/my-techlify-view-listing.component.mjs +2 -2
  32. package/esm2022/lib/techlify-view/techlify-view-form/techlify-view-form.component.mjs +2 -2
  33. package/esm2022/lib/timeline-activity/timeline-activity-list/timeline-activity-list.component.mjs +1 -2
  34. package/esm2022/lib/user/users-view-all.component.mjs +2 -3
  35. package/esm2022/public-api.mjs +3 -1
  36. package/fesm2022/ngx-techlify-core.mjs +136 -100
  37. package/fesm2022/ngx-techlify-core.mjs.map +1 -1
  38. package/lib/access-control-config/access-control-config.component.d.ts +0 -1
  39. package/lib/app-admin/admin-role/admin-role-list/admin-role-list.component.d.ts +1 -1
  40. package/lib/base-model/index.d.ts +2 -2
  41. package/lib/base-model/{techlify-form-component.d.ts → techlify-form.component.d.ts} +1 -0
  42. package/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.d.ts +1 -2
  43. package/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.d.ts +1 -2
  44. package/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.d.ts +1 -2
  45. package/lib/export-excel/export-excel-button/export-excel-button.component.d.ts +4 -1
  46. package/lib/import-csv/import-history-list/import-history-list.component.d.ts +1 -2
  47. package/lib/login-history-for-user/login-history-for-user.component.d.ts +1 -2
  48. package/lib/subscription/subscription-form/subscription-form.component.d.ts +1 -1
  49. package/lib/subscription/subscription-listing/subscription-listing.component.d.ts +1 -1
  50. package/lib/subscription/subscription-package-listing/subscription-package-listing.component.d.ts +1 -1
  51. package/lib/techlify-auto-complete-select/techlify-auto-complete-select.component.d.ts +1 -2
  52. package/lib/techlify-currency-pipe/techlify-currency-pipe.directive.d.ts +8 -0
  53. package/lib/techlify-feature/techlify-feature-listing.component.d.ts +0 -1
  54. package/lib/techlify-update/techlify-update-history/techlify-update-history.component.d.ts +1 -1
  55. package/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.d.ts +0 -1
  56. package/lib/techlify-view/my-techlify-view-listing/my-techlify-view-listing.component.d.ts +1 -1
  57. package/lib/techlify-view/techlify-view-form/techlify-view-form.component.d.ts +1 -1
  58. package/package.json +1 -1
  59. package/public-api.d.ts +1 -0
  60. package/esm2022/lib/base-model/techlify-form-component.mjs +0 -128
  61. /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.