@festo-ui/angular 11.2.0-dev.1063 → 11.2.0-dev.1065
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/package.json
CHANGED
|
@@ -174,8 +174,10 @@ declare class FngClickOutsideDirective {
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
declare enum FngPaginationType {
|
|
177
|
+
Basic = "BASIC",
|
|
177
178
|
Numeric = "NUMERIC",
|
|
178
|
-
Dots = "DOTS"
|
|
179
|
+
Dots = "DOTS",
|
|
180
|
+
DotsLg = "DOTS_LG"
|
|
179
181
|
}
|
|
180
182
|
declare class FngPaginationComponent {
|
|
181
183
|
PaginationType: typeof FngPaginationType;
|