unika-components 1.1.162 → 1.1.164

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.
@@ -340,6 +340,7 @@ export interface PageData {
340
340
  banPage: boolean | number;
341
341
  autoPage: boolean | number;
342
342
  delay: number;
343
+ unStop?: boolean;
343
344
  bgOpacity: string;
344
345
  height: number;
345
346
  eleIndex?: number;