mario-core 2.9.151-level → 2.9.153-level
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/Login/constant/type.d.ts +5 -0
- package/dist/containers/Login/views/ModelSelectRole.d.ts +4 -0
- package/dist/containers/User/hooks/useUserDetail.d.ts +0 -1
- package/dist/containers/User/hooks/useUserList.d.ts +0 -2
- package/dist/index.css +3 -15
- package/dist/index.js +1271 -2139
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1272 -2140
- package/dist/index.modern.js.map +1 -1
- package/dist/services/userService.d.ts +1 -8
- package/dist/types/Filter.d.ts +0 -6
- package/dist/utils/amplitude.d.ts +1 -0
- package/package.json +101 -101
- package/dist/components/Buttons/SyncButton.d.ts +0 -8
- package/dist/components/Buttons/SyncButtonIcon.d.ts +0 -7
- package/dist/containers/User/constants/types.d.ts +0 -13
- package/dist/containers/User/hooks/useStudentSelector.d.ts +0 -8
- package/dist/containers/User/views/RosterStudentSelector.d.ts +0 -7
- package/dist/layouts/TheLayoutAdmin.d.ts +0 -4
|
@@ -8,7 +8,5 @@ declare const useUserList: () => {
|
|
|
8
8
|
changeFilters: (updatedFilters: any) => void;
|
|
9
9
|
reDirectDetailPage: (id?: number | undefined) => void;
|
|
10
10
|
swicthUser: (id: string) => Promise<void>;
|
|
11
|
-
handleSyncRosterStudents: () => Promise<void>;
|
|
12
|
-
rosterUserInfo: (record: any) => string;
|
|
13
11
|
};
|
|
14
12
|
export default useUserList;
|
package/dist/index.css
CHANGED
|
@@ -294,19 +294,7 @@
|
|
|
294
294
|
._jOY7o {
|
|
295
295
|
background-size: cover;
|
|
296
296
|
opacity: 0;
|
|
297
|
-
|
|
298
|
-
animation: _wnn2_ 20s step-start infinite 0s; }
|
|
299
|
-
|
|
300
|
-
@-webkit-keyframes _wnn2_ {
|
|
301
|
-
0% {
|
|
302
|
-
opacity: 0;
|
|
303
|
-
background-image: url("/images/landing-page.jpg"); }
|
|
304
|
-
50% {
|
|
305
|
-
opacity: 1;
|
|
306
|
-
background-image: url("/images/landing-page2.jpg"); }
|
|
307
|
-
100% {
|
|
308
|
-
opacity: 2;
|
|
309
|
-
background-image: url("/images/landing-page3.jpg"); } }
|
|
297
|
+
animation: _wnn2_ 20s step-start infinite 0s; }
|
|
310
298
|
|
|
311
299
|
@keyframes _wnn2_ {
|
|
312
300
|
0% {
|
|
@@ -335,7 +323,7 @@
|
|
|
335
323
|
height: 100%;
|
|
336
324
|
padding: 20px 100px; }
|
|
337
325
|
._F-hjL ._149oA ._24U3W > img {
|
|
338
|
-
height:
|
|
326
|
+
height: 60px; }
|
|
339
327
|
._F-hjL ._149oA ._3Wmco {
|
|
340
328
|
padding-top: 70px; }
|
|
341
329
|
|
|
@@ -385,7 +373,7 @@
|
|
|
385
373
|
|
|
386
374
|
._1hXpy {
|
|
387
375
|
max-width: 160px;
|
|
388
|
-
max-height:
|
|
376
|
+
max-height: 60px; }
|
|
389
377
|
|
|
390
378
|
._3vb3s li > a {
|
|
391
379
|
color: #808080 !important; }
|