@point-hub/papp 0.0.84 → 0.0.87

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.
@@ -32,6 +32,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
32
32
  inputRef: import("vue").Ref<any, any>;
33
33
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
34
  "update:modelValue": (value: number) => void;
35
+ update: () => void;
35
36
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
36
37
  decimalLength: number;
37
38
  align: string;
@@ -42,6 +43,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
42
43
  disabled: boolean;
43
44
  }>>> & Readonly<{
44
45
  "onUpdate:modelValue"?: (value: number) => any;
46
+ onUpdate?: () => any;
45
47
  }>, {
46
48
  required: boolean;
47
49
  disabled: boolean;