@loja-integrada/admin-components 0.18.24 → 0.18.25
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/Icons/icons-path/Rocket.d.ts +2 -0
- package/dist/Icons/icons-path/index.d.ts +1 -0
- package/dist/Indicators/Badge/Badge.d.ts +11 -1
- package/dist/Layout/ListActions/ListActions.d.ts +42 -0
- package/dist/Layout/ListActions/ListActions.spec.d.ts +1 -0
- package/dist/Layout/ListActions/ListActions.stories.d.ts +4 -0
- package/dist/Layout/ListActions/index.d.ts +1 -0
- package/dist/Layout/index.d.ts +1 -0
- package/dist/admin-components.cjs.development.js +1257 -73
- package/dist/admin-components.cjs.development.js.map +1 -1
- package/dist/admin-components.cjs.production.min.js +1 -1
- package/dist/admin-components.cjs.production.min.js.map +1 -1
- package/dist/admin-components.esm.js +1257 -74
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Forms/Checkbox/Checkbox.tsx +2 -2
- package/src/Icons/icons-path/Rocket.tsx +22 -0
- package/src/Icons/icons-path/index.ts +2 -0
- package/src/Indicators/Badge/Badge.spec.tsx +21 -0
- package/src/Indicators/Badge/Badge.tsx +25 -5
- package/src/Layout/ListActions/ListActions.spec.tsx +23 -0
- package/src/Layout/ListActions/ListActions.stories.tsx +71 -0
- package/src/Layout/ListActions/ListActions.tsx +149 -0
- package/src/Layout/ListActions/index.tsx +1 -0
- package/src/Layout/index.ts +1 -0
|
@@ -7036,9 +7036,114 @@ var EyeSlash = function EyeSlash() {
|
|
|
7036
7036
|
});
|
|
7037
7037
|
};
|
|
7038
7038
|
|
|
7039
|
+
function cov_2b6ys78wzz() {
|
|
7040
|
+
var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/Rocket.tsx";
|
|
7041
|
+
var hash = "59a26d466de5ac527d2f818972c03e3ff5e97edb";
|
|
7042
|
+
var global = new Function("return this")();
|
|
7043
|
+
var gcv = "__coverage__";
|
|
7044
|
+
var coverageData = {
|
|
7045
|
+
path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/Rocket.tsx",
|
|
7046
|
+
statementMap: {
|
|
7047
|
+
"0": {
|
|
7048
|
+
start: {
|
|
7049
|
+
line: 2,
|
|
7050
|
+
column: 22
|
|
7051
|
+
},
|
|
7052
|
+
end: {
|
|
7053
|
+
line: 6,
|
|
7054
|
+
column: 520
|
|
7055
|
+
}
|
|
7056
|
+
},
|
|
7057
|
+
"1": {
|
|
7058
|
+
start: {
|
|
7059
|
+
line: 2,
|
|
7060
|
+
column: 29
|
|
7061
|
+
},
|
|
7062
|
+
end: {
|
|
7063
|
+
line: 6,
|
|
7064
|
+
column: 519
|
|
7065
|
+
}
|
|
7066
|
+
}
|
|
7067
|
+
},
|
|
7068
|
+
fnMap: {
|
|
7069
|
+
"0": {
|
|
7070
|
+
name: "(anonymous_0)",
|
|
7071
|
+
decl: {
|
|
7072
|
+
start: {
|
|
7073
|
+
line: 2,
|
|
7074
|
+
column: 22
|
|
7075
|
+
},
|
|
7076
|
+
end: {
|
|
7077
|
+
line: 2,
|
|
7078
|
+
column: 23
|
|
7079
|
+
}
|
|
7080
|
+
},
|
|
7081
|
+
loc: {
|
|
7082
|
+
start: {
|
|
7083
|
+
line: 2,
|
|
7084
|
+
column: 29
|
|
7085
|
+
},
|
|
7086
|
+
end: {
|
|
7087
|
+
line: 6,
|
|
7088
|
+
column: 519
|
|
7089
|
+
}
|
|
7090
|
+
},
|
|
7091
|
+
line: 2
|
|
7092
|
+
}
|
|
7093
|
+
},
|
|
7094
|
+
branchMap: {},
|
|
7095
|
+
s: {
|
|
7096
|
+
"0": 0,
|
|
7097
|
+
"1": 0
|
|
7098
|
+
},
|
|
7099
|
+
f: {
|
|
7100
|
+
"0": 0
|
|
7101
|
+
},
|
|
7102
|
+
b: {},
|
|
7103
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
7104
|
+
hash: "59a26d466de5ac527d2f818972c03e3ff5e97edb"
|
|
7105
|
+
};
|
|
7106
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
7107
|
+
|
|
7108
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
7109
|
+
coverage[path] = coverageData;
|
|
7110
|
+
}
|
|
7111
|
+
|
|
7112
|
+
var actualCoverage = coverage[path];
|
|
7113
|
+
{
|
|
7114
|
+
// @ts-ignore
|
|
7115
|
+
cov_2b6ys78wzz = function () {
|
|
7116
|
+
return actualCoverage;
|
|
7117
|
+
};
|
|
7118
|
+
}
|
|
7119
|
+
return actualCoverage;
|
|
7120
|
+
}
|
|
7121
|
+
|
|
7122
|
+
cov_2b6ys78wzz();
|
|
7123
|
+
cov_2b6ys78wzz().s[0]++;
|
|
7124
|
+
var Rocket = function Rocket() {
|
|
7125
|
+
cov_2b6ys78wzz().f[0]++;
|
|
7126
|
+
cov_2b6ys78wzz().s[1]++;
|
|
7127
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
7128
|
+
fillRule: "evenodd",
|
|
7129
|
+
d: "M16.784.869a.75.75 0 0 1 .546.545l.29 1.157a8.942 8.942 0 0 1-2.353 8.492l-.26.26a10.78 10.78 0 0 1-1.644 1.348l-3.416 2.277a.75.75 0 0 1-.946-.094L3.344 9.198a.75.75 0 0 1-.094-.947l2.278-3.416c.394-.59.845-1.141 1.347-1.643l.26-.26A8.942 8.942 0 0 1 15.627.579l1.157.29Zm-.8 1.346-.72-.18a7.442 7.442 0 0 0-7.068 1.957l-.26.26c-.433.433-.821.907-1.16 1.415L4.84 8.572l4.787 4.787 2.904-1.936a9.29 9.29 0 0 0 1.415-1.16l.26-.26a7.442 7.442 0 0 0 1.958-7.068l-.18-.72Z",
|
|
7130
|
+
clipRule: "evenodd"
|
|
7131
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7132
|
+
fillRule: "evenodd",
|
|
7133
|
+
d: "M13.49 8.597a2.75 2.75 0 1 1-3.889-3.889 2.75 2.75 0 0 1 3.89 3.89ZM10.769 7.43a1.1 1.1 0 1 0 1.556-1.555 1.1 1.1 0 0 0-1.556 1.555Z",
|
|
7134
|
+
clipRule: "evenodd"
|
|
7135
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7136
|
+
d: "M2.063 13.661a.5.5 0 0 1 .707 0l.353.354a.5.5 0 0 1 0 .707l-.425.425a.5.5 0 0 1-.707 0l-.353-.354a.5.5 0 0 1 0-.707l.425-.425ZM3.477 15.075a.5.5 0 0 1 .707 0l.353.354a.5.5 0 0 1 0 .707l-1.3 1.3a.5.5 0 0 1-.706 0l-.354-.354a.5.5 0 0 1 0-.707l1.3-1.3Z"
|
|
7137
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7138
|
+
fillRule: "evenodd",
|
|
7139
|
+
d: "m4.475 11.602.884-.883-1.061-1.061-1.06 1.06a1.25 1.25 0 0 0 0 1.768l2.474 2.475a1.25 1.25 0 0 0 1.768 0l1.06-1.06-1.06-1.061-.884.884-2.121-2.122ZM12.456 14.228l-.56-1.681 1.422-.475.707 2.122a.75.75 0 0 1-.18.767l-2.122 2.121a.75.75 0 0 1-1.22-.235l-1.06-2.474 1.378-.591.624 1.457 1.01-1.01ZM3.97 5.743l1.682.56.474-1.423-2.121-.707a.75.75 0 0 0-.768.182l-2.12 2.12a.75.75 0 0 0 .234 1.22l2.475 1.061.59-1.379-1.456-.624 1.01-1.01Z",
|
|
7140
|
+
clipRule: "evenodd"
|
|
7141
|
+
}));
|
|
7142
|
+
};
|
|
7143
|
+
|
|
7039
7144
|
function cov_2hz37kz1k3() {
|
|
7040
7145
|
var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/index.ts";
|
|
7041
|
-
var hash = "
|
|
7146
|
+
var hash = "7cb6c059a0bd74fb5faa56bf41de0de11729927d";
|
|
7042
7147
|
var global = new Function("return this")();
|
|
7043
7148
|
var gcv = "__coverage__";
|
|
7044
7149
|
var coverageData = {
|
|
@@ -7046,11 +7151,11 @@ function cov_2hz37kz1k3() {
|
|
|
7046
7151
|
statementMap: {
|
|
7047
7152
|
"0": {
|
|
7048
7153
|
start: {
|
|
7049
|
-
line:
|
|
7154
|
+
line: 75,
|
|
7050
7155
|
column: 21
|
|
7051
7156
|
},
|
|
7052
7157
|
end: {
|
|
7053
|
-
line:
|
|
7158
|
+
line: 151,
|
|
7054
7159
|
column: 1
|
|
7055
7160
|
}
|
|
7056
7161
|
}
|
|
@@ -7063,7 +7168,7 @@ function cov_2hz37kz1k3() {
|
|
|
7063
7168
|
f: {},
|
|
7064
7169
|
b: {},
|
|
7065
7170
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
7066
|
-
hash: "
|
|
7171
|
+
hash: "7cb6c059a0bd74fb5faa56bf41de0de11729927d"
|
|
7067
7172
|
};
|
|
7068
7173
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
7069
7174
|
|
|
@@ -7156,7 +7261,8 @@ var icons = ( /*#__PURE__*/cov_2hz37kz1k3().s[0]++, {
|
|
|
7156
7261
|
whatsapp: WhatsApp,
|
|
7157
7262
|
iconSolidLI: IconSolidLI,
|
|
7158
7263
|
thinAngleRight: ThinAngleRight,
|
|
7159
|
-
eyeSlash: EyeSlash
|
|
7264
|
+
eyeSlash: EyeSlash,
|
|
7265
|
+
rocket: Rocket
|
|
7160
7266
|
});
|
|
7161
7267
|
|
|
7162
7268
|
function cov_2ji9t8az0b() {
|
|
@@ -23079,13 +23185,13 @@ var CheckboxComponent = function CheckboxComponent(_ref, ref) {
|
|
|
23079
23185
|
htmlFor: inputId,
|
|
23080
23186
|
className: "inline-flex " + alignOptions[boxAlign] + " cursor-pointer"
|
|
23081
23187
|
}, /*#__PURE__*/React.createElement("span", {
|
|
23082
|
-
className: "relative rounded z-
|
|
23188
|
+
className: "relative rounded z-10 flex items-center justify-center focus-within:ring-2 ring-focus"
|
|
23083
23189
|
}, /*#__PURE__*/React.createElement("input", Object.assign({
|
|
23084
23190
|
ref: (cov_ki97446w5().b[22][0]++, ref) || (cov_ki97446w5().b[22][1]++, inputRef),
|
|
23085
23191
|
type: "checkbox",
|
|
23086
23192
|
id: inputId,
|
|
23087
23193
|
name: name,
|
|
23088
|
-
className: "opacity-0 absolute h-4 w-4 z-
|
|
23194
|
+
className: "opacity-0 absolute h-4 w-4 z-10 cursor-pointer",
|
|
23089
23195
|
checked: isChecked,
|
|
23090
23196
|
onChange: handleChange,
|
|
23091
23197
|
disabled: !!disabled
|
|
@@ -31645,7 +31751,7 @@ cov_1qx0jflkbp();
|
|
|
31645
31751
|
|
|
31646
31752
|
function cov_l0ot8xbbf() {
|
|
31647
31753
|
var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Indicators/Badge/Badge.tsx";
|
|
31648
|
-
var hash = "
|
|
31754
|
+
var hash = "5bcf78d68577f44ff9e5463a485eb52c3bfc0778";
|
|
31649
31755
|
var global = new Function("return this")();
|
|
31650
31756
|
var gcv = "__coverage__";
|
|
31651
31757
|
var coverageData = {
|
|
@@ -31664,40 +31770,60 @@ function cov_l0ot8xbbf() {
|
|
|
31664
31770
|
"1": {
|
|
31665
31771
|
start: {
|
|
31666
31772
|
line: 11,
|
|
31667
|
-
column:
|
|
31773
|
+
column: 21
|
|
31668
31774
|
},
|
|
31669
31775
|
end: {
|
|
31670
|
-
line:
|
|
31776
|
+
line: 15,
|
|
31671
31777
|
column: 1
|
|
31672
31778
|
}
|
|
31673
31779
|
},
|
|
31674
31780
|
"2": {
|
|
31675
31781
|
start: {
|
|
31676
|
-
line:
|
|
31677
|
-
column:
|
|
31782
|
+
line: 16,
|
|
31783
|
+
column: 19
|
|
31678
31784
|
},
|
|
31679
31785
|
end: {
|
|
31680
|
-
line:
|
|
31786
|
+
line: 20,
|
|
31681
31787
|
column: 1
|
|
31682
31788
|
}
|
|
31683
31789
|
},
|
|
31684
31790
|
"3": {
|
|
31685
31791
|
start: {
|
|
31686
|
-
line:
|
|
31792
|
+
line: 21,
|
|
31793
|
+
column: 21
|
|
31794
|
+
},
|
|
31795
|
+
end: {
|
|
31796
|
+
line: 25,
|
|
31797
|
+
column: 1
|
|
31798
|
+
}
|
|
31799
|
+
},
|
|
31800
|
+
"4": {
|
|
31801
|
+
start: {
|
|
31802
|
+
line: 26,
|
|
31803
|
+
column: 23
|
|
31804
|
+
},
|
|
31805
|
+
end: {
|
|
31806
|
+
line: 29,
|
|
31807
|
+
column: 1
|
|
31808
|
+
}
|
|
31809
|
+
},
|
|
31810
|
+
"5": {
|
|
31811
|
+
start: {
|
|
31812
|
+
line: 27,
|
|
31687
31813
|
column: 4
|
|
31688
31814
|
},
|
|
31689
31815
|
end: {
|
|
31690
|
-
line:
|
|
31816
|
+
line: 28,
|
|
31691
31817
|
column: 158
|
|
31692
31818
|
}
|
|
31693
31819
|
},
|
|
31694
|
-
"
|
|
31820
|
+
"6": {
|
|
31695
31821
|
start: {
|
|
31696
|
-
line:
|
|
31822
|
+
line: 30,
|
|
31697
31823
|
column: 21
|
|
31698
31824
|
},
|
|
31699
31825
|
end: {
|
|
31700
|
-
line:
|
|
31826
|
+
line: 30,
|
|
31701
31827
|
column: 47
|
|
31702
31828
|
}
|
|
31703
31829
|
}
|
|
@@ -31707,165 +31833,189 @@ function cov_l0ot8xbbf() {
|
|
|
31707
31833
|
name: "(anonymous_0)",
|
|
31708
31834
|
decl: {
|
|
31709
31835
|
start: {
|
|
31710
|
-
line:
|
|
31836
|
+
line: 26,
|
|
31711
31837
|
column: 23
|
|
31712
31838
|
},
|
|
31713
31839
|
end: {
|
|
31714
|
-
line:
|
|
31840
|
+
line: 26,
|
|
31715
31841
|
column: 24
|
|
31716
31842
|
}
|
|
31717
31843
|
},
|
|
31718
31844
|
loc: {
|
|
31719
31845
|
start: {
|
|
31720
|
-
line:
|
|
31721
|
-
column:
|
|
31846
|
+
line: 26,
|
|
31847
|
+
column: 110
|
|
31722
31848
|
},
|
|
31723
31849
|
end: {
|
|
31724
|
-
line:
|
|
31850
|
+
line: 29,
|
|
31725
31851
|
column: 1
|
|
31726
31852
|
}
|
|
31727
31853
|
},
|
|
31728
|
-
line:
|
|
31854
|
+
line: 26
|
|
31729
31855
|
}
|
|
31730
31856
|
},
|
|
31731
31857
|
branchMap: {
|
|
31732
31858
|
"0": {
|
|
31733
31859
|
loc: {
|
|
31734
31860
|
start: {
|
|
31735
|
-
line:
|
|
31861
|
+
line: 26,
|
|
31736
31862
|
column: 26
|
|
31737
31863
|
},
|
|
31738
31864
|
end: {
|
|
31739
|
-
line:
|
|
31865
|
+
line: 26,
|
|
31740
31866
|
column: 42
|
|
31741
31867
|
}
|
|
31742
31868
|
},
|
|
31743
31869
|
type: "default-arg",
|
|
31744
31870
|
locations: [{
|
|
31745
31871
|
start: {
|
|
31746
|
-
line:
|
|
31872
|
+
line: 26,
|
|
31747
31873
|
column: 33
|
|
31748
31874
|
},
|
|
31749
31875
|
end: {
|
|
31750
|
-
line:
|
|
31876
|
+
line: 26,
|
|
31751
31877
|
column: 42
|
|
31752
31878
|
}
|
|
31753
31879
|
}],
|
|
31754
|
-
line:
|
|
31880
|
+
line: 26
|
|
31755
31881
|
},
|
|
31756
31882
|
"1": {
|
|
31757
31883
|
loc: {
|
|
31758
31884
|
start: {
|
|
31759
|
-
line:
|
|
31885
|
+
line: 26,
|
|
31760
31886
|
column: 50
|
|
31761
31887
|
},
|
|
31762
31888
|
end: {
|
|
31763
|
-
line:
|
|
31889
|
+
line: 26,
|
|
31764
31890
|
column: 66
|
|
31765
31891
|
}
|
|
31766
31892
|
},
|
|
31767
31893
|
type: "default-arg",
|
|
31768
31894
|
locations: [{
|
|
31769
31895
|
start: {
|
|
31770
|
-
line:
|
|
31896
|
+
line: 26,
|
|
31771
31897
|
column: 57
|
|
31772
31898
|
},
|
|
31773
31899
|
end: {
|
|
31774
|
-
line:
|
|
31900
|
+
line: 26,
|
|
31775
31901
|
column: 66
|
|
31776
31902
|
}
|
|
31777
31903
|
}],
|
|
31778
|
-
line:
|
|
31904
|
+
line: 26
|
|
31779
31905
|
},
|
|
31780
31906
|
"2": {
|
|
31781
31907
|
loc: {
|
|
31782
31908
|
start: {
|
|
31783
|
-
line:
|
|
31909
|
+
line: 26,
|
|
31784
31910
|
column: 68
|
|
31785
31911
|
},
|
|
31786
31912
|
end: {
|
|
31787
|
-
line:
|
|
31913
|
+
line: 26,
|
|
31788
31914
|
column: 84
|
|
31789
31915
|
}
|
|
31790
31916
|
},
|
|
31791
31917
|
type: "default-arg",
|
|
31792
31918
|
locations: [{
|
|
31793
31919
|
start: {
|
|
31794
|
-
line:
|
|
31920
|
+
line: 26,
|
|
31795
31921
|
column: 79
|
|
31796
31922
|
},
|
|
31797
31923
|
end: {
|
|
31798
|
-
line:
|
|
31924
|
+
line: 26,
|
|
31799
31925
|
column: 84
|
|
31800
31926
|
}
|
|
31801
31927
|
}],
|
|
31802
|
-
line:
|
|
31928
|
+
line: 26
|
|
31803
31929
|
},
|
|
31804
31930
|
"3": {
|
|
31805
31931
|
loc: {
|
|
31806
31932
|
start: {
|
|
31807
|
-
line:
|
|
31808
|
-
column:
|
|
31933
|
+
line: 26,
|
|
31934
|
+
column: 86
|
|
31809
31935
|
},
|
|
31810
31936
|
end: {
|
|
31811
|
-
line:
|
|
31812
|
-
column:
|
|
31937
|
+
line: 26,
|
|
31938
|
+
column: 102
|
|
31939
|
+
}
|
|
31940
|
+
},
|
|
31941
|
+
type: "default-arg",
|
|
31942
|
+
locations: [{
|
|
31943
|
+
start: {
|
|
31944
|
+
line: 26,
|
|
31945
|
+
column: 96
|
|
31946
|
+
},
|
|
31947
|
+
end: {
|
|
31948
|
+
line: 26,
|
|
31949
|
+
column: 102
|
|
31950
|
+
}
|
|
31951
|
+
}],
|
|
31952
|
+
line: 26
|
|
31953
|
+
},
|
|
31954
|
+
"4": {
|
|
31955
|
+
loc: {
|
|
31956
|
+
start: {
|
|
31957
|
+
line: 27,
|
|
31958
|
+
column: 176
|
|
31959
|
+
},
|
|
31960
|
+
end: {
|
|
31961
|
+
line: 27,
|
|
31962
|
+
column: 216
|
|
31813
31963
|
}
|
|
31814
31964
|
},
|
|
31815
31965
|
type: "cond-expr",
|
|
31816
31966
|
locations: [{
|
|
31817
31967
|
start: {
|
|
31818
|
-
line:
|
|
31819
|
-
column:
|
|
31968
|
+
line: 27,
|
|
31969
|
+
column: 187
|
|
31820
31970
|
},
|
|
31821
31971
|
end: {
|
|
31822
|
-
line:
|
|
31823
|
-
column:
|
|
31972
|
+
line: 27,
|
|
31973
|
+
column: 200
|
|
31824
31974
|
}
|
|
31825
31975
|
}, {
|
|
31826
31976
|
start: {
|
|
31827
|
-
line:
|
|
31828
|
-
column:
|
|
31977
|
+
line: 27,
|
|
31978
|
+
column: 203
|
|
31829
31979
|
},
|
|
31830
31980
|
end: {
|
|
31831
|
-
line:
|
|
31832
|
-
column:
|
|
31981
|
+
line: 27,
|
|
31982
|
+
column: 216
|
|
31833
31983
|
}
|
|
31834
31984
|
}],
|
|
31835
|
-
line:
|
|
31985
|
+
line: 27
|
|
31836
31986
|
},
|
|
31837
|
-
"
|
|
31987
|
+
"5": {
|
|
31838
31988
|
loc: {
|
|
31839
31989
|
start: {
|
|
31840
|
-
line:
|
|
31990
|
+
line: 28,
|
|
31841
31991
|
column: 87
|
|
31842
31992
|
},
|
|
31843
31993
|
end: {
|
|
31844
|
-
line:
|
|
31994
|
+
line: 28,
|
|
31845
31995
|
column: 144
|
|
31846
31996
|
}
|
|
31847
31997
|
},
|
|
31848
31998
|
type: "cond-expr",
|
|
31849
31999
|
locations: [{
|
|
31850
32000
|
start: {
|
|
31851
|
-
line:
|
|
32001
|
+
line: 28,
|
|
31852
32002
|
column: 113
|
|
31853
32003
|
},
|
|
31854
32004
|
end: {
|
|
31855
|
-
line:
|
|
32005
|
+
line: 28,
|
|
31856
32006
|
column: 128
|
|
31857
32007
|
}
|
|
31858
32008
|
}, {
|
|
31859
32009
|
start: {
|
|
31860
|
-
line:
|
|
32010
|
+
line: 28,
|
|
31861
32011
|
column: 131
|
|
31862
32012
|
},
|
|
31863
32013
|
end: {
|
|
31864
|
-
line:
|
|
32014
|
+
line: 28,
|
|
31865
32015
|
column: 144
|
|
31866
32016
|
}
|
|
31867
32017
|
}],
|
|
31868
|
-
line:
|
|
32018
|
+
line: 28
|
|
31869
32019
|
}
|
|
31870
32020
|
},
|
|
31871
32021
|
s: {
|
|
@@ -31873,7 +32023,9 @@ function cov_l0ot8xbbf() {
|
|
|
31873
32023
|
"1": 0,
|
|
31874
32024
|
"2": 0,
|
|
31875
32025
|
"3": 0,
|
|
31876
|
-
"4": 0
|
|
32026
|
+
"4": 0,
|
|
32027
|
+
"5": 0,
|
|
32028
|
+
"6": 0
|
|
31877
32029
|
},
|
|
31878
32030
|
f: {
|
|
31879
32031
|
"0": 0
|
|
@@ -31882,11 +32034,12 @@ function cov_l0ot8xbbf() {
|
|
|
31882
32034
|
"0": [0],
|
|
31883
32035
|
"1": [0],
|
|
31884
32036
|
"2": [0],
|
|
31885
|
-
"3": [0
|
|
31886
|
-
"4": [0, 0]
|
|
32037
|
+
"3": [0],
|
|
32038
|
+
"4": [0, 0],
|
|
32039
|
+
"5": [0, 0]
|
|
31887
32040
|
},
|
|
31888
32041
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
31889
|
-
hash: "
|
|
32042
|
+
hash: "5bcf78d68577f44ff9e5463a485eb52c3bfc0778"
|
|
31890
32043
|
};
|
|
31891
32044
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
31892
32045
|
|
|
@@ -31914,11 +32067,22 @@ var badgeTypes = ( /*#__PURE__*/cov_l0ot8xbbf().s[0]++, {
|
|
|
31914
32067
|
warning: 'bg-warning-dark',
|
|
31915
32068
|
focus: 'bg-focus'
|
|
31916
32069
|
});
|
|
31917
|
-
var
|
|
31918
|
-
|
|
31919
|
-
small: '
|
|
32070
|
+
var badgeRounded = ( /*#__PURE__*/cov_l0ot8xbbf().s[1]++, {
|
|
32071
|
+
full: 'rounded-full',
|
|
32072
|
+
small: 'rounded',
|
|
32073
|
+
none: 'rounded-none'
|
|
32074
|
+
});
|
|
32075
|
+
var badgeSizes = ( /*#__PURE__*/cov_l0ot8xbbf().s[2]++, {
|
|
32076
|
+
"default": 'text-xs',
|
|
32077
|
+
small: 'text-[0.70rem]',
|
|
32078
|
+
xsmall: 'text-f8'
|
|
32079
|
+
});
|
|
32080
|
+
var badgeClasses = ( /*#__PURE__*/cov_l0ot8xbbf().s[3]++, {
|
|
32081
|
+
"default": 'px-2 py-0.5',
|
|
32082
|
+
small: 'px-1.5',
|
|
32083
|
+
xsmall: 'px-0.5 py-px'
|
|
31920
32084
|
});
|
|
31921
|
-
cov_l0ot8xbbf().s[
|
|
32085
|
+
cov_l0ot8xbbf().s[4]++;
|
|
31922
32086
|
|
|
31923
32087
|
var BadgeComponent = function BadgeComponent(_ref) {
|
|
31924
32088
|
var _ref$type = _ref.type,
|
|
@@ -31927,17 +32091,19 @@ var BadgeComponent = function BadgeComponent(_ref) {
|
|
|
31927
32091
|
_ref$size = _ref.size,
|
|
31928
32092
|
size = _ref$size === void 0 ? (cov_l0ot8xbbf().b[1][0]++, 'default') : _ref$size,
|
|
31929
32093
|
_ref$expanded = _ref.expanded,
|
|
31930
|
-
expanded = _ref$expanded === void 0 ? (cov_l0ot8xbbf().b[2][0]++, false) : _ref$expanded
|
|
32094
|
+
expanded = _ref$expanded === void 0 ? (cov_l0ot8xbbf().b[2][0]++, false) : _ref$expanded,
|
|
32095
|
+
_ref$rounded = _ref.rounded,
|
|
32096
|
+
rounded = _ref$rounded === void 0 ? (cov_l0ot8xbbf().b[3][0]++, 'full') : _ref$rounded;
|
|
31931
32097
|
cov_l0ot8xbbf().f[0]++;
|
|
31932
|
-
cov_l0ot8xbbf().s[
|
|
32098
|
+
cov_l0ot8xbbf().s[5]++;
|
|
31933
32099
|
return /*#__PURE__*/React.createElement("div", {
|
|
31934
|
-
className: "badge items-center justify-center rounded
|
|
32100
|
+
className: "badge items-center justify-center " + badgeRounded[rounded] + " " + badgeClasses[size] + " " + badgeTypes[type] + " " + badgeSizes[size] + " " + (expanded ? (cov_l0ot8xbbf().b[4][0]++, 'flex w-full') : (cov_l0ot8xbbf().b[4][1]++, 'inline-flex'))
|
|
31935
32101
|
}, /*#__PURE__*/React.createElement("span", {
|
|
31936
|
-
className: "badgeText tracking-4 font-semibold " + (type === 'neutralLight' ? (cov_l0ot8xbbf().b[
|
|
32102
|
+
className: "badgeText tracking-4 font-semibold " + (type === 'neutralLight' ? (cov_l0ot8xbbf().b[5][0]++, 'text-tertiary') : (cov_l0ot8xbbf().b[5][1]++, 'text-base-1'))
|
|
31937
32103
|
}, text));
|
|
31938
32104
|
};
|
|
31939
32105
|
|
|
31940
|
-
var Badge = ( /*#__PURE__*/cov_l0ot8xbbf().s[
|
|
32106
|
+
var Badge = ( /*#__PURE__*/cov_l0ot8xbbf().s[6]++, /*#__PURE__*/React.memo(BadgeComponent));
|
|
31941
32107
|
|
|
31942
32108
|
function cov_1ubkigkubq() {
|
|
31943
32109
|
var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Indicators/Badge/index.tsx";
|
|
@@ -43345,6 +43511,1023 @@ function cov_27q1djdw12() {
|
|
|
43345
43511
|
|
|
43346
43512
|
cov_27q1djdw12();
|
|
43347
43513
|
|
|
43514
|
+
function cov_2r0nubv0cx() {
|
|
43515
|
+
var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Layout/ListActions/ListActions.tsx";
|
|
43516
|
+
var hash = "bb5408b337fd1a0adb501e989c21d45324289a6c";
|
|
43517
|
+
var global = new Function("return this")();
|
|
43518
|
+
var gcv = "__coverage__";
|
|
43519
|
+
var coverageData = {
|
|
43520
|
+
path: "/home/runner/work/admin-components/admin-components/styleguide/src/Layout/ListActions/ListActions.tsx",
|
|
43521
|
+
statementMap: {
|
|
43522
|
+
"0": {
|
|
43523
|
+
start: {
|
|
43524
|
+
line: 4,
|
|
43525
|
+
column: 12
|
|
43526
|
+
},
|
|
43527
|
+
end: {
|
|
43528
|
+
line: 12,
|
|
43529
|
+
column: 1
|
|
43530
|
+
}
|
|
43531
|
+
},
|
|
43532
|
+
"1": {
|
|
43533
|
+
start: {
|
|
43534
|
+
line: 5,
|
|
43535
|
+
column: 26
|
|
43536
|
+
},
|
|
43537
|
+
end: {
|
|
43538
|
+
line: 5,
|
|
43539
|
+
column: 52
|
|
43540
|
+
}
|
|
43541
|
+
},
|
|
43542
|
+
"2": {
|
|
43543
|
+
start: {
|
|
43544
|
+
line: 6,
|
|
43545
|
+
column: 4
|
|
43546
|
+
},
|
|
43547
|
+
end: {
|
|
43548
|
+
line: 9,
|
|
43549
|
+
column: 5
|
|
43550
|
+
}
|
|
43551
|
+
},
|
|
43552
|
+
"3": {
|
|
43553
|
+
start: {
|
|
43554
|
+
line: 7,
|
|
43555
|
+
column: 8
|
|
43556
|
+
},
|
|
43557
|
+
end: {
|
|
43558
|
+
line: 8,
|
|
43559
|
+
column: 69
|
|
43560
|
+
}
|
|
43561
|
+
},
|
|
43562
|
+
"4": {
|
|
43563
|
+
start: {
|
|
43564
|
+
line: 10,
|
|
43565
|
+
column: 4
|
|
43566
|
+
},
|
|
43567
|
+
end: {
|
|
43568
|
+
line: 11,
|
|
43569
|
+
column: 120
|
|
43570
|
+
}
|
|
43571
|
+
},
|
|
43572
|
+
"5": {
|
|
43573
|
+
start: {
|
|
43574
|
+
line: 13,
|
|
43575
|
+
column: 25
|
|
43576
|
+
},
|
|
43577
|
+
end: {
|
|
43578
|
+
line: 23,
|
|
43579
|
+
column: 1
|
|
43580
|
+
}
|
|
43581
|
+
},
|
|
43582
|
+
"6": {
|
|
43583
|
+
start: {
|
|
43584
|
+
line: 14,
|
|
43585
|
+
column: 27
|
|
43586
|
+
},
|
|
43587
|
+
end: {
|
|
43588
|
+
line: 17,
|
|
43589
|
+
column: 5
|
|
43590
|
+
}
|
|
43591
|
+
},
|
|
43592
|
+
"7": {
|
|
43593
|
+
start: {
|
|
43594
|
+
line: 18,
|
|
43595
|
+
column: 4
|
|
43596
|
+
},
|
|
43597
|
+
end: {
|
|
43598
|
+
line: 22,
|
|
43599
|
+
column: 149
|
|
43600
|
+
}
|
|
43601
|
+
},
|
|
43602
|
+
"8": {
|
|
43603
|
+
start: {
|
|
43604
|
+
line: 24,
|
|
43605
|
+
column: 29
|
|
43606
|
+
},
|
|
43607
|
+
end: {
|
|
43608
|
+
line: 37,
|
|
43609
|
+
column: 1
|
|
43610
|
+
}
|
|
43611
|
+
},
|
|
43612
|
+
"9": {
|
|
43613
|
+
start: {
|
|
43614
|
+
line: 25,
|
|
43615
|
+
column: 4
|
|
43616
|
+
},
|
|
43617
|
+
end: {
|
|
43618
|
+
line: 33,
|
|
43619
|
+
column: 11
|
|
43620
|
+
}
|
|
43621
|
+
},
|
|
43622
|
+
"10": {
|
|
43623
|
+
start: {
|
|
43624
|
+
line: 26,
|
|
43625
|
+
column: 23
|
|
43626
|
+
},
|
|
43627
|
+
end: {
|
|
43628
|
+
line: 26,
|
|
43629
|
+
column: 73
|
|
43630
|
+
}
|
|
43631
|
+
},
|
|
43632
|
+
"11": {
|
|
43633
|
+
start: {
|
|
43634
|
+
line: 27,
|
|
43635
|
+
column: 8
|
|
43636
|
+
},
|
|
43637
|
+
end: {
|
|
43638
|
+
line: 28,
|
|
43639
|
+
column: 42
|
|
43640
|
+
}
|
|
43641
|
+
},
|
|
43642
|
+
"12": {
|
|
43643
|
+
start: {
|
|
43644
|
+
line: 28,
|
|
43645
|
+
column: 12
|
|
43646
|
+
},
|
|
43647
|
+
end: {
|
|
43648
|
+
line: 28,
|
|
43649
|
+
column: 42
|
|
43650
|
+
}
|
|
43651
|
+
},
|
|
43652
|
+
"13": {
|
|
43653
|
+
start: {
|
|
43654
|
+
line: 29,
|
|
43655
|
+
column: 8
|
|
43656
|
+
},
|
|
43657
|
+
end: {
|
|
43658
|
+
line: 32,
|
|
43659
|
+
column: 10
|
|
43660
|
+
}
|
|
43661
|
+
},
|
|
43662
|
+
"14": {
|
|
43663
|
+
start: {
|
|
43664
|
+
line: 30,
|
|
43665
|
+
column: 12
|
|
43666
|
+
},
|
|
43667
|
+
end: {
|
|
43668
|
+
line: 31,
|
|
43669
|
+
column: 42
|
|
43670
|
+
}
|
|
43671
|
+
},
|
|
43672
|
+
"15": {
|
|
43673
|
+
start: {
|
|
43674
|
+
line: 31,
|
|
43675
|
+
column: 16
|
|
43676
|
+
},
|
|
43677
|
+
end: {
|
|
43678
|
+
line: 31,
|
|
43679
|
+
column: 42
|
|
43680
|
+
}
|
|
43681
|
+
},
|
|
43682
|
+
"16": {
|
|
43683
|
+
start: {
|
|
43684
|
+
line: 34,
|
|
43685
|
+
column: 4
|
|
43686
|
+
},
|
|
43687
|
+
end: {
|
|
43688
|
+
line: 36,
|
|
43689
|
+
column: 416
|
|
43690
|
+
}
|
|
43691
|
+
},
|
|
43692
|
+
"17": {
|
|
43693
|
+
start: {
|
|
43694
|
+
line: 36,
|
|
43695
|
+
column: 90
|
|
43696
|
+
},
|
|
43697
|
+
end: {
|
|
43698
|
+
line: 36,
|
|
43699
|
+
column: 412
|
|
43700
|
+
}
|
|
43701
|
+
},
|
|
43702
|
+
"18": {
|
|
43703
|
+
start: {
|
|
43704
|
+
line: 36,
|
|
43705
|
+
column: 138
|
|
43706
|
+
},
|
|
43707
|
+
end: {
|
|
43708
|
+
line: 36,
|
|
43709
|
+
column: 410
|
|
43710
|
+
}
|
|
43711
|
+
},
|
|
43712
|
+
"19": {
|
|
43713
|
+
start: {
|
|
43714
|
+
line: 36,
|
|
43715
|
+
column: 325
|
|
43716
|
+
},
|
|
43717
|
+
end: {
|
|
43718
|
+
line: 36,
|
|
43719
|
+
column: 407
|
|
43720
|
+
}
|
|
43721
|
+
},
|
|
43722
|
+
"20": {
|
|
43723
|
+
start: {
|
|
43724
|
+
line: 38,
|
|
43725
|
+
column: 27
|
|
43726
|
+
},
|
|
43727
|
+
end: {
|
|
43728
|
+
line: 38,
|
|
43729
|
+
column: 59
|
|
43730
|
+
}
|
|
43731
|
+
}
|
|
43732
|
+
},
|
|
43733
|
+
fnMap: {
|
|
43734
|
+
"0": {
|
|
43735
|
+
name: "(anonymous_0)",
|
|
43736
|
+
decl: {
|
|
43737
|
+
start: {
|
|
43738
|
+
line: 4,
|
|
43739
|
+
column: 12
|
|
43740
|
+
},
|
|
43741
|
+
end: {
|
|
43742
|
+
line: 4,
|
|
43743
|
+
column: 13
|
|
43744
|
+
}
|
|
43745
|
+
},
|
|
43746
|
+
loc: {
|
|
43747
|
+
start: {
|
|
43748
|
+
line: 4,
|
|
43749
|
+
column: 32
|
|
43750
|
+
},
|
|
43751
|
+
end: {
|
|
43752
|
+
line: 12,
|
|
43753
|
+
column: 1
|
|
43754
|
+
}
|
|
43755
|
+
},
|
|
43756
|
+
line: 4
|
|
43757
|
+
},
|
|
43758
|
+
"1": {
|
|
43759
|
+
name: "(anonymous_1)",
|
|
43760
|
+
decl: {
|
|
43761
|
+
start: {
|
|
43762
|
+
line: 13,
|
|
43763
|
+
column: 25
|
|
43764
|
+
},
|
|
43765
|
+
end: {
|
|
43766
|
+
line: 13,
|
|
43767
|
+
column: 26
|
|
43768
|
+
}
|
|
43769
|
+
},
|
|
43770
|
+
loc: {
|
|
43771
|
+
start: {
|
|
43772
|
+
line: 13,
|
|
43773
|
+
column: 122
|
|
43774
|
+
},
|
|
43775
|
+
end: {
|
|
43776
|
+
line: 23,
|
|
43777
|
+
column: 1
|
|
43778
|
+
}
|
|
43779
|
+
},
|
|
43780
|
+
line: 13
|
|
43781
|
+
},
|
|
43782
|
+
"2": {
|
|
43783
|
+
name: "(anonymous_2)",
|
|
43784
|
+
decl: {
|
|
43785
|
+
start: {
|
|
43786
|
+
line: 24,
|
|
43787
|
+
column: 29
|
|
43788
|
+
},
|
|
43789
|
+
end: {
|
|
43790
|
+
line: 24,
|
|
43791
|
+
column: 30
|
|
43792
|
+
}
|
|
43793
|
+
},
|
|
43794
|
+
loc: {
|
|
43795
|
+
start: {
|
|
43796
|
+
line: 24,
|
|
43797
|
+
column: 65
|
|
43798
|
+
},
|
|
43799
|
+
end: {
|
|
43800
|
+
line: 37,
|
|
43801
|
+
column: 1
|
|
43802
|
+
}
|
|
43803
|
+
},
|
|
43804
|
+
line: 24
|
|
43805
|
+
},
|
|
43806
|
+
"3": {
|
|
43807
|
+
name: "(anonymous_3)",
|
|
43808
|
+
decl: {
|
|
43809
|
+
start: {
|
|
43810
|
+
line: 25,
|
|
43811
|
+
column: 14
|
|
43812
|
+
},
|
|
43813
|
+
end: {
|
|
43814
|
+
line: 25,
|
|
43815
|
+
column: 15
|
|
43816
|
+
}
|
|
43817
|
+
},
|
|
43818
|
+
loc: {
|
|
43819
|
+
start: {
|
|
43820
|
+
line: 25,
|
|
43821
|
+
column: 20
|
|
43822
|
+
},
|
|
43823
|
+
end: {
|
|
43824
|
+
line: 33,
|
|
43825
|
+
column: 5
|
|
43826
|
+
}
|
|
43827
|
+
},
|
|
43828
|
+
line: 25
|
|
43829
|
+
},
|
|
43830
|
+
"4": {
|
|
43831
|
+
name: "(anonymous_4)",
|
|
43832
|
+
decl: {
|
|
43833
|
+
start: {
|
|
43834
|
+
line: 29,
|
|
43835
|
+
column: 15
|
|
43836
|
+
},
|
|
43837
|
+
end: {
|
|
43838
|
+
line: 29,
|
|
43839
|
+
column: 16
|
|
43840
|
+
}
|
|
43841
|
+
},
|
|
43842
|
+
loc: {
|
|
43843
|
+
start: {
|
|
43844
|
+
line: 29,
|
|
43845
|
+
column: 21
|
|
43846
|
+
},
|
|
43847
|
+
end: {
|
|
43848
|
+
line: 32,
|
|
43849
|
+
column: 9
|
|
43850
|
+
}
|
|
43851
|
+
},
|
|
43852
|
+
line: 29
|
|
43853
|
+
},
|
|
43854
|
+
"5": {
|
|
43855
|
+
name: "(anonymous_5)",
|
|
43856
|
+
decl: {
|
|
43857
|
+
start: {
|
|
43858
|
+
line: 36,
|
|
43859
|
+
column: 77
|
|
43860
|
+
},
|
|
43861
|
+
end: {
|
|
43862
|
+
line: 36,
|
|
43863
|
+
column: 78
|
|
43864
|
+
}
|
|
43865
|
+
},
|
|
43866
|
+
loc: {
|
|
43867
|
+
start: {
|
|
43868
|
+
line: 36,
|
|
43869
|
+
column: 90
|
|
43870
|
+
},
|
|
43871
|
+
end: {
|
|
43872
|
+
line: 36,
|
|
43873
|
+
column: 412
|
|
43874
|
+
}
|
|
43875
|
+
},
|
|
43876
|
+
line: 36
|
|
43877
|
+
},
|
|
43878
|
+
"6": {
|
|
43879
|
+
name: "(anonymous_6)",
|
|
43880
|
+
decl: {
|
|
43881
|
+
start: {
|
|
43882
|
+
line: 36,
|
|
43883
|
+
column: 117
|
|
43884
|
+
},
|
|
43885
|
+
end: {
|
|
43886
|
+
line: 36,
|
|
43887
|
+
column: 118
|
|
43888
|
+
}
|
|
43889
|
+
},
|
|
43890
|
+
loc: {
|
|
43891
|
+
start: {
|
|
43892
|
+
line: 36,
|
|
43893
|
+
column: 138
|
|
43894
|
+
},
|
|
43895
|
+
end: {
|
|
43896
|
+
line: 36,
|
|
43897
|
+
column: 410
|
|
43898
|
+
}
|
|
43899
|
+
},
|
|
43900
|
+
line: 36
|
|
43901
|
+
},
|
|
43902
|
+
"7": {
|
|
43903
|
+
name: "(anonymous_7)",
|
|
43904
|
+
decl: {
|
|
43905
|
+
start: {
|
|
43906
|
+
line: 36,
|
|
43907
|
+
column: 312
|
|
43908
|
+
},
|
|
43909
|
+
end: {
|
|
43910
|
+
line: 36,
|
|
43911
|
+
column: 313
|
|
43912
|
+
}
|
|
43913
|
+
},
|
|
43914
|
+
loc: {
|
|
43915
|
+
start: {
|
|
43916
|
+
line: 36,
|
|
43917
|
+
column: 325
|
|
43918
|
+
},
|
|
43919
|
+
end: {
|
|
43920
|
+
line: 36,
|
|
43921
|
+
column: 407
|
|
43922
|
+
}
|
|
43923
|
+
},
|
|
43924
|
+
line: 36
|
|
43925
|
+
}
|
|
43926
|
+
},
|
|
43927
|
+
branchMap: {
|
|
43928
|
+
"0": {
|
|
43929
|
+
loc: {
|
|
43930
|
+
start: {
|
|
43931
|
+
line: 6,
|
|
43932
|
+
column: 4
|
|
43933
|
+
},
|
|
43934
|
+
end: {
|
|
43935
|
+
line: 9,
|
|
43936
|
+
column: 5
|
|
43937
|
+
}
|
|
43938
|
+
},
|
|
43939
|
+
type: "if",
|
|
43940
|
+
locations: [{
|
|
43941
|
+
start: {
|
|
43942
|
+
line: 6,
|
|
43943
|
+
column: 4
|
|
43944
|
+
},
|
|
43945
|
+
end: {
|
|
43946
|
+
line: 9,
|
|
43947
|
+
column: 5
|
|
43948
|
+
}
|
|
43949
|
+
}, {
|
|
43950
|
+
start: {
|
|
43951
|
+
line: undefined,
|
|
43952
|
+
column: undefined
|
|
43953
|
+
},
|
|
43954
|
+
end: {
|
|
43955
|
+
line: undefined,
|
|
43956
|
+
column: undefined
|
|
43957
|
+
}
|
|
43958
|
+
}],
|
|
43959
|
+
line: 6
|
|
43960
|
+
},
|
|
43961
|
+
"1": {
|
|
43962
|
+
loc: {
|
|
43963
|
+
start: {
|
|
43964
|
+
line: 11,
|
|
43965
|
+
column: 94
|
|
43966
|
+
},
|
|
43967
|
+
end: {
|
|
43968
|
+
line: 11,
|
|
43969
|
+
column: 114
|
|
43970
|
+
}
|
|
43971
|
+
},
|
|
43972
|
+
type: "cond-expr",
|
|
43973
|
+
locations: [{
|
|
43974
|
+
start: {
|
|
43975
|
+
line: 11,
|
|
43976
|
+
column: 101
|
|
43977
|
+
},
|
|
43978
|
+
end: {
|
|
43979
|
+
line: 11,
|
|
43980
|
+
column: 105
|
|
43981
|
+
}
|
|
43982
|
+
}, {
|
|
43983
|
+
start: {
|
|
43984
|
+
line: 11,
|
|
43985
|
+
column: 108
|
|
43986
|
+
},
|
|
43987
|
+
end: {
|
|
43988
|
+
line: 11,
|
|
43989
|
+
column: 114
|
|
43990
|
+
}
|
|
43991
|
+
}],
|
|
43992
|
+
line: 11
|
|
43993
|
+
},
|
|
43994
|
+
"2": {
|
|
43995
|
+
loc: {
|
|
43996
|
+
start: {
|
|
43997
|
+
line: 13,
|
|
43998
|
+
column: 69
|
|
43999
|
+
},
|
|
44000
|
+
end: {
|
|
44001
|
+
line: 13,
|
|
44002
|
+
column: 88
|
|
44003
|
+
}
|
|
44004
|
+
},
|
|
44005
|
+
type: "default-arg",
|
|
44006
|
+
locations: [{
|
|
44007
|
+
start: {
|
|
44008
|
+
line: 13,
|
|
44009
|
+
column: 79
|
|
44010
|
+
},
|
|
44011
|
+
end: {
|
|
44012
|
+
line: 13,
|
|
44013
|
+
column: 88
|
|
44014
|
+
}
|
|
44015
|
+
}],
|
|
44016
|
+
line: 13
|
|
44017
|
+
},
|
|
44018
|
+
"3": {
|
|
44019
|
+
loc: {
|
|
44020
|
+
start: {
|
|
44021
|
+
line: 13,
|
|
44022
|
+
column: 90
|
|
44023
|
+
},
|
|
44024
|
+
end: {
|
|
44025
|
+
line: 13,
|
|
44026
|
+
column: 105
|
|
44027
|
+
}
|
|
44028
|
+
},
|
|
44029
|
+
type: "default-arg",
|
|
44030
|
+
locations: [{
|
|
44031
|
+
start: {
|
|
44032
|
+
line: 13,
|
|
44033
|
+
column: 97
|
|
44034
|
+
},
|
|
44035
|
+
end: {
|
|
44036
|
+
line: 13,
|
|
44037
|
+
column: 105
|
|
44038
|
+
}
|
|
44039
|
+
}],
|
|
44040
|
+
line: 13
|
|
44041
|
+
},
|
|
44042
|
+
"4": {
|
|
44043
|
+
loc: {
|
|
44044
|
+
start: {
|
|
44045
|
+
line: 18,
|
|
44046
|
+
column: 326
|
|
44047
|
+
},
|
|
44048
|
+
end: {
|
|
44049
|
+
line: 18,
|
|
44050
|
+
column: 364
|
|
44051
|
+
}
|
|
44052
|
+
},
|
|
44053
|
+
type: "cond-expr",
|
|
44054
|
+
locations: [{
|
|
44055
|
+
start: {
|
|
44056
|
+
line: 18,
|
|
44057
|
+
column: 336
|
|
44058
|
+
},
|
|
44059
|
+
end: {
|
|
44060
|
+
line: 18,
|
|
44061
|
+
column: 359
|
|
44062
|
+
}
|
|
44063
|
+
}, {
|
|
44064
|
+
start: {
|
|
44065
|
+
line: 18,
|
|
44066
|
+
column: 362
|
|
44067
|
+
},
|
|
44068
|
+
end: {
|
|
44069
|
+
line: 18,
|
|
44070
|
+
column: 364
|
|
44071
|
+
}
|
|
44072
|
+
}],
|
|
44073
|
+
line: 18
|
|
44074
|
+
},
|
|
44075
|
+
"5": {
|
|
44076
|
+
loc: {
|
|
44077
|
+
start: {
|
|
44078
|
+
line: 18,
|
|
44079
|
+
column: 368
|
|
44080
|
+
},
|
|
44081
|
+
end: {
|
|
44082
|
+
line: 18,
|
|
44083
|
+
column: 394
|
|
44084
|
+
}
|
|
44085
|
+
},
|
|
44086
|
+
type: "cond-expr",
|
|
44087
|
+
locations: [{
|
|
44088
|
+
start: {
|
|
44089
|
+
line: 18,
|
|
44090
|
+
column: 380
|
|
44091
|
+
},
|
|
44092
|
+
end: {
|
|
44093
|
+
line: 18,
|
|
44094
|
+
column: 389
|
|
44095
|
+
}
|
|
44096
|
+
}, {
|
|
44097
|
+
start: {
|
|
44098
|
+
line: 18,
|
|
44099
|
+
column: 392
|
|
44100
|
+
},
|
|
44101
|
+
end: {
|
|
44102
|
+
line: 18,
|
|
44103
|
+
column: 394
|
|
44104
|
+
}
|
|
44105
|
+
}],
|
|
44106
|
+
line: 18
|
|
44107
|
+
},
|
|
44108
|
+
"6": {
|
|
44109
|
+
loc: {
|
|
44110
|
+
start: {
|
|
44111
|
+
line: 21,
|
|
44112
|
+
column: 12
|
|
44113
|
+
},
|
|
44114
|
+
end: {
|
|
44115
|
+
line: 21,
|
|
44116
|
+
column: 98
|
|
44117
|
+
}
|
|
44118
|
+
},
|
|
44119
|
+
type: "cond-expr",
|
|
44120
|
+
locations: [{
|
|
44121
|
+
start: {
|
|
44122
|
+
line: 21,
|
|
44123
|
+
column: 33
|
|
44124
|
+
},
|
|
44125
|
+
end: {
|
|
44126
|
+
line: 21,
|
|
44127
|
+
column: 91
|
|
44128
|
+
}
|
|
44129
|
+
}, {
|
|
44130
|
+
start: {
|
|
44131
|
+
line: 21,
|
|
44132
|
+
column: 94
|
|
44133
|
+
},
|
|
44134
|
+
end: {
|
|
44135
|
+
line: 21,
|
|
44136
|
+
column: 98
|
|
44137
|
+
}
|
|
44138
|
+
}],
|
|
44139
|
+
line: 21
|
|
44140
|
+
},
|
|
44141
|
+
"7": {
|
|
44142
|
+
loc: {
|
|
44143
|
+
start: {
|
|
44144
|
+
line: 21,
|
|
44145
|
+
column: 12
|
|
44146
|
+
},
|
|
44147
|
+
end: {
|
|
44148
|
+
line: 21,
|
|
44149
|
+
column: 30
|
|
44150
|
+
}
|
|
44151
|
+
},
|
|
44152
|
+
type: "binary-expr",
|
|
44153
|
+
locations: [{
|
|
44154
|
+
start: {
|
|
44155
|
+
line: 21,
|
|
44156
|
+
column: 12
|
|
44157
|
+
},
|
|
44158
|
+
end: {
|
|
44159
|
+
line: 21,
|
|
44160
|
+
column: 19
|
|
44161
|
+
}
|
|
44162
|
+
}, {
|
|
44163
|
+
start: {
|
|
44164
|
+
line: 21,
|
|
44165
|
+
column: 23
|
|
44166
|
+
},
|
|
44167
|
+
end: {
|
|
44168
|
+
line: 21,
|
|
44169
|
+
column: 30
|
|
44170
|
+
}
|
|
44171
|
+
}],
|
|
44172
|
+
line: 21
|
|
44173
|
+
},
|
|
44174
|
+
"8": {
|
|
44175
|
+
loc: {
|
|
44176
|
+
start: {
|
|
44177
|
+
line: 24,
|
|
44178
|
+
column: 41
|
|
44179
|
+
},
|
|
44180
|
+
end: {
|
|
44181
|
+
line: 24,
|
|
44182
|
+
column: 57
|
|
44183
|
+
}
|
|
44184
|
+
},
|
|
44185
|
+
type: "default-arg",
|
|
44186
|
+
locations: [{
|
|
44187
|
+
start: {
|
|
44188
|
+
line: 24,
|
|
44189
|
+
column: 53
|
|
44190
|
+
},
|
|
44191
|
+
end: {
|
|
44192
|
+
line: 24,
|
|
44193
|
+
column: 57
|
|
44194
|
+
}
|
|
44195
|
+
}],
|
|
44196
|
+
line: 24
|
|
44197
|
+
},
|
|
44198
|
+
"9": {
|
|
44199
|
+
loc: {
|
|
44200
|
+
start: {
|
|
44201
|
+
line: 27,
|
|
44202
|
+
column: 8
|
|
44203
|
+
},
|
|
44204
|
+
end: {
|
|
44205
|
+
line: 28,
|
|
44206
|
+
column: 42
|
|
44207
|
+
}
|
|
44208
|
+
},
|
|
44209
|
+
type: "if",
|
|
44210
|
+
locations: [{
|
|
44211
|
+
start: {
|
|
44212
|
+
line: 27,
|
|
44213
|
+
column: 8
|
|
44214
|
+
},
|
|
44215
|
+
end: {
|
|
44216
|
+
line: 28,
|
|
44217
|
+
column: 42
|
|
44218
|
+
}
|
|
44219
|
+
}, {
|
|
44220
|
+
start: {
|
|
44221
|
+
line: undefined,
|
|
44222
|
+
column: undefined
|
|
44223
|
+
},
|
|
44224
|
+
end: {
|
|
44225
|
+
line: undefined,
|
|
44226
|
+
column: undefined
|
|
44227
|
+
}
|
|
44228
|
+
}],
|
|
44229
|
+
line: 27
|
|
44230
|
+
},
|
|
44231
|
+
"10": {
|
|
44232
|
+
loc: {
|
|
44233
|
+
start: {
|
|
44234
|
+
line: 30,
|
|
44235
|
+
column: 12
|
|
44236
|
+
},
|
|
44237
|
+
end: {
|
|
44238
|
+
line: 31,
|
|
44239
|
+
column: 42
|
|
44240
|
+
}
|
|
44241
|
+
},
|
|
44242
|
+
type: "if",
|
|
44243
|
+
locations: [{
|
|
44244
|
+
start: {
|
|
44245
|
+
line: 30,
|
|
44246
|
+
column: 12
|
|
44247
|
+
},
|
|
44248
|
+
end: {
|
|
44249
|
+
line: 31,
|
|
44250
|
+
column: 42
|
|
44251
|
+
}
|
|
44252
|
+
}, {
|
|
44253
|
+
start: {
|
|
44254
|
+
line: undefined,
|
|
44255
|
+
column: undefined
|
|
44256
|
+
},
|
|
44257
|
+
end: {
|
|
44258
|
+
line: undefined,
|
|
44259
|
+
column: undefined
|
|
44260
|
+
}
|
|
44261
|
+
}],
|
|
44262
|
+
line: 30
|
|
44263
|
+
},
|
|
44264
|
+
"11": {
|
|
44265
|
+
loc: {
|
|
44266
|
+
start: {
|
|
44267
|
+
line: 34,
|
|
44268
|
+
column: 234
|
|
44269
|
+
},
|
|
44270
|
+
end: {
|
|
44271
|
+
line: 36,
|
|
44272
|
+
column: 59
|
|
44273
|
+
}
|
|
44274
|
+
},
|
|
44275
|
+
type: "cond-expr",
|
|
44276
|
+
locations: [{
|
|
44277
|
+
start: {
|
|
44278
|
+
line: 35,
|
|
44279
|
+
column: 14
|
|
44280
|
+
},
|
|
44281
|
+
end: {
|
|
44282
|
+
line: 35,
|
|
44283
|
+
column: 61
|
|
44284
|
+
}
|
|
44285
|
+
}, {
|
|
44286
|
+
start: {
|
|
44287
|
+
line: 36,
|
|
44288
|
+
column: 14
|
|
44289
|
+
},
|
|
44290
|
+
end: {
|
|
44291
|
+
line: 36,
|
|
44292
|
+
column: 59
|
|
44293
|
+
}
|
|
44294
|
+
}],
|
|
44295
|
+
line: 34
|
|
44296
|
+
}
|
|
44297
|
+
},
|
|
44298
|
+
s: {
|
|
44299
|
+
"0": 0,
|
|
44300
|
+
"1": 0,
|
|
44301
|
+
"2": 0,
|
|
44302
|
+
"3": 0,
|
|
44303
|
+
"4": 0,
|
|
44304
|
+
"5": 0,
|
|
44305
|
+
"6": 0,
|
|
44306
|
+
"7": 0,
|
|
44307
|
+
"8": 0,
|
|
44308
|
+
"9": 0,
|
|
44309
|
+
"10": 0,
|
|
44310
|
+
"11": 0,
|
|
44311
|
+
"12": 0,
|
|
44312
|
+
"13": 0,
|
|
44313
|
+
"14": 0,
|
|
44314
|
+
"15": 0,
|
|
44315
|
+
"16": 0,
|
|
44316
|
+
"17": 0,
|
|
44317
|
+
"18": 0,
|
|
44318
|
+
"19": 0,
|
|
44319
|
+
"20": 0
|
|
44320
|
+
},
|
|
44321
|
+
f: {
|
|
44322
|
+
"0": 0,
|
|
44323
|
+
"1": 0,
|
|
44324
|
+
"2": 0,
|
|
44325
|
+
"3": 0,
|
|
44326
|
+
"4": 0,
|
|
44327
|
+
"5": 0,
|
|
44328
|
+
"6": 0,
|
|
44329
|
+
"7": 0
|
|
44330
|
+
},
|
|
44331
|
+
b: {
|
|
44332
|
+
"0": [0, 0],
|
|
44333
|
+
"1": [0, 0],
|
|
44334
|
+
"2": [0],
|
|
44335
|
+
"3": [0],
|
|
44336
|
+
"4": [0, 0],
|
|
44337
|
+
"5": [0, 0],
|
|
44338
|
+
"6": [0, 0],
|
|
44339
|
+
"7": [0, 0],
|
|
44340
|
+
"8": [0],
|
|
44341
|
+
"9": [0, 0],
|
|
44342
|
+
"10": [0, 0],
|
|
44343
|
+
"11": [0, 0]
|
|
44344
|
+
},
|
|
44345
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
44346
|
+
hash: "bb5408b337fd1a0adb501e989c21d45324289a6c"
|
|
44347
|
+
};
|
|
44348
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
44349
|
+
|
|
44350
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
44351
|
+
coverage[path] = coverageData;
|
|
44352
|
+
}
|
|
44353
|
+
|
|
44354
|
+
var actualCoverage = coverage[path];
|
|
44355
|
+
{
|
|
44356
|
+
// @ts-ignore
|
|
44357
|
+
cov_2r0nubv0cx = function () {
|
|
44358
|
+
return actualCoverage;
|
|
44359
|
+
};
|
|
44360
|
+
}
|
|
44361
|
+
return actualCoverage;
|
|
44362
|
+
}
|
|
44363
|
+
|
|
44364
|
+
cov_2r0nubv0cx();
|
|
44365
|
+
cov_2r0nubv0cx().s[0]++;
|
|
44366
|
+
|
|
44367
|
+
var Tag$1 = function Tag(_ref) {
|
|
44368
|
+
var type = _ref.type,
|
|
44369
|
+
text = _ref.text;
|
|
44370
|
+
cov_2r0nubv0cx().f[0]++;
|
|
44371
|
+
var commonClasses = (cov_2r0nubv0cx().s[1]++, 'hidden lg:block absolute');
|
|
44372
|
+
cov_2r0nubv0cx().s[2]++;
|
|
44373
|
+
|
|
44374
|
+
if (type === 'sign') {
|
|
44375
|
+
cov_2r0nubv0cx().b[0][0]++;
|
|
44376
|
+
cov_2r0nubv0cx().s[3]++;
|
|
44377
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
44378
|
+
className: "-mb-1 -mr-3 bottom-0 right-0 text-primary-dark " + commonClasses
|
|
44379
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
44380
|
+
icon: "rocket",
|
|
44381
|
+
size: 3
|
|
44382
|
+
}));
|
|
44383
|
+
} else {
|
|
44384
|
+
cov_2r0nubv0cx().b[0][1]++;
|
|
44385
|
+
}
|
|
44386
|
+
|
|
44387
|
+
cov_2r0nubv0cx().s[4]++;
|
|
44388
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
44389
|
+
className: "top-3 left-3 px-0.5 py-px rounded-sm text-f8 font-semibold leading-3 text-base-1 " + commonClasses
|
|
44390
|
+
}, /*#__PURE__*/React.createElement(Badge, {
|
|
44391
|
+
size: "xsmall",
|
|
44392
|
+
type: "primary",
|
|
44393
|
+
rounded: "small",
|
|
44394
|
+
text: text ? (cov_2r0nubv0cx().b[1][0]++, text) : (cov_2r0nubv0cx().b[1][1]++, 'NOVO')
|
|
44395
|
+
}));
|
|
44396
|
+
};
|
|
44397
|
+
|
|
44398
|
+
cov_2r0nubv0cx().s[5]++;
|
|
44399
|
+
|
|
44400
|
+
var ListActionButton = function ListActionButton(_ref2) {
|
|
44401
|
+
var className = _ref2.className,
|
|
44402
|
+
tagType = _ref2.tagType,
|
|
44403
|
+
tagText = _ref2.tagText,
|
|
44404
|
+
icon = _ref2.icon,
|
|
44405
|
+
text = _ref2.text,
|
|
44406
|
+
_ref2$variant = _ref2.variant,
|
|
44407
|
+
variant = _ref2$variant === void 0 ? (cov_2r0nubv0cx().b[2][0]++, 'default') : _ref2$variant,
|
|
44408
|
+
_ref2$type = _ref2.type,
|
|
44409
|
+
type = _ref2$type === void 0 ? (cov_2r0nubv0cx().b[3][0]++, 'button') : _ref2$type,
|
|
44410
|
+
props = _objectWithoutPropertiesLoose(_ref2, ["className", "tagType", "tagText", "icon", "text", "variant", "type"]);
|
|
44411
|
+
|
|
44412
|
+
cov_2r0nubv0cx().f[1]++;
|
|
44413
|
+
var variantClasses = (cov_2r0nubv0cx().s[6]++, {
|
|
44414
|
+
"default": 'lg:text-inverted-2',
|
|
44415
|
+
danger: 'lg:text-danger-dark'
|
|
44416
|
+
});
|
|
44417
|
+
cov_2r0nubv0cx().s[7]++;
|
|
44418
|
+
return /*#__PURE__*/React.createElement("button", Object.assign({}, props, {
|
|
44419
|
+
type: type,
|
|
44420
|
+
className: "list-actions__button rounded relative flex items-center justify-center flex-col gap-y-px lg:gap-y-1 px-3 lg:p-2 lg:border border-transparent text-base-1 transition-colors duration-200 lg:hover:bg-base-3 lg:hover:border-card-stroke " + (variant ? (cov_2r0nubv0cx().b[4][0]++, variantClasses[variant]) : (cov_2r0nubv0cx().b[4][1]++, '')) + " " + (className ? (cov_2r0nubv0cx().b[5][0]++, className) : (cov_2r0nubv0cx().b[5][1]++, ''))
|
|
44421
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
44422
|
+
className: "relative"
|
|
44423
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
44424
|
+
icon: icon,
|
|
44425
|
+
size: 5,
|
|
44426
|
+
className: "p-px"
|
|
44427
|
+
}), (cov_2r0nubv0cx().b[7][0]++, tagType) || (cov_2r0nubv0cx().b[7][1]++, tagText) ? (cov_2r0nubv0cx().b[6][0]++, /*#__PURE__*/React.createElement(Tag$1, {
|
|
44428
|
+
type: tagType,
|
|
44429
|
+
text: tagText
|
|
44430
|
+
})) : (cov_2r0nubv0cx().b[6][1]++, null)), /*#__PURE__*/React.createElement("p", {
|
|
44431
|
+
className: "lg:w-24 text-f8 lg:text-f7 font-semibold tracking-4 text-center select-none leading-tight"
|
|
44432
|
+
}, text));
|
|
44433
|
+
};
|
|
44434
|
+
|
|
44435
|
+
cov_2r0nubv0cx().s[8]++;
|
|
44436
|
+
|
|
44437
|
+
var ListActionsComponent = function ListActionsComponent(_ref3) {
|
|
44438
|
+
var actions = _ref3.actions,
|
|
44439
|
+
_ref3$isVisible = _ref3.isVisible,
|
|
44440
|
+
isVisible = _ref3$isVisible === void 0 ? (cov_2r0nubv0cx().b[8][0]++, true) : _ref3$isVisible;
|
|
44441
|
+
cov_2r0nubv0cx().f[2]++;
|
|
44442
|
+
cov_2r0nubv0cx().s[9]++;
|
|
44443
|
+
useEffect(function () {
|
|
44444
|
+
var _window, _window$parent, _window$parent$docume;
|
|
44445
|
+
|
|
44446
|
+
cov_2r0nubv0cx().f[3]++;
|
|
44447
|
+
var botbar = (cov_2r0nubv0cx().s[10]++, (_window = window) == null ? void 0 : (_window$parent = _window.parent) == null ? void 0 : (_window$parent$docume = _window$parent.document) == null ? void 0 : _window$parent$docume.querySelector('.botbar'));
|
|
44448
|
+
cov_2r0nubv0cx().s[11]++;
|
|
44449
|
+
|
|
44450
|
+
if (botbar) {
|
|
44451
|
+
cov_2r0nubv0cx().b[9][0]++;
|
|
44452
|
+
cov_2r0nubv0cx().s[12]++;
|
|
44453
|
+
botbar.style.display = 'none';
|
|
44454
|
+
} else {
|
|
44455
|
+
cov_2r0nubv0cx().b[9][1]++;
|
|
44456
|
+
}
|
|
44457
|
+
|
|
44458
|
+
cov_2r0nubv0cx().s[13]++;
|
|
44459
|
+
return function () {
|
|
44460
|
+
cov_2r0nubv0cx().f[4]++;
|
|
44461
|
+
cov_2r0nubv0cx().s[14]++;
|
|
44462
|
+
|
|
44463
|
+
if (botbar) {
|
|
44464
|
+
cov_2r0nubv0cx().b[10][0]++;
|
|
44465
|
+
cov_2r0nubv0cx().s[15]++;
|
|
44466
|
+
botbar.style.display = '';
|
|
44467
|
+
} else {
|
|
44468
|
+
cov_2r0nubv0cx().b[10][1]++;
|
|
44469
|
+
}
|
|
44470
|
+
};
|
|
44471
|
+
}, []);
|
|
44472
|
+
cov_2r0nubv0cx().s[16]++;
|
|
44473
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
44474
|
+
className: "list-actions w-full z-50 h-12 lg:h-auto pb-0-safe fixed right-0 bottom-0 flex justify-center items-center lg:gap-x-8 shadow bg-inverted-1 lg:bg-base-2 transition-all px-4 lg:py-2 " + (isVisible ? (cov_2r0nubv0cx().b[11][0]++, 'opacity-100 pointer-events-auto translate-y-0') : (cov_2r0nubv0cx().b[11][1]++, 'opacity-0 pointer-events-none translate-y-2'))
|
|
44475
|
+
}, actions.map(function (columns) {
|
|
44476
|
+
cov_2r0nubv0cx().f[5]++;
|
|
44477
|
+
cov_2r0nubv0cx().s[17]++;
|
|
44478
|
+
return Object.values(columns).map(function (buttons, index) {
|
|
44479
|
+
cov_2r0nubv0cx().f[6]++;
|
|
44480
|
+
cov_2r0nubv0cx().s[18]++;
|
|
44481
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
44482
|
+
key: index,
|
|
44483
|
+
className: "relative flex lg:after:absolute after:-right-4 after:w-px after:h-full after:bg-base-4 last:after:hidden"
|
|
44484
|
+
}, buttons.map(function (button) {
|
|
44485
|
+
cov_2r0nubv0cx().f[7]++;
|
|
44486
|
+
cov_2r0nubv0cx().s[19]++;
|
|
44487
|
+
return /*#__PURE__*/React.createElement(ListActionButton, Object.assign({
|
|
44488
|
+
key: button.icon
|
|
44489
|
+
}, button));
|
|
44490
|
+
}));
|
|
44491
|
+
});
|
|
44492
|
+
}));
|
|
44493
|
+
};
|
|
44494
|
+
|
|
44495
|
+
var ListActions = ( /*#__PURE__*/cov_2r0nubv0cx().s[20]++, /*#__PURE__*/React.memo(ListActionsComponent));
|
|
44496
|
+
|
|
44497
|
+
function cov_12aursbhnc() {
|
|
44498
|
+
var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Layout/ListActions/index.tsx";
|
|
44499
|
+
var hash = "51f86d786cf9e5466e4ac56205b4332633da393c";
|
|
44500
|
+
var global = new Function("return this")();
|
|
44501
|
+
var gcv = "__coverage__";
|
|
44502
|
+
var coverageData = {
|
|
44503
|
+
path: "/home/runner/work/admin-components/admin-components/styleguide/src/Layout/ListActions/index.tsx",
|
|
44504
|
+
statementMap: {},
|
|
44505
|
+
fnMap: {},
|
|
44506
|
+
branchMap: {},
|
|
44507
|
+
s: {},
|
|
44508
|
+
f: {},
|
|
44509
|
+
b: {},
|
|
44510
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
44511
|
+
hash: "51f86d786cf9e5466e4ac56205b4332633da393c"
|
|
44512
|
+
};
|
|
44513
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
44514
|
+
|
|
44515
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
44516
|
+
coverage[path] = coverageData;
|
|
44517
|
+
}
|
|
44518
|
+
|
|
44519
|
+
var actualCoverage = coverage[path];
|
|
44520
|
+
{
|
|
44521
|
+
// @ts-ignore
|
|
44522
|
+
cov_12aursbhnc = function () {
|
|
44523
|
+
return actualCoverage;
|
|
44524
|
+
};
|
|
44525
|
+
}
|
|
44526
|
+
return actualCoverage;
|
|
44527
|
+
}
|
|
44528
|
+
|
|
44529
|
+
cov_12aursbhnc();
|
|
44530
|
+
|
|
43348
44531
|
function cov_2oxcz64eyf() {
|
|
43349
44532
|
var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Layout/Container/Container.tsx";
|
|
43350
44533
|
var hash = "f6b7ab6cffc960ce3ca8c7de2ce02fd8a5fb306a";
|
|
@@ -46457,5 +47640,5 @@ function cov_2ke7prwdba() {
|
|
|
46457
47640
|
|
|
46458
47641
|
cov_2ke7prwdba();
|
|
46459
47642
|
|
|
46460
|
-
export { ActionBar, Alert, Badge, Box, Breadcrumb, Button, Checkbox, Container$1 as Container, Dropdown, FloatingLabelInput, FloatingLabelInputCurrency, FloatingLabelInputMask, Icon, IconCircular, InformationBox, Input, InputCurrency, InputCurrencyComponent, InputHelpText, InputLabel, InputMask, LoadingPlaceholder, Modal, Pagination, RadioButton, Select, SelectComponent, Sidebar, SidebarFixed, SidebarFixedComponent, SidebarItem, SidebarSubItem, Status, Table, TableList, TableListItem, TableListItemLoading, Tabs, Tag, Timeline, Toast, Toggle, ToggleButton, Tooltip, Topbar, indicatorContainerClasses, sizeClasses, valueContainerStyles, valueFontSizesClasses, varianErrorClasses, variantControlClasses, variantDisabledClasses, variantSelectedClasses, variantValueClasses };
|
|
47643
|
+
export { ActionBar, Alert, Badge, Box, Breadcrumb, Button, Checkbox, Container$1 as Container, Dropdown, FloatingLabelInput, FloatingLabelInputCurrency, FloatingLabelInputMask, Icon, IconCircular, InformationBox, Input, InputCurrency, InputCurrencyComponent, InputHelpText, InputLabel, InputMask, ListActions, LoadingPlaceholder, Modal, Pagination, RadioButton, Select, SelectComponent, Sidebar, SidebarFixed, SidebarFixedComponent, SidebarItem, SidebarSubItem, Status, Table, TableList, TableListItem, TableListItemLoading, Tabs, Tag, Timeline, Toast, Toggle, ToggleButton, Tooltip, Topbar, indicatorContainerClasses, sizeClasses, valueContainerStyles, valueFontSizesClasses, varianErrorClasses, variantControlClasses, variantDisabledClasses, variantSelectedClasses, variantValueClasses };
|
|
46461
47644
|
//# sourceMappingURL=admin-components.esm.js.map
|