@sumaris-net/ngx-components 2.4.4 → 2.4.5-rc2

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 (24) hide show
  1. package/doc/changelog.md +3 -0
  2. package/esm2020/src/app/admin/users/users.mjs +2 -2
  3. package/esm2020/src/app/core/account/account.page.mjs +1 -1
  4. package/esm2020/src/app/core/auth/auth.form.mjs +2 -2
  5. package/esm2020/src/app/core/form/text-popover/text-form.component.mjs +3 -3
  6. package/esm2020/src/app/core/form/text-popover/text-popover.component.mjs +1 -1
  7. package/esm2020/src/app/core/register/register.form.mjs +1 -1
  8. package/esm2020/src/app/core/services/platform.service.mjs +3 -2
  9. package/esm2020/src/app/core/table/entities-async-table-datasource.class.mjs +2 -2
  10. package/esm2020/src/app/core/table/testing/table.testing.mjs +1 -1
  11. package/esm2020/src/app/shared/directives/autofocus.directive.mjs +3 -3
  12. package/esm2020/src/app/shared/form/field.component.mjs +1 -1
  13. package/esm2020/src/app/shared/image/gallery/image-gallery.component.mjs +2 -2
  14. package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.mjs +2 -2
  15. package/esm2020/src/app/shared/material/chips/material.chips.mjs +1 -1
  16. package/esm2020/src/app/shared/material/datetime/material.date.mjs +1 -1
  17. package/esm2020/src/app/shared/material/datetime/material.dateshort.mjs +1 -1
  18. package/esm2020/src/app/shared/material/datetime/material.datetime.mjs +1 -1
  19. package/fesm2015/sumaris-net.ngx-components.mjs +20 -19
  20. package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
  21. package/fesm2020/sumaris-net.ngx-components.mjs +20 -19
  22. package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
  23. package/package.json +1 -1
  24. package/src/app/shared/directives/autofocus.directive.d.ts +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.4.4",
4
+ "version": "2.4.5-rc2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -15,5 +15,5 @@ export declare class AutofocusDirective implements AfterContentInit, OnChanges,
15
15
  private _startFocus;
16
16
  private _stop;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autofocus], input[appAutofocus]", never, { "shouldFocusElement": "appAutofocus"; "timerDelay": "autofocusDelay"; }, {}, never, never, false>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autofocus], input[appAutofocus], textarea[appAutofocus]", never, { "shouldFocusElement": "appAutofocus"; "timerDelay": "autofocusDelay"; }, {}, never, never, false>;
19
19
  }