awing-library 2.1.35 → 2.1.36
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.
|
@@ -241,7 +241,7 @@ var CampaignContainer = function () {
|
|
|
241
241
|
color: '#000',
|
|
242
242
|
fontSize: '1.1rem',
|
|
243
243
|
marginLeft: '8px',
|
|
244
|
-
fontFamily: '"Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2"',
|
|
244
|
+
fontFamily: '"Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2" !important',
|
|
245
245
|
}, children: (0, Utils_1.getCampaignPriority)(row === null || row === void 0 ? void 0 : row.campaignGroup.priority) }),
|
|
246
246
|
//Check trong ads có bất kỳ ad nào isReverved
|
|
247
247
|
(row === null || row === void 0 ? void 0 : row.campaignGroup.isReserved) && ((0, jsx_runtime_1.jsx)(material_1.Chip, { sx: {
|
|
@@ -109,7 +109,7 @@ function SubCampaignPreview(_a) {
|
|
|
109
109
|
fontSize: '14px',
|
|
110
110
|
color: isActive ? '#008000' : '#8D8D8D',
|
|
111
111
|
} })) : ((0, jsx_runtime_1.jsx)(RemoveCircle_1.default, { fontSize: "small", style: { fontSize: '14px' }, color: "primary" })), (0, jsx_runtime_1.jsx)(material_1.Typography, { component: 'span', sx: {
|
|
112
|
-
fontFamily: '"Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2"',
|
|
112
|
+
fontFamily: '"Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2" !important',
|
|
113
113
|
fontSize: 18,
|
|
114
114
|
}, children: (0, Utils_1.getCampaignPriority)(subCampaign.campaignGroup.priority) })] }) }), action: (0, jsx_runtime_1.jsx)(AWING_1.Actions, { menus: __spreadArray([
|
|
115
115
|
{
|
|
@@ -56,7 +56,8 @@ function Container() {
|
|
|
56
56
|
.finally(function () {
|
|
57
57
|
setLoading(false);
|
|
58
58
|
});
|
|
59
|
-
|
|
59
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
60
|
+
}, [filterBy, queryInput]);
|
|
60
61
|
var handleUpdateFilterBy = function (name, value) {
|
|
61
62
|
if (filterBy[name] !== value) {
|
|
62
63
|
setFilterBy(function (oldData) {
|
|
@@ -70,7 +70,10 @@ function CampaignPlanDetail() {
|
|
|
70
70
|
field: 'name',
|
|
71
71
|
headerName: t('CampaignPlan.Group'),
|
|
72
72
|
valueGetter: function (row) {
|
|
73
|
-
return
|
|
73
|
+
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [row.name, ' ', (0, jsx_runtime_1.jsx)(material_1.Typography, { component: 'span', sx: {
|
|
74
|
+
fontFamily: '"Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2" !important',
|
|
75
|
+
fontSize: 18,
|
|
76
|
+
}, children: getCampaignPriority(row.priority) })] }));
|
|
74
77
|
},
|
|
75
78
|
},
|
|
76
79
|
{
|