@hotelinking/ui 14.48.4 → 14.48.6
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 +8 -4
- package/dist/ui.es.js +1696 -1631
- package/package.json +1 -1
package/dist/ui.d.ts
CHANGED
|
@@ -419,10 +419,10 @@ onMaximizeChart?: ((T: string) => any) | undefined;
|
|
|
419
419
|
loading: boolean;
|
|
420
420
|
type: "area" | "line" | "bar" | "scatter";
|
|
421
421
|
id: string;
|
|
422
|
+
height: number;
|
|
422
423
|
empty: boolean;
|
|
423
424
|
horizontal: boolean;
|
|
424
425
|
stacked: boolean;
|
|
425
|
-
height: number;
|
|
426
426
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
427
427
|
|
|
428
428
|
export declare interface UiChartEventsInterface {
|
|
@@ -565,10 +565,10 @@ onMaximizeChart?: ((T: string) => any) | undefined;
|
|
|
565
565
|
}>, {
|
|
566
566
|
loading: boolean;
|
|
567
567
|
id: string;
|
|
568
|
+
height: number;
|
|
568
569
|
empty: boolean;
|
|
569
570
|
horizontal: boolean;
|
|
570
571
|
stacked: boolean;
|
|
571
|
-
height: number;
|
|
572
572
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
573
573
|
|
|
574
574
|
export declare const uiComparator: DefineComponent<UiComparatorInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -757,7 +757,11 @@ export declare type UiDropdownItemType = {
|
|
|
757
757
|
active?: boolean;
|
|
758
758
|
};
|
|
759
759
|
|
|
760
|
-
export declare const uiDynamicStats: DefineComponent<UiDynamicStatsInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
760
|
+
export declare const uiDynamicStats: DefineComponent<UiDynamicStatsInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
761
|
+
statClick: (id: string) => any;
|
|
762
|
+
}, string, PublicProps, Readonly<UiDynamicStatsInterface> & Readonly<{
|
|
763
|
+
onStatClick?: ((id: string) => any) | undefined;
|
|
764
|
+
}>, {
|
|
761
765
|
loading: boolean;
|
|
762
766
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
763
767
|
|
|
@@ -829,10 +833,10 @@ loading: boolean;
|
|
|
829
833
|
type: "area" | "line" | "bar" | "scatter";
|
|
830
834
|
id: string;
|
|
831
835
|
range: "24h" | "7d" | "1m" | "3m" | "all";
|
|
836
|
+
height: number;
|
|
832
837
|
empty: boolean;
|
|
833
838
|
horizontal: boolean;
|
|
834
839
|
stacked: boolean;
|
|
835
|
-
height: number;
|
|
836
840
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
837
841
|
|
|
838
842
|
export declare const uiGallery: DefineComponent<UiGalleryInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|