prlg-ui 1.8.117 → 1.8.118

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
@@ -1557,8 +1557,10 @@ autoClear: boolean;
1557
1557
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1558
1558
 
1559
1559
  export declare const InputNumber: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1560
+ change: (value: number) => any;
1560
1561
  "update:modelValue": (value: number) => any;
1561
1562
  }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
1563
+ onChange?: ((value: number) => any) | undefined;
1562
1564
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
1563
1565
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1564
1566