@ziadshalaby/ngx-zs-component 3.0.9 → 3.1.1

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/index.d.ts CHANGED
@@ -326,7 +326,7 @@ declare class Form<T extends Record<string, any>> {
326
326
  private markAllTouched;
327
327
  getValues(): T;
328
328
  getValidations(): Record<keyof T, boolean>;
329
- submit(callback: (values: T) => void): void;
329
+ submit(callback: (values: T) => void, submitWhenAllNotFilled?: boolean): void;
330
330
  }
331
331
 
332
332
  type ButtonVariant = 'solid' | 'outline';
package/output.css CHANGED
@@ -482,6 +482,9 @@
482
482
  .zs\:ml-1 {
483
483
  margin-left: calc(var(--zs-spacing) * 1);
484
484
  }
485
+ .zs\:ml-1\.5 {
486
+ margin-left: calc(var(--zs-spacing) * 1.5);
487
+ }
485
488
  .zs\:ml-2 {
486
489
  margin-left: calc(var(--zs-spacing) * 2);
487
490
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziadshalaby/ngx-zs-component",
3
- "version": "3.0.9",
3
+ "version": "3.1.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"