@ecodev/natural 56.0.4 → 56.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.
|
@@ -78,10 +78,11 @@ export declare class NaturalSelectComponent<TService extends NaturalAbstractMode
|
|
|
78
78
|
*/
|
|
79
79
|
loading: boolean;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
82
|
-
* Shows a message after list if
|
|
81
|
+
* If some items are not shown in result list
|
|
82
|
+
* Shows a message after list if true
|
|
83
83
|
*/
|
|
84
|
-
|
|
84
|
+
hasMoreItems: boolean;
|
|
85
|
+
nbTotal: number;
|
|
85
86
|
/**
|
|
86
87
|
* Default page size
|
|
87
88
|
*/
|