mario-education 2.4.61-admin → 2.4.63-admin
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/MarioFramework.Education/ClientApp/src/components/Loading/LoadLanguage.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/IEPTemplate/configs/constants.d.ts +53 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/IEPTemplate/views/IEPTemplateBuilder.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/{servicetype.interface.d.ts → serviceType.interface.d.ts} +0 -0
- package/dist/index.js +32 -18
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +32 -18
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/ReadinessToLearn.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/components/TemplateCateModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateDetail.d.ts +0 -35
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/views/TemplateSurveyList.d.ts +0 -3
package/dist/MarioFramework.Education/ClientApp/src/containers/IEPTemplate/configs/constants.d.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export declare const blockItems: ({
|
|
2
|
+
id: string;
|
|
3
|
+
label: string;
|
|
4
|
+
category: string;
|
|
5
|
+
media: string;
|
|
6
|
+
activate: boolean;
|
|
7
|
+
content: {
|
|
8
|
+
type: string;
|
|
9
|
+
content: string;
|
|
10
|
+
style: {
|
|
11
|
+
padding: string;
|
|
12
|
+
color?: undefined;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
attributes?: undefined;
|
|
16
|
+
} | {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
category: string;
|
|
20
|
+
media: string;
|
|
21
|
+
activate: boolean;
|
|
22
|
+
content: {
|
|
23
|
+
type: string;
|
|
24
|
+
content: string;
|
|
25
|
+
style: {
|
|
26
|
+
color: string;
|
|
27
|
+
padding?: undefined;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
attributes?: undefined;
|
|
31
|
+
} | {
|
|
32
|
+
id: string;
|
|
33
|
+
label: string;
|
|
34
|
+
category: string;
|
|
35
|
+
media: string;
|
|
36
|
+
activate: boolean;
|
|
37
|
+
content: {
|
|
38
|
+
type: string;
|
|
39
|
+
content?: undefined;
|
|
40
|
+
style?: undefined;
|
|
41
|
+
};
|
|
42
|
+
attributes?: undefined;
|
|
43
|
+
} | {
|
|
44
|
+
id: string;
|
|
45
|
+
label: string;
|
|
46
|
+
attributes: {
|
|
47
|
+
class: string;
|
|
48
|
+
};
|
|
49
|
+
content: string;
|
|
50
|
+
category?: undefined;
|
|
51
|
+
media?: undefined;
|
|
52
|
+
activate?: undefined;
|
|
53
|
+
})[];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import "grapesjs/dist/css/grapes.min.css";
|
|
3
|
+
import "grapesjs/dist/grapes.min.js";
|
|
4
|
+
import "grapesjs-preset-webpage/dist/grapesjs-preset-webpage.min.css";
|
|
5
|
+
import "grapesjs-preset-webpage/dist/grapesjs-preset-webpage.min.js";
|
|
6
|
+
declare const IEPTemplateBuilder: FC;
|
|
7
|
+
export default IEPTemplateBuilder;
|
|
File without changes
|
package/dist/index.js
CHANGED
|
@@ -26774,23 +26774,27 @@ var ColumnChartAndPercent = function ColumnChartAndPercent(_ref) {
|
|
|
26774
26774
|
})), !isPDF && React__default.createElement("div", {
|
|
26775
26775
|
className: "w-100 d-flex gap-2 flex-wrap " + styles$1["listItem"]
|
|
26776
26776
|
}, data.map(function (month, index) {
|
|
26777
|
-
|
|
26778
|
-
|
|
26779
|
-
|
|
26780
|
-
|
|
26781
|
-
|
|
26782
|
-
|
|
26783
|
-
|
|
26784
|
-
|
|
26785
|
-
|
|
26786
|
-
|
|
26787
|
-
|
|
26788
|
-
|
|
26789
|
-
|
|
26790
|
-
|
|
26791
|
-
|
|
26792
|
-
|
|
26793
|
-
|
|
26777
|
+
if (!!avg && avg[index] > 0) {
|
|
26778
|
+
return React__default.createElement("div", {
|
|
26779
|
+
className: "" + styles$1["item-legend"],
|
|
26780
|
+
key: index
|
|
26781
|
+
}, React__default.createElement("div", {
|
|
26782
|
+
className: "" + styles$1["item"]
|
|
26783
|
+
}, React__default.createElement("div", {
|
|
26784
|
+
className: "" + styles$1["mark-custom"],
|
|
26785
|
+
style: {
|
|
26786
|
+
backgroundColor: COLOR_CHART_AND_PERCENTS[index]
|
|
26787
|
+
}
|
|
26788
|
+
}), React__default.createElement("label", {
|
|
26789
|
+
className: "" + styles$1["label-legend-custom"]
|
|
26790
|
+
}, month)), React__default.createElement("div", {
|
|
26791
|
+
className: "" + styles$1["percent"]
|
|
26792
|
+
}, React__default.createElement("label", {
|
|
26793
|
+
className: "m-0"
|
|
26794
|
+
}, avg[index] ? avg[index].toFixed(2) + "%" : "0.00%")));
|
|
26795
|
+
}
|
|
26796
|
+
|
|
26797
|
+
return null;
|
|
26794
26798
|
})));
|
|
26795
26799
|
};
|
|
26796
26800
|
|
|
@@ -29432,7 +29436,17 @@ var LearningStrategiesTable = function LearningStrategiesTable(_ref) {
|
|
|
29432
29436
|
isOpen: isOpen,
|
|
29433
29437
|
toggle: onClosed,
|
|
29434
29438
|
size: "xl"
|
|
29435
|
-
}, React__default.createElement(reactstrap.ModalHeader, null, "Learning Strategies"
|
|
29439
|
+
}, React__default.createElement(reactstrap.ModalHeader, null, "Learning Strategies ", React__default.createElement("i", {
|
|
29440
|
+
className: "fal fa-times",
|
|
29441
|
+
onClick: onClosed,
|
|
29442
|
+
style: {
|
|
29443
|
+
position: "absolute",
|
|
29444
|
+
right: "15px",
|
|
29445
|
+
fontSize: "15px",
|
|
29446
|
+
top: "20px",
|
|
29447
|
+
cursor: "pointer"
|
|
29448
|
+
}
|
|
29449
|
+
})), React__default.createElement(reactstrap.ModalBody, null, React__default.createElement("div", {
|
|
29436
29450
|
className: "" + styles["filter-box-learning"]
|
|
29437
29451
|
}, React__default.createElement("div", {
|
|
29438
29452
|
className: "" + styles["search-box-learning"]
|