@addsign/moje-agenda-shared-lib 2.0.42 → 2.0.44
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/Combination-B9IT4KW2.js +1162 -0
- package/dist/Combination-B9IT4KW2.js.map +1 -0
- package/dist/DataTableServer-BTH3lxJi.js +23012 -0
- package/dist/DataTableServer-BTH3lxJi.js.map +1 -0
- package/dist/DataTableServer-C_N4I0CU.js +23008 -0
- package/dist/DataTableServer-C_N4I0CU.js.map +1 -0
- package/dist/DataTableServer-D6wHH3q2.js +23062 -0
- package/dist/DataTableServer-D6wHH3q2.js.map +1 -0
- package/dist/DataTableServer-DfbNQxQu.js +23007 -0
- package/dist/DataTableServer-DfbNQxQu.js.map +1 -0
- package/dist/DataTableServer-vC-bfyeH.js +23062 -0
- package/dist/DataTableServer-vC-bfyeH.js.map +1 -0
- package/dist/Dialog-xljhzarH.js +424 -0
- package/dist/Dialog-xljhzarH.js.map +1 -0
- package/dist/components/datatable/DataTableBody.d.ts +3 -0
- package/dist/components/datatable/DataTableHeader.d.ts +3 -0
- package/dist/components/datatable/DataTableServer.js +13 -15
- package/dist/components/datatable/DataTableServer.js.map +1 -1
- package/dist/index-B8g-BAKV.js +64 -0
- package/dist/index-B8g-BAKV.js.map +1 -0
- package/dist/index-BXWe9Hgo.js +2203 -0
- package/dist/index-BXWe9Hgo.js.map +1 -0
- package/dist/index-DGUInIB2.js +18 -0
- package/dist/index-DGUInIB2.js.map +1 -0
- package/dist/index-T0re1j1b.js +2220 -0
- package/dist/index-T0re1j1b.js.map +1 -0
- package/dist/index-uV4rgVyx.js +234 -0
- package/dist/index-uV4rgVyx.js.map +1 -0
- package/dist/popover-Z8s3r67G.js +319 -0
- package/dist/popover-Z8s3r67G.js.map +1 -0
- package/lib/components/datatable/DataTableServer.tsx +9 -11
- package/package.json +1 -1
|
@@ -0,0 +1,64 @@
|
|
|
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
|
+
export {
|
|
48
|
+
MdExpandLess as M,
|
|
49
|
+
MdExpandMore as a,
|
|
50
|
+
MdClose as b,
|
|
51
|
+
MdInsertDriveFile as c,
|
|
52
|
+
MdDeleteOutline as d,
|
|
53
|
+
MdOutlineFilterAlt as e,
|
|
54
|
+
MdOutlineFilterAltOff as f,
|
|
55
|
+
MdSearch as g,
|
|
56
|
+
MdArrowBack as h,
|
|
57
|
+
MdArrowForward as i,
|
|
58
|
+
MdArrowUpward as j,
|
|
59
|
+
MdArrowDownward as k,
|
|
60
|
+
MdOutlinePending as l,
|
|
61
|
+
MdCheck as m,
|
|
62
|
+
MdRefresh as n
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=index-B8g-BAKV.js.map
|