@titaui/pc 1.10.85 → 1.10.88
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/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +7 -2
- package/lib/components/menus/export-modules/demo-menus/menus.js +1 -23
- package/lib/components/task-relation-modal/index.css +2 -2
- package/lib/components/task-relation-modal/tree-node/category-node/index.css +4 -0
- package/lib/components/task-relation-modal/tree-node/kr-node/index.css +4 -0
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.css +4 -0
- package/lib/components/task-relation-modal/tree-node/o-node/index.css +4 -0
- package/lib/components/task-relation-modal/tree-node/work-node/index.css +4 -0
- package/package.json +1 -1
|
@@ -17,11 +17,16 @@ var prefixCls = "titaui-dynamic-item";
|
|
|
17
17
|
|
|
18
18
|
var DynamicAIDialy = function DynamicAIDialy(_ref) {
|
|
19
19
|
var data = _ref.data;
|
|
20
|
-
|
|
20
|
+
|
|
21
|
+
var chartQuery = _react["default"].useMemo(function () {
|
|
22
|
+
return (0, _utils.getChartProps)(data.biId);
|
|
23
|
+
}, [data.biId]);
|
|
24
|
+
|
|
21
25
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
22
26
|
className: prefixCls
|
|
23
27
|
}, /*#__PURE__*/_react["default"].createElement(_supersetCharts["default"], chartQuery));
|
|
24
28
|
};
|
|
25
29
|
|
|
26
|
-
var _default = DynamicAIDialy;
|
|
30
|
+
var _default = /*#__PURE__*/_react["default"].memo(DynamicAIDialy);
|
|
31
|
+
|
|
27
32
|
exports["default"] = _default;
|
|
@@ -109,29 +109,7 @@ var DemoMenuData = /*#__PURE__*/function () {
|
|
|
109
109
|
key: PAGE_DUEDATE_ORDER,
|
|
110
110
|
href: "#/demofree/recharge/order",
|
|
111
111
|
isShow: this.isManager === EManagerType.ReCharge || this.isManager === EManagerType.Manager
|
|
112
|
-
}
|
|
113
|
-
// icon: "",
|
|
114
|
-
// label: "续费状态",
|
|
115
|
-
// key: PAGE_RECHARGE_STATUS,
|
|
116
|
-
// href: "#/demofree/recharge/status",
|
|
117
|
-
// isShow: this.isManager === EManagerType.ReCharge || this.isManager === EManagerType.Manager,
|
|
118
|
-
// },
|
|
119
|
-
// {
|
|
120
|
-
// icon: "",
|
|
121
|
-
// label: "数据统计",
|
|
122
|
-
// key: PAGE_RECHARGE_STATISTICS,
|
|
123
|
-
// href: "#/demofree/recharge/statistics",
|
|
124
|
-
// isShow: this.isManager === EManagerType.ReCharge || this.isManager === EManagerType.Manager,
|
|
125
|
-
// },
|
|
126
|
-
]
|
|
127
|
-
}, {
|
|
128
|
-
icon: "KH-help",
|
|
129
|
-
label: "预约演示报表",
|
|
130
|
-
key: "charts",
|
|
131
|
-
href: "#/demofree/charts",
|
|
132
|
-
isShow: this.isManager === EManagerType.Manager,
|
|
133
|
-
children: [],
|
|
134
|
-
type: _index.MENU_ITEM_NOE
|
|
112
|
+
}]
|
|
135
113
|
}];
|
|
136
114
|
}
|
|
137
115
|
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
width: 16px;
|
|
60
60
|
height: 16px;
|
|
61
61
|
border-radius: 8px;
|
|
62
|
-
border: 1px solid #
|
|
62
|
+
border: 1px solid #bfc7d5;
|
|
63
63
|
cursor: pointer;
|
|
64
64
|
}
|
|
65
65
|
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.titaui-task-relation__radio--checked:before {
|
|
72
|
-
content:
|
|
72
|
+
content: '';
|
|
73
73
|
position: absolute;
|
|
74
74
|
left: 50%;
|
|
75
75
|
top: 50%;
|