@cubejs-client/playground 1.3.61 → 1.3.63
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/build/assets/{index-B7kpbKgs.js → index-Cwd9oCOF.js} +1 -1
- package/build/index.html +1 -1
- package/build/vizard/download/react-typescript-antd-table.zip +0 -0
- package/build/vizard/download/react-typescript-chartjs-area+bar+doughnut+line+pie.zip +0 -0
- package/lib/.tsbuildinfo +1 -1
- package/lib/QueryBuilderV2/components/Accordion/AccordionDetails.js +1 -1
- package/lib/QueryBuilderV2/components/Accordion/AccordionDetails.js.map +1 -1
- package/package.json +4 -4
- package/public/vizard/download/react-typescript-antd-table.zip +0 -0
- package/public/vizard/download/react-typescript-chartjs-area+bar+doughnut+line+pie.zip +0 -0
|
@@ -2732,7 +2732,7 @@ object-assign
|
|
|
2732
2732
|
will-change: height, opacity;
|
|
2733
2733
|
}
|
|
2734
2734
|
}
|
|
2735
|
-
`),AccordionDetails=reactExports.memo(function(nt){const{children:st,isLazy:mt,size:vt,isSeparated:gt,isExpanded:yt=!1,styles:bt}=nt,[$t,xt]=reactExports.useState(yt?"expanded":"collapsed"),Et=reactExports.useRef(null),Ct=mt||typeof st=="function",St=(()=>{if(Ct){if(yt||$t==="collapsing")return renderChildren(st);if($t==="collapsed")return null}return renderChildren(st)})();return reactExports.useLayoutEffect(()=>{var Tt;(
|
|
2735
|
+
`),AccordionDetails=reactExports.memo(function(nt){const{children:st,isLazy:mt,size:vt,isSeparated:gt,isExpanded:yt=!1,styles:bt}=nt,[$t,xt]=reactExports.useState(yt?"expanded":"collapsed"),Et=reactExports.useRef(null),Ct=mt||typeof st=="function",St=(()=>{if(Ct){if(yt||$t==="collapsing")return renderChildren(st);if($t==="collapsed")return null}return renderChildren(st)})();return reactExports.useLayoutEffect(()=>{var Tt,wt;(wt=Et.current)==null||wt.style.setProperty(ACCORDION_CONTENT_HEIGHT_VARIABLE,`${(Tt=Et.current)==null?void 0:Tt.scrollHeight}px`)},[yt]),jsx(CSSTransition,{in:yt,timeout:ANIMATION_TIMEOUT,classNames:"cube-accordion-transition",onEnter:()=>xt("expanding"),onEntered:()=>xt("expanded"),onExiting:()=>xt("collapsing"),onExited:()=>xt("collapsed"),children:jsx(AccordionDetailsContent,{ref:Et,$expanded:yt,children:jsx(AccordionDetailsContentInnerElement,{"data-size":vt,mods:{separated:gt},styles:bt,children:St})})})});function renderChildren(tt){return typeof tt=="function"?tt():tt}const IconElement=dt.span`
|
|
2736
2736
|
display: inline-block;
|
|
2737
2737
|
color: inherit;
|
|
2738
2738
|
font-style: normal;
|
package/build/index.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
</style>
|
|
25
25
|
<title>Cube Playground</title>
|
|
26
|
-
<script type="module" crossorigin src="./assets/index-
|
|
26
|
+
<script type="module" crossorigin src="./assets/index-Cwd9oCOF.js"></script>
|
|
27
27
|
<link rel="stylesheet" crossorigin href="./assets/index-kgBp1eWM.css">
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
Binary file
|