@addsign/moje-agenda-shared-lib 2.0.50 → 2.0.52
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/assets/style.css +3 -0
- package/dist/components/datatable/DataTable.js +1 -1
- package/dist/components/datatable/DataTableServer.js +45 -16
- package/dist/components/datatable/DataTableServer.js.map +1 -1
- package/dist/components/datatable/DatatableSettings.js +1 -1
- package/dist/components/form/AutocompleteSearchBar.js +1 -1
- package/dist/components/form/AutocompleteSearchBarServer.js +1 -1
- package/dist/components/form/FileInput.js +1 -1
- package/dist/components/form/FileInputMultiple.js +1 -1
- package/dist/components/form/FormField.js +1 -1
- package/dist/components/form/InputField.js +1 -1
- package/dist/components/form/PositionsSelectorSingle.js +1 -1
- package/dist/components/form/SelectField.js +1 -1
- package/dist/components/layout/CollapsibleSection.js +1 -1
- package/dist/components/layout/IconInCircle.js +1 -1
- package/dist/components/layout/PageTitle.js +1 -1
- package/dist/components/layout/PageTitle.js.map +1 -1
- package/dist/components/layout/SectionTitle.js +1 -1
- package/dist/components/layout/SectionTitle.js.map +1 -1
- package/dist/index-CrfjcbOs.js +68 -0
- package/dist/index-CrfjcbOs.js.map +1 -0
- package/dist/index-CtWqywMt.js +2212 -0
- package/dist/index-CtWqywMt.js.map +1 -0
- package/dist/utils/handleErrors.js +6 -4
- package/dist/utils/handleErrors.js.map +1 -1
- package/lib/components/datatable/DataTableServer.tsx +65 -11
- package/lib/components/layout/PageTitle.tsx +1 -1
- package/lib/components/layout/SectionTitle.tsx +1 -1
- package/lib/utils/handleErrors.ts +2 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { o as MdRefresh } from "../../index-CrfjcbOs.js";
|
|
4
4
|
import { G as GenIcon } from "../../iconBase-B8_TsgYI.js";
|
|
5
5
|
function PiFileXlsLight(props) {
|
|
6
6
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 256 256", "fill": "currentColor" }, "child": [{ "tag": "path", "attr": { "d": "M154,208a6,6,0,0,1-6,6H120a6,6,0,0,1-6-6V152a6,6,0,1,1,12,0v50h22A6,6,0,0,1,154,208ZM91.48,147.11a6,6,0,0,0-8.36,1.39L68,169.67,52.88,148.5a6,6,0,1,0-9.76,7L60.63,180,43.12,204.5a6,6,0,1,0,9.76,7L68,190.31l15.12,21.16A6,6,0,0,0,88,214a5.91,5.91,0,0,0,3.48-1.12,6,6,0,0,0,1.4-8.37L75.37,180l17.51-24.51A6,6,0,0,0,91.48,147.11ZM191,173.22c-10.85-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.65-1.83,21.44-.84a6,6,0,0,0,3.07-11.6c-2-.54-20.1-5-31.21,2.48a18.64,18.64,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.77,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,174.47,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C215.83,180.39,200.91,176.08,191,173.22ZM42,112V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.24,1.76l56,56A6,6,0,0,1,214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0ZM158,82H193.5L158,46.48Z" }, "child": [] }] })(props);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useState, useRef, useEffect } from "react";
|
|
3
3
|
import "../../tailwind-l0sNRNKZ.js";
|
|
4
|
-
import { M as MdExpandLess, a as MdExpandMore, b as MdClose } from "../../index-
|
|
4
|
+
import { M as MdExpandLess, a as MdExpandMore, b as MdClose } from "../../index-CrfjcbOs.js";
|
|
5
5
|
import "../ui/multi-select.js";
|
|
6
6
|
import "../../index.esm-ifS8v9eQ.js";
|
|
7
7
|
import "../../jspdf.plugin.autotable-7hp3hM-a.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useState, useRef, useEffect } from "react";
|
|
3
|
-
import { M as MdExpandLess } from "../../index-
|
|
3
|
+
import { M as MdExpandLess } from "../../index-CrfjcbOs.js";
|
|
4
4
|
import "../../tailwind-l0sNRNKZ.js";
|
|
5
5
|
import InputField from "./InputField.js";
|
|
6
6
|
import "../ui/multi-select.js";
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState, useEffect, useCallback } from "react";
|
|
3
3
|
import { u as useDropzone } from "../../index-qqHvAsVd.js";
|
|
4
4
|
import "../../tailwind-l0sNRNKZ.js";
|
|
5
|
-
import { d as MdInsertDriveFile, e as MdDeleteOutline } from "../../index-
|
|
5
|
+
import { d as MdInsertDriveFile, e as MdDeleteOutline } from "../../index-CrfjcbOs.js";
|
|
6
6
|
import "../ui/multi-select.js";
|
|
7
7
|
import "../../index.esm-ifS8v9eQ.js";
|
|
8
8
|
import "../../jspdf.plugin.autotable-7hp3hM-a.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useState, useEffect, useCallback } from "react";
|
|
3
3
|
import { u as useDropzone } from "../../index-qqHvAsVd.js";
|
|
4
|
-
import { d as MdInsertDriveFile, e as MdDeleteOutline } from "../../index-
|
|
4
|
+
import { d as MdInsertDriveFile, e as MdDeleteOutline } from "../../index-CrfjcbOs.js";
|
|
5
5
|
import "../../tailwind-l0sNRNKZ.js";
|
|
6
6
|
import "../ui/multi-select.js";
|
|
7
7
|
import "../../index.esm-ifS8v9eQ.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { useState, useRef, useEffect } from "react";
|
|
3
|
-
import { b as MdClose } from "../../index-
|
|
3
|
+
import { b as MdClose } from "../../index-CrfjcbOs.js";
|
|
4
4
|
import "../../tailwind-l0sNRNKZ.js";
|
|
5
5
|
import "../ui/multi-select.js";
|
|
6
6
|
import "../../index.esm-ifS8v9eQ.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import { b as MdClose } from "../../index-
|
|
3
|
+
import { b as MdClose } from "../../index-CrfjcbOs.js";
|
|
4
4
|
import { c as FaSpinner } from "../../index-DH-TC1O6.js";
|
|
5
5
|
import SpinnerIcon from "../SpinnerIcon.js";
|
|
6
6
|
import { u as useClickAway } from "../../useClickAway-CH9ykBsx.js";
|
|
@@ -3,7 +3,7 @@ import { useState, useEffect } from "react";
|
|
|
3
3
|
import "../../tailwind-l0sNRNKZ.js";
|
|
4
4
|
import Button from "../Button.js";
|
|
5
5
|
import AutocompleteSearchBar from "./AutocompleteSearchBar.js";
|
|
6
|
-
import { c as MdCheck } from "../../index-
|
|
6
|
+
import { c as MdCheck } from "../../index-CrfjcbOs.js";
|
|
7
7
|
import FormField from "./FormField.js";
|
|
8
8
|
import SectionTitle from "../layout/SectionTitle.js";
|
|
9
9
|
import "../ui/multi-select.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import { b as MdClose, M as MdExpandLess, a as MdExpandMore, c as MdCheck } from "../../index-
|
|
3
|
+
import { b as MdClose, M as MdExpandLess, a as MdExpandMore, c as MdCheck } from "../../index-CrfjcbOs.js";
|
|
4
4
|
import "../../tailwind-l0sNRNKZ.js";
|
|
5
5
|
import { c as FaSpinner } from "../../index-DH-TC1O6.js";
|
|
6
6
|
import SpinnerIcon from "../SpinnerIcon.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from "react";
|
|
3
|
-
import { M as MdExpandLess, a as MdExpandMore } from "../../index-
|
|
3
|
+
import { M as MdExpandLess, a as MdExpandMore } from "../../index-CrfjcbOs.js";
|
|
4
4
|
import { cn } from "../../utils/utils.js";
|
|
5
5
|
const CollapsibleSection = ({
|
|
6
6
|
title,
|
|
@@ -4,7 +4,7 @@ function PageTitle({
|
|
|
4
4
|
textSize = "text-2xl",
|
|
5
5
|
...props
|
|
6
6
|
}) {
|
|
7
|
-
const className = ` text-
|
|
7
|
+
const className = ` text-foreground ${textSize} font-medium font-['Inter'] leading-7 mb-5`;
|
|
8
8
|
return /* @__PURE__ */ jsx("h1", { ...props, className, children });
|
|
9
9
|
}
|
|
10
10
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageTitle.js","sources":["../../../lib/components/layout/PageTitle.tsx"],"sourcesContent":["interface IPageTitleProps extends React.HTMLAttributes<HTMLHeadingElement> {\r\n textSize?: string;\r\n children?: React.ReactNode;\r\n}\r\n\r\nexport default function PageTitle({\r\n children,\r\n textSize = \"text-2xl\",\r\n ...props\r\n}: IPageTitleProps) {\r\n // Combine textSize with the other fixed class names\r\n const className = ` text-
|
|
1
|
+
{"version":3,"file":"PageTitle.js","sources":["../../../lib/components/layout/PageTitle.tsx"],"sourcesContent":["interface IPageTitleProps extends React.HTMLAttributes<HTMLHeadingElement> {\r\n textSize?: string;\r\n children?: React.ReactNode;\r\n}\r\n\r\nexport default function PageTitle({\r\n children,\r\n textSize = \"text-2xl\",\r\n ...props\r\n}: IPageTitleProps) {\r\n // Combine textSize with the other fixed class names\r\n const className = ` text-foreground ${textSize} font-medium font-['Inter'] leading-7 mb-5`;\r\n\r\n return (\r\n <h1 {...props} className={className}>\r\n {children}\r\n </h1>\r\n );\r\n}\r\n"],"names":[],"mappings":";AAKA,SAAwB,UAAU;AAAA,EAChC;AAAA,EACA,WAAW;AAAA,EACX,GAAG;AACL,GAAoB;AAEZ,QAAA,YAAY,oBAAoB,QAAQ;AAE9C,SACG,oBAAA,MAAA,EAAI,GAAG,OAAO,WACZ,SACH,CAAA;AAEJ;"}
|
|
@@ -4,7 +4,7 @@ function SectionTitle({
|
|
|
4
4
|
textSize = "text-lg",
|
|
5
5
|
...props
|
|
6
6
|
}) {
|
|
7
|
-
const className = `
|
|
7
|
+
const className = `text-foreground ${textSize} font-semibold font-['Inter'] leading-7 mb-3`;
|
|
8
8
|
return /* @__PURE__ */ jsx("div", { className: "border-b border-gray-300 pt-2 mb-5 ", children: /* @__PURE__ */ jsx("h2", { ...props, className, children }) });
|
|
9
9
|
}
|
|
10
10
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionTitle.js","sources":["../../../lib/components/layout/SectionTitle.tsx"],"sourcesContent":["import * as React from \"react\";\r\n\r\ninterface ISectionTitleProps extends React.HTMLAttributes<HTMLHeadingElement> {\r\n textSize?: string;\r\n children?: React.ReactNode;\r\n}\r\nexport default function SectionTitle({\r\n children,\r\n textSize = \"text-lg\",\r\n ...props\r\n}: ISectionTitleProps) {\r\n // Combine textSize with the other fixed class names\r\n const className = `
|
|
1
|
+
{"version":3,"file":"SectionTitle.js","sources":["../../../lib/components/layout/SectionTitle.tsx"],"sourcesContent":["import * as React from \"react\";\r\n\r\ninterface ISectionTitleProps extends React.HTMLAttributes<HTMLHeadingElement> {\r\n textSize?: string;\r\n children?: React.ReactNode;\r\n}\r\nexport default function SectionTitle({\r\n children,\r\n textSize = \"text-lg\",\r\n ...props\r\n}: ISectionTitleProps) {\r\n // Combine textSize with the other fixed class names\r\n const className = `text-foreground ${textSize} font-semibold font-['Inter'] leading-7 mb-3`;\r\n\r\n return (\r\n <div className=\"border-b border-gray-300 pt-2 mb-5 \">\r\n <h2 {...props} className={className}>\r\n {children}\r\n </h2>\r\n </div>\r\n );\r\n}\r\n"],"names":[],"mappings":";AAMA,SAAwB,aAAa;AAAA,EACnC;AAAA,EACA,WAAW;AAAA,EACX,GAAG;AACL,GAAuB;AAEf,QAAA,YAAY,mBAAmB,QAAQ;AAG3C,SAAA,oBAAC,OAAI,EAAA,WAAU,wCACb,UAAA,oBAAC,QAAI,GAAG,OAAO,WACZ,SACH,CAAA,EACF,CAAA;AAEJ;"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { G as GenIcon } from "./iconBase-B8_TsgYI.js";
|
|
2
|
+
function MdDeleteOutline(props) {
|
|
3
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0V0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5-1-1h-5l-1 1H5v2h14V4z" }, "child": [] }] })(props);
|
|
4
|
+
}
|
|
5
|
+
function MdSearch(props) {
|
|
6
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }, "child": [] }] })(props);
|
|
7
|
+
}
|
|
8
|
+
function MdInsertDriveFile(props) {
|
|
9
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6zm7 7V3.5L18.5 9H13z" }, "child": [] }] })(props);
|
|
10
|
+
}
|
|
11
|
+
function MdArrowBack(props) {
|
|
12
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" }, "child": [] }] })(props);
|
|
13
|
+
}
|
|
14
|
+
function MdArrowDownward(props) {
|
|
15
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0V0z" }, "child": [] }, { "tag": "path", "attr": { "d": "m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z" }, "child": [] }] })(props);
|
|
16
|
+
}
|
|
17
|
+
function MdArrowForward(props) {
|
|
18
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z" }, "child": [] }] })(props);
|
|
19
|
+
}
|
|
20
|
+
function MdArrowUpward(props) {
|
|
21
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0V0z" }, "child": [] }, { "tag": "path", "attr": { "d": "m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z" }, "child": [] }] })(props);
|
|
22
|
+
}
|
|
23
|
+
function MdCheck(props) {
|
|
24
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" }, "child": [] }] })(props);
|
|
25
|
+
}
|
|
26
|
+
function MdClose(props) {
|
|
27
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }, "child": [] }] })(props);
|
|
28
|
+
}
|
|
29
|
+
function MdExpandLess(props) {
|
|
30
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z" }, "child": [] }] })(props);
|
|
31
|
+
}
|
|
32
|
+
function MdExpandMore(props) {
|
|
33
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z" }, "child": [] }] })(props);
|
|
34
|
+
}
|
|
35
|
+
function MdRefresh(props) {
|
|
36
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M17.65 6.35A7.958 7.958 0 0 0 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" }, "child": [] }] })(props);
|
|
37
|
+
}
|
|
38
|
+
function MdOutlineFilterAltOff(props) {
|
|
39
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "m16.95 6-3.57 4.55 1.43 1.43c1.03-1.31 4.98-6.37 4.98-6.37A.998.998 0 0 0 19 4H6.83l2 2h8.12zM2.81 2.81 1.39 4.22 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.17l5.78 5.78 1.41-1.41L2.81 2.81z" }, "child": [] }] })(props);
|
|
40
|
+
}
|
|
41
|
+
function MdOutlineFilterAlt(props) {
|
|
42
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24m0 24H0" }, "child": [] }, { "tag": "path", "attr": { "d": "M7 6h10l-5.01 6.3L7 6zm-2.75-.39C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39A.998.998 0 0 0 18.95 4H5.04c-.83 0-1.3.95-.79 1.61z" }, "child": [] }, { "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0V0z" }, "child": [] }] })(props);
|
|
43
|
+
}
|
|
44
|
+
function MdOutlinePending(props) {
|
|
45
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" }, "child": [] }, { "tag": "circle", "attr": { "cx": "7", "cy": "12", "r": "1.5" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "12", "r": "1.5" }, "child": [] }, { "tag": "circle", "attr": { "cx": "17", "cy": "12", "r": "1.5" }, "child": [] }] })(props);
|
|
46
|
+
}
|
|
47
|
+
function MdOutlineUnfoldMore(props) {
|
|
48
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "d": "M0 0h24v24H0V0z" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z" }, "child": [] }] })(props);
|
|
49
|
+
}
|
|
50
|
+
export {
|
|
51
|
+
MdExpandLess as M,
|
|
52
|
+
MdExpandMore as a,
|
|
53
|
+
MdClose as b,
|
|
54
|
+
MdCheck as c,
|
|
55
|
+
MdInsertDriveFile as d,
|
|
56
|
+
MdDeleteOutline as e,
|
|
57
|
+
MdOutlineFilterAlt as f,
|
|
58
|
+
MdOutlineFilterAltOff as g,
|
|
59
|
+
MdSearch as h,
|
|
60
|
+
MdArrowBack as i,
|
|
61
|
+
MdArrowForward as j,
|
|
62
|
+
MdArrowUpward as k,
|
|
63
|
+
MdArrowDownward as l,
|
|
64
|
+
MdOutlinePending as m,
|
|
65
|
+
MdOutlineUnfoldMore as n,
|
|
66
|
+
MdRefresh as o
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=index-CrfjcbOs.js.map
|