forstok-ui-lib 8.7.2 → 8.8.0

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/dist/index.d.ts CHANGED
@@ -1258,7 +1258,7 @@ declare const evCheckAllValidationByHeaderWithVariant: (newData: any[], headerCo
1258
1258
  data: any[];
1259
1259
  };
1260
1260
  declare const getFileType: (file?: File | null) => string;
1261
- declare function capitalizeWords(text: string, ignoreWords?: never[]): string;
1261
+ declare function capitalizeWords(text: string, ignoreWords?: string[]): string;
1262
1262
 
1263
1263
  declare const dateRangeStatus: (value: string) => any;
1264
1264
  declare const pageMasterTable: (value?: BodyContentMode) => "" | "listing" | "picklist" | "promotion" | "master" | "stock" | "payment";