se-design 0.0.94 → 0.0.96
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/components/Button/Button.stories.d.ts +1 -0
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/Checkbox/index.d.ts +9 -0
- package/dist/components/HamburgerMenu/HamburgerMenu.stories.d.ts +7 -0
- package/dist/components/HamburgerMenu/index.d.ts +11 -0
- package/dist/components/Header/index.d.ts +9 -0
- package/dist/components/Icon/Icon.stories.d.ts +1 -1
- package/dist/components/Modal/Modal.stories.d.ts +1 -1
- package/dist/components/Popup/index.d.ts +15 -0
- package/dist/components/SplitButton/SplitButton.stories.d.ts +1 -1
- package/dist/components/TableLayout/index.d.ts +24 -0
- package/dist/components/index.d.ts +11 -6
- package/dist/index.js +27 -17
- package/dist/index.js.map +1 -1
- package/dist/index10.js +31 -15
- package/dist/index10.js.map +1 -1
- package/dist/index11.js +15 -4
- package/dist/index11.js.map +1 -1
- package/dist/index12.js +4 -6
- package/dist/index12.js.map +1 -1
- package/dist/index13.js +53 -152
- package/dist/index13.js.map +1 -1
- package/dist/index14.js +12 -7
- package/dist/index14.js.map +1 -1
- package/dist/index15.js +34 -2
- package/dist/index15.js.map +1 -1
- package/dist/index16.js +33 -26
- package/dist/index16.js.map +1 -1
- package/dist/index17.js +10 -606
- package/dist/index17.js.map +1 -1
- package/dist/index18.js +6 -10
- package/dist/index18.js.map +1 -1
- package/dist/index19.js +148 -9
- package/dist/index19.js.map +1 -1
- package/dist/index20.js +8 -5
- package/dist/index20.js.map +1 -1
- package/dist/index21.js +2 -170
- package/dist/index21.js.map +1 -1
- package/dist/index22.js +26 -11
- package/dist/index22.js.map +1 -1
- package/dist/index23.js +606 -2
- package/dist/index23.js.map +1 -1
- package/dist/index24.js +10 -2
- package/dist/index24.js.map +1 -1
- package/dist/index25.js +8 -4
- package/dist/index25.js.map +1 -1
- package/dist/index26.js +4 -5
- package/dist/index26.js.map +1 -1
- package/dist/index27.js +168 -36
- package/dist/index27.js.map +1 -1
- package/dist/index28.js +11 -2
- package/dist/index28.js.map +1 -1
- package/dist/index29.js +2 -8
- package/dist/index29.js.map +1 -1
- package/dist/index30.js +2 -327
- package/dist/index30.js.map +1 -1
- package/dist/index31.js +5 -49
- package/dist/index31.js.map +1 -1
- package/dist/index32.js +6 -2
- package/dist/index32.js.map +1 -1
- package/dist/index33.js +34 -72
- package/dist/index33.js.map +1 -1
- package/dist/index34.js +2 -93
- package/dist/index34.js.map +1 -1
- package/dist/index35.js +5 -49
- package/dist/index35.js.map +1 -1
- package/dist/index36.js +326 -7
- package/dist/index36.js.map +1 -1
- package/dist/index37.js +49 -4
- package/dist/index37.js.map +1 -1
- package/dist/index38.js +2 -52
- package/dist/index38.js.map +1 -1
- package/dist/index39.js +76 -2
- package/dist/index39.js.map +1 -1
- package/dist/index4.js +34 -8
- package/dist/index4.js.map +1 -1
- package/dist/index40.js +93 -2
- package/dist/index40.js.map +1 -1
- package/dist/index41.js +55 -0
- package/dist/index41.js.map +1 -0
- package/dist/index42.js +11 -0
- package/dist/index42.js.map +1 -0
- package/dist/index43.js +8 -0
- package/dist/index43.js.map +1 -0
- package/dist/index44.js +55 -0
- package/dist/index44.js.map +1 -0
- package/dist/index45.js +5 -0
- package/dist/index45.js.map +1 -0
- package/dist/index46.js +5 -0
- package/dist/index46.js.map +1 -0
- package/dist/index5.js +7 -36
- package/dist/index5.js.map +1 -1
- package/dist/index6.js +35 -38
- package/dist/index6.js.map +1 -1
- package/dist/index7.js +40 -3
- package/dist/index7.js.map +1 -1
- package/dist/index8.js +3 -23
- package/dist/index8.js.map +1 -1
- package/dist/index9.js +22 -30
- package/dist/index9.js.map +1 -1
- package/dist/public/colors.css +1 -0
- package/dist/public/icons/back.svg +4 -0
- package/dist/public/icons/close.svg +4 -0
- package/dist/public/icons/down.svg +3 -0
- package/dist/public/icons/hamburger.svg +5 -0
- package/dist/public/icons/pages.svg +4 -0
- package/dist/public/icons/tick.svg +3 -0
- package/dist/public/style.css +1 -0
- package/package.json +9 -8
- package/dist/assets/style.css +0 -1
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +0 -1
- package/dist/index10.cjs +0 -2
- package/dist/index10.cjs.map +0 -1
- package/dist/index11.cjs +0 -2
- package/dist/index11.cjs.map +0 -1
- package/dist/index12.cjs +0 -2
- package/dist/index12.cjs.map +0 -1
- package/dist/index13.cjs +0 -2
- package/dist/index13.cjs.map +0 -1
- package/dist/index14.cjs +0 -2
- package/dist/index14.cjs.map +0 -1
- package/dist/index15.cjs +0 -2
- package/dist/index15.cjs.map +0 -1
- package/dist/index16.cjs +0 -10
- package/dist/index16.cjs.map +0 -1
- package/dist/index17.cjs +0 -23
- package/dist/index17.cjs.map +0 -1
- package/dist/index18.cjs +0 -2
- package/dist/index18.cjs.map +0 -1
- package/dist/index19.cjs +0 -2
- package/dist/index19.cjs.map +0 -1
- package/dist/index20.cjs +0 -2
- package/dist/index20.cjs.map +0 -1
- package/dist/index21.cjs +0 -2
- package/dist/index21.cjs.map +0 -1
- package/dist/index22.cjs +0 -2
- package/dist/index22.cjs.map +0 -1
- package/dist/index23.cjs +0 -2
- package/dist/index23.cjs.map +0 -1
- package/dist/index24.cjs +0 -2
- package/dist/index24.cjs.map +0 -1
- package/dist/index25.cjs +0 -2
- package/dist/index25.cjs.map +0 -1
- package/dist/index26.cjs +0 -2
- package/dist/index26.cjs.map +0 -1
- package/dist/index27.cjs +0 -6
- package/dist/index27.cjs.map +0 -1
- package/dist/index28.cjs +0 -2
- package/dist/index28.cjs.map +0 -1
- package/dist/index29.cjs +0 -2
- package/dist/index29.cjs.map +0 -1
- package/dist/index3.cjs +0 -2
- package/dist/index3.cjs.map +0 -1
- package/dist/index3.js +0 -36
- package/dist/index3.js.map +0 -1
- package/dist/index30.cjs +0 -3
- package/dist/index30.cjs.map +0 -1
- package/dist/index31.cjs +0 -2
- package/dist/index31.cjs.map +0 -1
- package/dist/index32.cjs +0 -2
- package/dist/index32.cjs.map +0 -1
- package/dist/index33.cjs +0 -9
- package/dist/index33.cjs.map +0 -1
- package/dist/index34.cjs +0 -9
- package/dist/index34.cjs.map +0 -1
- package/dist/index35.cjs +0 -6
- package/dist/index35.cjs.map +0 -1
- package/dist/index36.cjs +0 -2
- package/dist/index36.cjs.map +0 -1
- package/dist/index37.cjs +0 -2
- package/dist/index37.cjs.map +0 -1
- package/dist/index38.cjs +0 -2
- package/dist/index38.cjs.map +0 -1
- package/dist/index39.cjs +0 -2
- package/dist/index39.cjs.map +0 -1
- package/dist/index4.cjs +0 -2
- package/dist/index4.cjs.map +0 -1
- package/dist/index40.cjs +0 -2
- package/dist/index40.cjs.map +0 -1
- package/dist/index5.cjs +0 -2
- package/dist/index5.cjs.map +0 -1
- package/dist/index6.cjs +0 -5
- package/dist/index6.cjs.map +0 -1
- package/dist/index7.cjs +0 -2
- package/dist/index7.cjs.map +0 -1
- package/dist/index8.cjs +0 -2
- package/dist/index8.cjs.map +0 -1
- package/dist/index9.cjs +0 -5
- package/dist/index9.cjs.map +0 -1
- /package/dist/components/Icon/{Icon.d.ts → index.d.ts} +0 -0
- /package/dist/components/Modal/{Modal.d.ts → index.d.ts} +0 -0
- /package/dist/components/SplitButton/{SplitButton.d.ts → index.d.ts} +0 -0
- /package/dist/components/Tag/{Tag.d.ts → index.d.ts} +0 -0
- /package/dist/components/Toggle/{Toggle.d.ts → index.d.ts} +0 -0
- /package/dist/components/Tooltip/{Tooltip.d.ts → index.d.ts} +0 -0
package/dist/index14.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index14.js","sources":["../src/
|
1
|
+
{"version":3,"file":"index14.js","sources":["../src/components/Header/index.tsx"],"sourcesContent":["import { FC } from 'react';\n\nexport interface HeaderProps {\n leftContainer?: React.ReactNode;\n centerContainer?: React.ReactNode;\n rightContainer?: React.ReactNode;\n type?: string;\n}\n\nexport const Header: FC<HeaderProps> = ({\n leftContainer,\n centerContainer,\n rightContainer,\n ...props\n}) => {\n return (\n <header className={`sticky top-0 h-[35px] w-full z-[1000] bg-gradient-to-r from-[#48AFF1] to-[#5F79AC] flex justify-between items-center ${\n props?.type === 'fixed' ? 'fixed left-0 right-0 top-0' : ''\n }`}>\n {leftContainer && <>{leftContainer}</>}\n {centerContainer && <>{centerContainer}</>}\n {rightContainer && <>{rightContainer}</>}\n </header>\n );\n};\n"],"names":["Header","leftContainer","centerContainer","rightContainer","props","jsxs"],"mappings":";AASO,MAAMA,IAA0B,CAAC;AAAA,EACtC,eAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,GAAGC;AACL,MAEIC,gBAAAA,EAAA,KAAC,YAAO,WAAW,yHACjBD,KAAA,gBAAAA,EAAO,UAAS,UAAU,+BAA+B,EAC3D,IACG,UAAA;AAAA,EAAAH,yCAAoB,UAAcA,EAAA,CAAA;AAAA,EAClCC,yCAAsB,UAAgBA,EAAA,CAAA;AAAA,EACtCC,yCAAqB,UAAeA,EAAA,CAAA;AACvC,EAAA,CAAA;"}
|
package/dist/index15.js
CHANGED
@@ -1,5 +1,37 @@
|
|
1
|
-
|
1
|
+
import { j as e } from "./index18.js";
|
2
|
+
import { Popup as l } from "./index13.js";
|
3
|
+
const u = ({
|
4
|
+
menuItems: n,
|
5
|
+
className: s = "",
|
6
|
+
automationId: i = "",
|
7
|
+
popupContentAutomationId: d = "",
|
8
|
+
onMenuItemClick: o
|
9
|
+
}) => /* @__PURE__ */ e.jsx(
|
10
|
+
l,
|
11
|
+
{
|
12
|
+
className: s,
|
13
|
+
position: "bottom-left",
|
14
|
+
automationId: i,
|
15
|
+
popupContentAutomationId: d,
|
16
|
+
renderPopupSrcElement: ({ displayPopup: r }) => /* @__PURE__ */ e.jsx("div", { className: `${r ? "bg-[rgba(0,0,0,0.20)]" : ""} hover:bg-[rgba(0,0,0,0.20)] rounded-[6px] transition-all duration-300`, children: /* @__PURE__ */ e.jsxs("svg", { width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
17
|
+
/* @__PURE__ */ e.jsx("path", { d: "M6 8.25H22", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
18
|
+
/* @__PURE__ */ e.jsx("path", { d: "M6 14H22", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
19
|
+
/* @__PURE__ */ e.jsx("path", { d: "M6 19.75H22", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })
|
20
|
+
] }) }),
|
21
|
+
renderPopupContents: ({ closePopupCb: r }) => /* @__PURE__ */ e.jsx("div", { className: "min-w-[212px]", children: n.map((t, a) => /* @__PURE__ */ e.jsx(
|
22
|
+
"div",
|
23
|
+
{
|
24
|
+
className: "w-full text-left p-2 hover:bg-[var(--color-blue-100)] rounded-[6px]",
|
25
|
+
onClick: () => {
|
26
|
+
o && o(t.label), r();
|
27
|
+
},
|
28
|
+
children: t.label
|
29
|
+
},
|
30
|
+
a
|
31
|
+
)) })
|
32
|
+
}
|
33
|
+
);
|
2
34
|
export {
|
3
|
-
|
35
|
+
u as HamburgerMenu
|
4
36
|
};
|
5
37
|
//# sourceMappingURL=index15.js.map
|
package/dist/index15.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index15.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
1
|
+
{"version":3,"file":"index15.js","sources":["../src/components/HamburgerMenu/index.tsx"],"sourcesContent":["import { FC } from 'react';\n\nimport { Popup } from 'src/components/Popup';\nimport { MenuItemProps } from 'src/components/MenuItem';\n\n\nexport interface HamburgerMenuProps {\n menuItems: MenuItemProps[];\n className?: string;\n automationId?: string;\n popupContentAutomationId?: string;\n onMenuItemClick?: (label: string) => void;\n}\n\nexport const HamburgerMenu: FC<HamburgerMenuProps> = ({\n menuItems,\n className = '',\n automationId = '',\n popupContentAutomationId = '',\n onMenuItemClick\n}) => {\n return (\n <Popup\n className={className}\n position='bottom-left'\n automationId={automationId}\n popupContentAutomationId={popupContentAutomationId}\n renderPopupSrcElement={({ displayPopup }) => (\n <div className={`${displayPopup ? 'bg-[rgba(0,0,0,0.20)]' : ''} hover:bg-[rgba(0,0,0,0.20)] rounded-[6px] transition-all duration-300`}>\n <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 8.25H22\" stroke=\"white\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n <path d=\"M6 14H22\" stroke=\"white\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n <path d=\"M6 19.75H22\" stroke=\"white\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n </div>\n )}\n renderPopupContents={({ closePopupCb }) => (\n <div className=\"min-w-[212px]\">\n {menuItems.map((item, index) => (\n <div\n key={index}\n className=\"w-full text-left p-2 hover:bg-[var(--color-blue-100)] rounded-[6px]\"\n onClick={() => {\n if(onMenuItemClick) {\n onMenuItemClick(item.label);\n }\n closePopupCb(); // Close the menu after clicking an item\n }} \n >\n {item.label}\n </div>\n ))}\n </div>\n )}\n />\n );\n};\n"],"names":["HamburgerMenu","menuItems","className","automationId","popupContentAutomationId","onMenuItemClick","jsx","Popup","displayPopup","jsxs","closePopupCb","item","index"],"mappings":";;AAcO,MAAMA,IAAwC,CAAC;AAAA,EACpD,WAAAC;AAAA,EACA,WAAAC,IAAY;AAAA,EACZ,cAAAC,IAAe;AAAA,EACf,0BAAAC,IAA2B;AAAA,EAC3B,iBAAAC;AACF,MAEIC,gBAAAA,EAAA;AAAA,EAACC;AAAA,EAAA;AAAA,IACC,WAAAL;AAAA,IACA,UAAS;AAAA,IACT,cAAAC;AAAA,IACA,0BAAAC;AAAA,IACA,uBAAuB,CAAC,EAAE,cAAAI,8BACvB,OAAI,EAAA,WAAW,GAAGA,IAAe,0BAA0B,EAAE,0EAC1D,UAACC,gBAAAA,EAAA,KAAA,OAAA,EAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAC9D,UAAA;AAAA,MAACH,gBAAAA,EAAAA,IAAA,QAAA,EAAK,GAAE,cAAa,QAAO,SAAQ,aAAY,OAAM,eAAc,SAAQ,gBAAe,QAAO,CAAA;AAAA,MAClGA,gBAAAA,EAAAA,IAAC,QAAK,EAAA,GAAE,YAAW,QAAO,SAAQ,aAAY,OAAM,eAAc,SAAQ,gBAAe,QAAO,CAAA;AAAA,MAChGA,gBAAAA,EAAAA,IAAC,QAAK,EAAA,GAAE,eAAc,QAAO,SAAQ,aAAY,OAAM,eAAc,SAAQ,gBAAe,QAAO,CAAA;AAAA,IAAA,EAAA,CACvG,EACJ,CAAA;AAAA,IAEF,qBAAqB,CAAC,EAAE,cAAAI,EACtB,MAAAJ,gBAAAA,EAAA,IAAC,OAAI,EAAA,WAAU,iBACZ,UAAAL,EAAU,IAAI,CAACU,GAAMC,MACpBN,gBAAAA,EAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QAEC,WAAU;AAAA,QACV,SAAS,MAAM;AACb,UAAGD,KACDA,EAAgBM,EAAK,KAAK,GAEfD;QACf;AAAA,QAEC,UAAKC,EAAA;AAAA,MAAA;AAAA,MATDC;AAAA,IAWR,CAAA,GACH;AAAA,EAAA;AAAA;"}
|
package/dist/index16.js
CHANGED
@@ -1,29 +1,36 @@
|
|
1
|
-
import {
|
2
|
-
import
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
1
|
+
import { j as e } from "./index18.js";
|
2
|
+
import { useRef as u, useEffect as x } from "react";
|
3
|
+
const m = ({
|
4
|
+
className: t = "",
|
5
|
+
automationId: a = "",
|
6
|
+
loading: l,
|
7
|
+
headerColSpan: b = 0,
|
8
|
+
headerData: r,
|
9
|
+
tableData: s,
|
10
|
+
renderTableContentLoader: i,
|
11
|
+
getTableHeaders: n,
|
12
|
+
getTableBody: d,
|
13
|
+
onSortUiUpdate: c,
|
14
|
+
onRowClick: f,
|
15
|
+
...h
|
16
|
+
}) => {
|
17
|
+
const o = u(null);
|
18
|
+
return x(() => {
|
19
|
+
o.current && console.log("Table initialized!");
|
20
|
+
}, []), /* @__PURE__ */ e.jsx("div", { className: "table-layout-wrapper" + (t.length > 0 ? ` ${t}` : ""), ...h, children: /* @__PURE__ */ e.jsxs(
|
21
|
+
"table",
|
22
|
+
{
|
23
|
+
className: "se-table w-full bg-[var(--color-white)] border-collapse table-fixed" + (t ? ` ${t}` : ""),
|
24
|
+
ref: o,
|
25
|
+
"data-automation-id": a,
|
26
|
+
children: [
|
27
|
+
/* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children: n({ headerData: r, sortData: {}, onSortUiUpdate: c }) }) }),
|
28
|
+
/* @__PURE__ */ e.jsx("tbody", { children: l ? i ? i(r.length) : /* @__PURE__ */ e.jsx("div", { children: "Loading..." }) : d({ tableData: s, onRowClick: f, loading: l }) })
|
29
|
+
]
|
30
|
+
}
|
31
|
+
) });
|
32
|
+
};
|
26
33
|
export {
|
27
|
-
|
34
|
+
m as TableLayout
|
28
35
|
};
|
29
36
|
//# sourceMappingURL=index16.js.map
|
package/dist/index16.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index16.js","sources":["../
|
1
|
+
{"version":3,"file":"index16.js","sources":["../src/components/TableLayout/index.tsx"],"sourcesContent":["import { FC, ReactNode, useEffect, useRef } from 'react';\n\nexport interface TableLayoutProps {\n className?: string;\n automationId?: string;\n loading: boolean;\n headerData: any[];\n tableData: any[];\n headerColSpan?: number;\n renderTableContentLoader?: (noOfColumns: number) => ReactNode;\n getTableHeaders: (props: { headerData: any[], sortData: any, onSortUiUpdate: any }) => ReactNode;\n getTableBody: (props: { tableData: any[], onRowClick: any, loading: boolean }) => ReactNode;\n onSortUiUpdate: (newSortData: any) => void;\n onRowClick: (rowData: any) => void;\n}\n\nexport const TableLayout: FC<TableLayoutProps> = ({\n className = '',\n automationId = '',\n loading,\n headerColSpan = 0,\n headerData,\n tableData,\n renderTableContentLoader,\n getTableHeaders,\n getTableBody,\n onSortUiUpdate,\n onRowClick,\n ...props\n}) => {\n const tableRef = useRef<HTMLTableElement>(null);\n\n useEffect(() => {\n if (tableRef.current) {\n console.log('Table initialized!');\n }\n }, []);\n\n return (\n <div className={'table-layout-wrapper' + (className.length > 0 ? ` ${className}` : '')} {...props}>\n <table\n className={'se-table w-full bg-[var(--color-white)] border-collapse table-fixed' + (className ? ` ${className}` : '')}\n ref={tableRef}\n data-automation-id={automationId}\n >\n <thead>\n <tr>\n {getTableHeaders({ headerData, sortData: {}, onSortUiUpdate })}\n </tr>\n </thead>\n <tbody>\n {loading ? (\n renderTableContentLoader ? (\n renderTableContentLoader(headerData.length)\n ) : (\n <div>Loading...</div>\n )\n ) : (\n getTableBody({ tableData, onRowClick, loading })\n )}\n </tbody>\n </table>\n </div>\n );\n};\n"],"names":["TableLayout","className","automationId","loading","headerColSpan","headerData","tableData","renderTableContentLoader","getTableHeaders","getTableBody","onSortUiUpdate","onRowClick","props","tableRef","useRef","useEffect","jsx","jsxs"],"mappings":";;AAgBO,MAAMA,IAAoC,CAAC;AAAA,EAChD,WAAAC,IAAY;AAAA,EACZ,cAAAC,IAAe;AAAA,EACf,SAAAC;AAAA,EACA,eAAAC,IAAgB;AAAA,EAChB,YAAAC;AAAA,EACA,WAAAC;AAAA,EACA,0BAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,YAAAC;AAAA,EACA,GAAGC;AACL,MAAM;AACE,QAAAC,IAAWC,EAAyB,IAAI;AAE9C,SAAAC,EAAU,MAAM;AACd,IAAIF,EAAS,WACX,QAAQ,IAAI,oBAAoB;AAAA,EAEpC,GAAG,CAAE,CAAA,GAGFG,gBAAAA,EAAAA,IAAA,OAAA,EAAI,WAAW,0BAA0Bf,EAAU,SAAS,IAAI,IAAIA,CAAS,KAAK,KAAM,GAAGW,GAC1F,UAAAK,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAW,yEAAyEhB,IAAY,IAAIA,CAAS,KAAK;AAAA,MAClH,KAAKY;AAAA,MACL,sBAAoBX;AAAA,MAEpB,UAAA;AAAA,QAAAc,gBAAAA,EAAA,IAAC,SACC,EAAA,UAAAA,gBAAAA,EAAAA,IAAC,MACE,EAAA,UAAAR,EAAgB,EAAE,YAAAH,GAAY,UAAU,CAAA,GAAI,gBAAAK,EAAgB,CAAA,EAC/D,CAAA,GACF;AAAA,8BACC,SACE,EAAA,UAAAP,IACCI,IACEA,EAAyBF,EAAW,MAAM,IAE1CW,gBAAAA,EAAA,IAAC,OAAI,EAAA,UAAA,aAAU,CAAA,IAGjBP,EAAa,EAAE,WAAAH,GAAW,YAAAK,GAAY,SAAAR,EAAS,CAAA,GAEnD;AAAA,MAAA;AAAA,IAAA;AAAA,EAEJ,EAAA,CAAA;AAEJ;"}
|