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/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +3 -3
- package/dist/reka-ui/index.es.js +409 -405
- package/dist/rekaUI.d.ts +5 -1
- package/package.json +1 -1
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, {}
|
|
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;
|