@banch0u/core-project-test-repository 2.2.4 → 2.2.8
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/README.md +104 -104
- package/dist/assets/css/antd.css +842 -842
- package/dist/assets/css/variables.css +16 -16
- package/dist/assets/fonts/fonts.css +52 -52
- package/dist/components/Button/index.module.scss +154 -154
- package/dist/components/ColSort/index.module.scss +62 -62
- package/dist/components/Delete/Delete.module.scss +22 -22
- package/dist/components/DeleteModal/DeleteModal.module.scss +11 -11
- package/dist/components/Filter/index.module.scss +99 -99
- package/dist/components/FormModal/index.js +16 -16
- package/dist/components/FormModal/index.module.scss +14 -14
- package/dist/components/ImagePreviewModal/index.js +23 -23
- package/dist/components/ImagePreviewModal/index.module.scss +27 -27
- package/dist/components/Input/index.module.scss +111 -111
- package/dist/components/Loading/index.module.scss +18 -18
- package/dist/components/NotificationDropdown/index.js +8 -8
- package/dist/components/NotificationDropdown/index.module.scss +83 -83
- package/dist/components/NotificationSettingsContent/index.module.scss +70 -70
- package/dist/components/Pagination/Pagination.module.scss +8 -8
- package/dist/components/ProfileOptions/index.js +21 -21
- package/dist/components/ProfileOptions/index.module.scss +265 -265
- package/dist/components/Select/index.module.scss +72 -72
- package/dist/components/Success/Success.module.scss +26 -26
- package/dist/components/Table/index.module.scss +76 -76
- package/dist/helpers/enums.js +10 -0
- package/dist/index.css +32 -32
- package/dist/layout/Header/AppSelect/index.module.scss +72 -72
- package/dist/layout/Header/index.module.scss +12 -12
- package/dist/layout/QuestionnairesLayout/index.module.scss +3 -3
- package/dist/layout/QuestionnairesSidebar/index.js +26 -2
- package/dist/layout/QuestionnairesSidebar/index.module.scss +77 -77
- package/dist/layout/Sidebar/index.js +15 -15
- package/dist/layout/Sidebar/index.module.scss +67 -67
- package/dist/pages/Login/index.js +15 -15
- package/dist/pages/Login/index.module.scss +123 -123
- package/dist/pages/NotFound/index.module.scss +50 -50
- package/dist/pages/Platform/index.js +15 -15
- package/dist/pages/Platform/index.module.scss +125 -125
- package/dist/pages/Questionnnaires/Questionnaires.module.scss +211 -211
- package/dist/pages/Questionnnaires/QuestionnairesAcademicdegreesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesApplicationFormContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesAreasContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesBarrelContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesBarrelContent/index.js +292 -0
- package/dist/pages/Questionnnaires/QuestionnairesBrandsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesChassisTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesChemicalsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesColorsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCompaniesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContractTopicsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContractTypesSubtypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesContractcurrenciesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContracttypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContragenttypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCountriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCrushReasonsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDefaultAgreementPlansContent/index.js +23 -23
- package/dist/pages/Questionnnaires/QuestionnairesDeliveryMethodContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDetailPartsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDisabilitystatusesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDocumentRecieveMethodsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDocumentTypeContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDocumentWhomContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDrivingcategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesEducationinstitutionsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEducationlevelsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEducationpaymentsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEmployeeConfigurations/index.js +13 -13
- package/dist/pages/Questionnnaires/QuestionnairesEngineTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesExecutionRulesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesExtraServicesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesFieldContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesFieldContent/index.js +275 -0
- package/dist/pages/Questionnnaires/QuestionnairesFuelTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesGearboxTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesGeneralstructurestatusesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesGeneralstructuretypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesHallsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesHonorarytitlesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesInsurancetypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesInternalStructureContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesIssuedAuthoritiesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMarginNoteTextsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMeasurementTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMilitarycategoriesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitarygroupsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitaryranksContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitarystaffsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesModelsContent/index.js +13 -13
- package/dist/pages/Questionnnaires/QuestionnairesOilFieldsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOrdersContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOrganizationsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOwnersContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOwnershipTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesPenaltyTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesPositionsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesRegionsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesRepairTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesRepairmentWorkTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesReprimandtypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesRouteLocationsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesSpecialdaysContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesSpecializationsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesStructuresContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesSubtopicContent/index.js +15 -15
- package/dist/pages/Questionnnaires/QuestionnairesTopicContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesTransmitterTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleCategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleGroupsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesWarparticipantsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesWellContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesWellContent/index.js +280 -0
- package/dist/pages/Questionnnaires/QuestionnairesWorkModesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesWorkschedulesContent/index.js +12 -12
- package/dist/routes/QuestionnaireRoutes.js +19 -1
- package/dist/store/slices/auth/index.js +60 -60
- package/dist/store/slices/auth/service.js +20 -20
- package/dist/store/slices/companyInfo/index.js +10 -10
- package/dist/store/slices/companyInfo/service.js +4 -4
- package/dist/store/slices/employees/index.js +30 -30
- package/dist/store/slices/employees/service.js +12 -12
- package/dist/store/slices/global/index.js +170 -152
- package/dist/store/slices/notification/index.js +73 -73
- package/dist/store/slices/notification/service.js +24 -24
- package/dist/store/slices/questionnaire/index.js +9154 -8527
- package/dist/store/slices/questionnaire/service.js +3467 -3083
- package/dist/tools/questionnaireGenerator.js +12 -12
- package/dist/translations/index.json +364 -364
- package/dist/utils/axios.js +6 -6
- package/dist/utils/message.js +2 -2
- package/dist/utils/path.js +12 -0
- package/package.json +1 -1
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
.container {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
padding: 53px;
|
|
7
|
-
padding-top: 120px;
|
|
8
|
-
button {
|
|
9
|
-
padding: 9px 19px;
|
|
10
|
-
font-family: Inter;
|
|
11
|
-
font-size: 18px;
|
|
12
|
-
font-weight: 400;
|
|
13
|
-
line-height: 27px;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.value {
|
|
18
|
-
margin-top: 18px;
|
|
19
|
-
font-family: Inter;
|
|
20
|
-
font-size: 20px;
|
|
21
|
-
font-weight: 500;
|
|
22
|
-
line-height: 30px;
|
|
23
|
-
text-align: left;
|
|
24
|
-
color: #0b0b0b;
|
|
25
|
-
margin-bottom: 53px;
|
|
26
|
-
}
|
|
1
|
+
.container {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
padding: 53px;
|
|
7
|
+
padding-top: 120px;
|
|
8
|
+
button {
|
|
9
|
+
padding: 9px 19px;
|
|
10
|
+
font-family: Inter;
|
|
11
|
+
font-size: 18px;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
line-height: 27px;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.value {
|
|
18
|
+
margin-top: 18px;
|
|
19
|
+
font-family: Inter;
|
|
20
|
+
font-size: 20px;
|
|
21
|
+
font-weight: 500;
|
|
22
|
+
line-height: 30px;
|
|
23
|
+
text-align: left;
|
|
24
|
+
color: #0b0b0b;
|
|
25
|
+
margin-bottom: 53px;
|
|
26
|
+
}
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
.table_container {
|
|
2
|
-
table {
|
|
3
|
-
tr {
|
|
4
|
-
th:first-child {
|
|
5
|
-
font-family: Inter !important;
|
|
6
|
-
font-size: 18px !important;
|
|
7
|
-
font-weight: 400 !important;
|
|
8
|
-
line-height: 21.78px !important;
|
|
9
|
-
text-align: center !important;
|
|
10
|
-
color: #000000 !important;
|
|
11
|
-
}
|
|
12
|
-
th {
|
|
13
|
-
background: #fff !important;
|
|
14
|
-
text-align: center !important;
|
|
15
|
-
|
|
16
|
-
padding: 5px !important;
|
|
17
|
-
font-family: Inter !important;
|
|
18
|
-
font-size: 16px !important;
|
|
19
|
-
font-weight: 400 !important;
|
|
20
|
-
line-height: 19.36px !important;
|
|
21
|
-
|
|
22
|
-
border-color: #bebebe !important;
|
|
23
|
-
border-top: 1px solid #bebebe !important;
|
|
24
|
-
border-start-start-radius: 0px !important;
|
|
25
|
-
border-start-end-radius: 0px !important;
|
|
26
|
-
color: #646464 !important;
|
|
27
|
-
}
|
|
28
|
-
td {
|
|
29
|
-
padding: 0px !important;
|
|
30
|
-
font-size: 16px !important;
|
|
31
|
-
font-weight: 400 !important;
|
|
32
|
-
line-height: 24px !important;
|
|
33
|
-
text-align: center !important;
|
|
34
|
-
border-color: #fff !important;
|
|
35
|
-
color: #343434 !important;
|
|
36
|
-
}
|
|
37
|
-
// th:first-child {
|
|
38
|
-
// border-right: 1px solid #BEBEBE !important;
|
|
39
|
-
// }
|
|
40
|
-
// td:first-child {
|
|
41
|
-
// border-right: 1px solid #BEBEBE !important;
|
|
42
|
-
// }
|
|
43
|
-
|
|
44
|
-
// th:last-child {
|
|
45
|
-
// border-right: none !important;
|
|
46
|
-
// }
|
|
47
|
-
}
|
|
48
|
-
tr:first-child {
|
|
49
|
-
td {
|
|
50
|
-
padding: 0 !important;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
// @media screen and (max-width: 1537px) {
|
|
55
|
-
// table {
|
|
56
|
-
// tr {
|
|
57
|
-
// th {
|
|
58
|
-
// font-size: 12px !important;
|
|
59
|
-
// font-weight: 600 !important;
|
|
60
|
-
// line-height: 18px !important;
|
|
61
|
-
// }
|
|
62
|
-
// td {
|
|
63
|
-
// font-size: 12px !important;
|
|
64
|
-
// font-weight: 500 !important;
|
|
65
|
-
// line-height: 18px !important;
|
|
66
|
-
// text-align: center;
|
|
67
|
-
// }
|
|
68
|
-
// }
|
|
69
|
-
// }
|
|
70
|
-
// }
|
|
71
|
-
}
|
|
72
|
-
.draggableHeader {
|
|
73
|
-
background: #fff;
|
|
74
|
-
z-index: 2;
|
|
75
|
-
white-space: nowrap;
|
|
76
|
-
}
|
|
1
|
+
.table_container {
|
|
2
|
+
table {
|
|
3
|
+
tr {
|
|
4
|
+
th:first-child {
|
|
5
|
+
font-family: Inter !important;
|
|
6
|
+
font-size: 18px !important;
|
|
7
|
+
font-weight: 400 !important;
|
|
8
|
+
line-height: 21.78px !important;
|
|
9
|
+
text-align: center !important;
|
|
10
|
+
color: #000000 !important;
|
|
11
|
+
}
|
|
12
|
+
th {
|
|
13
|
+
background: #fff !important;
|
|
14
|
+
text-align: center !important;
|
|
15
|
+
|
|
16
|
+
padding: 5px !important;
|
|
17
|
+
font-family: Inter !important;
|
|
18
|
+
font-size: 16px !important;
|
|
19
|
+
font-weight: 400 !important;
|
|
20
|
+
line-height: 19.36px !important;
|
|
21
|
+
|
|
22
|
+
border-color: #bebebe !important;
|
|
23
|
+
border-top: 1px solid #bebebe !important;
|
|
24
|
+
border-start-start-radius: 0px !important;
|
|
25
|
+
border-start-end-radius: 0px !important;
|
|
26
|
+
color: #646464 !important;
|
|
27
|
+
}
|
|
28
|
+
td {
|
|
29
|
+
padding: 0px !important;
|
|
30
|
+
font-size: 16px !important;
|
|
31
|
+
font-weight: 400 !important;
|
|
32
|
+
line-height: 24px !important;
|
|
33
|
+
text-align: center !important;
|
|
34
|
+
border-color: #fff !important;
|
|
35
|
+
color: #343434 !important;
|
|
36
|
+
}
|
|
37
|
+
// th:first-child {
|
|
38
|
+
// border-right: 1px solid #BEBEBE !important;
|
|
39
|
+
// }
|
|
40
|
+
// td:first-child {
|
|
41
|
+
// border-right: 1px solid #BEBEBE !important;
|
|
42
|
+
// }
|
|
43
|
+
|
|
44
|
+
// th:last-child {
|
|
45
|
+
// border-right: none !important;
|
|
46
|
+
// }
|
|
47
|
+
}
|
|
48
|
+
tr:first-child {
|
|
49
|
+
td {
|
|
50
|
+
padding: 0 !important;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
// @media screen and (max-width: 1537px) {
|
|
55
|
+
// table {
|
|
56
|
+
// tr {
|
|
57
|
+
// th {
|
|
58
|
+
// font-size: 12px !important;
|
|
59
|
+
// font-weight: 600 !important;
|
|
60
|
+
// line-height: 18px !important;
|
|
61
|
+
// }
|
|
62
|
+
// td {
|
|
63
|
+
// font-size: 12px !important;
|
|
64
|
+
// font-weight: 500 !important;
|
|
65
|
+
// line-height: 18px !important;
|
|
66
|
+
// text-align: center;
|
|
67
|
+
// }
|
|
68
|
+
// }
|
|
69
|
+
// }
|
|
70
|
+
// }
|
|
71
|
+
}
|
|
72
|
+
.draggableHeader {
|
|
73
|
+
background: #fff;
|
|
74
|
+
z-index: 2;
|
|
75
|
+
white-space: nowrap;
|
|
76
|
+
}
|
package/dist/index.css
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
body * {
|
|
2
|
-
font-family: var(--defaultFont) !important;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
/* Apply styles globally to all scrollbars */
|
|
6
|
-
* {
|
|
7
|
-
/* For modern browsers (Firefox) */
|
|
8
|
-
scrollbar-width: thin !important;
|
|
9
|
-
scrollbar-color: #eaeaea transparent !important;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
/* For WebKit-based browsers (Chrome, Edge, Safari) */
|
|
13
|
-
*::-webkit-scrollbar {
|
|
14
|
-
width: 6px !important;
|
|
15
|
-
/* Vertical scrollbar width */
|
|
16
|
-
height: 6px !important;
|
|
17
|
-
/* Horizontal scrollbar height */
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
*::-webkit-scrollbar-thumb {
|
|
21
|
-
background: #eaeaea !important;
|
|
22
|
-
border-radius: 3px !important;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
*::-webkit-scrollbar-thumb:hover {
|
|
26
|
-
background: #cccccc !important;
|
|
27
|
-
/* Darker color on hover */
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
*::-webkit-scrollbar-track {
|
|
31
|
-
background: transparent !important;
|
|
32
|
-
/* Transparent track */
|
|
1
|
+
body * {
|
|
2
|
+
font-family: var(--defaultFont) !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
/* Apply styles globally to all scrollbars */
|
|
6
|
+
* {
|
|
7
|
+
/* For modern browsers (Firefox) */
|
|
8
|
+
scrollbar-width: thin !important;
|
|
9
|
+
scrollbar-color: #eaeaea transparent !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* For WebKit-based browsers (Chrome, Edge, Safari) */
|
|
13
|
+
*::-webkit-scrollbar {
|
|
14
|
+
width: 6px !important;
|
|
15
|
+
/* Vertical scrollbar width */
|
|
16
|
+
height: 6px !important;
|
|
17
|
+
/* Horizontal scrollbar height */
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
*::-webkit-scrollbar-thumb {
|
|
21
|
+
background: #eaeaea !important;
|
|
22
|
+
border-radius: 3px !important;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
26
|
+
background: #cccccc !important;
|
|
27
|
+
/* Darker color on hover */
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
*::-webkit-scrollbar-track {
|
|
31
|
+
background: transparent !important;
|
|
32
|
+
/* Transparent track */
|
|
33
33
|
}
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
.accordion {
|
|
2
|
-
background: var(--blue);
|
|
3
|
-
width: 270px;
|
|
4
|
-
min-width: 270px;
|
|
5
|
-
max-width: 270px;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.accordionHeader {
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
gap: 10px;
|
|
12
|
-
span {
|
|
13
|
-
font-size: 18px;
|
|
14
|
-
font-weight: 500;
|
|
15
|
-
color: var(--white);
|
|
16
|
-
height: auto;
|
|
17
|
-
}
|
|
18
|
-
div {
|
|
19
|
-
height: 30px;
|
|
20
|
-
filter: brightness(0) invert(1) !important;
|
|
21
|
-
}
|
|
22
|
-
svg {
|
|
23
|
-
width: 30px !important;
|
|
24
|
-
height: 30px !important;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.accordionBody {
|
|
29
|
-
display: flex;
|
|
30
|
-
flex-direction: column;
|
|
31
|
-
gap: 8px;
|
|
32
|
-
background-color: var(--blue);
|
|
33
|
-
padding: 10px;
|
|
34
|
-
top: 81px !important;
|
|
35
|
-
width: 250px !important;
|
|
36
|
-
min-width: 250px !important;
|
|
37
|
-
max-width: 250px !important;
|
|
38
|
-
border-radius: 0 0 6px 6px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.accordionOption {
|
|
42
|
-
background-color: var(--white);
|
|
43
|
-
color: var(--blue);
|
|
44
|
-
display: flex;
|
|
45
|
-
align-items: center;
|
|
46
|
-
padding: 10px;
|
|
47
|
-
border-radius: 6px;
|
|
48
|
-
gap: 10px;
|
|
49
|
-
font-size: 16px;
|
|
50
|
-
font-weight: 500;
|
|
51
|
-
font-size: 16px;
|
|
52
|
-
line-height: 100%;
|
|
53
|
-
letter-spacing: 0%;
|
|
54
|
-
|
|
55
|
-
cursor: pointer;
|
|
56
|
-
text-decoration: none;
|
|
57
|
-
transition: background 0.2s ease;
|
|
58
|
-
|
|
59
|
-
svg {
|
|
60
|
-
width: 26px;
|
|
61
|
-
height: 26px;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&:hover {
|
|
65
|
-
background-color: var(--lightBlue);
|
|
66
|
-
}
|
|
67
|
-
&:hover {
|
|
68
|
-
span {
|
|
69
|
-
color: var(--blue);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
.accordion {
|
|
2
|
+
background: var(--blue);
|
|
3
|
+
width: 270px;
|
|
4
|
+
min-width: 270px;
|
|
5
|
+
max-width: 270px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.accordionHeader {
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
gap: 10px;
|
|
12
|
+
span {
|
|
13
|
+
font-size: 18px;
|
|
14
|
+
font-weight: 500;
|
|
15
|
+
color: var(--white);
|
|
16
|
+
height: auto;
|
|
17
|
+
}
|
|
18
|
+
div {
|
|
19
|
+
height: 30px;
|
|
20
|
+
filter: brightness(0) invert(1) !important;
|
|
21
|
+
}
|
|
22
|
+
svg {
|
|
23
|
+
width: 30px !important;
|
|
24
|
+
height: 30px !important;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.accordionBody {
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
31
|
+
gap: 8px;
|
|
32
|
+
background-color: var(--blue);
|
|
33
|
+
padding: 10px;
|
|
34
|
+
top: 81px !important;
|
|
35
|
+
width: 250px !important;
|
|
36
|
+
min-width: 250px !important;
|
|
37
|
+
max-width: 250px !important;
|
|
38
|
+
border-radius: 0 0 6px 6px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.accordionOption {
|
|
42
|
+
background-color: var(--white);
|
|
43
|
+
color: var(--blue);
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
padding: 10px;
|
|
47
|
+
border-radius: 6px;
|
|
48
|
+
gap: 10px;
|
|
49
|
+
font-size: 16px;
|
|
50
|
+
font-weight: 500;
|
|
51
|
+
font-size: 16px;
|
|
52
|
+
line-height: 100%;
|
|
53
|
+
letter-spacing: 0%;
|
|
54
|
+
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
text-decoration: none;
|
|
57
|
+
transition: background 0.2s ease;
|
|
58
|
+
|
|
59
|
+
svg {
|
|
60
|
+
width: 26px;
|
|
61
|
+
height: 26px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&:hover {
|
|
65
|
+
background-color: var(--lightBlue);
|
|
66
|
+
}
|
|
67
|
+
&:hover {
|
|
68
|
+
span {
|
|
69
|
+
color: var(--blue);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.header {
|
|
2
|
-
height: 81px;
|
|
3
|
-
background: var(--blue);
|
|
4
|
-
align-items: center;
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: center;
|
|
7
|
-
justify-content: space-between;
|
|
8
|
-
padding: 0 17px;
|
|
9
|
-
z-index: 110;
|
|
10
|
-
position: relative;
|
|
11
|
-
overflow: visible; // ✅ allows dropdowns to escape
|
|
12
|
-
}
|
|
1
|
+
.header {
|
|
2
|
+
height: 81px;
|
|
3
|
+
background: var(--blue);
|
|
4
|
+
align-items: center;
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
padding: 0 17px;
|
|
9
|
+
z-index: 110;
|
|
10
|
+
position: relative;
|
|
11
|
+
overflow: visible; // ✅ allows dropdowns to escape
|
|
12
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.layout {
|
|
2
|
-
background: var(--white) !important;
|
|
3
|
-
}
|
|
1
|
+
.layout {
|
|
2
|
+
background: var(--white) !important;
|
|
3
|
+
}
|
|
@@ -5,7 +5,7 @@ import style from "./index.module.scss";
|
|
|
5
5
|
import { Layout, Menu, Input } from "antd";
|
|
6
6
|
import { QUESTIONNAIRES_ACADEMIC_DEGREES, QUESTIONNAIRES_APPLICATION_FORMS, QUESTIONNAIRES_AREAS, QUESTIONNAIRES_BRANDS, QUESTIONNAIRES_CATEGORIES, QUESTIONNAIRES_CHASSIS_TYPES, QUESTIONNAIRES_CHEMICALS, QUESTIONNAIRES_COLORS, QUESTIONNAIRES_COMPANIES, QUESTIONNAIRES_CONTRACTCURRENCIES, QUESTIONNAIRES_CONTRACTTYPES, QUESTIONNAIRES_CONTRAGENTTYPES, QUESTIONNAIRES_COUNTRIES, QUESTIONNAIRES_CRUSH_REASONS, QUESTIONNAIRES_DETAIL_PARTS, QUESTIONNAIRES_DISABILITY_STATUSES, QUESTIONNAIRES_DOCUMENT_RECIEVE_METHODS, QUESTIONNAIRES_DOCUMENT_TYPES, QUESTIONNAIRES_DOCUMENT_WHOM, QUESTIONNAIRES_DRIVING_CATEGORIES, QUESTIONNAIRES_EDUCATION_INSTITUTIONS, QUESTIONNAIRES_EDUCATION_LEVELS, QUESTIONNAIRES_EDUCATION_PAYMENTS, QUESTIONNAIRES_EMPLOYEE_CONFIGURATIONS, QUESTIONNAIRES_ENGINE_TYPES, QUESTIONNAIRES_EXECUTION_RULES, QUESTIONNAIRES_EXTRA_SERVICES, QUESTIONNAIRES_FUEL_TYPES, QUESTIONNAIRES_GEARBOX_TYPES, QUESTIONNAIRES_GENERAL_STRUCTURE_STATUSES, QUESTIONNAIRES_GENERAL_STRUCTURE_TYPES, QUESTIONNAIRES_HALLS, QUESTIONNAIRES_HONORARY_TITLES, QUESTIONNAIRES_INSURANCE_TYPES, QUESTIONNAIRES_ISSUED_AUTHORITIES, QUESTIONNAIRES_MARGIN_NOTE_TEXTS, QUESTIONNAIRES_MEASUREMENT_TYPES, QUESTIONNAIRES_MILITARY_CATEGORIES, QUESTIONNAIRES_MILITARY_GROUPS, QUESTIONNAIRES_MILITARY_RANKS, QUESTIONNAIRES_MILITARY_STAFFS, QUESTIONNAIRES_MODELS, QUESTIONNAIRES_OIL_FIELDS, QUESTIONNAIRES_ORDERS, QUESTIONNAIRES_ORGANIZATIONS, QUESTIONNAIRES_OWNERSHIP_TYPES, QUESTIONNAIRES_PENALTY_TYPES, QUESTIONNAIRES_POSITIONS, QUESTIONNAIRES_REPAIR_TYPES, QUESTIONNAIRES_REPAIRMENT_WORK_TYPES,
|
|
7
7
|
// QUESTIONNAIRES_REGIONS,
|
|
8
|
-
QUESTIONNAIRES_REPRIMAND_TYPES, QUESTIONNAIRES_SPECIAL_DAYS, QUESTIONNAIRES_SPECIALIZATIONS, QUESTIONNAIRES_STRUCTURES, QUESTIONNAIRES_SUBTOPIC, QUESTIONNAIRES_TOPIC, QUESTIONNAIRES_TRANSMITTER_TYPES, QUESTIONNAIRES_VEHICLE_CATEGORIES, QUESTIONNAIRES_VEHICLE_GROUPS, QUESTIONNAIRES_VEHICLE_TYPES, QUESTIONNAIRES_WAR_PARTICIPANTS, QUESTIONNAIRES_WORK_MODES, QUESTIONNAIRES_WORK_SCHEDULES, QUESTIONNAIRES_OWNERS, QUESTIONNAIRES_CONTRACTTOPICS, QUESTIONNAIRES_CONTRACTTYPESSUBTYPES, QUESTIONNAIRES_DEFAULTAGREEMENTPLANS, QUESTIONNAIRES_ROUTELOCATIONS, QUESTIONNAIRES_INTERNALSTRUCTURE } from "../../utils/path";
|
|
8
|
+
QUESTIONNAIRES_REPRIMAND_TYPES, QUESTIONNAIRES_SPECIAL_DAYS, QUESTIONNAIRES_SPECIALIZATIONS, QUESTIONNAIRES_STRUCTURES, QUESTIONNAIRES_SUBTOPIC, QUESTIONNAIRES_TOPIC, QUESTIONNAIRES_TRANSMITTER_TYPES, QUESTIONNAIRES_VEHICLE_CATEGORIES, QUESTIONNAIRES_VEHICLE_GROUPS, QUESTIONNAIRES_VEHICLE_TYPES, QUESTIONNAIRES_WAR_PARTICIPANTS, QUESTIONNAIRES_WORK_MODES, QUESTIONNAIRES_WORK_SCHEDULES, QUESTIONNAIRES_OWNERS, QUESTIONNAIRES_CONTRACTTOPICS, QUESTIONNAIRES_CONTRACTTYPESSUBTYPES, QUESTIONNAIRES_DEFAULTAGREEMENTPLANS, QUESTIONNAIRES_ROUTELOCATIONS, QUESTIONNAIRES_INTERNALSTRUCTURE, QUESTIONNAIRES_FIELD, QUESTIONNAIRES_WELL, QUESTIONNAIRES_BARREL } from "../../utils/path";
|
|
9
9
|
import { SearchIcon } from "../../assets/icons";
|
|
10
10
|
var Sider = Layout.Sider;
|
|
11
11
|
var SubMenu = Menu.SubMenu;
|
|
@@ -316,8 +316,32 @@ var QuestionnairesSidebar = function QuestionnairesSidebar(_ref) {
|
|
|
316
316
|
//delete the "/" at the start of string
|
|
317
317
|
label: "Şablon strukturlar",
|
|
318
318
|
link: QUESTIONNAIRES_INTERNALSTRUCTURE
|
|
319
|
-
}
|
|
319
|
+
},
|
|
320
320
|
// ---- generated sidebar item by questionnaireGenerator: InternalStructure ----
|
|
321
|
+
|
|
322
|
+
{
|
|
323
|
+
key: "fields",
|
|
324
|
+
//delete the "/" at the start of string
|
|
325
|
+
label: "Sahələr",
|
|
326
|
+
link: QUESTIONNAIRES_FIELD
|
|
327
|
+
},
|
|
328
|
+
// ---- generated sidebar item by questionnaireGenerator: Field ----
|
|
329
|
+
|
|
330
|
+
{
|
|
331
|
+
key: "wells",
|
|
332
|
+
//delete the "/" at the start of string
|
|
333
|
+
label: "Quyu",
|
|
334
|
+
link: QUESTIONNAIRES_WELL
|
|
335
|
+
},
|
|
336
|
+
// ---- generated sidebar item by questionnaireGenerator: Well ----
|
|
337
|
+
|
|
338
|
+
{
|
|
339
|
+
key: "barrels",
|
|
340
|
+
//delete the "/" at the start of string
|
|
341
|
+
label: "Çən",
|
|
342
|
+
link: QUESTIONNAIRES_BARREL
|
|
343
|
+
}
|
|
344
|
+
// ---- generated sidebar item by questionnaireGenerator: Barrel ----
|
|
321
345
|
];
|
|
322
346
|
var sortedItems = items.sort(function (a, b) {
|
|
323
347
|
return a.label.localeCompare(b.label);
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
.sidebar {
|
|
2
|
-
background: #fff !important;
|
|
3
|
-
border-radius: 12px;
|
|
4
|
-
border: none;
|
|
5
|
-
position: relative;
|
|
6
|
-
margin: 20px;
|
|
7
|
-
margin-right: 0;
|
|
8
|
-
border: 1px solid var(--blue);
|
|
9
|
-
.logo {
|
|
10
|
-
margin-top: 20px;
|
|
11
|
-
margin-bottom: 18px;
|
|
12
|
-
text-align: center;
|
|
13
|
-
h2 {
|
|
14
|
-
font-family: Inter;
|
|
15
|
-
font-size: 24px;
|
|
16
|
-
font-weight: 600;
|
|
17
|
-
line-height: 20px;
|
|
18
|
-
text-align: center;
|
|
19
|
-
color: var(--blue);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
.search {
|
|
23
|
-
padding: 0 14px;
|
|
24
|
-
margin-bottom: 6px;
|
|
25
|
-
.search_input {
|
|
26
|
-
width: 100%;
|
|
27
|
-
margin: 0 auto;
|
|
28
|
-
display: flex;
|
|
29
|
-
justify-content: center;
|
|
30
|
-
height: 36px;
|
|
31
|
-
font-size: 16px !important;
|
|
32
|
-
font-weight: 500 !important;
|
|
33
|
-
line-height: 24px !important;
|
|
34
|
-
text-align: left !important;
|
|
35
|
-
border-radius: 6px;
|
|
36
|
-
padding: 6px 10px !important;
|
|
37
|
-
.search_icon {
|
|
38
|
-
display: flex;
|
|
39
|
-
align-items: center;
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
svg {
|
|
42
|
-
path {
|
|
43
|
-
transition: 250ms;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
svg:hover {
|
|
47
|
-
path {
|
|
48
|
-
stroke: var(--blue);
|
|
49
|
-
transition: 250ms;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
.menu {
|
|
56
|
-
background: #fff;
|
|
57
|
-
border: none;
|
|
58
|
-
border-right: 0;
|
|
59
|
-
border-radius: 12px;
|
|
60
|
-
margin-top: 0px;
|
|
61
|
-
li {
|
|
62
|
-
margin-inline: 14px;
|
|
63
|
-
width: 90%;
|
|
64
|
-
border-radius: 4px;
|
|
65
|
-
color: #828282;
|
|
66
|
-
// background: #f2f2f2;
|
|
67
|
-
font-family: Inter;
|
|
68
|
-
font-size: 18px;
|
|
69
|
-
font-weight: 500;
|
|
70
|
-
text-align: left;
|
|
71
|
-
height: 42px;
|
|
72
|
-
span {
|
|
73
|
-
margin-left: 8px;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
.sidebar {
|
|
2
|
+
background: #fff !important;
|
|
3
|
+
border-radius: 12px;
|
|
4
|
+
border: none;
|
|
5
|
+
position: relative;
|
|
6
|
+
margin: 20px;
|
|
7
|
+
margin-right: 0;
|
|
8
|
+
border: 1px solid var(--blue);
|
|
9
|
+
.logo {
|
|
10
|
+
margin-top: 20px;
|
|
11
|
+
margin-bottom: 18px;
|
|
12
|
+
text-align: center;
|
|
13
|
+
h2 {
|
|
14
|
+
font-family: Inter;
|
|
15
|
+
font-size: 24px;
|
|
16
|
+
font-weight: 600;
|
|
17
|
+
line-height: 20px;
|
|
18
|
+
text-align: center;
|
|
19
|
+
color: var(--blue);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
.search {
|
|
23
|
+
padding: 0 14px;
|
|
24
|
+
margin-bottom: 6px;
|
|
25
|
+
.search_input {
|
|
26
|
+
width: 100%;
|
|
27
|
+
margin: 0 auto;
|
|
28
|
+
display: flex;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
height: 36px;
|
|
31
|
+
font-size: 16px !important;
|
|
32
|
+
font-weight: 500 !important;
|
|
33
|
+
line-height: 24px !important;
|
|
34
|
+
text-align: left !important;
|
|
35
|
+
border-radius: 6px;
|
|
36
|
+
padding: 6px 10px !important;
|
|
37
|
+
.search_icon {
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
svg {
|
|
42
|
+
path {
|
|
43
|
+
transition: 250ms;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
svg:hover {
|
|
47
|
+
path {
|
|
48
|
+
stroke: var(--blue);
|
|
49
|
+
transition: 250ms;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
.menu {
|
|
56
|
+
background: #fff;
|
|
57
|
+
border: none;
|
|
58
|
+
border-right: 0;
|
|
59
|
+
border-radius: 12px;
|
|
60
|
+
margin-top: 0px;
|
|
61
|
+
li {
|
|
62
|
+
margin-inline: 14px;
|
|
63
|
+
width: 90%;
|
|
64
|
+
border-radius: 4px;
|
|
65
|
+
color: #828282;
|
|
66
|
+
// background: #f2f2f2;
|
|
67
|
+
font-family: Inter;
|
|
68
|
+
font-size: 18px;
|
|
69
|
+
font-weight: 500;
|
|
70
|
+
text-align: left;
|
|
71
|
+
height: 42px;
|
|
72
|
+
span {
|
|
73
|
+
margin-left: 8px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|