maru_design2 2.27.2 → 2.28.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/.idea/MaruDesign2.iml +13 -0
- package/.idea/codeStyles/Project.xml +77 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/inspectionProfiles/Project_Default.xml +94 -0
- package/.idea/jsLinters/eslint.xml +6 -0
- package/.idea/material_theme_project_new.xml +12 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/watcherTasks.xml +4 -0
- package/CHANGELOG.md +909 -894
- package/dist/components/atoms/button/Button.d.ts +33 -33
- package/dist/components/atoms/button/index.d.ts +1 -1
- package/dist/components/atoms/checkbox/Checkbox.d.ts +21 -21
- package/dist/components/atoms/checkbox/index.d.ts +1 -1
- package/dist/components/atoms/chip/Chip.d.ts +29 -29
- package/dist/components/atoms/chip/index.d.ts +1 -1
- package/dist/components/atoms/code/Code.d.ts +7 -7
- package/dist/components/atoms/code/index.d.ts +1 -1
- package/dist/components/atoms/icon/Icon.d.ts +16 -16
- package/dist/components/atoms/icon/iconmap.d.ts +418 -412
- package/dist/components/atoms/icon/index.d.ts +2 -2
- package/dist/components/atoms/input/Input.d.ts +43 -43
- package/dist/components/atoms/input/index.d.ts +1 -1
- package/dist/components/atoms/popover/Popover.d.ts +19 -19
- package/dist/components/atoms/popover/index.d.ts +1 -1
- package/dist/components/atoms/radio/Radio.d.ts +14 -14
- package/dist/components/atoms/radio/index.d.ts +1 -1
- package/dist/components/atoms/skeleton/Contents.d.ts +1 -1
- package/dist/components/atoms/skeleton/Skeleton.d.ts +6 -6
- package/dist/components/atoms/skeleton/index.d.ts +1 -1
- package/dist/components/atoms/slider/Slider.d.ts +31 -31
- package/dist/components/atoms/slider/index.d.ts +1 -1
- package/dist/components/atoms/textarea/Textarea.d.ts +38 -38
- package/dist/components/atoms/textarea/index.d.ts +1 -1
- package/dist/components/atoms/toggle/Toggle.d.ts +20 -20
- package/dist/components/atoms/toggle/index.d.ts +1 -1
- package/dist/components/atoms/tooltip/Tooltip.d.ts +29 -29
- package/dist/components/atoms/tooltip/index.d.ts +1 -1
- package/dist/components/molecules/calendar/Calendar.d.ts +27 -27
- package/dist/components/molecules/calendar/DatePickerHeader.d.ts +3 -3
- package/dist/components/molecules/calendar/DatePickerWrapper.d.ts +9 -9
- package/dist/components/molecules/calendar/index.d.ts +1 -1
- package/dist/components/molecules/dropdown/Dropdown.d.ts +90 -90
- package/dist/components/molecules/dropdown/index.d.ts +1 -1
- package/dist/components/molecules/dropdown/menu/MenuItem.d.ts +16 -16
- package/dist/components/molecules/dropdown/menu/index.d.ts +31 -31
- package/dist/components/molecules/dropdown/toggleButton/Arrow.d.ts +9 -9
- package/dist/components/molecules/dropdown/toggleButton/Clear.d.ts +6 -6
- package/dist/components/molecules/dropdown/toggleButton/index.d.ts +19 -19
- package/dist/components/molecules/modal/Modal.d.ts +48 -48
- package/dist/components/molecules/modal/index.d.ts +1 -1
- package/dist/components/molecules/multiSelectDropdown/MultiSelectDropdown.d.ts +76 -76
- package/dist/components/molecules/multiSelectDropdown/index.d.ts +1 -1
- package/dist/components/molecules/multiSelectDropdown/menu/MenuItem.d.ts +12 -12
- package/dist/components/molecules/multiSelectDropdown/menu/index.d.ts +21 -21
- package/dist/components/molecules/multiSelectDropdown/toggleButton/Arrow.d.ts +9 -9
- package/dist/components/molecules/multiSelectDropdown/toggleButton/Clear.d.ts +6 -6
- package/dist/components/molecules/multiSelectDropdown/toggleButton/index.d.ts +17 -17
- package/dist/components/molecules/pagination/Pagination.d.ts +22 -22
- package/dist/components/molecules/pagination/index.d.ts +1 -1
- package/dist/components/molecules/searchInput/SearchInput.d.ts +34 -34
- package/dist/components/molecules/searchInput/filter/FilterPopover.d.ts +16 -16
- package/dist/components/molecules/searchInput/filter/index.d.ts +17 -17
- package/dist/components/molecules/searchInput/index.d.ts +1 -1
- package/dist/components/molecules/table/Colgroup.d.ts +9 -9
- package/dist/components/molecules/table/Table.d.ts +3 -3
- package/dist/components/molecules/table/body/BinButtonTd.d.ts +7 -7
- package/dist/components/molecules/table/body/ChartButtonTd.d.ts +8 -8
- package/dist/components/molecules/table/body/CheckboxTd.d.ts +6 -6
- package/dist/components/molecules/table/body/EmptyTr.d.ts +8 -8
- package/dist/components/molecules/table/body/KebabMenuTd.d.ts +7 -7
- package/dist/components/molecules/table/body/RadioTd.d.ts +6 -6
- package/dist/components/molecules/table/body/Tr.d.ts +7 -7
- package/dist/components/molecules/table/body/index.d.ts +7 -7
- package/dist/components/molecules/table/header/FilterButtonsTh.d.ts +7 -7
- package/dist/components/molecules/table/header/FilterTh.d.ts +8 -8
- package/dist/components/molecules/table/header/SortableColumn.d.ts +15 -15
- package/dist/components/molecules/table/header/index.d.ts +17 -17
- package/dist/components/molecules/table/index.d.ts +1 -1
- package/dist/components/molecules/table/types.d.ts +125 -125
- package/dist/components/molecules/toast/Details.d.ts +6 -6
- package/dist/components/molecules/toast/Toast.d.ts +31 -31
- package/dist/components/molecules/toast/ToastContext.d.ts +15 -15
- package/dist/components/molecules/toast/ToastStyle.d.ts +18 -18
- package/dist/components/molecules/toast/index.d.ts +1 -1
- package/dist/components/molecules/toast/types.d.ts +4 -4
- package/dist/components/styleProvider/StyleProvider.d.ts +10 -10
- package/dist/components/styleProvider/index.d.ts +1 -1
- package/dist/enums/color.d.ts +14 -14
- package/dist/enums/direction.d.ts +2 -2
- package/dist/enums/gap.d.ts +4 -4
- package/dist/enums/size.d.ts +8 -8
- package/dist/enums/type.d.ts +4 -4
- package/dist/enums/variant.d.ts +8 -8
- package/dist/hooks/useButtonState.d.ts +16 -16
- package/dist/hooks/useColor.d.ts +4 -4
- package/dist/hooks/useCombineRef.d.ts +11 -11
- package/dist/hooks/useCreatePortal.d.ts +7 -7
- package/dist/hooks/useId.d.ts +7 -7
- package/dist/index.d.ts +22 -22
- package/dist/index.js +379 -221
- package/dist/utils/copy.d.ts +6 -6
- package/dist/utils/format.d.ts +2 -2
- package/dist/utils/highlight.d.ts +1 -1
- package/package.json +74 -74
package/dist/index.js
CHANGED
|
@@ -995,51 +995,6 @@ var iconmap = {
|
|
|
995
995
|
"circles": [],
|
|
996
996
|
"rects": []
|
|
997
997
|
},
|
|
998
|
-
"Check_s1413": {
|
|
999
|
-
"width": "14",
|
|
1000
|
-
"height": "15",
|
|
1001
|
-
"viewBox": "0 0 14 15",
|
|
1002
|
-
"fill": "none",
|
|
1003
|
-
"paths": [{
|
|
1004
|
-
"d": "M3 7.5L5.66667 10.5L11 4.5",
|
|
1005
|
-
"stroke": "#5B59C7",
|
|
1006
|
-
"strokeWidth": "1.3",
|
|
1007
|
-
"strokeLinecap": "round",
|
|
1008
|
-
"strokeLinejoin": "round"
|
|
1009
|
-
}],
|
|
1010
|
-
"circles": [],
|
|
1011
|
-
"rects": []
|
|
1012
|
-
},
|
|
1013
|
-
"Check_s1613": {
|
|
1014
|
-
"width": "16",
|
|
1015
|
-
"height": "16",
|
|
1016
|
-
"viewBox": "0 0 16 16",
|
|
1017
|
-
"fill": "none",
|
|
1018
|
-
"paths": [{
|
|
1019
|
-
"d": "M2 8.55555L5.69231 13L14 3",
|
|
1020
|
-
"stroke": "#BDBDBD",
|
|
1021
|
-
"strokeWidth": "1.3",
|
|
1022
|
-
"strokeLinecap": "round",
|
|
1023
|
-
"strokeLinejoin": "round"
|
|
1024
|
-
}],
|
|
1025
|
-
"circles": [],
|
|
1026
|
-
"rects": []
|
|
1027
|
-
},
|
|
1028
|
-
"Check_s1615": {
|
|
1029
|
-
"width": "16",
|
|
1030
|
-
"height": "16",
|
|
1031
|
-
"viewBox": "0 0 16 16",
|
|
1032
|
-
"fill": "none",
|
|
1033
|
-
"paths": [{
|
|
1034
|
-
"d": "M13.3334 4L6.00008 11.3333L2.66675 8",
|
|
1035
|
-
"stroke": "#8C8C8C",
|
|
1036
|
-
"strokeWidth": "1.5",
|
|
1037
|
-
"strokeLinecap": "round",
|
|
1038
|
-
"strokeLinejoin": "round"
|
|
1039
|
-
}],
|
|
1040
|
-
"circles": [],
|
|
1041
|
-
"rects": []
|
|
1042
|
-
},
|
|
1043
998
|
"CheckboxIndeterminate_s1610": {
|
|
1044
999
|
"width": "16",
|
|
1045
1000
|
"height": "16",
|
|
@@ -1146,6 +1101,51 @@ var iconmap = {
|
|
|
1146
1101
|
"circles": [],
|
|
1147
1102
|
"rects": []
|
|
1148
1103
|
},
|
|
1104
|
+
"Check_s1413": {
|
|
1105
|
+
"width": "14",
|
|
1106
|
+
"height": "15",
|
|
1107
|
+
"viewBox": "0 0 14 15",
|
|
1108
|
+
"fill": "none",
|
|
1109
|
+
"paths": [{
|
|
1110
|
+
"d": "M3 7.5L5.66667 10.5L11 4.5",
|
|
1111
|
+
"stroke": "#5B59C7",
|
|
1112
|
+
"strokeWidth": "1.3",
|
|
1113
|
+
"strokeLinecap": "round",
|
|
1114
|
+
"strokeLinejoin": "round"
|
|
1115
|
+
}],
|
|
1116
|
+
"circles": [],
|
|
1117
|
+
"rects": []
|
|
1118
|
+
},
|
|
1119
|
+
"Check_s1613": {
|
|
1120
|
+
"width": "16",
|
|
1121
|
+
"height": "16",
|
|
1122
|
+
"viewBox": "0 0 16 16",
|
|
1123
|
+
"fill": "none",
|
|
1124
|
+
"paths": [{
|
|
1125
|
+
"d": "M2 8.55555L5.69231 13L14 3",
|
|
1126
|
+
"stroke": "#BDBDBD",
|
|
1127
|
+
"strokeWidth": "1.3",
|
|
1128
|
+
"strokeLinecap": "round",
|
|
1129
|
+
"strokeLinejoin": "round"
|
|
1130
|
+
}],
|
|
1131
|
+
"circles": [],
|
|
1132
|
+
"rects": []
|
|
1133
|
+
},
|
|
1134
|
+
"Check_s1615": {
|
|
1135
|
+
"width": "16",
|
|
1136
|
+
"height": "16",
|
|
1137
|
+
"viewBox": "0 0 16 16",
|
|
1138
|
+
"fill": "none",
|
|
1139
|
+
"paths": [{
|
|
1140
|
+
"d": "M13.3334 4L6.00008 11.3333L2.66675 8",
|
|
1141
|
+
"stroke": "#8C8C8C",
|
|
1142
|
+
"strokeWidth": "1.5",
|
|
1143
|
+
"strokeLinecap": "round",
|
|
1144
|
+
"strokeLinejoin": "round"
|
|
1145
|
+
}],
|
|
1146
|
+
"circles": [],
|
|
1147
|
+
"rects": []
|
|
1148
|
+
},
|
|
1149
1149
|
"ChevronDown_s1613": {
|
|
1150
1150
|
"width": "16",
|
|
1151
1151
|
"height": "16",
|
|
@@ -1556,21 +1556,6 @@ var iconmap = {
|
|
|
1556
1556
|
"circles": [],
|
|
1557
1557
|
"rects": []
|
|
1558
1558
|
},
|
|
1559
|
-
"Clip_s1813": {
|
|
1560
|
-
"width": "18",
|
|
1561
|
-
"height": "19",
|
|
1562
|
-
"viewBox": "0 0 18 19",
|
|
1563
|
-
"fill": "none",
|
|
1564
|
-
"paths": [{
|
|
1565
|
-
"d": "M17 8.53391L8.97628 16.8149C7.1516 18.698 4.1932 18.698 2.36851 16.8149C0.543829 14.9317 0.543829 11.8784 2.36851 9.99525L10.3922 1.7143C11.6087 0.458841 13.581 0.458841 14.7974 1.7143C16.0139 2.96975 16.0139 5.00525 14.7974 6.2607L7.08835 14.2169C6.48012 14.8446 5.49399 14.8446 4.88576 14.2169C4.27753 13.5892 4.27753 12.5714 4.88576 11.9437L11.6509 4.96173",
|
|
1566
|
-
"stroke": "#ADACE3",
|
|
1567
|
-
"strokeWidth": "1.3",
|
|
1568
|
-
"strokeLinecap": "round",
|
|
1569
|
-
"strokeLinejoin": "round"
|
|
1570
|
-
}],
|
|
1571
|
-
"circles": [],
|
|
1572
|
-
"rects": []
|
|
1573
|
-
},
|
|
1574
1559
|
"ClipboardCheck_s1612": {
|
|
1575
1560
|
"width": "16",
|
|
1576
1561
|
"height": "16",
|
|
@@ -1676,6 +1661,21 @@ var iconmap = {
|
|
|
1676
1661
|
"circles": [],
|
|
1677
1662
|
"rects": []
|
|
1678
1663
|
},
|
|
1664
|
+
"Clip_s1813": {
|
|
1665
|
+
"width": "18",
|
|
1666
|
+
"height": "19",
|
|
1667
|
+
"viewBox": "0 0 18 19",
|
|
1668
|
+
"fill": "none",
|
|
1669
|
+
"paths": [{
|
|
1670
|
+
"d": "M17 8.53391L8.97628 16.8149C7.1516 18.698 4.1932 18.698 2.36851 16.8149C0.543829 14.9317 0.543829 11.8784 2.36851 9.99525L10.3922 1.7143C11.6087 0.458841 13.581 0.458841 14.7974 1.7143C16.0139 2.96975 16.0139 5.00525 14.7974 6.2607L7.08835 14.2169C6.48012 14.8446 5.49399 14.8446 4.88576 14.2169C4.27753 13.5892 4.27753 12.5714 4.88576 11.9437L11.6509 4.96173",
|
|
1671
|
+
"stroke": "#ADACE3",
|
|
1672
|
+
"strokeWidth": "1.3",
|
|
1673
|
+
"strokeLinecap": "round",
|
|
1674
|
+
"strokeLinejoin": "round"
|
|
1675
|
+
}],
|
|
1676
|
+
"circles": [],
|
|
1677
|
+
"rects": []
|
|
1678
|
+
},
|
|
1679
1679
|
"CodeBox_s2410": {
|
|
1680
1680
|
"width": "24",
|
|
1681
1681
|
"height": "24",
|
|
@@ -2910,18 +2910,6 @@ var iconmap = {
|
|
|
2910
2910
|
"circles": [],
|
|
2911
2911
|
"rects": []
|
|
2912
2912
|
},
|
|
2913
|
-
"Down_s1610": {
|
|
2914
|
-
"width": "16",
|
|
2915
|
-
"height": "16",
|
|
2916
|
-
"viewBox": "0 0 16 16",
|
|
2917
|
-
"fill": "none",
|
|
2918
|
-
"paths": [{
|
|
2919
|
-
"d": "M3.0624 5.9393L7.43052 11.0368C7.50093 11.1189 7.58827 11.1848 7.68655 11.23C7.78483 11.2752 7.89173 11.2986 7.9999 11.2986C8.10807 11.2986 8.21497 11.2752 8.31325 11.23C8.41152 11.1848 8.49886 11.1189 8.56927 11.0368L12.9374 5.9393C13.3543 5.45273 13.0086 4.70117 12.368 4.70117H3.63052C2.9899 4.70117 2.64428 5.45273 3.0624 5.9393Z",
|
|
2920
|
-
"fill": "#8C8C8C"
|
|
2921
|
-
}],
|
|
2922
|
-
"circles": [],
|
|
2923
|
-
"rects": []
|
|
2924
|
-
},
|
|
2925
2913
|
"Download01_s1313": {
|
|
2926
2914
|
"width": "13",
|
|
2927
2915
|
"height": "14",
|
|
@@ -3045,6 +3033,18 @@ var iconmap = {
|
|
|
3045
3033
|
"circles": [],
|
|
3046
3034
|
"rects": []
|
|
3047
3035
|
},
|
|
3036
|
+
"Down_s1610": {
|
|
3037
|
+
"width": "16",
|
|
3038
|
+
"height": "16",
|
|
3039
|
+
"viewBox": "0 0 16 16",
|
|
3040
|
+
"fill": "none",
|
|
3041
|
+
"paths": [{
|
|
3042
|
+
"d": "M3.0624 5.9393L7.43052 11.0368C7.50093 11.1189 7.58827 11.1848 7.68655 11.23C7.78483 11.2752 7.89173 11.2986 7.9999 11.2986C8.10807 11.2986 8.21497 11.2752 8.31325 11.23C8.41152 11.1848 8.49886 11.1189 8.56927 11.0368L12.9374 5.9393C13.3543 5.45273 13.0086 4.70117 12.368 4.70117H3.63052C2.9899 4.70117 2.64428 5.45273 3.0624 5.9393Z",
|
|
3043
|
+
"fill": "#8C8C8C"
|
|
3044
|
+
}],
|
|
3045
|
+
"circles": [],
|
|
3046
|
+
"rects": []
|
|
3047
|
+
},
|
|
3048
3048
|
"Drag_s1613": {
|
|
3049
3049
|
"width": "16",
|
|
3050
3050
|
"height": "16",
|
|
@@ -3383,6 +3383,27 @@ var iconmap = {
|
|
|
3383
3383
|
"circles": [],
|
|
3384
3384
|
"rects": []
|
|
3385
3385
|
},
|
|
3386
|
+
"FileClock_s2415": {
|
|
3387
|
+
"width": "24",
|
|
3388
|
+
"height": "24",
|
|
3389
|
+
"viewBox": "0 0 24 24",
|
|
3390
|
+
"fill": "none",
|
|
3391
|
+
"paths": [{
|
|
3392
|
+
"d": "M18.1579 11.9474V6.54737C18.1579 4.95564 18.1579 4.15978 17.8481 3.55182C17.5757 3.01704 17.1409 2.58225 16.6061 2.30977C15.9981 2 15.2023 2 13.6105 2H7.54737C5.95564 2 5.15978 2 4.55182 2.30977C4.01704 2.58225 3.58225 3.01704 3.30977 3.55182C3 4.15978 3 4.95564 3 6.54737V16.4C3 17.9917 3 18.7876 3.30977 19.3956C3.58225 19.9304 4.01704 20.3651 4.55182 20.6376C5.15978 20.9474 5.9556 20.9474 7.54724 20.9474H11.0526M11.0526 10.5263H6.78948M14.3684 6.73685H6.78948",
|
|
3393
|
+
"stroke": "#213A78",
|
|
3394
|
+
"strokeWidth": "1.5",
|
|
3395
|
+
"strokeLinecap": "round",
|
|
3396
|
+
"strokeLinejoin": "round"
|
|
3397
|
+
}, {
|
|
3398
|
+
"d": "M15.7895 14.5053V17.6316L17.8737 18.6737M21 17.6316C21 20.5093 18.6671 22.8421 15.7895 22.8421C12.9118 22.8421 10.5789 20.5093 10.5789 17.6316C10.5789 14.7539 12.9118 12.4211 15.7895 12.4211C18.6671 12.4211 21 14.7539 21 17.6316Z",
|
|
3399
|
+
"stroke": "#213A78",
|
|
3400
|
+
"strokeWidth": "1.5",
|
|
3401
|
+
"strokeLinecap": "round",
|
|
3402
|
+
"strokeLinejoin": "round"
|
|
3403
|
+
}],
|
|
3404
|
+
"circles": [],
|
|
3405
|
+
"rects": []
|
|
3406
|
+
},
|
|
3386
3407
|
"FileCode_s1810": {
|
|
3387
3408
|
"width": "18",
|
|
3388
3409
|
"height": "18",
|
|
@@ -3467,6 +3488,25 @@ var iconmap = {
|
|
|
3467
3488
|
"circles": [],
|
|
3468
3489
|
"rects": []
|
|
3469
3490
|
},
|
|
3491
|
+
"FileInfoCorner_s1410": {
|
|
3492
|
+
"width": "14",
|
|
3493
|
+
"height": "14",
|
|
3494
|
+
"viewBox": "0 0 14 14",
|
|
3495
|
+
"fill": "none",
|
|
3496
|
+
"paths": [{
|
|
3497
|
+
"d": "M8.16634 1.32422V3.7337C8.16634 4.0604 8.16634 4.22375 8.22992 4.34853C8.28585 4.45829 8.37508 4.54753 8.48485 4.60345C8.60963 4.66703 8.77298 4.66703 9.09967 4.66703H11.5092M9.99976 12.8337L5.13301 12.8337C4.15292 12.8337 3.66287 12.8337 3.28852 12.6429C2.95924 12.4751 2.69152 12.2074 2.52375 11.8781C2.33301 11.5038 2.33301 11.0138 2.33301 10.0337V3.96699C2.33301 2.9869 2.33301 2.49685 2.52375 2.12251C2.69152 1.79323 2.95924 1.52551 3.28852 1.35773C3.66287 1.16699 4.15292 1.16699 5.13301 1.16699H7.00654C7.43458 1.16699 7.64859 1.16699 7.85 1.21534C8.02856 1.25821 8.19926 1.32892 8.35584 1.42487C8.53244 1.53309 8.68378 1.68443 8.98644 1.98709L10.8462 3.84689C11.1489 4.14956 11.3002 4.30089 11.4085 4.47749C11.5044 4.63407 11.5751 4.80477 11.618 4.98334C11.6663 5.18474 11.6663 5.39876 11.6663 5.82679V6.50034M8.16634 9.91699H4.66634M9.33301 7.58366H4.66634",
|
|
3498
|
+
"stroke": "#213A78",
|
|
3499
|
+
"strokeLinecap": "round",
|
|
3500
|
+
"strokeLinejoin": "round"
|
|
3501
|
+
}, {
|
|
3502
|
+
"d": "M12 12.5V10.75M12 9H12.005",
|
|
3503
|
+
"stroke": "#213A78",
|
|
3504
|
+
"strokeLinecap": "round",
|
|
3505
|
+
"strokeLinejoin": "round"
|
|
3506
|
+
}],
|
|
3507
|
+
"circles": [],
|
|
3508
|
+
"rects": []
|
|
3509
|
+
},
|
|
3470
3510
|
"FileInfo_s1810": {
|
|
3471
3511
|
"width": "18",
|
|
3472
3512
|
"height": "18",
|
|
@@ -3496,6 +3536,50 @@ var iconmap = {
|
|
|
3496
3536
|
"circles": [],
|
|
3497
3537
|
"rects": []
|
|
3498
3538
|
},
|
|
3539
|
+
"FileOutput_s1410": {
|
|
3540
|
+
"width": "14",
|
|
3541
|
+
"height": "14",
|
|
3542
|
+
"viewBox": "0 0 14 14",
|
|
3543
|
+
"fill": "none",
|
|
3544
|
+
"paths": [{
|
|
3545
|
+
"d": "M1.75 8.5834V2.39072C1.75 2.08818 1.86706 1.79804 2.07544 1.58411C2.28381 1.37018 2.56643 1.25 2.86111 1.25H10.6389C10.9336 1.25 11.2162 1.37018 11.4246 1.58411C11.6329 1.79804 11.75 2.08818 11.75 2.39072V11.1093C11.75 11.4118 11.6329 11.702 11.4246 11.9159C11.2162 12.1298 10.9336 12.25 10.6389 12.25H5.32143",
|
|
3546
|
+
"stroke": "#213A78",
|
|
3547
|
+
"strokeLinecap": "round",
|
|
3548
|
+
"strokeLinejoin": "round"
|
|
3549
|
+
}, {
|
|
3550
|
+
"d": "M9.75 4.25H7.75",
|
|
3551
|
+
"stroke": "#213A78",
|
|
3552
|
+
"strokeLinecap": "round",
|
|
3553
|
+
"strokeLinejoin": "round"
|
|
3554
|
+
}, {
|
|
3555
|
+
"d": "M3.75 4.25C3.75 4.51522 3.85536 4.76957 4.04289 4.95711C4.23043 5.14464 4.48478 5.25 4.75 5.25C5.01522 5.25 5.26957 5.14464 5.45711 4.95711C5.64464 4.76957 5.75 4.51522 5.75 4.25C5.75 3.98478 5.64464 3.73043 5.45711 3.54289C5.26957 3.35536 5.01522 3.25 4.75 3.25C4.48478 3.25 4.23043 3.35536 4.04289 3.54289C3.85536 3.73043 3.75 3.98478 3.75 4.25Z",
|
|
3556
|
+
"stroke": "#213A78",
|
|
3557
|
+
"strokeLinecap": "round",
|
|
3558
|
+
"strokeLinejoin": "round"
|
|
3559
|
+
}, {
|
|
3560
|
+
"d": "M9.75 8.25H7.75",
|
|
3561
|
+
"stroke": "#213A78",
|
|
3562
|
+
"strokeLinecap": "round",
|
|
3563
|
+
"strokeLinejoin": "round"
|
|
3564
|
+
}, {
|
|
3565
|
+
"d": "M3.75 8.25C3.75 8.51522 3.85536 8.76957 4.04289 8.95711C4.23043 9.14464 4.48478 9.25 4.75 9.25C5.01522 9.25 5.26957 9.14464 5.45711 8.95711C5.64464 8.76957 5.75 8.51522 5.75 8.25C5.75 7.98478 5.64464 7.73043 5.45711 7.54289C5.26957 7.35536 5.01522 7.25 4.75 7.25C4.48478 7.25 4.23043 7.35536 4.04289 7.54289C3.85536 7.73043 3.75 7.98478 3.75 8.25Z",
|
|
3566
|
+
"stroke": "#213A78",
|
|
3567
|
+
"strokeLinecap": "round",
|
|
3568
|
+
"strokeLinejoin": "round"
|
|
3569
|
+
}, {
|
|
3570
|
+
"d": "M4 11.5L1 11.5",
|
|
3571
|
+
"stroke": "#213A78",
|
|
3572
|
+
"strokeLinecap": "round",
|
|
3573
|
+
"strokeLinejoin": "round"
|
|
3574
|
+
}, {
|
|
3575
|
+
"d": "M2.5 10L1 11.5L2.5 13",
|
|
3576
|
+
"stroke": "#213A78",
|
|
3577
|
+
"strokeLinecap": "round",
|
|
3578
|
+
"strokeLinejoin": "round"
|
|
3579
|
+
}],
|
|
3580
|
+
"circles": [],
|
|
3581
|
+
"rects": []
|
|
3582
|
+
},
|
|
3499
3583
|
"FileOut_s1612": {
|
|
3500
3584
|
"width": "13",
|
|
3501
3585
|
"height": "16",
|
|
@@ -3741,6 +3825,20 @@ var iconmap = {
|
|
|
3741
3825
|
"circles": [],
|
|
3742
3826
|
"rects": []
|
|
3743
3827
|
},
|
|
3828
|
+
"File_s1410": {
|
|
3829
|
+
"width": "14",
|
|
3830
|
+
"height": "14",
|
|
3831
|
+
"viewBox": "0 0 14 14",
|
|
3832
|
+
"fill": "none",
|
|
3833
|
+
"paths": [{
|
|
3834
|
+
"d": "M8 2.13473V4.2C8 4.48003 8 4.62004 8.0545 4.727C8.10243 4.82108 8.17892 4.89757 8.273 4.9455C8.37996 5 8.51997 5 8.8 5H10.8653M11 5.99411V9.6C11 10.4401 11 10.8601 10.8365 11.181C10.6927 11.4632 10.4632 11.6927 10.181 11.8365C9.86012 12 9.44008 12 8.6 12H5.4C4.55992 12 4.13988 12 3.81901 11.8365C3.53677 11.6927 3.3073 11.4632 3.16349 11.181C3 10.8601 3 10.4401 3 9.6V4.4C3 3.55992 3 3.13988 3.16349 2.81901C3.3073 2.53677 3.53677 2.3073 3.81901 2.16349C4.13988 2 4.55992 2 5.4 2H7.00589C7.37277 2 7.55622 2 7.72885 2.04145C7.8819 2.07819 8.02822 2.1388 8.16243 2.22104C8.3138 2.3138 8.44352 2.44352 8.70294 2.70294L10.2971 4.29706C10.5565 4.55648 10.6862 4.6862 10.779 4.83757C10.8612 4.97178 10.9218 5.1181 10.9586 5.27115C11 5.44378 11 5.62723 11 5.99411Z",
|
|
3835
|
+
"stroke": "#213A78",
|
|
3836
|
+
"strokeLinecap": "round",
|
|
3837
|
+
"strokeLinejoin": "round"
|
|
3838
|
+
}],
|
|
3839
|
+
"circles": [],
|
|
3840
|
+
"rects": []
|
|
3841
|
+
},
|
|
3744
3842
|
"File_s1611": {
|
|
3745
3843
|
"width": "16",
|
|
3746
3844
|
"height": "16",
|
|
@@ -3997,6 +4095,27 @@ var iconmap = {
|
|
|
3997
4095
|
"circles": [],
|
|
3998
4096
|
"rects": []
|
|
3999
4097
|
},
|
|
4098
|
+
"Folders_s2415": {
|
|
4099
|
+
"width": "24",
|
|
4100
|
+
"height": "24",
|
|
4101
|
+
"viewBox": "0 0 24 24",
|
|
4102
|
+
"fill": "none",
|
|
4103
|
+
"paths": [{
|
|
4104
|
+
"d": "M9.33332 4H12L13.7778 5.77778H18.2222C18.6937 5.77778 19.1459 5.96508 19.4793 6.29848C19.8127 6.63187 20 7.08406 20 7.55556V13.7778C20 14.2493 19.8127 14.7015 19.4793 15.0349C19.1459 15.3683 18.6937 15.5556 18.2222 15.5556H9.33332C8.86182 15.5556 8.40964 15.3683 8.07624 15.0349C7.74284 14.7015 7.55554 14.2493 7.55554 13.7778V5.77778C7.55554 5.30628 7.74284 4.8541 8.07624 4.5207C8.40964 4.1873 8.86182 4 9.33332 4Z",
|
|
4105
|
+
"stroke": "#5C5C5C",
|
|
4106
|
+
"strokeWidth": "1.5",
|
|
4107
|
+
"strokeLinecap": "round",
|
|
4108
|
+
"strokeLinejoin": "round"
|
|
4109
|
+
}, {
|
|
4110
|
+
"d": "M16.4444 15.5556V17.3333C16.4444 17.8048 16.2571 18.257 15.9237 18.5904C15.5903 18.9238 15.1382 19.1111 14.6667 19.1111H5.77778C5.30628 19.1111 4.8541 18.9238 4.5207 18.5904C4.1873 18.257 4 17.8048 4 17.3333V9.33334C4 8.86184 4.1873 8.40965 4.5207 8.07626C4.8541 7.74286 5.30628 7.55556 5.77778 7.55556H7.55556",
|
|
4111
|
+
"stroke": "#5C5C5C",
|
|
4112
|
+
"strokeWidth": "1.5",
|
|
4113
|
+
"strokeLinecap": "round",
|
|
4114
|
+
"strokeLinejoin": "round"
|
|
4115
|
+
}],
|
|
4116
|
+
"circles": [],
|
|
4117
|
+
"rects": []
|
|
4118
|
+
},
|
|
4000
4119
|
"Folder_s1810": {
|
|
4001
4120
|
"width": "18",
|
|
4002
4121
|
"height": "18",
|
|
@@ -4070,21 +4189,39 @@ var iconmap = {
|
|
|
4070
4189
|
"circles": [],
|
|
4071
4190
|
"rects": []
|
|
4072
4191
|
},
|
|
4073
|
-
"
|
|
4074
|
-
"width": "
|
|
4075
|
-
"height": "
|
|
4076
|
-
"viewBox": "0 0
|
|
4192
|
+
"GitPullRequestArrow_s1410": {
|
|
4193
|
+
"width": "14",
|
|
4194
|
+
"height": "14",
|
|
4195
|
+
"viewBox": "0 0 14 14",
|
|
4077
4196
|
"fill": "none",
|
|
4078
4197
|
"paths": [{
|
|
4079
|
-
"d": "
|
|
4080
|
-
"stroke": "#
|
|
4081
|
-
"strokeWidth": "1.5",
|
|
4198
|
+
"d": "M2.33301 10.4997C2.33301 10.8091 2.45592 11.1058 2.67472 11.3246C2.89351 11.5434 3.19026 11.6663 3.49967 11.6663C3.80909 11.6663 4.10584 11.5434 4.32463 11.3246C4.54342 11.1058 4.66634 10.8091 4.66634 10.4997C4.66634 10.1903 4.54342 9.89351 4.32463 9.67472C4.10584 9.45592 3.80909 9.33301 3.49967 9.33301C3.19026 9.33301 2.89351 9.45592 2.67472 9.67472C2.45592 9.89351 2.33301 10.1903 2.33301 10.4997Z",
|
|
4199
|
+
"stroke": "#213A78",
|
|
4082
4200
|
"strokeLinecap": "round",
|
|
4083
4201
|
"strokeLinejoin": "round"
|
|
4084
4202
|
}, {
|
|
4085
|
-
"d": "
|
|
4086
|
-
"stroke": "#
|
|
4087
|
-
"
|
|
4203
|
+
"d": "M2.33301 3.49967C2.33301 3.80909 2.45592 4.10584 2.67472 4.32463C2.89351 4.54342 3.19026 4.66634 3.49967 4.66634C3.80909 4.66634 4.10584 4.54342 4.32463 4.32463C4.54342 4.10584 4.66634 3.80909 4.66634 3.49967C4.66634 3.19026 4.54342 2.89351 4.32463 2.67472C4.10584 2.45592 3.80909 2.33301 3.49967 2.33301C3.19026 2.33301 2.89351 2.45592 2.67472 2.67472C2.45592 2.89351 2.33301 3.19026 2.33301 3.49967Z",
|
|
4204
|
+
"stroke": "#213A78",
|
|
4205
|
+
"strokeLinecap": "round",
|
|
4206
|
+
"strokeLinejoin": "round"
|
|
4207
|
+
}, {
|
|
4208
|
+
"d": "M9.33301 10.4997C9.33301 10.8091 9.45592 11.1058 9.67472 11.3246C9.89351 11.5434 10.1903 11.6663 10.4997 11.6663C10.8091 11.6663 11.1058 11.5434 11.3246 11.3246C11.5434 11.1058 11.6663 10.8091 11.6663 10.4997C11.6663 10.1903 11.5434 9.89351 11.3246 9.67472C11.1058 9.45592 10.8091 9.33301 10.4997 9.33301C10.1903 9.33301 9.89351 9.45592 9.67472 9.67472C9.45592 9.89351 9.33301 10.1903 9.33301 10.4997Z",
|
|
4209
|
+
"stroke": "#213A78",
|
|
4210
|
+
"strokeLinecap": "round",
|
|
4211
|
+
"strokeLinejoin": "round"
|
|
4212
|
+
}, {
|
|
4213
|
+
"d": "M3.5 4.66699V9.33366",
|
|
4214
|
+
"stroke": "#213A78",
|
|
4215
|
+
"strokeLinecap": "round",
|
|
4216
|
+
"strokeLinejoin": "round"
|
|
4217
|
+
}, {
|
|
4218
|
+
"d": "M6.41699 3.5H9.33366C9.64308 3.5 9.93982 3.62292 10.1586 3.84171C10.3774 4.0605 10.5003 4.35725 10.5003 4.66667V9.33333",
|
|
4219
|
+
"stroke": "#213A78",
|
|
4220
|
+
"strokeLinecap": "round",
|
|
4221
|
+
"strokeLinejoin": "round"
|
|
4222
|
+
}, {
|
|
4223
|
+
"d": "M8.16699 5.25L6.41699 3.5L8.16699 1.75",
|
|
4224
|
+
"stroke": "#213A78",
|
|
4088
4225
|
"strokeLinecap": "round",
|
|
4089
4226
|
"strokeLinejoin": "round"
|
|
4090
4227
|
}],
|
|
@@ -5939,6 +6076,21 @@ var iconmap = {
|
|
|
5939
6076
|
"circles": [],
|
|
5940
6077
|
"rects": []
|
|
5941
6078
|
},
|
|
6079
|
+
"Shrink_s1613": {
|
|
6080
|
+
"width": "16",
|
|
6081
|
+
"height": "16",
|
|
6082
|
+
"viewBox": "0 0 16 16",
|
|
6083
|
+
"fill": "none",
|
|
6084
|
+
"paths": [{
|
|
6085
|
+
"d": "M2.00016 14.0003L5.3335 10.6669M5.3335 10.6669H2.00016M5.3335 10.6669V14.0003M14.0005 14.0003L10.6672 10.667M10.6672 10.667V14.0003M10.6672 10.667L14.0005 10.6669M14.0005 2.66699L10.6672 6.00033M10.6672 6.00033H14.0005M10.6672 6.00033L10.6672 2.66699M2.00033 2.66699L5.33366 6.00033M5.33366 6.00033V2.66699M5.33366 6.00033H2.00033",
|
|
6086
|
+
"stroke": "#8C8C8C",
|
|
6087
|
+
"strokeWidth": "1.3",
|
|
6088
|
+
"strokeLinecap": "round",
|
|
6089
|
+
"strokeLinejoin": "round"
|
|
6090
|
+
}],
|
|
6091
|
+
"circles": [],
|
|
6092
|
+
"rects": []
|
|
6093
|
+
},
|
|
5942
6094
|
"SortDown_s0815": {
|
|
5943
6095
|
"width": "8",
|
|
5944
6096
|
"height": "12",
|
|
@@ -6355,18 +6507,6 @@ var iconmap = {
|
|
|
6355
6507
|
"circles": [],
|
|
6356
6508
|
"rects": []
|
|
6357
6509
|
},
|
|
6358
|
-
"Up_s1610": {
|
|
6359
|
-
"width": "16",
|
|
6360
|
-
"height": "16",
|
|
6361
|
-
"viewBox": "0 0 16 16",
|
|
6362
|
-
"fill": "none",
|
|
6363
|
-
"paths": [{
|
|
6364
|
-
"d": "M12.9376 10.0607L8.56948 4.9632C8.49907 4.88108 8.41173 4.81516 8.31345 4.76997C8.21517 4.72477 8.10827 4.70138 8.0001 4.70138C7.89193 4.70138 7.78504 4.72477 7.68676 4.76997C7.58848 4.81516 7.50114 4.88108 7.43073 4.9632L3.0626 10.0607C2.64573 10.5473 2.99135 11.2988 3.63198 11.2988L12.3695 11.2988C13.0101 11.2988 13.3557 10.5473 12.9376 10.0607Z",
|
|
6365
|
-
"fill": "#8C8C8C"
|
|
6366
|
-
}],
|
|
6367
|
-
"circles": [],
|
|
6368
|
-
"rects": []
|
|
6369
|
-
},
|
|
6370
6510
|
"Upload01_s1613": {
|
|
6371
6511
|
"width": "16",
|
|
6372
6512
|
"height": "16",
|
|
@@ -6388,6 +6528,18 @@ var iconmap = {
|
|
|
6388
6528
|
"circles": [],
|
|
6389
6529
|
"rects": []
|
|
6390
6530
|
},
|
|
6531
|
+
"Up_s1610": {
|
|
6532
|
+
"width": "16",
|
|
6533
|
+
"height": "16",
|
|
6534
|
+
"viewBox": "0 0 16 16",
|
|
6535
|
+
"fill": "none",
|
|
6536
|
+
"paths": [{
|
|
6537
|
+
"d": "M12.9376 10.0607L8.56948 4.9632C8.49907 4.88108 8.41173 4.81516 8.31345 4.76997C8.21517 4.72477 8.10827 4.70138 8.0001 4.70138C7.89193 4.70138 7.78504 4.72477 7.68676 4.76997C7.58848 4.81516 7.50114 4.88108 7.43073 4.9632L3.0626 10.0607C2.64573 10.5473 2.99135 11.2988 3.63198 11.2988L12.3695 11.2988C13.0101 11.2988 13.3557 10.5473 12.9376 10.0607Z",
|
|
6538
|
+
"fill": "#8C8C8C"
|
|
6539
|
+
}],
|
|
6540
|
+
"circles": [],
|
|
6541
|
+
"rects": []
|
|
6542
|
+
},
|
|
6391
6543
|
"UserAccess_s1413": {
|
|
6392
6544
|
"width": "14",
|
|
6393
6545
|
"height": "14",
|
|
@@ -6574,6 +6726,51 @@ var iconmap = {
|
|
|
6574
6726
|
"circles": [],
|
|
6575
6727
|
"rects": []
|
|
6576
6728
|
},
|
|
6729
|
+
"Users01_s1615": {
|
|
6730
|
+
"width": "16",
|
|
6731
|
+
"height": "16",
|
|
6732
|
+
"viewBox": "0 0 16 16",
|
|
6733
|
+
"fill": "none",
|
|
6734
|
+
"paths": [{
|
|
6735
|
+
"d": "M14.6666 14V12.6667C14.6666 11.4241 13.8167 10.38 12.6666 10.084M10.3333 2.19384C11.3105 2.58943 11.9999 3.54754 11.9999 4.66667C11.9999 5.78579 11.3105 6.7439 10.3333 7.13949M11.3333 14C11.3333 12.7575 11.3333 12.1362 11.1303 11.6462C10.8596 10.9928 10.3405 10.4736 9.68707 10.203C9.19702 10 8.57576 10 7.33325 10H5.33325C4.09074 10 3.46949 10 2.97943 10.203C2.32602 10.4736 1.80689 10.9928 1.53624 11.6462C1.33325 12.1362 1.33325 12.7575 1.33325 14M8.99992 4.66667C8.99992 6.13943 7.80601 7.33333 6.33325 7.33333C4.86049 7.33333 3.66659 6.13943 3.66659 4.66667C3.66659 3.19391 4.86049 2 6.33325 2C7.80601 2 8.99992 3.19391 8.99992 4.66667Z",
|
|
6736
|
+
"stroke": "#8C8C8C",
|
|
6737
|
+
"strokeWidth": "1.5",
|
|
6738
|
+
"strokeLinecap": "round",
|
|
6739
|
+
"strokeLinejoin": "round"
|
|
6740
|
+
}],
|
|
6741
|
+
"circles": [],
|
|
6742
|
+
"rects": []
|
|
6743
|
+
},
|
|
6744
|
+
"Users01_s2415": {
|
|
6745
|
+
"width": "24",
|
|
6746
|
+
"height": "24",
|
|
6747
|
+
"viewBox": "0 0 24 24",
|
|
6748
|
+
"fill": "none",
|
|
6749
|
+
"paths": [{
|
|
6750
|
+
"d": "M21 20V18.2222C21 16.5655 19.8527 15.1734 18.3 14.7787M15.15 4.25845C16.4693 4.78591 17.4 6.06339 17.4 7.55556C17.4 9.04772 16.4693 10.3252 15.15 10.8527M16.5 20C16.5 18.3433 16.5 17.515 16.226 16.8616C15.8606 15.9904 15.1598 15.2982 14.2777 14.9373C13.6161 14.6667 12.7774 14.6667 11.1 14.6667H8.4C6.72261 14.6667 5.88392 14.6667 5.22234 14.9373C4.34024 15.2982 3.63941 15.9904 3.27403 16.8616C3 17.515 3 18.3433 3 20M13.35 7.55556C13.35 9.51923 11.7382 11.1111 9.75 11.1111C7.76177 11.1111 6.15 9.51923 6.15 7.55556C6.15 5.59188 7.76177 4 9.75 4C11.7382 4 13.35 5.59188 13.35 7.55556Z",
|
|
6751
|
+
"stroke": "#8C8C8C",
|
|
6752
|
+
"strokeWidth": "1.5",
|
|
6753
|
+
"strokeLinecap": "round",
|
|
6754
|
+
"strokeLinejoin": "round"
|
|
6755
|
+
}],
|
|
6756
|
+
"circles": [],
|
|
6757
|
+
"rects": []
|
|
6758
|
+
},
|
|
6759
|
+
"Users01_s2420": {
|
|
6760
|
+
"width": "24",
|
|
6761
|
+
"height": "24",
|
|
6762
|
+
"viewBox": "0 0 24 24",
|
|
6763
|
+
"fill": "none",
|
|
6764
|
+
"paths": [{
|
|
6765
|
+
"d": "M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
6766
|
+
"stroke": "#BDBDBD",
|
|
6767
|
+
"strokeWidth": "2",
|
|
6768
|
+
"strokeLinecap": "round",
|
|
6769
|
+
"strokeLinejoin": "round"
|
|
6770
|
+
}],
|
|
6771
|
+
"circles": [],
|
|
6772
|
+
"rects": []
|
|
6773
|
+
},
|
|
6577
6774
|
"User_s1613": {
|
|
6578
6775
|
"width": "16",
|
|
6579
6776
|
"height": "17",
|
|
@@ -6630,51 +6827,6 @@ var iconmap = {
|
|
|
6630
6827
|
"circles": [],
|
|
6631
6828
|
"rects": []
|
|
6632
6829
|
},
|
|
6633
|
-
"Users01_s1615": {
|
|
6634
|
-
"width": "16",
|
|
6635
|
-
"height": "16",
|
|
6636
|
-
"viewBox": "0 0 16 16",
|
|
6637
|
-
"fill": "none",
|
|
6638
|
-
"paths": [{
|
|
6639
|
-
"d": "M14.6666 14V12.6667C14.6666 11.4241 13.8167 10.38 12.6666 10.084M10.3333 2.19384C11.3105 2.58943 11.9999 3.54754 11.9999 4.66667C11.9999 5.78579 11.3105 6.7439 10.3333 7.13949M11.3333 14C11.3333 12.7575 11.3333 12.1362 11.1303 11.6462C10.8596 10.9928 10.3405 10.4736 9.68707 10.203C9.19702 10 8.57576 10 7.33325 10H5.33325C4.09074 10 3.46949 10 2.97943 10.203C2.32602 10.4736 1.80689 10.9928 1.53624 11.6462C1.33325 12.1362 1.33325 12.7575 1.33325 14M8.99992 4.66667C8.99992 6.13943 7.80601 7.33333 6.33325 7.33333C4.86049 7.33333 3.66659 6.13943 3.66659 4.66667C3.66659 3.19391 4.86049 2 6.33325 2C7.80601 2 8.99992 3.19391 8.99992 4.66667Z",
|
|
6640
|
-
"stroke": "#8C8C8C",
|
|
6641
|
-
"strokeWidth": "1.5",
|
|
6642
|
-
"strokeLinecap": "round",
|
|
6643
|
-
"strokeLinejoin": "round"
|
|
6644
|
-
}],
|
|
6645
|
-
"circles": [],
|
|
6646
|
-
"rects": []
|
|
6647
|
-
},
|
|
6648
|
-
"Users01_s2415": {
|
|
6649
|
-
"width": "24",
|
|
6650
|
-
"height": "24",
|
|
6651
|
-
"viewBox": "0 0 24 24",
|
|
6652
|
-
"fill": "none",
|
|
6653
|
-
"paths": [{
|
|
6654
|
-
"d": "M21 20V18.2222C21 16.5655 19.8527 15.1734 18.3 14.7787M15.15 4.25845C16.4693 4.78591 17.4 6.06339 17.4 7.55556C17.4 9.04772 16.4693 10.3252 15.15 10.8527M16.5 20C16.5 18.3433 16.5 17.515 16.226 16.8616C15.8606 15.9904 15.1598 15.2982 14.2777 14.9373C13.6161 14.6667 12.7774 14.6667 11.1 14.6667H8.4C6.72261 14.6667 5.88392 14.6667 5.22234 14.9373C4.34024 15.2982 3.63941 15.9904 3.27403 16.8616C3 17.515 3 18.3433 3 20M13.35 7.55556C13.35 9.51923 11.7382 11.1111 9.75 11.1111C7.76177 11.1111 6.15 9.51923 6.15 7.55556C6.15 5.59188 7.76177 4 9.75 4C11.7382 4 13.35 5.59188 13.35 7.55556Z",
|
|
6655
|
-
"stroke": "#8C8C8C",
|
|
6656
|
-
"strokeWidth": "1.5",
|
|
6657
|
-
"strokeLinecap": "round",
|
|
6658
|
-
"strokeLinejoin": "round"
|
|
6659
|
-
}],
|
|
6660
|
-
"circles": [],
|
|
6661
|
-
"rects": []
|
|
6662
|
-
},
|
|
6663
|
-
"Users01_s2420": {
|
|
6664
|
-
"width": "24",
|
|
6665
|
-
"height": "24",
|
|
6666
|
-
"viewBox": "0 0 24 24",
|
|
6667
|
-
"fill": "none",
|
|
6668
|
-
"paths": [{
|
|
6669
|
-
"d": "M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
6670
|
-
"stroke": "#BDBDBD",
|
|
6671
|
-
"strokeWidth": "2",
|
|
6672
|
-
"strokeLinecap": "round",
|
|
6673
|
-
"strokeLinejoin": "round"
|
|
6674
|
-
}],
|
|
6675
|
-
"circles": [],
|
|
6676
|
-
"rects": []
|
|
6677
|
-
},
|
|
6678
6830
|
"XCircleBg_s1612": {
|
|
6679
6831
|
"width": "16",
|
|
6680
6832
|
"height": "16",
|
|
@@ -7009,9 +7161,6 @@ var ICONS = {
|
|
|
7009
7161
|
"CheckCircle_s1210": "CheckCircle_s1210",
|
|
7010
7162
|
"CheckCircle_s1413": "CheckCircle_s1413",
|
|
7011
7163
|
"CheckCircle_s1613": "CheckCircle_s1613",
|
|
7012
|
-
"Check_s1413": "Check_s1413",
|
|
7013
|
-
"Check_s1613": "Check_s1613",
|
|
7014
|
-
"Check_s1615": "Check_s1615",
|
|
7015
7164
|
"CheckboxIndeterminate_s1610": "CheckboxIndeterminate_s1610",
|
|
7016
7165
|
"CheckboxIndeterminate_s1810": "CheckboxIndeterminate_s1810",
|
|
7017
7166
|
"CheckboxOff_s1610": "CheckboxOff_s1610",
|
|
@@ -7020,6 +7169,9 @@ var ICONS = {
|
|
|
7020
7169
|
"CheckboxOn_s1610": "CheckboxOn_s1610",
|
|
7021
7170
|
"CheckboxOn_s1810": "CheckboxOn_s1810",
|
|
7022
7171
|
"CheckboxOn_s2410": "CheckboxOn_s2410",
|
|
7172
|
+
"Check_s1413": "Check_s1413",
|
|
7173
|
+
"Check_s1613": "Check_s1613",
|
|
7174
|
+
"Check_s1615": "Check_s1615",
|
|
7023
7175
|
"ChevronDown_s1613": "ChevronDown_s1613",
|
|
7024
7176
|
"ChevronDown_s1615": "ChevronDown_s1615",
|
|
7025
7177
|
"ChevronDown_s2415": "ChevronDown_s2415",
|
|
@@ -7047,7 +7199,6 @@ var ICONS = {
|
|
|
7047
7199
|
"ChevronUp_s1615": "ChevronUp_s1615",
|
|
7048
7200
|
"ChevronUp_s2415": "ChevronUp_s2415",
|
|
7049
7201
|
"ChevronUp_s2420": "ChevronUp_s2420",
|
|
7050
|
-
"Clip_s1813": "Clip_s1813",
|
|
7051
7202
|
"ClipboardCheck_s1612": "ClipboardCheck_s1612",
|
|
7052
7203
|
"ClipboardCheck_s1615": "ClipboardCheck_s1615",
|
|
7053
7204
|
"ClipboardPlus_s1615": "ClipboardPlus_s1615",
|
|
@@ -7055,6 +7206,7 @@ var ICONS = {
|
|
|
7055
7206
|
"ClipboardPlus_s2415": "ClipboardPlus_s2415",
|
|
7056
7207
|
"ClipboardX_s1613": "ClipboardX_s1613",
|
|
7057
7208
|
"Clipboard_s1615": "Clipboard_s1615",
|
|
7209
|
+
"Clip_s1813": "Clip_s1813",
|
|
7058
7210
|
"CodeBox_s2410": "CodeBox_s2410",
|
|
7059
7211
|
"CodeSnippet02_s2420": "CodeSnippet02_s2420",
|
|
7060
7212
|
"CodeSnippet_s1810": "CodeSnippet_s1810",
|
|
@@ -7106,7 +7258,6 @@ var ICONS = {
|
|
|
7106
7258
|
"DotsVertical02_s2010": "DotsVertical02_s2010",
|
|
7107
7259
|
"DotsVertical_s1815": "DotsVertical_s1815",
|
|
7108
7260
|
"DotsVertical_s2415": "DotsVertical_s2415",
|
|
7109
|
-
"Down_s1610": "Down_s1610",
|
|
7110
7261
|
"Download01_s1313": "Download01_s1313",
|
|
7111
7262
|
"Download01_s1413": "Download01_s1413",
|
|
7112
7263
|
"Download01_s1613": "Download01_s1613",
|
|
@@ -7114,6 +7265,7 @@ var ICONS = {
|
|
|
7114
7265
|
"Downstream_s1310": "Downstream_s1310",
|
|
7115
7266
|
"Downstream_s1410": "Downstream_s1410",
|
|
7116
7267
|
"Downstream_s2410": "Downstream_s2410",
|
|
7268
|
+
"Down_s1610": "Down_s1610",
|
|
7117
7269
|
"Drag_s1613": "Drag_s1613",
|
|
7118
7270
|
"Edit03_s1210": "Edit03_s1210",
|
|
7119
7271
|
"Edit03_s1413": "Edit03_s1413",
|
|
@@ -7134,10 +7286,13 @@ var ICONS = {
|
|
|
7134
7286
|
"FileCheck02_s1615": "FileCheck02_s1615",
|
|
7135
7287
|
"FileCheck03_s1615": "FileCheck03_s1615",
|
|
7136
7288
|
"FileCheck04_s1413": "FileCheck04_s1413",
|
|
7289
|
+
"FileClock_s2415": "FileClock_s2415",
|
|
7137
7290
|
"FileCode_s1810": "FileCode_s1810",
|
|
7138
7291
|
"FileDot_s1810": "FileDot_s1810",
|
|
7139
7292
|
"FileEdit_s2415": "FileEdit_s2415",
|
|
7293
|
+
"FileInfoCorner_s1410": "FileInfoCorner_s1410",
|
|
7140
7294
|
"FileInfo_s1810": "FileInfo_s1810",
|
|
7295
|
+
"FileOutput_s1410": "FileOutput_s1410",
|
|
7141
7296
|
"FileOut_s1612": "FileOut_s1612",
|
|
7142
7297
|
"FilePlus02_s1615": "FilePlus02_s1615",
|
|
7143
7298
|
"FilePlus_s1810": "FilePlus_s1810",
|
|
@@ -7151,6 +7306,7 @@ var ICONS = {
|
|
|
7151
7306
|
"FileSlash_s1413": "FileSlash_s1413",
|
|
7152
7307
|
"FileX02_s1615": "FileX02_s1615",
|
|
7153
7308
|
"FileX02_s3220": "FileX02_s3220",
|
|
7309
|
+
"File_s1410": "File_s1410",
|
|
7154
7310
|
"File_s1611": "File_s1611",
|
|
7155
7311
|
"File_s1613": "File_s1613",
|
|
7156
7312
|
"File_s2415": "File_s2415",
|
|
@@ -7165,12 +7321,13 @@ var ICONS = {
|
|
|
7165
7321
|
"FolderUpload_s1615": "FolderUpload_s1615",
|
|
7166
7322
|
"FolderUpload_s1815": "FolderUpload_s1815",
|
|
7167
7323
|
"FolderUpload_s2420": "FolderUpload_s2420",
|
|
7324
|
+
"Folders_s2415": "Folders_s2415",
|
|
7168
7325
|
"Folder_s1810": "Folder_s1810",
|
|
7169
7326
|
"Folder_s1815": "Folder_s1815",
|
|
7170
7327
|
"Folder_s2415": "Folder_s2415",
|
|
7171
7328
|
"Folder_s2420": "Folder_s2420",
|
|
7172
7329
|
"Folder_s2820": "Folder_s2820",
|
|
7173
|
-
"
|
|
7330
|
+
"GitPullRequestArrow_s1410": "GitPullRequestArrow_s1410",
|
|
7174
7331
|
"Globe01_s1615": "Globe01_s1615",
|
|
7175
7332
|
"Globe02_s1810": "Globe02_s1810",
|
|
7176
7333
|
"Grab_s2415": "Grab_s2415",
|
|
@@ -7276,6 +7433,7 @@ var ICONS = {
|
|
|
7276
7433
|
"Share03_s1215": "Share03_s1215",
|
|
7277
7434
|
"Share03_s1413": "Share03_s1413",
|
|
7278
7435
|
"Share03_s1613": "Share03_s1613",
|
|
7436
|
+
"Shrink_s1613": "Shrink_s1613",
|
|
7279
7437
|
"SortDown_s0815": "SortDown_s0815",
|
|
7280
7438
|
"SortOutline_s1415": "SortOutline_s1415",
|
|
7281
7439
|
"SortUp_s0815": "SortUp_s0815",
|
|
@@ -7300,8 +7458,8 @@ var ICONS = {
|
|
|
7300
7458
|
"Trash01_s1810": "Trash01_s1810",
|
|
7301
7459
|
"Trash01_s1815": "Trash01_s1815",
|
|
7302
7460
|
"Triangle_s1615": "Triangle_s1615",
|
|
7303
|
-
"Up_s1610": "Up_s1610",
|
|
7304
7461
|
"Upload01_s1613": "Upload01_s1613",
|
|
7462
|
+
"Up_s1610": "Up_s1610",
|
|
7305
7463
|
"UserAccess_s1413": "UserAccess_s1413",
|
|
7306
7464
|
"UserCircleBg_s2415": "UserCircleBg_s2415",
|
|
7307
7465
|
"UserCircle_s1615": "UserCircle_s1615",
|
|
@@ -7313,12 +7471,12 @@ var ICONS = {
|
|
|
7313
7471
|
"UserPlus_s1812": "UserPlus_s1812",
|
|
7314
7472
|
"UserSetting_s1613": "UserSetting_s1613",
|
|
7315
7473
|
"UserSetting_s2015": "UserSetting_s2015",
|
|
7316
|
-
"User_s1613": "User_s1613",
|
|
7317
|
-
"User_s1810": "User_s1810",
|
|
7318
|
-
"User_s1815": "User_s1815",
|
|
7319
7474
|
"Users01_s1615": "Users01_s1615",
|
|
7320
7475
|
"Users01_s2415": "Users01_s2415",
|
|
7321
7476
|
"Users01_s2420": "Users01_s2420",
|
|
7477
|
+
"User_s1613": "User_s1613",
|
|
7478
|
+
"User_s1810": "User_s1810",
|
|
7479
|
+
"User_s1815": "User_s1815",
|
|
7322
7480
|
"XCircleBg_s1612": "XCircleBg_s1612",
|
|
7323
7481
|
"XCircle_s1210": "XCircle_s1210",
|
|
7324
7482
|
"XCircle_s1413": "XCircle_s1413",
|
|
@@ -7355,9 +7513,9 @@ function Icon(_a) {
|
|
|
7355
7513
|
var _d = useState(false),
|
|
7356
7514
|
hover = _d[0],
|
|
7357
7515
|
setHover = _d[1];
|
|
7358
|
-
/**
|
|
7359
|
-
* 아이콘 최종 색깔
|
|
7360
|
-
* hoverColor를 설정해줬을때만 hoverColor가 적용되도록
|
|
7516
|
+
/**
|
|
7517
|
+
* 아이콘 최종 색깔
|
|
7518
|
+
* hoverColor를 설정해줬을때만 hoverColor가 적용되도록
|
|
7361
7519
|
*/
|
|
7362
7520
|
var iconColor = useMemo(function () {
|
|
7363
7521
|
if (hoverColor && hover) {
|
|
@@ -7365,28 +7523,28 @@ function Icon(_a) {
|
|
|
7365
7523
|
}
|
|
7366
7524
|
return keyColor;
|
|
7367
7525
|
}, [hoverColor, hover, keyColor, hoverKeyColor]);
|
|
7368
|
-
/**
|
|
7369
|
-
* circle.fill를 svg에 있는대로 두고 싶으면 true
|
|
7370
|
-
* circle.fill은 지정 색이 아니라 white로 고정시켜야함
|
|
7526
|
+
/**
|
|
7527
|
+
* circle.fill를 svg에 있는대로 두고 싶으면 true
|
|
7528
|
+
* circle.fill은 지정 색이 아니라 white로 고정시켜야함
|
|
7371
7529
|
*/
|
|
7372
7530
|
var staticCircleFill = useMemo(function () {
|
|
7373
7531
|
return name === ICONS.QuestionCircleBg_s1610;
|
|
7374
7532
|
}, [name]);
|
|
7375
|
-
/**
|
|
7376
|
-
* circle.fill을 transparent로 두고 싶으면 true
|
|
7533
|
+
/**
|
|
7534
|
+
* circle.fill을 transparent로 두고 싶으면 true
|
|
7377
7535
|
*/
|
|
7378
7536
|
var transparentCircleFill = useMemo(function () {
|
|
7379
7537
|
return name === ICONS.AlertCircle_s1610;
|
|
7380
7538
|
}, [name]);
|
|
7381
|
-
/**
|
|
7382
|
-
* 마지막 path.stroke를 svg에 있는대로 두고 싶으면 true
|
|
7383
|
-
* 마지막 path.stroke은 지정 색이 아니라 white로 고정시켜야함
|
|
7539
|
+
/**
|
|
7540
|
+
* 마지막 path.stroke를 svg에 있는대로 두고 싶으면 true
|
|
7541
|
+
* 마지막 path.stroke은 지정 색이 아니라 white로 고정시켜야함
|
|
7384
7542
|
*/
|
|
7385
7543
|
var staticPathStorke = useMemo(function () {
|
|
7386
7544
|
return name === ICONS.ChevronLeftCircleBg_s2415 || name === ICONS.ChevronRightCircleBg_s2415 || name === ICONS.CheckCircleBg_s1612 || name === ICONS.XCircleBg_s1612 || name === ICONS.XDiamondBg_s2415 || name === ICONS.XDiamondBg_s2015 || name === ICONS.UserCircleBg_s2415 || name === ICONS.BarChartSquare01Bg_s1810;
|
|
7387
7545
|
}, [name]);
|
|
7388
|
-
/**
|
|
7389
|
-
* path.fill를 svg에 있는대로 두고 싶으면 true
|
|
7546
|
+
/**
|
|
7547
|
+
* path.fill를 svg에 있는대로 두고 싶으면 true
|
|
7390
7548
|
*/
|
|
7391
7549
|
var staticPathFill = useMemo(function () {
|
|
7392
7550
|
return name === ICONS.StopCircleBg_s1513;
|
|
@@ -7556,13 +7714,13 @@ Button.defaultProps = {
|
|
|
7556
7714
|
};
|
|
7557
7715
|
Button.displayName = 'Button';
|
|
7558
7716
|
|
|
7559
|
-
/**
|
|
7560
|
-
* 파라미터로 들어온 ref들을 generic type을 가진 ref로 바꾸는 hook
|
|
7561
|
-
* ex. refs(주로 부모 refs)가 HTMLInputElement인 RefObject일 때,
|
|
7562
|
-
* combineRef를 선언한 컴포넌트의 ref<T>로 바꿀때 사용.
|
|
7563
|
-
* 참고 : RefObejct는 default로 null을 가지고, MutableRefObject는 그 외 다른 값을 가짐
|
|
7564
|
-
* @param refs RefObject or function
|
|
7565
|
-
* @returns RefObject
|
|
7717
|
+
/**
|
|
7718
|
+
* 파라미터로 들어온 ref들을 generic type을 가진 ref로 바꾸는 hook
|
|
7719
|
+
* ex. refs(주로 부모 refs)가 HTMLInputElement인 RefObject일 때,
|
|
7720
|
+
* combineRef를 선언한 컴포넌트의 ref<T>로 바꿀때 사용.
|
|
7721
|
+
* 참고 : RefObejct는 default로 null을 가지고, MutableRefObject는 그 외 다른 값을 가짐
|
|
7722
|
+
* @param refs RefObject or function
|
|
7723
|
+
* @returns RefObject
|
|
7566
7724
|
*/
|
|
7567
7725
|
var useCombineRef = function useCombineRef() {
|
|
7568
7726
|
var refs = [];
|
|
@@ -7586,10 +7744,10 @@ var useCombineRef = function useCombineRef() {
|
|
|
7586
7744
|
};
|
|
7587
7745
|
|
|
7588
7746
|
/* eslint-disable no-bitwise */
|
|
7589
|
-
/**
|
|
7590
|
-
* 최대 32자리의 uuid를 생성합니다.
|
|
7591
|
-
* @param length 1 <= lenght <= 32 or undefined
|
|
7592
|
-
* @returns uuid
|
|
7747
|
+
/**
|
|
7748
|
+
* 최대 32자리의 uuid를 생성합니다.
|
|
7749
|
+
* @param length 1 <= lenght <= 32 or undefined
|
|
7750
|
+
* @returns uuid
|
|
7593
7751
|
*/
|
|
7594
7752
|
function uuidv4(length) {
|
|
7595
7753
|
try {
|
|
@@ -69622,10 +69780,10 @@ hljs.HighlightJS = hljs;
|
|
|
69622
69780
|
hljs.default = hljs;
|
|
69623
69781
|
var lib = hljs;
|
|
69624
69782
|
|
|
69625
|
-
/**
|
|
69626
|
-
* 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
|
|
69627
|
-
* @param text
|
|
69628
|
-
* @returns
|
|
69783
|
+
/**
|
|
69784
|
+
* 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
|
|
69785
|
+
* @param text
|
|
69786
|
+
* @returns
|
|
69629
69787
|
*/
|
|
69630
69788
|
// eslint-disable-next-line import/prefer-default-export
|
|
69631
69789
|
var textCopy = function textCopy(text) {
|
|
@@ -69740,8 +69898,8 @@ var Input = /*#__PURE__*/forwardRef(function (_a, inputRef) {
|
|
|
69740
69898
|
setShowClearButton(!hiddenClearButton);
|
|
69741
69899
|
}
|
|
69742
69900
|
}, [props.defaultValue, hiddenClearButton]);
|
|
69743
|
-
/**
|
|
69744
|
-
* persistentPlaceholder = true일때 보여줄 placeholder 세팅
|
|
69901
|
+
/**
|
|
69902
|
+
* persistentPlaceholder = true일때 보여줄 placeholder 세팅
|
|
69745
69903
|
*/
|
|
69746
69904
|
useEffect(function () {
|
|
69747
69905
|
if (persistentPlaceholder && props.placeholder) {
|
|
@@ -71773,9 +71931,9 @@ function Popover(_a) {
|
|
|
71773
71931
|
var popoverRef = useRef(null);
|
|
71774
71932
|
useEffect(function () {
|
|
71775
71933
|
if (anchorEl && popoverRef.current && open) {
|
|
71776
|
-
/**
|
|
71777
|
-
* instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
|
|
71778
|
-
* useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
|
|
71934
|
+
/**
|
|
71935
|
+
* instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
|
|
71936
|
+
* useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
|
|
71779
71937
|
*/
|
|
71780
71938
|
var instance = createPopper(anchorEl, popoverRef.current, {
|
|
71781
71939
|
placement: direction,
|
|
@@ -72004,10 +72162,10 @@ var Textarea = /*#__PURE__*/forwardRef(function (_a, textareaRef) {
|
|
|
72004
72162
|
var maxHeight = useCallback(function (lineHeight) {
|
|
72005
72163
|
return maxRows ? maxRows * lineHeight : Infinity;
|
|
72006
72164
|
}, [maxRows]);
|
|
72007
|
-
/**
|
|
72008
|
-
* textarea의 높이를 조절하는 함수
|
|
72009
|
-
* - rows는 기본적으로 초기 높이 설정하는데에만 쓰임
|
|
72010
|
-
* - 동적 높이 조정은 css height 속성 변경으로 조정해야함
|
|
72165
|
+
/**
|
|
72166
|
+
* textarea의 높이를 조절하는 함수
|
|
72167
|
+
* - rows는 기본적으로 초기 높이 설정하는데에만 쓰임
|
|
72168
|
+
* - 동적 높이 조정은 css height 속성 변경으로 조정해야함
|
|
72011
72169
|
*/
|
|
72012
72170
|
var resizeHeight = function resizeHeight() {
|
|
72013
72171
|
if (combineRef.current) {
|
|
@@ -72254,9 +72412,9 @@ function Tooltip(_a) {
|
|
|
72254
72412
|
var show = open && !hidden;
|
|
72255
72413
|
useEffect(function () {
|
|
72256
72414
|
if (wrapperRef.current && tooltipRef.current && show) {
|
|
72257
|
-
/**
|
|
72258
|
-
* instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
|
|
72259
|
-
* useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
|
|
72415
|
+
/**
|
|
72416
|
+
* instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
|
|
72417
|
+
* useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
|
|
72260
72418
|
*/
|
|
72261
72419
|
var instance = createPopper(wrapperRef.current, tooltipRef.current, {
|
|
72262
72420
|
placement: direction,
|
|
@@ -89126,16 +89284,16 @@ function DropdownMenu$1(_a) {
|
|
|
89126
89284
|
var initFilteredData = function initFilteredData() {
|
|
89127
89285
|
return setFilteredData(data);
|
|
89128
89286
|
};
|
|
89129
|
-
/**
|
|
89130
|
-
* init filtered data
|
|
89287
|
+
/**
|
|
89288
|
+
* init filtered data
|
|
89131
89289
|
*/
|
|
89132
89290
|
useEffect(function () {
|
|
89133
89291
|
if (open) {
|
|
89134
89292
|
initFilteredData();
|
|
89135
89293
|
}
|
|
89136
89294
|
}, [open]);
|
|
89137
|
-
/**
|
|
89138
|
-
* 메뉴의 사이즈와 위치 설정
|
|
89295
|
+
/**
|
|
89296
|
+
* 메뉴의 사이즈와 위치 설정
|
|
89139
89297
|
*/
|
|
89140
89298
|
useEffect(function () {
|
|
89141
89299
|
var menu = menuRef.current;
|
|
@@ -89733,16 +89891,16 @@ function DropdownMenu(_a) {
|
|
|
89733
89891
|
var initFilteredData = function initFilteredData() {
|
|
89734
89892
|
return setFilteredData(data);
|
|
89735
89893
|
};
|
|
89736
|
-
/**
|
|
89737
|
-
* init filtered data
|
|
89894
|
+
/**
|
|
89895
|
+
* init filtered data
|
|
89738
89896
|
*/
|
|
89739
89897
|
useEffect(function () {
|
|
89740
89898
|
if (open) {
|
|
89741
89899
|
initFilteredData();
|
|
89742
89900
|
}
|
|
89743
89901
|
}, [open]);
|
|
89744
|
-
/**
|
|
89745
|
-
* 메뉴의 사이즈와 위치 설정
|
|
89902
|
+
/**
|
|
89903
|
+
* 메뉴의 사이즈와 위치 설정
|
|
89746
89904
|
*/
|
|
89747
89905
|
useEffect(function () {
|
|
89748
89906
|
var menu = menuRef.current;
|
|
@@ -89766,8 +89924,8 @@ function DropdownMenu(_a) {
|
|
|
89766
89924
|
}
|
|
89767
89925
|
}
|
|
89768
89926
|
}, [width]);
|
|
89769
|
-
/**
|
|
89770
|
-
* setting all checkbox
|
|
89927
|
+
/**
|
|
89928
|
+
* setting all checkbox
|
|
89771
89929
|
*/
|
|
89772
89930
|
useEffect(function () {
|
|
89773
89931
|
if (!filteredData.length) {
|
|
@@ -90393,8 +90551,8 @@ function FilterPopover(_a) {
|
|
|
90393
90551
|
onSearch = _a.onSearch;
|
|
90394
90552
|
var wrapperRef = useRef(null);
|
|
90395
90553
|
var ref = useRef(null);
|
|
90396
|
-
/**
|
|
90397
|
-
* 팝오버 위치 설정
|
|
90554
|
+
/**
|
|
90555
|
+
* 팝오버 위치 설정
|
|
90398
90556
|
*/
|
|
90399
90557
|
useEffect(function () {
|
|
90400
90558
|
var popover = ref.current;
|
|
@@ -90953,12 +91111,12 @@ function FilterTh(_a) {
|
|
|
90953
91111
|
}));
|
|
90954
91112
|
}
|
|
90955
91113
|
|
|
90956
|
-
/**
|
|
90957
|
-
* 정렬 아닌거 마우스오버하면 쌍방 화살표
|
|
90958
|
-
* 내림차순 정렬이면 아래 화살표
|
|
90959
|
-
* 오름차순 정렬이면 위 화살표
|
|
90960
|
-
* 색깔은 언제나 b500 #5c5c5c
|
|
90961
|
-
* @returns
|
|
91114
|
+
/**
|
|
91115
|
+
* 정렬 아닌거 마우스오버하면 쌍방 화살표
|
|
91116
|
+
* 내림차순 정렬이면 아래 화살표
|
|
91117
|
+
* 오름차순 정렬이면 위 화살표
|
|
91118
|
+
* 색깔은 언제나 b500 #5c5c5c
|
|
91119
|
+
* @returns
|
|
90962
91120
|
*/
|
|
90963
91121
|
function SortableColumn(_a) {
|
|
90964
91122
|
var format = _a.format,
|
|
@@ -91154,17 +91312,17 @@ function Table(_a) {
|
|
|
91154
91312
|
var _d = useState(0),
|
|
91155
91313
|
emptyBodyHeight = _d[0],
|
|
91156
91314
|
setEmptyBodyHeight = _d[1];
|
|
91157
|
-
/**
|
|
91158
|
-
* 최우측 컬럼(=액션 컬럼)에 자리를 차지 하는지 여부
|
|
91159
|
-
* 헤더에는 filter 가 올 수 있고,
|
|
91160
|
-
* 바디에는 kebabMenu, binButton, chartButton 중 하나가 올 수 있다.
|
|
91315
|
+
/**
|
|
91316
|
+
* 최우측 컬럼(=액션 컬럼)에 자리를 차지 하는지 여부
|
|
91317
|
+
* 헤더에는 filter 가 올 수 있고,
|
|
91318
|
+
* 바디에는 kebabMenu, binButton, chartButton 중 하나가 올 수 있다.
|
|
91161
91319
|
*/
|
|
91162
91320
|
var hasActionCol = filter != null || kebabMenu != null || binButton != null || chartButton != null;
|
|
91163
|
-
/**
|
|
91164
|
-
* 테이블 바디 높이 조정
|
|
91165
|
-
* 1. maxHeight가 헤더 높이보다 클때만 조정 (참고로 헤더 높이는 최소 55 최대 105)
|
|
91166
|
-
* 2. 필터가 열려있건 닫혀있건 테이블 바디의 maxHeight 고정으로 조정
|
|
91167
|
-
* 3. data가 바뀌면 다시 조정
|
|
91321
|
+
/**
|
|
91322
|
+
* 테이블 바디 높이 조정
|
|
91323
|
+
* 1. maxHeight가 헤더 높이보다 클때만 조정 (참고로 헤더 높이는 최소 55 최대 105)
|
|
91324
|
+
* 2. 필터가 열려있건 닫혀있건 테이블 바디의 maxHeight 고정으로 조정
|
|
91325
|
+
* 3. data가 바뀌면 다시 조정
|
|
91168
91326
|
*/
|
|
91169
91327
|
useEffect(function () {
|
|
91170
91328
|
var headerWrapper = tableHeaderWrapperRef === null || tableHeaderWrapperRef === void 0 ? void 0 : tableHeaderWrapperRef.current;
|
|
@@ -91178,9 +91336,9 @@ function Table(_a) {
|
|
|
91178
91336
|
}
|
|
91179
91337
|
}
|
|
91180
91338
|
}, [maxHeight, filterToggle, data]);
|
|
91181
|
-
/**
|
|
91182
|
-
* 테이블 헤더의 너비 조정
|
|
91183
|
-
* 1. data가 바뀌면 테이블 바디에 스크롤이 있다 없다 하니까 그에 따라 조정
|
|
91339
|
+
/**
|
|
91340
|
+
* 테이블 헤더의 너비 조정
|
|
91341
|
+
* 1. data가 바뀌면 테이블 바디에 스크롤이 있다 없다 하니까 그에 따라 조정
|
|
91184
91342
|
*/
|
|
91185
91343
|
useEffect(function () {
|
|
91186
91344
|
var headerWrapper = tableHeaderWrapperRef === null || tableHeaderWrapperRef === void 0 ? void 0 : tableHeaderWrapperRef.current;
|
|
@@ -91196,8 +91354,8 @@ function Table(_a) {
|
|
|
91196
91354
|
}
|
|
91197
91355
|
}
|
|
91198
91356
|
}, [data]);
|
|
91199
|
-
/**
|
|
91200
|
-
* setting all checkbox
|
|
91357
|
+
/**
|
|
91358
|
+
* setting all checkbox
|
|
91201
91359
|
*/
|
|
91202
91360
|
useEffect(function () {
|
|
91203
91361
|
if (checkedIds != null) {
|