@one-paragon/angular-utilities 0.1.3 → 0.1.4
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/esm2020/table-builder/directives/index.mjs +2 -2
- package/fesm2015/one-paragon-angular-utilities.mjs +23 -23
- package/fesm2015/one-paragon-angular-utilities.mjs.map +1 -1
- package/fesm2020/one-paragon-angular-utilities.mjs +23 -23
- package/fesm2020/one-paragon-angular-utilities.mjs.map +1 -1
- package/package.json +1 -1
- package/table-builder/directives/index.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from './custom-cell-directive';
|
|
2
2
|
export * from './multi-sort.directive';
|
|
3
3
|
export * from './resize-column.directive';
|
|
4
|
-
export * from './tb-filter.directive';
|
|
5
4
|
export * from './table-wrapper.directive';
|
|
6
|
-
|
|
5
|
+
export * from './tb-filter.directive';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXV0aWxpdGllcy9zcmMvdGFibGUtYnVpbGRlci9kaXJlY3RpdmVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY3VzdG9tLWNlbGwtZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vbXVsdGktc29ydC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9yZXNpemUtY29sdW1uLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3RhYmxlLXdyYXBwZXIuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vdGItZmlsdGVyLmRpcmVjdGl2ZSc7XG5cbiJdfQ==
|
|
@@ -2978,29 +2978,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.5", ngImpor
|
|
|
2978
2978
|
}]
|
|
2979
2979
|
}], ctorParameters: function () { return [{ type: TableStore }]; } });
|
|
2980
2980
|
|
|
2981
|
-
class TableWrapperDirective {
|
|
2982
|
-
constructor() {
|
|
2983
|
-
this.registerations = [];
|
|
2984
|
-
}
|
|
2985
|
-
register(filter) {
|
|
2986
|
-
this.registerations.push(filter);
|
|
2987
|
-
}
|
|
2988
|
-
}
|
|
2989
|
-
TableWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.5", ngImport: i0, type: TableWrapperDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2990
|
-
TableWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.5", type: TableWrapperDirective, selector: "[tbWrapper]", queries: [{ propertyName: "customFilters", predicate: TableCustomFilterDirective, descendants: true }, { propertyName: "filters", predicate: TableFilterDirective, descendants: true }], ngImport: i0 });
|
|
2991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.5", ngImport: i0, type: TableWrapperDirective, decorators: [{
|
|
2992
|
-
type: Directive,
|
|
2993
|
-
args: [{
|
|
2994
|
-
selector: '[tbWrapper]'
|
|
2995
|
-
}]
|
|
2996
|
-
}], propDecorators: { customFilters: [{
|
|
2997
|
-
type: ContentChildren,
|
|
2998
|
-
args: [TableCustomFilterDirective, { descendants: true }]
|
|
2999
|
-
}], filters: [{
|
|
3000
|
-
type: ContentChildren,
|
|
3001
|
-
args: [TableFilterDirective, { descendants: true }]
|
|
3002
|
-
}] } });
|
|
3003
|
-
|
|
3004
2981
|
const inputs = [
|
|
3005
2982
|
'predicate: tbCustomFilter',
|
|
3006
2983
|
'filterId: filterId',
|
|
@@ -3405,6 +3382,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.5", ngImpor
|
|
|
3405
3382
|
}] }];
|
|
3406
3383
|
} });
|
|
3407
3384
|
|
|
3385
|
+
class TableWrapperDirective {
|
|
3386
|
+
constructor() {
|
|
3387
|
+
this.registerations = [];
|
|
3388
|
+
}
|
|
3389
|
+
register(filter) {
|
|
3390
|
+
this.registerations.push(filter);
|
|
3391
|
+
}
|
|
3392
|
+
}
|
|
3393
|
+
TableWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.5", ngImport: i0, type: TableWrapperDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3394
|
+
TableWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.5", type: TableWrapperDirective, selector: "[tbWrapper]", queries: [{ propertyName: "customFilters", predicate: TableCustomFilterDirective, descendants: true }, { propertyName: "filters", predicate: TableFilterDirective, descendants: true }], ngImport: i0 });
|
|
3395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.5", ngImport: i0, type: TableWrapperDirective, decorators: [{
|
|
3396
|
+
type: Directive,
|
|
3397
|
+
args: [{
|
|
3398
|
+
selector: '[tbWrapper]'
|
|
3399
|
+
}]
|
|
3400
|
+
}], propDecorators: { customFilters: [{
|
|
3401
|
+
type: ContentChildren,
|
|
3402
|
+
args: [TableCustomFilterDirective, { descendants: true }]
|
|
3403
|
+
}], filters: [{
|
|
3404
|
+
type: ContentChildren,
|
|
3405
|
+
args: [TableFilterDirective, { descendants: true }]
|
|
3406
|
+
}] } });
|
|
3407
|
+
|
|
3408
3408
|
class DataFilter {
|
|
3409
3409
|
constructor(filters$) {
|
|
3410
3410
|
this.filters$ = filters$;
|