@wrdagency/blockout 1.0.36 → 1.0.38
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/style11.css +1 -1
- package/dist/components/dashboard/grid.js +212 -69
- package/dist/components/dashboard/item.js +1546 -1508
- package/dist/components/dashboard/types.d.ts +6 -1
- package/dist/components/data-view/data/options.js +114 -82
- package/dist/index.js +40 -38
- package/dist/utils/array.d.ts +1 -0
- package/dist/utils/array.js +8 -7
- package/dist/utils/index.js +24 -22
- package/dist/utils/string.d.ts +1 -0
- package/dist/utils/string.js +13 -6
- package/package.json +1 -1
- package/dist/SquaresFour.es-iDUIyl5P.js +0 -38
|
@@ -5,4 +5,9 @@ export type DashboardPosition = {
|
|
|
5
5
|
width: number;
|
|
6
6
|
height: number;
|
|
7
7
|
};
|
|
8
|
-
export type
|
|
8
|
+
export type DashboardItem = DashboardPosition & {
|
|
9
|
+
name: string;
|
|
10
|
+
hidden?: boolean;
|
|
11
|
+
category: string;
|
|
12
|
+
};
|
|
13
|
+
export type DashboardLayout = DashboardItem[];
|
|
@@ -1,211 +1,243 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as a from "react";
|
|
3
3
|
import { w as m } from "../../../SSRBase.es-BUXS72ra.js";
|
|
4
4
|
import { r as d } from "../../../ArrowBendDownRight.es-mejk84um.js";
|
|
5
|
-
import { e as
|
|
6
|
-
import { r as
|
|
7
|
-
import { o as p } from "../../../SquaresFour.es-iDUIyl5P.js";
|
|
5
|
+
import { e as u } from "../../../CaretDown.es-CfgGfmY2.js";
|
|
6
|
+
import { r as p } from "../../../CaretUp.es-Cy8czlHG.js";
|
|
8
7
|
const E = /* @__PURE__ */ new Map([
|
|
9
8
|
[
|
|
10
9
|
"bold",
|
|
11
|
-
/* @__PURE__ */
|
|
10
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M88.49,143.51a12,12,0,0,1-17,17l-48-48a12,12,0,0,1,0-17l48-48a12,12,0,0,1,17,17L49,104ZM128,92H117l27.52-27.52a12,12,0,0,0-17-17l-48,48a12,12,0,0,0,0,17l48,48a12,12,0,0,0,17-17L117,116h11a84.09,84.09,0,0,1,84,84,12,12,0,0,0,24,0A108.12,108.12,0,0,0,128,92Z" }))
|
|
12
11
|
],
|
|
13
12
|
[
|
|
14
13
|
"duotone",
|
|
15
|
-
/* @__PURE__ */
|
|
14
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M128,56v96L80,104Z", opacity: "0.2" }), /* @__PURE__ */ a.createElement("path", { d: "M85.66,146.34a8,8,0,0,1-11.32,11.32l-48-48a8,8,0,0,1,0-11.32l48-48A8,8,0,0,1,85.66,61.66L43.31,104ZM232,200a8,8,0,0,1-16,0,88.11,88.11,0,0,0-80-87.63V152a8,8,0,0,1-13.66,5.66l-48-48a8,8,0,0,1,0-11.32l48-48A8,8,0,0,1,136,56V96.3A104.15,104.15,0,0,1,232,200ZM120,75.31,91.31,104,120,132.69Z" }))
|
|
16
15
|
],
|
|
17
16
|
[
|
|
18
17
|
"fill",
|
|
19
|
-
/* @__PURE__ */
|
|
18
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M85.66,146.34a8,8,0,0,1-11.32,11.32l-48-48a8,8,0,0,1,0-11.32l48-48A8,8,0,0,1,85.66,61.66L43.31,104ZM136,96.3V56a8,8,0,0,0-13.66-5.66l-48,48a8,8,0,0,0,0,11.32l48,48A8,8,0,0,0,136,152V112.37A88.11,88.11,0,0,1,216,200a8,8,0,0,0,16,0A104.15,104.15,0,0,0,136,96.3Z" }))
|
|
20
19
|
],
|
|
21
20
|
[
|
|
22
21
|
"light",
|
|
23
|
-
/* @__PURE__ */
|
|
22
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M84.24,147.76a6,6,0,1,1-8.48,8.48l-48-48a6,6,0,0,1,0-8.48l48-48a6,6,0,0,1,8.48,8.48L40.49,104ZM128,98H94.49l37.75-37.76a6,6,0,0,0-8.48-8.48l-48,48a6,6,0,0,0,0,8.48l48,48a6,6,0,0,0,8.48-8.48L94.49,110H128a90.1,90.1,0,0,1,90,90,6,6,0,0,0,12,0A102.12,102.12,0,0,0,128,98Z" }))
|
|
24
23
|
],
|
|
25
24
|
[
|
|
26
25
|
"regular",
|
|
27
|
-
/* @__PURE__ */
|
|
26
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M85.66,146.34a8,8,0,0,1-11.32,11.32l-48-48a8,8,0,0,1,0-11.32l48-48A8,8,0,0,1,85.66,61.66L43.31,104ZM128,96H99.31l34.35-34.34a8,8,0,0,0-11.32-11.32l-48,48a8,8,0,0,0,0,11.32l48,48a8,8,0,0,0,11.32-11.32L99.31,112H128a88.1,88.1,0,0,1,88,88,8,8,0,0,0,16,0A104.11,104.11,0,0,0,128,96Z" }))
|
|
28
27
|
],
|
|
29
28
|
[
|
|
30
29
|
"thin",
|
|
31
|
-
/* @__PURE__ */
|
|
30
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M82.83,149.17a4,4,0,0,1-5.66,5.66l-48-48a4,4,0,0,1,0-5.66l48-48a4,4,0,0,1,5.66,5.66L37.66,104ZM128,100H89.66l41.17-41.17a4,4,0,0,0-5.66-5.66l-48,48a4,4,0,0,0,0,5.66l48,48a4,4,0,0,0,5.66-5.66L89.66,108H128a92.1,92.1,0,0,1,92,92,4,4,0,0,0,8,0A100.11,100.11,0,0,0,128,100Z" }))
|
|
32
31
|
]
|
|
33
|
-
]),
|
|
34
|
-
|
|
32
|
+
]), c = a.forwardRef((t, e) => /* @__PURE__ */ a.createElement(m, { ref: e, ...t, weights: E }));
|
|
33
|
+
c.displayName = "ArrowBendDoubleUpLeftIcon";
|
|
35
34
|
const s = /* @__PURE__ */ new Map([
|
|
36
35
|
[
|
|
37
36
|
"bold",
|
|
38
|
-
/* @__PURE__ */
|
|
37
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M56.88,31.93A12,12,0,1,0,39.12,48.07l16,17.65C20.67,88.66,5.72,121.58,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212a131.34,131.34,0,0,0,51-10l20.09,22.1a12,12,0,0,0,17.76-16.14ZM128,188c-29.59,0-55.47-10.73-76.91-31.88A130.69,130.69,0,0,1,29.52,128c5.27-9.31,18.79-29.9,42-44.29l90.09,99.11A109.33,109.33,0,0,1,128,188Zm123-55.12c-.36.81-9,20-28,39.16a12,12,0,1,1-17-16.9A130.48,130.48,0,0,0,226.48,128a130.36,130.36,0,0,0-21.57-28.12C183.46,78.73,157.59,68,128,68c-3.35,0-6.7.14-10,.42a12,12,0,1,1-2-23.91c3.93-.34,8-.51,12-.51,36,0,68.63,13.67,94.49,39.52,19.35,19.35,28.11,38.8,28.48,39.61A12.08,12.08,0,0,1,251,132.88Z" }))
|
|
39
38
|
],
|
|
40
39
|
[
|
|
41
40
|
"duotone",
|
|
42
|
-
/* @__PURE__ */
|
|
41
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(
|
|
43
42
|
"path",
|
|
44
43
|
{
|
|
45
44
|
d: "M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",
|
|
46
45
|
opacity: "0.2"
|
|
47
46
|
}
|
|
48
|
-
), /* @__PURE__ */
|
|
47
|
+
), /* @__PURE__ */ a.createElement("path", { d: "M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z" }))
|
|
49
48
|
],
|
|
50
49
|
[
|
|
51
50
|
"fill",
|
|
52
|
-
/* @__PURE__ */
|
|
51
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M96.68,57.87a4,4,0,0,1,2.08-6.6A130.13,130.13,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41a8,8,0,0,1,0,6.5c-.35.79-8.82,19.57-27.65,38.4q-4.28,4.26-8.79,8.07a4,4,0,0,1-5.55-.36ZM213.92,210.62a8,8,0,1,1-11.84,10.76L180,197.13A127.21,127.21,0,0,1,128,208c-34.88,0-66.57-13.26-91.66-38.34C17.51,150.83,9,132.05,8.69,131.26a8,8,0,0,1,0-6.5C9,124,17.51,105.18,36.34,86.35a135,135,0,0,1,25-19.78L42.08,45.38A8,8,0,1,1,53.92,34.62Zm-65.49-48.25-52.69-58a40,40,0,0,0,52.69,58Z" }))
|
|
53
52
|
],
|
|
54
53
|
[
|
|
55
54
|
"light",
|
|
56
|
-
/* @__PURE__ */
|
|
55
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M52.44,36A6,6,0,0,0,43.56,44L64.44,67c-37.28,21.9-53.23,57-53.92,58.57a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206a124.91,124.91,0,0,0,52.57-11.25l23,25.29a6,6,0,0,0,8.88-8.08Zm48.62,71.32,45,49.52a34,34,0,0,1-45-49.52ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.57,134.57,0,0,1,22.69,128c4.29-8.2,20.1-35.18,50-51.91L92.89,98.3a46,46,0,0,0,61.35,67.48l17.81,19.6A113.47,113.47,0,0,1,128,194Zm6.4-99.4a6,6,0,0,1,2.25-11.79,46.17,46.17,0,0,1,37.15,40.87,6,6,0,0,1-5.42,6.53l-.56,0a6,6,0,0,1-6-5.45A34.1,34.1,0,0,0,134.4,94.6Zm111.08,35.85c-.41.92-10.37,23-32.86,43.12a6,6,0,1,1-8-8.94A134.07,134.07,0,0,0,233.31,128a134.67,134.67,0,0,0-23.86-32.07C186.78,73.42,159.38,62,128,62a120.19,120.19,0,0,0-19.69,1.6,6,6,0,1,1-2-11.83A131.12,131.12,0,0,1,128,50c43.38,0,73,20.54,90.24,37.76,18.58,18.58,26.9,37,27.24,37.81A6,6,0,0,1,245.48,130.45Z" }))
|
|
57
56
|
],
|
|
58
57
|
[
|
|
59
58
|
"regular",
|
|
60
|
-
/* @__PURE__ */
|
|
59
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z" }))
|
|
61
60
|
],
|
|
62
61
|
[
|
|
63
62
|
"thin",
|
|
64
|
-
/* @__PURE__ */
|
|
63
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M51,37.31A4,4,0,0,0,45,42.69L67.59,67.5C29.34,89,13,124.81,12.34,126.38a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17a122.59,122.59,0,0,0,53.06-11.69l24,26.38a4,4,0,1,0,5.92-5.38ZM149.1,157.16A36,36,0,0,1,101,104.22ZM128,196c-32,0-59.89-11.65-83-34.62A135.81,135.81,0,0,1,20.44,128c3.65-7.23,20.09-36.81,52.68-54.43l22.45,24.7a44,44,0,0,0,59,64.83l20.89,23A114.94,114.94,0,0,1,128,196Zm6.78-103.36a4,4,0,0,1,1.49-7.86,44.15,44.15,0,0,1,35.54,39.09,4,4,0,0,1-3.61,4.35l-.38,0a4,4,0,0,1-4-3.63A36.1,36.1,0,0,0,134.78,92.64Zm108.88,37c-.41.91-10.2,22.58-32.38,42.45a4,4,0,0,1-2.67,1,4,4,0,0,1-2.67-7A136.71,136.71,0,0,0,235.56,128,136.07,136.07,0,0,0,211,94.62C187.89,71.65,160,60,128,60a122,122,0,0,0-20,1.63,4,4,0,0,1-1.32-7.89A129.3,129.3,0,0,1,128,52c42.7,0,71.87,20.22,88.83,37.18,18.31,18.31,26.49,36.44,26.83,37.2A4.08,4.08,0,0,1,243.66,129.63Z" }))
|
|
65
64
|
]
|
|
66
|
-
]), V =
|
|
65
|
+
]), V = a.forwardRef((t, e) => /* @__PURE__ */ a.createElement(m, { ref: e, ...t, weights: s }));
|
|
67
66
|
V.displayName = "EyeSlashIcon";
|
|
68
67
|
const g = /* @__PURE__ */ new Map([
|
|
69
68
|
[
|
|
70
69
|
"bold",
|
|
71
|
-
/* @__PURE__ */
|
|
70
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M200,36H56A20,20,0,0,0,36,56V200a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V56A20,20,0,0,0,200,36Zm-4,80H140V60h56ZM116,60v56H60V60ZM60,140h56v56H60Zm80,56V140h56v56Z" }))
|
|
72
71
|
],
|
|
73
72
|
[
|
|
74
73
|
"duotone",
|
|
75
|
-
/* @__PURE__ */
|
|
74
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(
|
|
76
75
|
"path",
|
|
77
76
|
{
|
|
78
77
|
d: "M208,56V200a8,8,0,0,1-8,8H56a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z",
|
|
79
78
|
opacity: "0.2"
|
|
80
79
|
}
|
|
81
|
-
), /* @__PURE__ */
|
|
80
|
+
), /* @__PURE__ */ a.createElement("path", { d: "M200,40H56A16,16,0,0,0,40,56V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V56A16,16,0,0,0,200,40Zm0,80H136V56h64ZM120,56v64H56V56ZM56,136h64v64H56Zm144,64H136V136h64v64Z" }))
|
|
82
81
|
],
|
|
83
82
|
[
|
|
84
83
|
"fill",
|
|
85
|
-
/* @__PURE__ */
|
|
84
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M216,56v60a4,4,0,0,1-4,4H136V44a4,4,0,0,1,4-4h60A16,16,0,0,1,216,56ZM116,40H56A16,16,0,0,0,40,56v60a4,4,0,0,0,4,4h76V44A4,4,0,0,0,116,40Zm96,96H136v76a4,4,0,0,0,4,4h60a16,16,0,0,0,16-16V140A4,4,0,0,0,212,136ZM40,140v60a16,16,0,0,0,16,16h60a4,4,0,0,0,4-4V136H44A4,4,0,0,0,40,140Z" }))
|
|
86
85
|
],
|
|
87
86
|
[
|
|
88
87
|
"light",
|
|
89
|
-
/* @__PURE__ */
|
|
88
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M200,42H56A14,14,0,0,0,42,56V200a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V56A14,14,0,0,0,200,42Zm2,14v66H134V54h66A2,2,0,0,1,202,56ZM56,54h66v68H54V56A2,2,0,0,1,56,54ZM54,200V134h68v68H56A2,2,0,0,1,54,200Zm146,2H134V134h68v66A2,2,0,0,1,200,202Z" }))
|
|
90
89
|
],
|
|
91
90
|
[
|
|
92
91
|
"regular",
|
|
93
|
-
/* @__PURE__ */
|
|
92
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M200,40H56A16,16,0,0,0,40,56V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V56A16,16,0,0,0,200,40Zm0,80H136V56h64ZM120,56v64H56V56ZM56,136h64v64H56Zm144,64H136V136h64v64Z" }))
|
|
94
93
|
],
|
|
95
94
|
[
|
|
96
95
|
"thin",
|
|
97
|
-
/* @__PURE__ */
|
|
96
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M200,44H56A12,12,0,0,0,44,56V200a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V56A12,12,0,0,0,200,44Zm4,12v68H132V52h68A4,4,0,0,1,204,56ZM56,52h68v72H52V56A4,4,0,0,1,56,52ZM52,200V132h72v72H56A4,4,0,0,1,52,200Zm148,4H132V132h72v68A4,4,0,0,1,200,204Z" }))
|
|
98
97
|
]
|
|
99
|
-
]),
|
|
100
|
-
|
|
98
|
+
]), h = a.forwardRef((t, e) => /* @__PURE__ */ a.createElement(m, { ref: e, ...t, weights: g }));
|
|
99
|
+
h.displayName = "GridFourIcon";
|
|
101
100
|
const f = /* @__PURE__ */ new Map([
|
|
102
101
|
[
|
|
103
102
|
"bold",
|
|
104
|
-
/* @__PURE__ */
|
|
103
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M216,44H40A12,12,0,0,0,28,56V208a20,20,0,0,0,20,20H88a20,20,0,0,0,20-20V164h40v12a20,20,0,0,0,20,20h40a20,20,0,0,0,20-20V56A12,12,0,0,0,216,44Zm-12,64H172V68h32ZM84,68v40H52V68Zm0,136H52V132H84Zm24-64V68h40v72Zm64,32V132h32v40Z" }))
|
|
105
104
|
],
|
|
106
105
|
[
|
|
107
106
|
"duotone",
|
|
108
|
-
/* @__PURE__ */
|
|
107
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(
|
|
109
108
|
"path",
|
|
110
109
|
{
|
|
111
110
|
d: "M216,56v64H160V56ZM40,208a8,8,0,0,0,8,8H88a8,8,0,0,0,8-8V120H40Z",
|
|
112
111
|
opacity: "0.2"
|
|
113
112
|
}
|
|
114
|
-
), /* @__PURE__ */
|
|
113
|
+
), /* @__PURE__ */ a.createElement("path", { d: "M216,48H40a8,8,0,0,0-8,8V208a16,16,0,0,0,16,16H88a16,16,0,0,0,16-16V160h48v16a16,16,0,0,0,16,16h40a16,16,0,0,0,16-16V56A8,8,0,0,0,216,48Zm-8,64H168V64h40ZM88,64v48H48V64Zm0,144H48V128H88Zm16-64V64h48v80Zm64,32V128h40v48Z" }))
|
|
115
114
|
],
|
|
116
115
|
[
|
|
117
116
|
"fill",
|
|
118
|
-
/* @__PURE__ */
|
|
117
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M160,56v96a8,8,0,0,1-8,8H112a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8h40A8,8,0,0,1,160,56Zm64-8H184a8,8,0,0,0-8,8v52a4,4,0,0,0,4,4h48a4,4,0,0,0,4-4V56A8,8,0,0,0,224,48Zm4,80H180a4,4,0,0,0-4,4v44a16,16,0,0,0,16,16h24a16,16,0,0,0,16-16V132A4,4,0,0,0,228,128ZM80,48H40a8,8,0,0,0-8,8v52a4,4,0,0,0,4,4H84a4,4,0,0,0,4-4V56A8,8,0,0,0,80,48Zm4,80H36a4,4,0,0,0-4,4v76a16,16,0,0,0,16,16H72a16,16,0,0,0,16-16V132A4,4,0,0,0,84,128Z" }))
|
|
119
118
|
],
|
|
120
119
|
[
|
|
121
120
|
"light",
|
|
122
|
-
/* @__PURE__ */
|
|
121
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M216,50H40a6,6,0,0,0-6,6V208a14,14,0,0,0,14,14H88a14,14,0,0,0,14-14V158h52v18a14,14,0,0,0,14,14h40a14,14,0,0,0,14-14V56A6,6,0,0,0,216,50Zm-6,64H166V62h44ZM90,62v52H46V62Zm0,146a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V126H90Zm12-62V62h52v84Zm106,32H168a2,2,0,0,1-2-2V126h44v50A2,2,0,0,1,208,178Z" }))
|
|
123
122
|
],
|
|
124
123
|
[
|
|
125
124
|
"regular",
|
|
126
|
-
/* @__PURE__ */
|
|
125
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M216,48H40a8,8,0,0,0-8,8V208a16,16,0,0,0,16,16H88a16,16,0,0,0,16-16V160h48v16a16,16,0,0,0,16,16h40a16,16,0,0,0,16-16V56A8,8,0,0,0,216,48ZM88,208H48V128H88Zm0-96H48V64H88Zm64,32H104V64h48Zm56,32H168V128h40Zm0-64H168V64h40Z" }))
|
|
127
126
|
],
|
|
128
127
|
[
|
|
129
128
|
"thin",
|
|
130
|
-
/* @__PURE__ */
|
|
129
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M216,52H40a4,4,0,0,0-4,4V208a12,12,0,0,0,12,12H88a12,12,0,0,0,12-12V156h56v20a12,12,0,0,0,12,12h40a12,12,0,0,0,12-12V56A4,4,0,0,0,216,52ZM92,208a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V124H92Zm0-92H44V60H92Zm64,32H100V60h56Zm56,28a4,4,0,0,1-4,4H168a4,4,0,0,1-4-4V124h48Zm0-60H164V60h48Z" }))
|
|
131
130
|
]
|
|
132
|
-
]),
|
|
133
|
-
|
|
134
|
-
const
|
|
131
|
+
]), A = a.forwardRef((t, e) => /* @__PURE__ */ a.createElement(m, { ref: e, ...t, weights: f }));
|
|
132
|
+
A.displayName = "KanbanIcon";
|
|
133
|
+
const F = /* @__PURE__ */ new Map([
|
|
135
134
|
[
|
|
136
135
|
"bold",
|
|
137
|
-
/* @__PURE__ */
|
|
136
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M200,36H56A20,20,0,0,0,36,56V200a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V56A20,20,0,0,0,200,36Zm-4,24v56H60V60ZM60,196V140H196v56Z" }))
|
|
138
137
|
],
|
|
139
138
|
[
|
|
140
139
|
"duotone",
|
|
141
|
-
/* @__PURE__ */
|
|
140
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(
|
|
142
141
|
"path",
|
|
143
142
|
{
|
|
144
143
|
d: "M208,56V200a8,8,0,0,1-8,8H56a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z",
|
|
145
144
|
opacity: "0.2"
|
|
146
145
|
}
|
|
147
|
-
), /* @__PURE__ */
|
|
146
|
+
), /* @__PURE__ */ a.createElement("path", { d: "M200,40H56A16,16,0,0,0,40,56V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V56A16,16,0,0,0,200,40Zm0,16v64H56V56Zm0,144H56V136H200v64Z" }))
|
|
148
147
|
],
|
|
149
148
|
[
|
|
150
149
|
"fill",
|
|
151
|
-
/* @__PURE__ */
|
|
150
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M216,56v60a4,4,0,0,1-4,4H44a4,4,0,0,1-4-4V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Zm-4,80H44a4,4,0,0,0-4,4v60a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V140A4,4,0,0,0,212,136Z" }))
|
|
152
151
|
],
|
|
153
152
|
[
|
|
154
153
|
"light",
|
|
155
|
-
/* @__PURE__ */
|
|
154
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M200,42H56A14,14,0,0,0,42,56V200a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V56A14,14,0,0,0,200,42ZM56,54H200a2,2,0,0,1,2,2v66H54V56A2,2,0,0,1,56,54ZM200,202H56a2,2,0,0,1-2-2V134H202v66A2,2,0,0,1,200,202Z" }))
|
|
156
155
|
],
|
|
157
156
|
[
|
|
158
157
|
"regular",
|
|
159
|
-
/* @__PURE__ */
|
|
158
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M200,40H56A16,16,0,0,0,40,56V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V56A16,16,0,0,0,200,40Zm0,16v64H56V56Zm0,144H56V136H200v64Z" }))
|
|
160
159
|
],
|
|
161
160
|
[
|
|
162
161
|
"thin",
|
|
163
|
-
/* @__PURE__ */
|
|
162
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M200,44H56A12,12,0,0,0,44,56V200a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V56A12,12,0,0,0,200,44ZM56,52H200a4,4,0,0,1,4,4v68H52V56A4,4,0,0,1,56,52ZM200,204H56a4,4,0,0,1-4-4V132H204v68A4,4,0,0,1,200,204Z" }))
|
|
164
163
|
]
|
|
165
|
-
]),
|
|
166
|
-
|
|
167
|
-
const
|
|
164
|
+
]), i = a.forwardRef((t, e) => /* @__PURE__ */ a.createElement(m, { ref: e, ...t, weights: F }));
|
|
165
|
+
i.displayName = "SquareSplitVerticalIcon";
|
|
166
|
+
const b = /* @__PURE__ */ new Map([
|
|
167
|
+
[
|
|
168
|
+
"bold",
|
|
169
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M100,36H56A20,20,0,0,0,36,56v44a20,20,0,0,0,20,20h44a20,20,0,0,0,20-20V56A20,20,0,0,0,100,36ZM96,96H60V60H96ZM200,36H156a20,20,0,0,0-20,20v44a20,20,0,0,0,20,20h44a20,20,0,0,0,20-20V56A20,20,0,0,0,200,36Zm-4,60H160V60h36Zm-96,40H56a20,20,0,0,0-20,20v44a20,20,0,0,0,20,20h44a20,20,0,0,0,20-20V156A20,20,0,0,0,100,136Zm-4,60H60V160H96Zm104-60H156a20,20,0,0,0-20,20v44a20,20,0,0,0,20,20h44a20,20,0,0,0,20-20V156A20,20,0,0,0,200,136Zm-4,60H160V160h36Z" }))
|
|
170
|
+
],
|
|
171
|
+
[
|
|
172
|
+
"duotone",
|
|
173
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(
|
|
174
|
+
"path",
|
|
175
|
+
{
|
|
176
|
+
d: "M112,56v48a8,8,0,0,1-8,8H56a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8h48A8,8,0,0,1,112,56Zm88-8H152a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8h48a8,8,0,0,0,8-8V56A8,8,0,0,0,200,48Zm-96,96H56a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8h48a8,8,0,0,0,8-8V152A8,8,0,0,0,104,144Zm96,0H152a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8h48a8,8,0,0,0,8-8V152A8,8,0,0,0,200,144Z",
|
|
177
|
+
opacity: "0.2"
|
|
178
|
+
}
|
|
179
|
+
), /* @__PURE__ */ a.createElement("path", { d: "M200,136H152a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V152A16,16,0,0,0,200,136Zm0,64H152V152h48v48ZM104,40H56A16,16,0,0,0,40,56v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V56A16,16,0,0,0,104,40Zm0,64H56V56h48v48Zm96-64H152a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V56A16,16,0,0,0,200,40Zm0,64H152V56h48v48Zm-96,32H56a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V152A16,16,0,0,0,104,136Zm0,64H56V152h48v48Z" }))
|
|
180
|
+
],
|
|
181
|
+
[
|
|
182
|
+
"fill",
|
|
183
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M120,56v48a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40h48A16,16,0,0,1,120,56Zm80-16H152a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V56A16,16,0,0,0,200,40Zm-96,96H56a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V152A16,16,0,0,0,104,136Zm96,0H152a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V152A16,16,0,0,0,200,136Z" }))
|
|
184
|
+
],
|
|
185
|
+
[
|
|
186
|
+
"light",
|
|
187
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M104,42H56A14,14,0,0,0,42,56v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V56A14,14,0,0,0,104,42Zm2,62a2,2,0,0,1-2,2H56a2,2,0,0,1-2-2V56a2,2,0,0,1,2-2h48a2,2,0,0,1,2,2Zm94-62H152a14,14,0,0,0-14,14v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V56A14,14,0,0,0,200,42Zm2,62a2,2,0,0,1-2,2H152a2,2,0,0,1-2-2V56a2,2,0,0,1,2-2h48a2,2,0,0,1,2,2Zm-98,34H56a14,14,0,0,0-14,14v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V152A14,14,0,0,0,104,138Zm2,62a2,2,0,0,1-2,2H56a2,2,0,0,1-2-2V152a2,2,0,0,1,2-2h48a2,2,0,0,1,2,2Zm94-62H152a14,14,0,0,0-14,14v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V152A14,14,0,0,0,200,138Zm2,62a2,2,0,0,1-2,2H152a2,2,0,0,1-2-2V152a2,2,0,0,1,2-2h48a2,2,0,0,1,2,2Z" }))
|
|
188
|
+
],
|
|
189
|
+
[
|
|
190
|
+
"regular",
|
|
191
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M104,40H56A16,16,0,0,0,40,56v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V56A16,16,0,0,0,104,40Zm0,64H56V56h48v48Zm96-64H152a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V56A16,16,0,0,0,200,40Zm0,64H152V56h48v48Zm-96,32H56a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V152A16,16,0,0,0,104,136Zm0,64H56V152h48v48Zm96-64H152a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V152A16,16,0,0,0,200,136Zm0,64H152V152h48v48Z" }))
|
|
192
|
+
],
|
|
193
|
+
[
|
|
194
|
+
"thin",
|
|
195
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M104,44H56A12,12,0,0,0,44,56v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V56A12,12,0,0,0,104,44Zm4,60a4,4,0,0,1-4,4H56a4,4,0,0,1-4-4V56a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4Zm92-60H152a12,12,0,0,0-12,12v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V56A12,12,0,0,0,200,44Zm4,60a4,4,0,0,1-4,4H152a4,4,0,0,1-4-4V56a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4ZM104,140H56a12,12,0,0,0-12,12v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V152A12,12,0,0,0,104,140Zm4,60a4,4,0,0,1-4,4H56a4,4,0,0,1-4-4V152a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4Zm92-60H152a12,12,0,0,0-12,12v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V152A12,12,0,0,0,200,140Zm4,60a4,4,0,0,1-4,4H152a4,4,0,0,1-4-4V152a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4Z" }))
|
|
196
|
+
]
|
|
197
|
+
]), v = a.forwardRef((t, e) => /* @__PURE__ */ a.createElement(m, { ref: e, ...t, weights: b }));
|
|
198
|
+
v.displayName = "SquaresFourIcon";
|
|
199
|
+
const w = /* @__PURE__ */ new Map([
|
|
168
200
|
[
|
|
169
201
|
"bold",
|
|
170
|
-
/* @__PURE__ */
|
|
202
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M224,44H32A12,12,0,0,0,20,56V192a20,20,0,0,0,20,20H216a20,20,0,0,0,20-20V56A12,12,0,0,0,224,44ZM44,116H76v24H44Zm56,0H212v24H100ZM212,68V92H44V68ZM44,164H76v24H44Zm56,24V164H212v24Z" }))
|
|
171
203
|
],
|
|
172
204
|
[
|
|
173
205
|
"duotone",
|
|
174
|
-
/* @__PURE__ */
|
|
206
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M88,104v96H32V104Z", opacity: "0.2" }), /* @__PURE__ */ a.createElement("path", { d: "M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM40,112H80v32H40Zm56,0H216v32H96ZM216,64V96H40V64ZM40,160H80v32H40Zm176,32H96V160H216v32Z" }))
|
|
175
207
|
],
|
|
176
208
|
[
|
|
177
209
|
"fill",
|
|
178
|
-
/* @__PURE__ */
|
|
210
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM40,112H80v32H40Zm56,0H216v32H96ZM40,160H80v32H40Zm176,32H96V160H216v32Z" }))
|
|
179
211
|
],
|
|
180
212
|
[
|
|
181
213
|
"light",
|
|
182
|
-
/* @__PURE__ */
|
|
214
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M224,50H32a6,6,0,0,0-6,6V192a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A6,6,0,0,0,224,50ZM38,110H82v36H38Zm56,0H218v36H94ZM218,62V98H38V62ZM38,192V158H82v36H40A2,2,0,0,1,38,192Zm178,2H94V158H218v34A2,2,0,0,1,216,194Z" }))
|
|
183
215
|
],
|
|
184
216
|
[
|
|
185
217
|
"regular",
|
|
186
|
-
/* @__PURE__ */
|
|
218
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM40,112H80v32H40Zm56,0H216v32H96ZM216,64V96H40V64ZM40,160H80v32H40Zm176,32H96V160H216v32Z" }))
|
|
187
219
|
],
|
|
188
220
|
[
|
|
189
221
|
"thin",
|
|
190
|
-
/* @__PURE__ */
|
|
222
|
+
/* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M224,52H32a4,4,0,0,0-4,4V192a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V56A4,4,0,0,0,224,52ZM36,108H84v40H36Zm56,0H220v40H92ZM220,60v40H36V60ZM36,192V156H84v40H40A4,4,0,0,1,36,192Zm180,4H92V156H220v36A4,4,0,0,1,216,196Z" }))
|
|
191
223
|
]
|
|
192
|
-
]),
|
|
193
|
-
|
|
224
|
+
]), o = a.forwardRef((t, e) => /* @__PURE__ */ a.createElement(m, { ref: e, ...t, weights: w }));
|
|
225
|
+
o.displayName = "TableIcon";
|
|
194
226
|
function R() {
|
|
195
227
|
return [
|
|
196
228
|
{
|
|
197
229
|
value: "asc",
|
|
198
230
|
label: "Up",
|
|
199
|
-
icon: /* @__PURE__ */ l(
|
|
231
|
+
icon: /* @__PURE__ */ l(p, {})
|
|
200
232
|
},
|
|
201
233
|
{
|
|
202
234
|
value: "desc",
|
|
203
235
|
label: "Down",
|
|
204
|
-
icon: /* @__PURE__ */ l(
|
|
236
|
+
icon: /* @__PURE__ */ l(u, {})
|
|
205
237
|
}
|
|
206
238
|
];
|
|
207
239
|
}
|
|
208
|
-
function
|
|
240
|
+
function N() {
|
|
209
241
|
return [
|
|
210
242
|
{
|
|
211
243
|
value: "hidden",
|
|
@@ -220,26 +252,26 @@ function k() {
|
|
|
220
252
|
{
|
|
221
253
|
value: "full",
|
|
222
254
|
label: "Full",
|
|
223
|
-
icon: /* @__PURE__ */ l(
|
|
255
|
+
icon: /* @__PURE__ */ l(c, { style: { rotate: "180deg" } })
|
|
224
256
|
}
|
|
225
257
|
];
|
|
226
258
|
}
|
|
227
259
|
function H(t) {
|
|
228
260
|
switch (t) {
|
|
229
261
|
case "table":
|
|
230
|
-
return /* @__PURE__ */ l(
|
|
262
|
+
return /* @__PURE__ */ l(o, {});
|
|
231
263
|
case "grid":
|
|
232
|
-
return /* @__PURE__ */ l(
|
|
264
|
+
return /* @__PURE__ */ l(h, {});
|
|
233
265
|
case "list":
|
|
234
|
-
return /* @__PURE__ */ l(
|
|
266
|
+
return /* @__PURE__ */ l(i, {});
|
|
235
267
|
case "kanban":
|
|
236
|
-
return /* @__PURE__ */ l(
|
|
268
|
+
return /* @__PURE__ */ l(A, {});
|
|
237
269
|
case "tile":
|
|
238
|
-
return /* @__PURE__ */ l(
|
|
270
|
+
return /* @__PURE__ */ l(v, {});
|
|
239
271
|
}
|
|
240
272
|
}
|
|
241
|
-
function
|
|
242
|
-
const
|
|
273
|
+
function k(t) {
|
|
274
|
+
const e = [
|
|
243
275
|
{
|
|
244
276
|
value: "table",
|
|
245
277
|
label: "Table",
|
|
@@ -261,17 +293,17 @@ function N(t) {
|
|
|
261
293
|
icon: H("tile")
|
|
262
294
|
}
|
|
263
295
|
];
|
|
264
|
-
return t &&
|
|
296
|
+
return t && e.push({
|
|
265
297
|
value: "kanban",
|
|
266
298
|
label: "Kanban",
|
|
267
299
|
icon: H("kanban")
|
|
268
|
-
}),
|
|
300
|
+
}), e;
|
|
269
301
|
}
|
|
270
|
-
function S(t,
|
|
271
|
-
const
|
|
302
|
+
function S(t, e) {
|
|
303
|
+
const Z = [];
|
|
272
304
|
for (const n of t) {
|
|
273
|
-
const r =
|
|
274
|
-
r.display.hideable &&
|
|
305
|
+
const r = e.find((M) => M.id === n.id);
|
|
306
|
+
r.display.hideable && Z.push({
|
|
275
307
|
value: n.id,
|
|
276
308
|
label: r.display.label,
|
|
277
309
|
checked: n.visible,
|
|
@@ -279,26 +311,26 @@ function S(t, a) {
|
|
|
279
311
|
sortable: r.display.placement === "property"
|
|
280
312
|
});
|
|
281
313
|
}
|
|
282
|
-
for (const n of
|
|
283
|
-
n.display.hideable && (
|
|
314
|
+
for (const n of e)
|
|
315
|
+
n.display.hideable && (Z.some((r) => r.value === n.id) || Z.push({
|
|
284
316
|
value: n.id,
|
|
285
317
|
label: n.display.label,
|
|
286
318
|
checked: !1,
|
|
287
319
|
selectable: !0,
|
|
288
320
|
sortable: n.display.placement === "property"
|
|
289
321
|
}));
|
|
290
|
-
return
|
|
322
|
+
return Z;
|
|
291
323
|
}
|
|
292
324
|
function T(t) {
|
|
293
|
-
return t.map((
|
|
294
|
-
id:
|
|
295
|
-
visible:
|
|
325
|
+
return t.map((e) => ({
|
|
326
|
+
id: e.value,
|
|
327
|
+
visible: e.checked || !1
|
|
296
328
|
}));
|
|
297
329
|
}
|
|
298
330
|
export {
|
|
299
331
|
H as getLayoutIcon,
|
|
300
|
-
|
|
301
|
-
|
|
332
|
+
k as getLayoutOptions,
|
|
333
|
+
N as getRelationshipVisiblityOptions,
|
|
302
334
|
R as getSortDirectionOptions,
|
|
303
335
|
T as listItemsToViewFields,
|
|
304
336
|
S as viewFieldsToListItems
|
package/dist/index.js
CHANGED
|
@@ -12,8 +12,8 @@ import { MarkdownControl as R } from "./components/controls/markdown-control/ind
|
|
|
12
12
|
import { NumberControl as O } from "./components/controls/number-control/index.js";
|
|
13
13
|
import { PasswordControl as A } from "./components/controls/password-control/index.js";
|
|
14
14
|
import { RecurrenceControl as j } from "./components/controls/recurrence-control/index.js";
|
|
15
|
-
import { TagControl as
|
|
16
|
-
import { TextControl as
|
|
15
|
+
import { TagControl as z } from "./components/controls/tag-control/index.js";
|
|
16
|
+
import { TextControl as K } from "./components/controls/text-control/index.js";
|
|
17
17
|
import { TextareaControl as E } from "./components/controls/textarea-control/index.js";
|
|
18
18
|
import { ToggleControl as Q } from "./components/controls/toggle-control/index.js";
|
|
19
19
|
import { ToggleGroupControl as X } from "./components/controls/toggle-group-control/index.js";
|
|
@@ -37,9 +37,9 @@ import { Draggable as vo } from "./primitives/draggable/index.js";
|
|
|
37
37
|
import { IconLabel as No } from "./primitives/icon-label/index.js";
|
|
38
38
|
import { Link as Vo } from "./primitives/link/index.js";
|
|
39
39
|
import { NavLink as Io } from "./primitives/nav-link/index.js";
|
|
40
|
-
import { Popover as
|
|
41
|
-
import { Resizable as
|
|
42
|
-
import { ScrollArea as
|
|
40
|
+
import { Popover as qo } from "./primitives/popover/index.js";
|
|
41
|
+
import { Resizable as Go } from "./primitives/resizable/index.js";
|
|
42
|
+
import { ScrollArea as Wo } from "./primitives/scroll-area/index.js";
|
|
43
43
|
import { Symbol as Jo } from "./primitives/symbol/index.js";
|
|
44
44
|
import { Tooltip as Uo } from "./primitives/tooltip/index.js";
|
|
45
45
|
import { Truncate as Yo } from "./primitives/truncate/index.js";
|
|
@@ -47,16 +47,16 @@ import { H1 as _o, H2 as $o, H3 as or, H4 as rr, H5 as er, H6 as tr, Heading as
|
|
|
47
47
|
import { Keyboard as ar } from "./primitives/typography/keyboard.js";
|
|
48
48
|
import { Paragraph as xr } from "./primitives/typography/paragraph.js";
|
|
49
49
|
import { VisuallyHidden as nr } from "./primitives/visually-hidden/index.js";
|
|
50
|
-
import { chunk as ir } from "./utils/array.js";
|
|
51
|
-
import { createComposite as
|
|
52
|
-
import { cn as
|
|
53
|
-
import { getOrdinalSuffix as
|
|
54
|
-
import { clamp as
|
|
55
|
-
import { noop as
|
|
56
|
-
import { dot as
|
|
57
|
-
import { basename as
|
|
58
|
-
import { isCurrent as
|
|
59
|
-
import { getRandomTheme as
|
|
50
|
+
import { chunk as ir, unique as ur } from "./utils/array.js";
|
|
51
|
+
import { createComposite as cr, withProps as dr } from "./utils/components.js";
|
|
52
|
+
import { cn as br } from "./utils/css.js";
|
|
53
|
+
import { getOrdinalSuffix as hr } from "./utils/date.js";
|
|
54
|
+
import { clamp as Hr, inverseLerp as yr, lerp as wr, remap as Dr, snap as Pr } from "./utils/math.js";
|
|
55
|
+
import { noop as Fr } from "./utils/noop.js";
|
|
56
|
+
import { dot as Lr } from "./utils/object.js";
|
|
57
|
+
import { basename as vr, extension as Rr, filename as Nr, slugify as Or, titleCase as Vr } from "./utils/string.js";
|
|
58
|
+
import { isCurrent as Ir, isOutbound as jr } from "./utils/url.js";
|
|
59
|
+
import { getRandomTheme as zr } from "./primitives/colourway/util.js";
|
|
60
60
|
import './assets/index.css';export {
|
|
61
61
|
e as Avatar,
|
|
62
62
|
m as Badge,
|
|
@@ -95,19 +95,19 @@ import './assets/index.css';export {
|
|
|
95
95
|
O as NumberControl,
|
|
96
96
|
xr as Paragraph,
|
|
97
97
|
A as PasswordControl,
|
|
98
|
-
|
|
98
|
+
qo as Popover,
|
|
99
99
|
C as Progress,
|
|
100
100
|
j as RecurrenceControl,
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
Go as Resizable,
|
|
102
|
+
Wo as ScrollArea,
|
|
103
103
|
c as Select,
|
|
104
104
|
d as SelectControl,
|
|
105
105
|
g as Shell,
|
|
106
106
|
Jo as Symbol,
|
|
107
107
|
no as Tabs,
|
|
108
108
|
b as Tag,
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
z as TagControl,
|
|
110
|
+
K as TextControl,
|
|
111
111
|
E as TextareaControl,
|
|
112
112
|
Q as ToggleControl,
|
|
113
113
|
X as ToggleGroupControl,
|
|
@@ -116,25 +116,27 @@ import './assets/index.css';export {
|
|
|
116
116
|
Yo as Truncate,
|
|
117
117
|
nr as VisuallyHidden,
|
|
118
118
|
io as Window,
|
|
119
|
-
|
|
119
|
+
vr as basename,
|
|
120
120
|
ir as chunk,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
121
|
+
Hr as clamp,
|
|
122
|
+
br as cn,
|
|
123
|
+
cr as createComposite,
|
|
124
124
|
xo as createForm,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
125
|
+
Lr as dot,
|
|
126
|
+
Rr as extension,
|
|
127
|
+
Nr as filename,
|
|
128
|
+
hr as getOrdinalSuffix,
|
|
129
|
+
zr as getRandomTheme,
|
|
130
|
+
yr as inverseLerp,
|
|
131
|
+
Ir as isCurrent,
|
|
132
|
+
jr as isOutbound,
|
|
133
|
+
wr as lerp,
|
|
134
|
+
Fr as noop,
|
|
135
|
+
Dr as remap,
|
|
136
|
+
Or as slugify,
|
|
137
|
+
Pr as snap,
|
|
138
|
+
Vr as titleCase,
|
|
139
|
+
ur as unique,
|
|
138
140
|
To as useHotkey,
|
|
139
141
|
ho as useModifiers,
|
|
140
142
|
wo as useObjectState,
|
|
@@ -144,5 +146,5 @@ import './assets/index.css';export {
|
|
|
144
146
|
Po as useTemporaryChange,
|
|
145
147
|
Fo as useTheme,
|
|
146
148
|
_ as useView,
|
|
147
|
-
|
|
149
|
+
dr as withProps
|
|
148
150
|
};
|
package/dist/utils/array.d.ts
CHANGED
package/dist/utils/array.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
const
|
|
2
|
-
const
|
|
3
|
-
for (let
|
|
4
|
-
|
|
5
|
-
return
|
|
6
|
-
};
|
|
1
|
+
const u = (t, e) => {
|
|
2
|
+
const n = [];
|
|
3
|
+
for (let s = 0; s < t.length; s += e)
|
|
4
|
+
n.push(t.slice(s, s + e));
|
|
5
|
+
return n;
|
|
6
|
+
}, o = (t, e, n) => n.indexOf(t) === e;
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
u as chunk,
|
|
9
|
+
o as unique
|
|
9
10
|
};
|