@indice/ng-components 0.1.284 → 0.1.285
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/indice-ng-components.umd.js +2 -1
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/lib/helpers/base-list.component.js +2 -2
- package/esm2015/lib/icons.js +2 -1
- package/fesm2015/indice-ng-components.js +2 -1
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/indice-ng-components.metadata.json +1 -1
- package/lib/icons.d.ts +1 -0
- package/package.json +1 -1
|
@@ -624,6 +624,7 @@
|
|
|
624
624
|
Icons.Refresh = "ms-Icon ms-Icon--Refresh";
|
|
625
625
|
Icons.Search = "ms-Icon ms-Icon--Search";
|
|
626
626
|
Icons.Add = "ms-Icon ms-Icon--Add";
|
|
627
|
+
Icons.Send = "ms-Icon ms-Icon--Send";
|
|
627
628
|
Icons.Filter = "ms-Icon ms-Icon--Filter";
|
|
628
629
|
Icons.TilesView = "ms-Icon ms-Icon--AppIconDefault";
|
|
629
630
|
Icons.TableView = "ms-Icon ms-Icon--Table";
|
|
@@ -2440,7 +2441,7 @@
|
|
|
2440
2441
|
var _a;
|
|
2441
2442
|
var count = (_a = this.metaItems) === null || _a === void 0 ? void 0 : _a.filter(function (m) { return m.key === 'count'; })[0];
|
|
2442
2443
|
if (count) {
|
|
2443
|
-
count.text = this.count + " \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1";
|
|
2444
|
+
this.count === 1 ? count.text = this.count + " \u03B1\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1" : count.text = this.count + " \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1";
|
|
2444
2445
|
}
|
|
2445
2446
|
};
|
|
2446
2447
|
BaseListComponent.prototype.clear = function () {
|