amelia-booking-ui 0.0.500 → 0.0.502
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.
|
@@ -64701,7 +64701,10 @@ const RDe = {
|
|
|
64701
64701
|
n.title ? (p(), v("div", {
|
|
64702
64702
|
key: 0,
|
|
64703
64703
|
class: "medium-16 am-cursor-pointer",
|
|
64704
|
-
onClick: a[2] || (a[2] = (i) => n.disabled
|
|
64704
|
+
onClick: a[2] || (a[2] = (i) => !n.disabled && [
|
|
64705
|
+
l("update:modelValue", !n.modelValue),
|
|
64706
|
+
l("change", !n.modelValue)
|
|
64707
|
+
])
|
|
64705
64708
|
}, ue(n.title), 1)) : Z("", !0),
|
|
64706
64709
|
n.tooltip ? (p(), K(ao, {
|
|
64707
64710
|
key: 1,
|
|
@@ -3,7 +3,7 @@ type __VLS_Props = {
|
|
|
3
3
|
mode?: 'popover' | 'picker';
|
|
4
4
|
valueOnClear?: string;
|
|
5
5
|
showAlpha?: boolean;
|
|
6
|
-
display
|
|
6
|
+
display?: 'input' | 'circle';
|
|
7
7
|
};
|
|
8
8
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
9
|
change: (...args: any[]) => void;
|