ng-firebase-table-kxp 1.0.3 → 1.0.5
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/esm2020/lib/ng-firebase-table-kxp.component.mjs +11 -0
- package/esm2020/lib/ng-firebase-table-kxp.module.mjs +74 -0
- package/esm2020/lib/ng-firebase-table-kxp.service.mjs +14 -0
- package/esm2020/public-api.mjs +5 -5
- package/fesm2015/ng-firebase-table-kxp.mjs +20 -28
- package/fesm2015/ng-firebase-table-kxp.mjs.map +1 -1
- package/fesm2020/ng-firebase-table-kxp.mjs +20 -28
- package/fesm2020/ng-firebase-table-kxp.mjs.map +1 -1
- package/lib/ng-firebase-table-kxp.component.d.ts +5 -0
- package/lib/ng-firebase-table-kxp.module.d.ts +21 -0
- package/lib/ng-firebase-table-kxp.service.d.ts +6 -0
- package/package.json +1 -1
- package/public-api.d.ts +3 -3
- package/esm2020/lib/firebase-table-kxp-lib.component.mjs +0 -19
- package/esm2020/lib/firebase-table-kxp-lib.module.mjs +0 -74
- package/esm2020/lib/firebase-table-kxp-lib.service.mjs +0 -14
- package/lib/firebase-table-kxp-lib.component.d.ts +0 -5
- package/lib/firebase-table-kxp-lib.module.d.ts +0 -21
- package/lib/firebase-table-kxp-lib.service.d.ts +0 -6
|
@@ -33,21 +33,13 @@ import * as i1 from '@angular/fire/compat/firestore';
|
|
|
33
33
|
import * as i3 from 'ngx-toastr';
|
|
34
34
|
import * as i12 from '@angular/material/core';
|
|
35
35
|
|
|
36
|
-
class
|
|
36
|
+
class NgFirebaseTableKxpComponent {
|
|
37
37
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
firebase-table-kxp-lib works!
|
|
42
|
-
</p>
|
|
43
|
-
`, isInline: true });
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FirebaseTableKxpLibComponent, decorators: [{
|
|
38
|
+
NgFirebaseTableKxpComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
39
|
+
NgFirebaseTableKxpComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NgFirebaseTableKxpComponent, selector: "lib-ng-firebase-table-kxp", ngImport: i0, template: ` <p>ng-firebase-table-kxp works!</p> `, isInline: true });
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpComponent, decorators: [{
|
|
45
41
|
type: Component,
|
|
46
|
-
args: [{ selector: 'lib-firebase-table-kxp
|
|
47
|
-
<p>
|
|
48
|
-
firebase-table-kxp-lib works!
|
|
49
|
-
</p>
|
|
50
|
-
` }]
|
|
42
|
+
args: [{ selector: 'lib-ng-firebase-table-kxp', template: ` <p>ng-firebase-table-kxp works!</p> ` }]
|
|
51
43
|
}] });
|
|
52
44
|
|
|
53
45
|
class TableService {
|
|
@@ -1715,10 +1707,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1715
1707
|
args: [MatSort]
|
|
1716
1708
|
}] } });
|
|
1717
1709
|
|
|
1718
|
-
class
|
|
1710
|
+
class NgFirebaseTableKxpModule {
|
|
1719
1711
|
}
|
|
1720
|
-
|
|
1721
|
-
|
|
1712
|
+
NgFirebaseTableKxpModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1713
|
+
NgFirebaseTableKxpModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpModule, declarations: [NgFirebaseTableKxpComponent, TableComponent], imports: [CommonModule,
|
|
1722
1714
|
ReactiveFormsModule,
|
|
1723
1715
|
FormsModule,
|
|
1724
1716
|
RouterModule,
|
|
@@ -1731,8 +1723,8 @@ FirebaseTableKxpLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0
|
|
|
1731
1723
|
MatTooltipModule,
|
|
1732
1724
|
MatProgressSpinnerModule,
|
|
1733
1725
|
MatIconModule,
|
|
1734
|
-
MatDialogModule], exports: [
|
|
1735
|
-
|
|
1726
|
+
MatDialogModule], exports: [NgFirebaseTableKxpComponent, TableComponent] });
|
|
1727
|
+
NgFirebaseTableKxpModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpModule, imports: [CommonModule,
|
|
1736
1728
|
ReactiveFormsModule,
|
|
1737
1729
|
FormsModule,
|
|
1738
1730
|
RouterModule,
|
|
@@ -1746,10 +1738,10 @@ FirebaseTableKxpLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0
|
|
|
1746
1738
|
MatProgressSpinnerModule,
|
|
1747
1739
|
MatIconModule,
|
|
1748
1740
|
MatDialogModule] });
|
|
1749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
1741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpModule, decorators: [{
|
|
1750
1742
|
type: NgModule,
|
|
1751
1743
|
args: [{
|
|
1752
|
-
declarations: [
|
|
1744
|
+
declarations: [NgFirebaseTableKxpComponent, TableComponent],
|
|
1753
1745
|
imports: [
|
|
1754
1746
|
CommonModule,
|
|
1755
1747
|
ReactiveFormsModule,
|
|
@@ -1766,24 +1758,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1766
1758
|
MatIconModule,
|
|
1767
1759
|
MatDialogModule,
|
|
1768
1760
|
],
|
|
1769
|
-
exports: [
|
|
1761
|
+
exports: [NgFirebaseTableKxpComponent, TableComponent],
|
|
1770
1762
|
}]
|
|
1771
1763
|
}] });
|
|
1772
1764
|
|
|
1773
|
-
class
|
|
1765
|
+
class NgFirebaseTableKxpService {
|
|
1774
1766
|
constructor() { }
|
|
1775
1767
|
}
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
1768
|
+
NgFirebaseTableKxpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1769
|
+
NgFirebaseTableKxpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpService, providedIn: 'root' });
|
|
1770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NgFirebaseTableKxpService, decorators: [{
|
|
1779
1771
|
type: Injectable,
|
|
1780
1772
|
args: [{
|
|
1781
|
-
providedIn: 'root'
|
|
1773
|
+
providedIn: 'root',
|
|
1782
1774
|
}]
|
|
1783
1775
|
}], ctorParameters: function () { return []; } });
|
|
1784
1776
|
|
|
1785
1777
|
/*
|
|
1786
|
-
* Public API Surface of firebase-table-kxp
|
|
1778
|
+
* Public API Surface of ng-firebase-table-kxp
|
|
1787
1779
|
*/
|
|
1788
1780
|
// Main module
|
|
1789
1781
|
|
|
@@ -1791,5 +1783,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1791
1783
|
* Generated bundle index. Do not edit.
|
|
1792
1784
|
*/
|
|
1793
1785
|
|
|
1794
|
-
export {
|
|
1786
|
+
export { NgFirebaseTableKxpComponent, NgFirebaseTableKxpModule, NgFirebaseTableKxpService, TableComponent, TableService };
|
|
1795
1787
|
//# sourceMappingURL=ng-firebase-table-kxp.mjs.map
|