@hiver/connector-admin 2.1.0 → 2.1.1-emailSelect-beta.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/index.es.js +4 -2
- package/index.umd.js +1 -1
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -58527,8 +58527,10 @@ const NgA = k(he)`
|
|
|
58527
58527
|
ClearIndicator: Xv,
|
|
58528
58528
|
DropdownIndicator: RgA,
|
|
58529
58529
|
IndicatorSeparator: () => null,
|
|
58530
|
-
Option: zv
|
|
58531
|
-
|
|
58530
|
+
Option: zv,
|
|
58531
|
+
...A.components
|
|
58532
|
+
},
|
|
58533
|
+
styles: { ...A.styles }
|
|
58532
58534
|
}
|
|
58533
58535
|
), w9 = "Required Field", jgA = "Validation Failed";
|
|
58534
58536
|
var Yv = /* @__PURE__ */ ((A) => (A.DATE = "DD/MM/YYYY", A))(Yv || {});
|
package/index.umd.js
CHANGED
|
@@ -2989,7 +2989,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2989
2989
|
&:after {
|
|
2990
2990
|
transform: rotate(-45deg);
|
|
2991
2991
|
}
|
|
2992
|
-
`,Iv=A=>h.jsx(ag.ClearIndicator,{...A,children:h.jsx(pgA,{})}),hgA=A=>h.jsx(ag.DropdownIndicator,{...A,children:h.jsx(na,{children:A.selectProps.menuIsOpen?h.jsx(Yn.ArrowDropUp,{}):h.jsx(Yn.ArrowDropDown,{})})}),mgA=A=>h.jsx(dgA,{...A,isDisabled:A.disabled,value:A.value?A.value:void 0,components:{ClearIndicator:Iv,DropdownIndicator:hgA,IndicatorSeparator:()=>null,Option:Ev}}),Bv="Required Field",vgA="Validation Failed";var dv=(A=>(A.DATE="DD/MM/YYYY",A))(dv||{});const bgA=k(A=>h.jsx(H4,{...A}))`
|
|
2992
|
+
`,Iv=A=>h.jsx(ag.ClearIndicator,{...A,children:h.jsx(pgA,{})}),hgA=A=>h.jsx(ag.DropdownIndicator,{...A,children:h.jsx(na,{children:A.selectProps.menuIsOpen?h.jsx(Yn.ArrowDropUp,{}):h.jsx(Yn.ArrowDropDown,{})})}),mgA=A=>h.jsx(dgA,{...A,isDisabled:A.disabled,value:A.value?A.value:void 0,components:{ClearIndicator:Iv,DropdownIndicator:hgA,IndicatorSeparator:()=>null,Option:Ev,...A.components},styles:{...A.styles}}),Bv="Required Field",vgA="Validation Failed";var dv=(A=>(A.DATE="DD/MM/YYYY",A))(dv||{});const bgA=k(A=>h.jsx(H4,{...A}))`
|
|
2993
2993
|
& .MuiFormHelperText-root {
|
|
2994
2994
|
position: absolute;
|
|
2995
2995
|
bottom: -24px;
|