@hotelinking/ui 14.48.1 → 14.48.3
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/ui.cjs +1 -1
- package/dist/ui.d.ts +4 -4
- package/dist/ui.es.js +2544 -2546
- package/package.json +5 -2
package/dist/ui.d.ts
CHANGED
|
@@ -570,14 +570,14 @@ height: number;
|
|
|
570
570
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
571
571
|
|
|
572
572
|
export declare const uiComparator: DefineComponent<UiComparatorInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
573
|
-
checkboxChanged: (section: string, fileNumber:
|
|
573
|
+
checkboxChanged: (section: string, fileNumber: string, entryIndex: number, checked: boolean) => any;
|
|
574
|
+
filesUploaded: (args_0: FileInputType) => any;
|
|
574
575
|
compareButtonClicked: () => any;
|
|
575
|
-
fileSelected: (fileNumber: 1 | 2, file: File) => any;
|
|
576
576
|
generateNewFile: () => any;
|
|
577
577
|
}, string, PublicProps, Readonly<UiComparatorInterface> & Readonly<{
|
|
578
|
-
onCheckboxChanged?: ((section: string, fileNumber:
|
|
578
|
+
onCheckboxChanged?: ((section: string, fileNumber: string, entryIndex: number, checked: boolean) => any) | undefined;
|
|
579
|
+
onFilesUploaded?: ((args_0: FileInputType) => any) | undefined;
|
|
579
580
|
onCompareButtonClicked?: (() => any) | undefined;
|
|
580
|
-
onFileSelected?: ((fileNumber: 1 | 2, file: File) => any) | undefined;
|
|
581
581
|
onGenerateNewFile?: (() => any) | undefined;
|
|
582
582
|
}>, {
|
|
583
583
|
loading: true;
|