forstok-ui-lib 6.13.2 → 6.15.0
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/package.json
CHANGED
|
@@ -1,8 +1,33 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<title>Filter</title>
|
|
5
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
6
|
+
<g id="Filter">
|
|
7
|
+
<rect id="Rectangle" fill-rule="nonzero" x="0" y="0" width="24" height="24">
|
|
8
|
+
|
|
9
|
+
</rect>
|
|
10
|
+
<line x1="4" y1="5" x2="16" y2="5" id="Path" stroke="#0C0310" stroke-width="2" stroke-linecap="round">
|
|
11
|
+
|
|
12
|
+
</line>
|
|
13
|
+
<line x1="4" y1="12" x2="10" y2="12" id="Path" stroke="#0C0310" stroke-width="2" stroke-linecap="round">
|
|
14
|
+
|
|
15
|
+
</line>
|
|
16
|
+
<line x1="14" y1="12" x2="20" y2="12" id="Path" stroke="#0C0310" stroke-width="2" stroke-linecap="round">
|
|
17
|
+
|
|
18
|
+
</line>
|
|
19
|
+
<line x1="8" y1="19" x2="20" y2="19" id="Path" stroke="#0C0310" stroke-width="2" stroke-linecap="round">
|
|
20
|
+
|
|
21
|
+
</line>
|
|
22
|
+
<circle id="Oval" stroke="#0C0310" stroke-width="2" stroke-linecap="round" cx="18" cy="5" r="2">
|
|
23
|
+
|
|
24
|
+
</circle>
|
|
25
|
+
<circle id="Oval" stroke="#0C0310" stroke-width="2" stroke-linecap="round" cx="12" cy="12" r="2">
|
|
26
|
+
|
|
27
|
+
</circle>
|
|
28
|
+
<circle id="Oval" stroke="#0C0310" stroke-width="2" stroke-linecap="round" cx="6" cy="19" r="2">
|
|
29
|
+
|
|
30
|
+
</circle>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
8
33
|
</svg>
|
|
@@ -3322,6 +3322,14 @@ const listTableStyles = {
|
|
|
3322
3322
|
}
|
|
3323
3323
|
}
|
|
3324
3324
|
`,
|
|
3325
|
+
'pos-order': css`
|
|
3326
|
+
${ItemTable} {
|
|
3327
|
+
@media only screen and (max-width: 1279px) {
|
|
3328
|
+
width: unset;
|
|
3329
|
+
}
|
|
3330
|
+
grid-template-columns: var(--id-pd20) minmax(80px, 120px) var(--time) var(--person) var(--qty) var(--price) var(--status) minmax(180px, auto);
|
|
3331
|
+
}
|
|
3332
|
+
`,
|
|
3325
3333
|
order: css`
|
|
3326
3334
|
${ItemTable} {
|
|
3327
3335
|
grid-template-columns: var(--checkbox) 118px 90px minmax(auto, max-content);
|