@hotelinking/ui 14.47.7 → 14.47.9
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 +2 -2
- package/dist/ui.es.js +452 -441
- package/package.json +1 -1
package/dist/ui.d.ts
CHANGED
|
@@ -870,8 +870,8 @@ onAddOnClicked?: (() => any) | undefined;
|
|
|
870
870
|
}>, {
|
|
871
871
|
loading: boolean;
|
|
872
872
|
type: "number" | "text" | "email" | "password" | "date" | "datetime-local";
|
|
873
|
-
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
874
873
|
placeholder: string;
|
|
874
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
875
875
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
876
876
|
|
|
877
877
|
export declare interface UiInputEventsInterface {
|
|
@@ -1864,8 +1864,8 @@ value?: string | undefined;
|
|
|
1864
1864
|
}>, {
|
|
1865
1865
|
disabled: boolean;
|
|
1866
1866
|
loading: boolean;
|
|
1867
|
-
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
1868
1867
|
placeholder: string;
|
|
1868
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
1869
1869
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1870
1870
|
|
|
1871
1871
|
export declare interface UiTextAreaEventsInterface {
|