pdap-design-system 3.1.0-beta.3 → 3.1.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,10 +6,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  }>, {
7
7
  setValues: typeof setValues;
8
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ change: (...args: any[]) => void;
9
10
  submit: (...args: any[]) => void;
10
11
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PdapFormPropsV2>, {
11
12
  error: null;
12
13
  }>>> & {
14
+ onChange?: ((...args: any[]) => any) | undefined;
13
15
  onSubmit?: ((...args: any[]) => any) | undefined;
14
16
  }, {
15
17
  error: string | null;
@@ -3,9 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  error?(_: {
4
4
  class: string;
5
5
  }): any;
6
- label?(_: {
7
- for: string;
8
- }): any;
6
+ label?(_: {}): any;
9
7
  }>;
10
8
  export default _default;
11
9
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,9 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  error?(_: {
4
4
  class: string;
5
5
  }): any;
6
- label?(_: {
7
- for: string;
8
- }): any;
6
+ label?(_: {}): any;
9
7
  }>;
10
8
  export default _default;
11
9
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,9 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  error?(_: {
4
4
  class: string;
5
5
  }): any;
6
- label?(_: {
7
- for: string;
8
- }): any;
6
+ label?(_: {}): any;
9
7
  }>;
10
8
  export default _default;
11
9
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;