prlg-ui 1.8.318 → 1.8.319

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
@@ -3364,7 +3364,11 @@ export declare interface IFile {
3364
3364
  size: number | null;
3365
3365
  }
3366
3366
 
3367
- declare const Image_2: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3367
+ declare const Image_2: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3368
+ delete: () => any;
3369
+ }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
3370
+ onDelete?: (() => any) | undefined;
3371
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3368
3372
  imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
3369
3373
  src: string;
3370
3374
  alt?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.318",
4
+ "version": "1.8.319",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",