@hotelinking/ui 14.48.4 → 14.48.5
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 +3 -3
- package/dist/ui.es.js +1648 -1589
- 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, {
|
|
@@ -829,10 +829,10 @@ loading: boolean;
|
|
|
829
829
|
type: "area" | "line" | "bar" | "scatter";
|
|
830
830
|
id: string;
|
|
831
831
|
range: "24h" | "7d" | "1m" | "3m" | "all";
|
|
832
|
+
height: number;
|
|
832
833
|
empty: boolean;
|
|
833
834
|
horizontal: boolean;
|
|
834
835
|
stacked: boolean;
|
|
835
|
-
height: number;
|
|
836
836
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
837
837
|
|
|
838
838
|
export declare const uiGallery: DefineComponent<UiGalleryInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|