@sumaris-net/ngx-components 1.19.7 → 1.19.10
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 +7 -7
- package/bundles/sumaris-net.ngx-components.umd.js +9 -16
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/core.module.js +4 -1
- package/esm2015/src/app/shared/pipes/form.pipes.js +7 -19
- package/esm2015/src/app/shared/pipes/pipes.module.js +3 -2
- package/fesm2015/sumaris-net.ngx-components.js +9 -16
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
package/README.md
CHANGED
|
@@ -3,26 +3,26 @@
|
|
|
3
3
|
Based components, for Angular App.
|
|
4
4
|
|
|
5
5
|
Features :
|
|
6
|
-
-
|
|
7
|
-
-
|
|
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](
|
|
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](
|
|
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](
|
|
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 },
|
|
@@ -4959,7 +4949,8 @@
|
|
|
4959
4949
|
FormGetPipe,
|
|
4960
4950
|
FormGetControlPipe,
|
|
4961
4951
|
FormGetArrayPipe,
|
|
4962
|
-
FormGetGroupPipe
|
|
4952
|
+
FormGetGroupPipe,
|
|
4953
|
+
FormGetValuePipe
|
|
4963
4954
|
]
|
|
4964
4955
|
},] }
|
|
4965
4956
|
];
|
|
@@ -24361,6 +24352,7 @@
|
|
|
24361
24352
|
ionicCache.CacheModule,
|
|
24362
24353
|
i3$2.IonicStorageModule,
|
|
24363
24354
|
ngxJdenticon.NgxJdenticonModule,
|
|
24355
|
+
i1$2.TranslateModule.forChild(),
|
|
24364
24356
|
// Sub modules
|
|
24365
24357
|
AppGraphQLModule,
|
|
24366
24358
|
AppMenuModule
|
|
@@ -24402,6 +24394,7 @@
|
|
|
24402
24394
|
exports: [
|
|
24403
24395
|
SharedModule,
|
|
24404
24396
|
i3.RouterModule,
|
|
24397
|
+
i1$2.TranslateModule,
|
|
24405
24398
|
// Sub modules
|
|
24406
24399
|
AppGraphQLModule,
|
|
24407
24400
|
AppMenuModule,
|