@wizishop/angular-components 0.0.86 → 0.0.87
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/bundles/wizishop-angular-components.umd.js +9 -0
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/public-api.js +3 -1
- package/fesm2015/wizishop-angular-components.js +5 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/wizishop-angular-components-0.0.87.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.86.tgz +0 -0
|
@@ -4044,6 +4044,14 @@
|
|
|
4044
4044
|
},] }
|
|
4045
4045
|
];
|
|
4046
4046
|
|
|
4047
|
+
var TableFiltersGroup = /** @class */ (function (_super) {
|
|
4048
|
+
__extends(TableFiltersGroup, _super);
|
|
4049
|
+
function TableFiltersGroup() {
|
|
4050
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4051
|
+
}
|
|
4052
|
+
return TableFiltersGroup;
|
|
4053
|
+
}(i1$1.NwbFilterGroup));
|
|
4054
|
+
|
|
4047
4055
|
/*
|
|
4048
4056
|
* Public API Surface of angular-components
|
|
4049
4057
|
*/
|
|
@@ -4110,6 +4118,7 @@
|
|
|
4110
4118
|
exports.TableColumn = TableColumn;
|
|
4111
4119
|
exports.TableColumnHeader = TableColumnHeader;
|
|
4112
4120
|
exports.TableComponent = TableComponent;
|
|
4121
|
+
exports.TableFiltersGroup = TableFiltersGroup;
|
|
4113
4122
|
exports.TableRow = TableRow;
|
|
4114
4123
|
exports.TagComponent = TagComponent;
|
|
4115
4124
|
exports.TextAreaComponent = TextAreaComponent;
|