@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "11.2.0-dev.1063",
3
+ "version": "11.2.0-dev.1065",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",
@@ -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;