@davincihealthcare/elty-design-system-vue 1.86.0 → 1.87.0
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/forms/ElInputSwitch.vue.d.ts +5 -0
- package/dist/src/forms/ElInputSwitch.vue.cjs2.js +1 -1
- package/dist/src/forms/ElInputSwitch.vue.cjs2.js.map +1 -1
- package/dist/src/forms/ElInputSwitch.vue.esm2.js +1 -1
- package/dist/src/forms/ElInputSwitch.vue.esm2.js.map +1 -1
- package/package.json +1 -1
|
@@ -10,10 +10,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
10
10
|
size?: ElSwitchSizes;
|
|
11
11
|
color?: ElSwitchColors;
|
|
12
12
|
align?: ElSwitchAligns;
|
|
13
|
+
disabled?: boolean;
|
|
13
14
|
}>, {
|
|
14
15
|
size: string;
|
|
15
16
|
color: string;
|
|
16
17
|
align: string;
|
|
18
|
+
disabled: boolean;
|
|
17
19
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
20
|
"update:modelValue": (val: boolean) => void;
|
|
19
21
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -22,15 +24,18 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
24
|
size?: ElSwitchSizes;
|
|
23
25
|
color?: ElSwitchColors;
|
|
24
26
|
align?: ElSwitchAligns;
|
|
27
|
+
disabled?: boolean;
|
|
25
28
|
}>, {
|
|
26
29
|
size: string;
|
|
27
30
|
color: string;
|
|
28
31
|
align: string;
|
|
32
|
+
disabled: boolean;
|
|
29
33
|
}>>> & {
|
|
30
34
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
31
35
|
}, {
|
|
32
36
|
size: ElSwitchSizes;
|
|
33
37
|
color: ElSwitchColors;
|
|
38
|
+
disabled: boolean;
|
|
34
39
|
align: ElSwitchAligns;
|
|
35
40
|
}, {}>;
|
|
36
41
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),u=require("./ElInputContainer.vue.cjs2.js"),c=require("./input.cjs.js"),m=["id","checked","disabled","data-cy"],f=["for"],p=["xs","xxs"],h=["primary","secondary"],b=["left","right"],g=e.defineComponent({__name:"ElInputSwitch",props:{modelValue:{type:Boolean},label:{},size:{default:"xs"},color:{default:"primary"},align:{default:"left"},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(o,{emit:n}){const t=o,i=n,{modelValue:a}=e.toRefs(t),r=c.UniqueID().getID(),s=e.ref(a.value);e.watch(a,()=>{s.value=a.value,i("update:modelValue",s.value)});const d=()=>{t.disabled||(s.value=!s.value,i("update:modelValue",s.value))};return(l,w)=>(e.openBlock(),e.createBlock(u.default,e.mergeProps(l.$attrs,{"no-icon":!0,name:e.unref(r)}),{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["w-full flex",{"justify-start":l.align==="left","justify-end":l.align==="right"}])},[e.createElementVNode("input",{id:e.unref(r),checked:e.unref(a),type:"checkbox",class:"sr-only",disabled:l.disabled,"data-cy":l.label?`${l.label.trim().replaceAll(" ","")}-switch`:"switch"},null,8,m),e.createElementVNode("button",{class:e.normalizeClass(["flex items-center justify-center gap-2",{"cursor-not-allowed":l.disabled,"cursor-pointer":!l.disabled}]),onClick:d},[e.createElementVNode("div",{class:e.normalizeClass(["flex items-center shrink-0",{"w-9 h-[1.375rem]":l.size==="xs","w-[1.625rem] h-4":l.size==="xxs","order-1":l.align==="left","order-2":l.align==="right"}])},[e.createElementVNode("div",{class:e.normalizeClass(["relative w-full rounded-full duration-200",{"w-9 h-[1.375rem]":l.size==="xs","w-[1.625rem] h-4":l.size==="xxs","bg-neutral-300":!e.unref(a)&&!l.disabled,"bg-neutral-inactive":l.disabled,"bg-primary-active":l.color==="primary"&&e.unref(a)&&!l.disabled,"bg-secondary-active":l.color==="secondary"&&e.unref(a)&&!l.disabled}])},[e.createElementVNode("div",{class:e.normalizeClass(["absolute top-[0.125rem] bg-white rounded-full duration-200 drop-shadow",{"w-[1.125rem] h-[1.125rem]":l.size==="xs","w-3 h-3":l.size==="xxs","left-[0.125rem]":!e.unref(a),"left-4":l.size==="xs"&&e.unref(a),"left-3":l.size==="xxs"&&e.unref(a)}])},null,2)],2)],2),l.label?(e.openBlock(),e.createElementBlock("label",{key:0,for:e.unref(r),class:e.normalizeClass({"text-base":l.size==="xs","text-sm":l.size==="xxs","order-2":l.align==="left","order-1":l.align==="right","text-neutral-darker cursor-pointer":!l.disabled,"text-neutral-inactive cursor-not-allowed":l.disabled})},e.toDisplayString(l.label),11,f)):e.createCommentVNode("",!0)],2)],2)]),_:1},16,["name"]))}});exports.default=g;exports.elSwitchAligns=b;exports.elSwitchColors=h;exports.elSwitchSizes=p;
|
|
2
2
|
//# sourceMappingURL=ElInputSwitch.vue.cjs2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElInputSwitch.vue.cjs2.js","sources":["../../../src/forms/ElInputSwitch.vue"],"sourcesContent":["<script lang=\"ts\">\nexport const elSwitchSizes = ['xs', 'xxs'] as const;\ntype ElSwitchSizes = (typeof elSwitchSizes)[number];\n\nexport const elSwitchColors = ['primary', 'secondary'] as const;\ntype ElSwitchColors = (typeof elSwitchColors)[number];\n\nexport const elSwitchAligns = ['left', 'right'] as const;\ntype ElSwitchAligns = (typeof elSwitchAligns)[number];\n</script>\n\n<script lang=\"ts\" setup>\nimport { ref, toRefs, watch } from 'vue';\nimport ElInputContainer from '@/forms/ElInputContainer.vue';\nimport { UniqueID } from '@/forms/input';\n\nconst props = withDefaults(\n defineProps<{\n modelValue?: boolean;\n label: string;\n size?: ElSwitchSizes;\n color?: ElSwitchColors;\n align?: ElSwitchAligns;\n }>(),\n {\n size: 'xs',\n color: 'primary',\n align: 'left',\n },\n);\n\nconst emit = defineEmits<{\n (event: 'update:modelValue', val: boolean): void;\n}>();\n\nconst { modelValue } = toRefs(props);\nconst uuid = UniqueID().getID();\nconst value = ref<boolean>(modelValue.value);\n\nwatch(modelValue, () => {\n value.value = modelValue.value;\n emit('update:modelValue', value.value);\n});\n\nconst toggleSwitch = () => {\n value.value = !value.value;\n emit('update:modelValue', value.value);\n};\n</script>\n\n<template>\n <ElInputContainer v-bind=\"$attrs\" :no-icon=\"true\" :name=\"uuid\">\n <div\n class=\"w-full flex\"\n :class=\"{\n 'justify-start': align === 'left',\n 'justify-end': align === 'right',\n }\"\n >\n <input\n :id=\"uuid\"\n :checked=\"modelValue\"\n type=\"checkbox\"\n class=\"sr-only\"\n :data-cy=\"label ? `${label.trim().replaceAll(' ', '')}-switch` : 'switch'\"\n />\n\n <button
|
|
1
|
+
{"version":3,"file":"ElInputSwitch.vue.cjs2.js","sources":["../../../src/forms/ElInputSwitch.vue"],"sourcesContent":["<script lang=\"ts\">\nexport const elSwitchSizes = ['xs', 'xxs'] as const;\ntype ElSwitchSizes = (typeof elSwitchSizes)[number];\n\nexport const elSwitchColors = ['primary', 'secondary'] as const;\ntype ElSwitchColors = (typeof elSwitchColors)[number];\n\nexport const elSwitchAligns = ['left', 'right'] as const;\ntype ElSwitchAligns = (typeof elSwitchAligns)[number];\n</script>\n\n<script lang=\"ts\" setup>\nimport { ref, toRefs, watch } from 'vue';\nimport ElInputContainer from '@/forms/ElInputContainer.vue';\nimport { UniqueID } from '@/forms/input';\n\nconst props = withDefaults(\n defineProps<{\n modelValue?: boolean;\n label: string;\n size?: ElSwitchSizes;\n color?: ElSwitchColors;\n align?: ElSwitchAligns;\n disabled?: boolean;\n }>(),\n {\n size: 'xs',\n color: 'primary',\n align: 'left',\n disabled: false,\n },\n);\n\nconst emit = defineEmits<{\n (event: 'update:modelValue', val: boolean): void;\n}>();\n\nconst { modelValue } = toRefs(props);\nconst uuid = UniqueID().getID();\nconst value = ref<boolean>(modelValue.value);\n\nwatch(modelValue, () => {\n value.value = modelValue.value;\n emit('update:modelValue', value.value);\n});\n\nconst toggleSwitch = () => {\n if (props.disabled) return;\n value.value = !value.value;\n emit('update:modelValue', value.value);\n};\n</script>\n\n<template>\n <ElInputContainer v-bind=\"$attrs\" :no-icon=\"true\" :name=\"uuid\">\n <div\n class=\"w-full flex\"\n :class=\"{\n 'justify-start': align === 'left',\n 'justify-end': align === 'right',\n }\"\n >\n <input\n :id=\"uuid\"\n :checked=\"modelValue\"\n type=\"checkbox\"\n class=\"sr-only\"\n :disabled=\"disabled\"\n :data-cy=\"label ? `${label.trim().replaceAll(' ', '')}-switch` : 'switch'\"\n />\n\n <button\n class=\"flex items-center justify-center gap-2\"\n :class=\"{ 'cursor-not-allowed': disabled, 'cursor-pointer': !disabled }\"\n @click=\"toggleSwitch\"\n >\n <div\n class=\"flex items-center shrink-0\"\n :class=\"{\n 'w-9 h-[1.375rem]': size === 'xs',\n 'w-[1.625rem] h-4': size === 'xxs',\n 'order-1': align === 'left',\n 'order-2': align === 'right',\n }\"\n >\n <div\n class=\"relative w-full rounded-full duration-200\"\n :class=\"{\n 'w-9 h-[1.375rem]': size === 'xs',\n 'w-[1.625rem] h-4': size === 'xxs',\n 'bg-neutral-300': !modelValue && !disabled,\n 'bg-neutral-inactive': disabled,\n 'bg-primary-active': color === 'primary' && modelValue && !disabled,\n 'bg-secondary-active': color === 'secondary' && modelValue && !disabled,\n }\"\n >\n <div\n class=\"absolute top-[0.125rem] bg-white rounded-full duration-200 drop-shadow\"\n :class=\"{\n 'w-[1.125rem] h-[1.125rem]': size === 'xs',\n 'w-3 h-3': size === 'xxs',\n 'left-[0.125rem]': !modelValue,\n 'left-4': size === 'xs' && modelValue,\n 'left-3': size === 'xxs' && modelValue,\n }\"\n ></div>\n </div>\n </div>\n\n <label\n v-if=\"label\"\n :for=\"uuid\"\n :class=\"{\n 'text-base': size === 'xs',\n 'text-sm': size === 'xxs',\n 'order-2': align === 'left',\n 'order-1': align === 'right',\n 'text-neutral-darker cursor-pointer': !disabled,\n 'text-neutral-inactive cursor-not-allowed': disabled,\n }\"\n >\n {{ label }}\n </label>\n </button>\n </div>\n </ElInputContainer>\n</template>\n"],"names":["elSwitchSizes","elSwitchColors","elSwitchAligns","props","__props","emit","__emit","modelValue","toRefs","uuid","UniqueID","value","ref","watch","toggleSwitch"],"mappings":"6PACaA,EAAgB,CAAC,KAAM,KAAK,EAG5BC,EAAiB,CAAC,UAAW,WAAW,EAGxCC,EAAiB,CAAC,OAAQ,OAAO,+OAS9C,MAAMC,EAAQC,EAiBRC,EAAOC,EAIP,CAAE,WAAAC,CAAA,EAAeC,EAAA,OAAOL,CAAK,EAC7BM,EAAOC,EAAAA,WAAW,QAClBC,EAAQC,EAAAA,IAAaL,EAAW,KAAK,EAE3CM,EAAA,MAAMN,EAAY,IAAM,CACtBI,EAAM,MAAQJ,EAAW,MACpBF,EAAA,oBAAqBM,EAAM,KAAK,CAAA,CACtC,EAED,MAAMG,EAAe,IAAM,CACrBX,EAAM,WACJQ,EAAA,MAAQ,CAACA,EAAM,MAChBN,EAAA,oBAAqBM,EAAM,KAAK,EAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as c,toRefs as p,ref as b,watch as h,openBlock as n,createBlock as g,mergeProps as w,unref as a,withCtx as y,createElementVNode as s,normalizeClass as r,createElementBlock as v,toDisplayString as z,createCommentVNode as k}from"vue";import S from"./ElInputContainer.vue.esm2.js";import{UniqueID as V}from"./input.esm.js";const C=["id","checked","disabled","data-cy"],B=["for"],$=["xs","xxs"],A=["primary","secondary"],N=["left","right"],q=c({__name:"ElInputSwitch",props:{modelValue:{type:Boolean},label:{},size:{default:"xs"},color:{default:"primary"},align:{default:"left"},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(u,{emit:m}){const o=u,d=m,{modelValue:l}=p(o),t=V().getID(),i=b(l.value);h(l,()=>{i.value=l.value,d("update:modelValue",i.value)});const f=()=>{o.disabled||(i.value=!i.value,d("update:modelValue",i.value))};return(e,j)=>(n(),g(S,w(e.$attrs,{"no-icon":!0,name:a(t)}),{default:y(()=>[s("div",{class:r(["w-full flex",{"justify-start":e.align==="left","justify-end":e.align==="right"}])},[s("input",{id:a(t),checked:a(l),type:"checkbox",class:"sr-only",disabled:e.disabled,"data-cy":e.label?`${e.label.trim().replaceAll(" ","")}-switch`:"switch"},null,8,C),s("button",{class:r(["flex items-center justify-center gap-2",{"cursor-not-allowed":e.disabled,"cursor-pointer":!e.disabled}]),onClick:f},[s("div",{class:r(["flex items-center shrink-0",{"w-9 h-[1.375rem]":e.size==="xs","w-[1.625rem] h-4":e.size==="xxs","order-1":e.align==="left","order-2":e.align==="right"}])},[s("div",{class:r(["relative w-full rounded-full duration-200",{"w-9 h-[1.375rem]":e.size==="xs","w-[1.625rem] h-4":e.size==="xxs","bg-neutral-300":!a(l)&&!e.disabled,"bg-neutral-inactive":e.disabled,"bg-primary-active":e.color==="primary"&&a(l)&&!e.disabled,"bg-secondary-active":e.color==="secondary"&&a(l)&&!e.disabled}])},[s("div",{class:r(["absolute top-[0.125rem] bg-white rounded-full duration-200 drop-shadow",{"w-[1.125rem] h-[1.125rem]":e.size==="xs","w-3 h-3":e.size==="xxs","left-[0.125rem]":!a(l),"left-4":e.size==="xs"&&a(l),"left-3":e.size==="xxs"&&a(l)}])},null,2)],2)],2),e.label?(n(),v("label",{key:0,for:a(t),class:r({"text-base":e.size==="xs","text-sm":e.size==="xxs","order-2":e.align==="left","order-1":e.align==="right","text-neutral-darker cursor-pointer":!e.disabled,"text-neutral-inactive cursor-not-allowed":e.disabled})},z(e.label),11,B)):k("",!0)],2)],2)]),_:1},16,["name"]))}});export{q as default,N as elSwitchAligns,A as elSwitchColors,$ as elSwitchSizes};
|
|
2
2
|
//# sourceMappingURL=ElInputSwitch.vue.esm2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElInputSwitch.vue.esm2.js","sources":["../../../src/forms/ElInputSwitch.vue"],"sourcesContent":["<script lang=\"ts\">\nexport const elSwitchSizes = ['xs', 'xxs'] as const;\ntype ElSwitchSizes = (typeof elSwitchSizes)[number];\n\nexport const elSwitchColors = ['primary', 'secondary'] as const;\ntype ElSwitchColors = (typeof elSwitchColors)[number];\n\nexport const elSwitchAligns = ['left', 'right'] as const;\ntype ElSwitchAligns = (typeof elSwitchAligns)[number];\n</script>\n\n<script lang=\"ts\" setup>\nimport { ref, toRefs, watch } from 'vue';\nimport ElInputContainer from '@/forms/ElInputContainer.vue';\nimport { UniqueID } from '@/forms/input';\n\nconst props = withDefaults(\n defineProps<{\n modelValue?: boolean;\n label: string;\n size?: ElSwitchSizes;\n color?: ElSwitchColors;\n align?: ElSwitchAligns;\n }>(),\n {\n size: 'xs',\n color: 'primary',\n align: 'left',\n },\n);\n\nconst emit = defineEmits<{\n (event: 'update:modelValue', val: boolean): void;\n}>();\n\nconst { modelValue } = toRefs(props);\nconst uuid = UniqueID().getID();\nconst value = ref<boolean>(modelValue.value);\n\nwatch(modelValue, () => {\n value.value = modelValue.value;\n emit('update:modelValue', value.value);\n});\n\nconst toggleSwitch = () => {\n value.value = !value.value;\n emit('update:modelValue', value.value);\n};\n</script>\n\n<template>\n <ElInputContainer v-bind=\"$attrs\" :no-icon=\"true\" :name=\"uuid\">\n <div\n class=\"w-full flex\"\n :class=\"{\n 'justify-start': align === 'left',\n 'justify-end': align === 'right',\n }\"\n >\n <input\n :id=\"uuid\"\n :checked=\"modelValue\"\n type=\"checkbox\"\n class=\"sr-only\"\n :data-cy=\"label ? `${label.trim().replaceAll(' ', '')}-switch` : 'switch'\"\n />\n\n <button
|
|
1
|
+
{"version":3,"file":"ElInputSwitch.vue.esm2.js","sources":["../../../src/forms/ElInputSwitch.vue"],"sourcesContent":["<script lang=\"ts\">\nexport const elSwitchSizes = ['xs', 'xxs'] as const;\ntype ElSwitchSizes = (typeof elSwitchSizes)[number];\n\nexport const elSwitchColors = ['primary', 'secondary'] as const;\ntype ElSwitchColors = (typeof elSwitchColors)[number];\n\nexport const elSwitchAligns = ['left', 'right'] as const;\ntype ElSwitchAligns = (typeof elSwitchAligns)[number];\n</script>\n\n<script lang=\"ts\" setup>\nimport { ref, toRefs, watch } from 'vue';\nimport ElInputContainer from '@/forms/ElInputContainer.vue';\nimport { UniqueID } from '@/forms/input';\n\nconst props = withDefaults(\n defineProps<{\n modelValue?: boolean;\n label: string;\n size?: ElSwitchSizes;\n color?: ElSwitchColors;\n align?: ElSwitchAligns;\n disabled?: boolean;\n }>(),\n {\n size: 'xs',\n color: 'primary',\n align: 'left',\n disabled: false,\n },\n);\n\nconst emit = defineEmits<{\n (event: 'update:modelValue', val: boolean): void;\n}>();\n\nconst { modelValue } = toRefs(props);\nconst uuid = UniqueID().getID();\nconst value = ref<boolean>(modelValue.value);\n\nwatch(modelValue, () => {\n value.value = modelValue.value;\n emit('update:modelValue', value.value);\n});\n\nconst toggleSwitch = () => {\n if (props.disabled) return;\n value.value = !value.value;\n emit('update:modelValue', value.value);\n};\n</script>\n\n<template>\n <ElInputContainer v-bind=\"$attrs\" :no-icon=\"true\" :name=\"uuid\">\n <div\n class=\"w-full flex\"\n :class=\"{\n 'justify-start': align === 'left',\n 'justify-end': align === 'right',\n }\"\n >\n <input\n :id=\"uuid\"\n :checked=\"modelValue\"\n type=\"checkbox\"\n class=\"sr-only\"\n :disabled=\"disabled\"\n :data-cy=\"label ? `${label.trim().replaceAll(' ', '')}-switch` : 'switch'\"\n />\n\n <button\n class=\"flex items-center justify-center gap-2\"\n :class=\"{ 'cursor-not-allowed': disabled, 'cursor-pointer': !disabled }\"\n @click=\"toggleSwitch\"\n >\n <div\n class=\"flex items-center shrink-0\"\n :class=\"{\n 'w-9 h-[1.375rem]': size === 'xs',\n 'w-[1.625rem] h-4': size === 'xxs',\n 'order-1': align === 'left',\n 'order-2': align === 'right',\n }\"\n >\n <div\n class=\"relative w-full rounded-full duration-200\"\n :class=\"{\n 'w-9 h-[1.375rem]': size === 'xs',\n 'w-[1.625rem] h-4': size === 'xxs',\n 'bg-neutral-300': !modelValue && !disabled,\n 'bg-neutral-inactive': disabled,\n 'bg-primary-active': color === 'primary' && modelValue && !disabled,\n 'bg-secondary-active': color === 'secondary' && modelValue && !disabled,\n }\"\n >\n <div\n class=\"absolute top-[0.125rem] bg-white rounded-full duration-200 drop-shadow\"\n :class=\"{\n 'w-[1.125rem] h-[1.125rem]': size === 'xs',\n 'w-3 h-3': size === 'xxs',\n 'left-[0.125rem]': !modelValue,\n 'left-4': size === 'xs' && modelValue,\n 'left-3': size === 'xxs' && modelValue,\n }\"\n ></div>\n </div>\n </div>\n\n <label\n v-if=\"label\"\n :for=\"uuid\"\n :class=\"{\n 'text-base': size === 'xs',\n 'text-sm': size === 'xxs',\n 'order-2': align === 'left',\n 'order-1': align === 'right',\n 'text-neutral-darker cursor-pointer': !disabled,\n 'text-neutral-inactive cursor-not-allowed': disabled,\n }\"\n >\n {{ label }}\n </label>\n </button>\n </div>\n </ElInputContainer>\n</template>\n"],"names":["elSwitchSizes","elSwitchColors","elSwitchAligns","props","__props","emit","__emit","modelValue","toRefs","uuid","UniqueID","value","ref","watch","toggleSwitch"],"mappings":"+YACaA,EAAgB,CAAC,KAAM,KAAK,EAG5BC,EAAiB,CAAC,UAAW,WAAW,EAGxCC,EAAiB,CAAC,OAAQ,OAAO,+NAS9C,MAAMC,EAAQC,EAiBRC,EAAOC,EAIP,CAAE,WAAAC,CAAA,EAAeC,EAAOL,CAAK,EAC7BM,EAAOC,IAAW,QAClBC,EAAQC,EAAaL,EAAW,KAAK,EAE3CM,EAAMN,EAAY,IAAM,CACtBI,EAAM,MAAQJ,EAAW,MACpBF,EAAA,oBAAqBM,EAAM,KAAK,CAAA,CACtC,EAED,MAAMG,EAAe,IAAM,CACrBX,EAAM,WACJQ,EAAA,MAAQ,CAACA,EAAM,MAChBN,EAAA,oBAAqBM,EAAM,KAAK,EAAA"}
|