prlg-ui 1.8.361 → 1.8.363

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/rekaUI.d.ts CHANGED
@@ -238,7 +238,11 @@ contentRef: HTMLDivElement;
238
238
  bodyRef: HTMLDivElement;
239
239
  }, any>;
240
240
 
241
- declare const __VLS_component_13: DefineComponent<IButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
241
+ declare const __VLS_component_13: DefineComponent<IButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
242
+ click: (event: MouseEvent) => any;
243
+ }, string, PublicProps, Readonly<IButtonProps> & Readonly<{
244
+ onClick?: ((event: MouseEvent) => any) | undefined;
245
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
242
246
 
243
247
  declare const __VLS_component_14: DefineComponent<CalendarCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
244
248
 
@@ -3451,6 +3455,7 @@ export declare interface IButtonProps {
3451
3455
  url?: string | RouteLocationRaw;
3452
3456
  strong?: boolean;
3453
3457
  loading?: boolean;
3458
+ onClick?: (event: MouseEvent) => void;
3454
3459
  }
3455
3460
 
3456
3461
  declare interface ICalendarPrevProps extends Omit<CalendarNextProps, 'as' | 'asChild'>, IButtonProps {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.361",
4
+ "version": "1.8.363",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",