mario-education 2.4.297-layout → 2.4.298-layout
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/containers/ConductSurvey/configs/utils.d.ts +1 -0
- package/dist/containers/Dashboard/configs/utils.d.ts +3 -0
- package/dist/containers/SurveyDashboard/configs/utils.d.ts +1 -0
- package/dist/index.css +2 -2
- package/dist/index.js +1964 -21585
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1964 -21585
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const customRemove: <T>(array: T[], predicate: (value: T, index: number, array: T[]) => boolean) => T[];
|
|
@@ -134,3 +134,6 @@ export declare const filterYearData: {
|
|
|
134
134
|
}[];
|
|
135
135
|
export declare const handleAveraged: (points: number[], isStress?: boolean | undefined) => number;
|
|
136
136
|
export declare const handleGenerateAvgQuestion: (data: number[], isStress: boolean, avgContent?: string | undefined) => string;
|
|
137
|
+
declare type PropertySelector<T> = (item: T) => any;
|
|
138
|
+
export declare const customSortBy: <T>(array: T[], selector: PropertySelector<T>) => T[];
|
|
139
|
+
export {};
|
|
@@ -128,3 +128,4 @@ export declare const filterYearData: {
|
|
|
128
128
|
endDate: number;
|
|
129
129
|
}[];
|
|
130
130
|
export declare const answerBarChartOptions: (labelNames: any, usageCountList: number[], isMobileScreen: boolean, isFullScreen: boolean) => ApexOptions;
|
|
131
|
+
export declare const cloneDeep: <T>(obj: T) => T;
|
package/dist/index.css
CHANGED
|
@@ -8130,9 +8130,9 @@ h2._1tZzk {
|
|
|
8130
8130
|
|
|
8131
8131
|
._DkZPN {
|
|
8132
8132
|
background: #ffffff;
|
|
8133
|
-
border: 1px solid #ebeff2;
|
|
8134
8133
|
box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
|
|
8135
|
-
border-radius:
|
|
8134
|
+
border-radius: 16px;
|
|
8135
|
+
margin-bottom: 16px; }
|
|
8136
8136
|
|
|
8137
8137
|
._8dSSA {
|
|
8138
8138
|
min-width: 255px;
|