@sumaris-net/ngx-components 1.19.7 → 1.19.8

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/README.md CHANGED
@@ -3,26 +3,26 @@
3
3
  Based components, for Angular App.
4
4
 
5
5
  Features :
6
- - Material design
7
- - Ionic framework
6
+ - Angular v11
7
+ - Angular Material design
8
+ - Ionic framework v5
8
9
  - i18n
9
10
  - New form field components:
10
11
  * Authentication forms
11
12
  * Extensible menu
12
- * UI components :
13
+ * UI components (mobile or desktop) :
13
14
  * Autocomplete field, with search and highlight
14
15
  * Latitude and longitude field, with 3 entry format
15
16
  * Date + time
16
17
 
17
18
  ## Contribute
18
19
 
19
- See the [developer guide](./doc/build.md)
20
-
20
+ See the [developer guide](https://github.com/sumaris-net/ngx-sumaris-components/blob/master/doc/build.md)
21
21
 
22
22
  ## Change log
23
23
 
24
- See the [change log](./doc/changelog.md)
24
+ See the [change log](https://github.com/sumaris-net/ngx-sumaris-components/blob/master/doc/changelog.md)
25
25
 
26
26
  ## License
27
27
 
28
- Free software, distributed under a [AGPL v3 license](./LICENSE).
28
+ Free software, distributed under a [AGPL v3 license](https://github.com/sumaris-net/ngx-sumaris-components/blob/master/LICENSE).
@@ -4756,12 +4756,10 @@
4756
4756
  };
4757
4757
  return FormGetPipe;
4758
4758
  }());
4759
- FormGetPipe.ɵprov = i0.ɵɵdefineInjectable({ factory: function FormGetPipe_Factory() { return new FormGetPipe(); }, token: FormGetPipe, providedIn: "root" });
4760
4759
  FormGetPipe.decorators = [
4761
4760
  { type: i0.Pipe, args: [{
4762
4761
  name: 'formGet'
4763
- },] },
4764
- { type: i0.Injectable, args: [{ providedIn: 'root' },] }
4762
+ },] }
4765
4763
  ];
4766
4764
  var FormGetControlPipe = /** @class */ (function () {
4767
4765
  function FormGetControlPipe() {
@@ -4771,12 +4769,10 @@
4771
4769
  };
4772
4770
  return FormGetControlPipe;
4773
4771
  }());
4774
- FormGetControlPipe.ɵprov = i0.ɵɵdefineInjectable({ factory: function FormGetControlPipe_Factory() { return new FormGetControlPipe(); }, token: FormGetControlPipe, providedIn: "root" });
4775
4772
  FormGetControlPipe.decorators = [
4776
4773
  { type: i0.Pipe, args: [{
4777
4774
  name: 'formGetControl'
4778
- },] },
4779
- { type: i0.Injectable, args: [{ providedIn: 'root' },] }
4775
+ },] }
4780
4776
  ];
4781
4777
  var FormGetArrayPipe = /** @class */ (function () {
4782
4778
  function FormGetArrayPipe() {
@@ -4786,12 +4782,10 @@
4786
4782
  };
4787
4783
  return FormGetArrayPipe;
4788
4784
  }());
4789
- FormGetArrayPipe.ɵprov = i0.ɵɵdefineInjectable({ factory: function FormGetArrayPipe_Factory() { return new FormGetArrayPipe(); }, token: FormGetArrayPipe, providedIn: "root" });
4790
4785
  FormGetArrayPipe.decorators = [
4791
4786
  { type: i0.Pipe, args: [{
4792
4787
  name: 'formGetArray'
4793
- },] },
4794
- { type: i0.Injectable, args: [{ providedIn: 'root' },] }
4788
+ },] }
4795
4789
  ];
4796
4790
  var FormGetGroupPipe = /** @class */ (function () {
4797
4791
  function FormGetGroupPipe() {
@@ -4801,12 +4795,10 @@
4801
4795
  };
4802
4796
  return FormGetGroupPipe;
4803
4797
  }());
4804
- FormGetGroupPipe.ɵprov = i0.ɵɵdefineInjectable({ factory: function FormGetGroupPipe_Factory() { return new FormGetGroupPipe(); }, token: FormGetGroupPipe, providedIn: "root" });
4805
4798
  FormGetGroupPipe.decorators = [
4806
4799
  { type: i0.Pipe, args: [{
4807
4800
  name: 'formGetGroup'
4808
- },] },
4809
- { type: i0.Injectable, args: [{ providedIn: 'root' },] }
4801
+ },] }
4810
4802
  ];
4811
4803
  var FormGetValuePipe = /** @class */ (function () {
4812
4804
  function FormGetValuePipe(adapter, _ref) {
@@ -4857,13 +4849,11 @@
4857
4849
  };
4858
4850
  return FormGetValuePipe;
4859
4851
  }());
4860
- FormGetValuePipe.ɵprov = i0.ɵɵdefineInjectable({ factory: function FormGetValuePipe_Factory() { return new FormGetValuePipe(i0.ɵɵinject(FormErrorTranslator), i0.ɵɵinject(i0.ChangeDetectorRef)); }, token: FormGetValuePipe, providedIn: "root" });
4861
4852
  FormGetValuePipe.decorators = [
4862
4853
  { type: i0.Pipe, args: [{
4863
4854
  name: 'formGetValue',
4864
4855
  pure: false
4865
- },] },
4866
- { type: i0.Injectable, args: [{ providedIn: 'root' },] }
4856
+ },] }
4867
4857
  ];
4868
4858
  FormGetValuePipe.ctorParameters = function () { return [
4869
4859
  { type: FormErrorTranslator },