@golstats/gsc-reports 1.0.2 → 1.0.4
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 +2 -2
- package/dist/{FilterConditions-55d68355-C5NIJbY6-BIYJFxA1-ChzU0yno.js → FilterConditions-55d68355-C5NIJbY6-BIYJFxA1-CwwaLnlT.js} +1 -1
- package/dist/{FilterField-59a73e38-DO8nYLqs-BlMX75HQ-DcD79wEB.js → FilterField-59a73e38-DO8nYLqs-BlMX75HQ-Cpg_7BlO.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-DlkHni1L-DbepEYoC-4bY4RGa1.js → FilterSubcategories-a9b32cc9-DlkHni1L-DbepEYoC-Dng5_lp-.js} +1 -1
- package/dist/css/fonts.css +83 -83
- package/dist/gsc-reports.css +1 -1
- package/dist/gsc-reports.es.js +1 -1
- package/dist/gsc-reports.umd.js +39 -39
- package/dist/{index-Cdmd9KsD.js → index-B_k9p-67.js} +4377 -4356
- package/package.json +1 -1
- package/src/components/TemplatesSection.vue +1 -0
- package/src/components/elementsTemplates/ModalCreateTemplate.vue +14 -3
- package/src/components/elementsTemplates/ModalDeleteReport.vue +246 -239
- package/src/components/elementsTemplates/ModalDeleteTemplate.vue +249 -242
- package/src/components/elementsTemplates/ModalGenerarReporte.vue +9 -2
- package/src/components/elementsTemplates/ModalRenameReporte.vue +330 -323
- package/src/components/elementsTemplates/ModalRenameTemplate.vue +337 -330
- package/src/components/elementsTemplates/ModalSoloEscritorio.vue +83 -83
- package/src/components/elementsTemplates/ModalduplicateTemplate.vue +300 -293
- package/src/components/elementsTemplates/TemplateItem.vue +19 -10
- package/src/components/elementsTemplates/TooltipReportOptions.vue +97 -85
- package/src/components/elementsTemplates/TooltipTemplateOptions.vue +161 -141
- package/src/components/filters.vue +935 -935
- package/src/components/template-report-maker/CoverPage.vue +636 -636
- package/src/components/template-report-maker/CoverSelector.vue +165 -165
- package/src/components/template-report-maker/ReportView.vue +66 -66
- package/src/components/template-report-maker/TemplateReportPage.vue +398 -398
- package/src/components/thumbnails-reports/AnalisisPostMatchType1.vue +741 -741
- package/src/components/thumbnails-reports/AnalisisPostMatchType2.vue +743 -743
- package/src/components/thumbnails-reports/AnalisisPostMatchType3.vue +463 -463
- package/src/components/thumbnails-reports/AnalisisPostMatchType4.vue +462 -462
- package/src/components/thumbnails-reports/AnalisisPrematchType1.vue +164 -164
- package/src/components/thumbnails-reports/AnalisisPrematchType2.vue +163 -163
- package/src/components/thumbnails-reports/AnalisisPrematchType3.vue +173 -173
- package/src/components/thumbnails-reports/AnalisisPrematchType4.vue +173 -173
- package/src/index.js +4 -4
- package/src/types.d.ts +45 -45
- package/src/utils/dateUtils.js +52 -52
- package/dist/icons/icn-close.svg +0 -5
- package/dist/icons/icn-delete-delete.svg +0 -3
- package/dist/icons/icn-delete.svg +0 -3
- package/dist/icons/icn-download.svg +0 -4
- package/dist/icons/icn-duplicate-white.svg +0 -11
- package/dist/icons/icn-duplicate.svg +0 -11
- package/dist/icons/icn-edit.svg +0 -11
- package/dist/icons/icn-editar-withe.svg +0 -3
- package/dist/icons/icn-rename-white.svg +0 -3
- package/dist/icons/icn-rename.svg +0 -3
- package/dist/icons/icn-report-white.svg +0 -11
- package/dist/icons/icn-report.svg +0 -11
- package/dist/images/background-postmatch-template-01.jpg +0 -0
- package/dist/images/background-postmatch-template-02.jpg +0 -0
- package/dist/images/canchaRPH.svg +0 -30
- package/dist/reports/background-postmatch-template-01@2x.jpg +0 -0
- package/dist/reports/background-postmatch-template-02@2x.jpg +0 -0
- package/dist/reports/thumbnail-portada-01@2x.png +0 -0
- package/dist/reports/thumbnail-portada-02@2x.png +0 -0
- package/dist/reports/thumbnail-portada-03@2x.png +0 -0
- package/dist/reports/thumbnail-portada-04@2x.png +0 -0
- package/dist/reports/thumbnail-portada-prmatch-01@2x.png +0 -0
- package/dist/reports/thumbnail-portada-prmatch-02@2x.png +0 -0
- package/dist/reports/thumbnail-portada-prmatch-03@2x.png +0 -0
- package/dist/reports/thumbnail-portada-prmatch-04@2x.png +0 -0
- package/dist/thumb1.png +0 -0
- package/dist/thumbnail-portada-01.jpg +0 -0
- package/dist/thumbnail-portada-02.jpg +0 -0
- package/dist/thumbnail-portada-03.jpg +0 -0
- package/dist/thumbnail-portada-04.jpg +0 -0
- package/dist/thumbnail-portada-prmatch-01.jpg +0 -0
- package/dist/thumbnail-portada-prmatch-02.jpg +0 -0
- package/dist/thumbnail-portada-prmatch-03.jpg +0 -0
- package/dist/thumbnail-portada-prmatch-04.jpg +0 -0
|
@@ -3,56 +3,65 @@
|
|
|
3
3
|
<div class="three-dots" @click.stop="showTooltip = !showTooltip">
|
|
4
4
|
<span></span><span></span><span></span>
|
|
5
5
|
</div>
|
|
6
|
-
<div
|
|
6
|
+
<div
|
|
7
|
+
v-if="template.pages && template.pages[0]"
|
|
8
|
+
class="template-img-placeholder"
|
|
9
|
+
style="position: relative"
|
|
10
|
+
>
|
|
7
11
|
<img
|
|
8
12
|
v-if="template.template_type === 1 && template.pages[0].type == 1"
|
|
9
|
-
src="/thumbnail-portada-prmatch-01.jpg"
|
|
13
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumbnail-portada-prmatch-01.jpg"
|
|
10
14
|
alt="Template Prematch Type 1"
|
|
11
15
|
class="template-img"
|
|
12
16
|
/>
|
|
13
17
|
<img
|
|
14
18
|
v-else-if="template.template_type === 2 && template.pages[0].type == 1"
|
|
15
|
-
src="/thumbnail-portada-01.jpg"
|
|
19
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumbnail-portada-01.jpg"
|
|
16
20
|
alt="Template Postmatch Type 1"
|
|
17
21
|
class="template-img"
|
|
18
22
|
/>
|
|
19
23
|
<img
|
|
20
24
|
v-else-if="template.template_type === 1 && template.pages[0].type == 2"
|
|
21
|
-
src="/thumbnail-portada-prmatch-02.jpg"
|
|
25
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumbnail-portada-prmatch-02.jpg"
|
|
22
26
|
alt="Template Prematch Type 2"
|
|
23
27
|
class="template-img"
|
|
24
28
|
/>
|
|
25
29
|
<img
|
|
26
30
|
v-else-if="template.template_type === 2 && template.pages[0].type == 2"
|
|
27
|
-
src="/thumbnail-portada-02.jpg"
|
|
31
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumbnail-portada-02.jpg"
|
|
28
32
|
alt="Template Postmatch Type 2"
|
|
29
33
|
class="template-img"
|
|
30
34
|
/>
|
|
31
35
|
<img
|
|
32
36
|
v-else-if="template.template_type === 1 && template.pages[0].type == 3"
|
|
33
|
-
src="/thumbnail-portada-prmatch-03.jpg"
|
|
37
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumbnail-portada-prmatch-03.jpg"
|
|
34
38
|
alt="Template Prematch Type 3"
|
|
35
39
|
class="template-img"
|
|
36
40
|
/>
|
|
37
41
|
<img
|
|
38
42
|
v-else-if="template.template_type === 2 && template.pages[0].type == 3"
|
|
39
|
-
src="/thumbnail-portada-03.jpg"
|
|
43
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumbnail-portada-03.jpg"
|
|
40
44
|
alt="Template Postmatch Type 3"
|
|
41
45
|
class="template-img"
|
|
42
46
|
/>
|
|
43
47
|
<img
|
|
44
48
|
v-else-if="template.template_type === 1 && template.pages[0].type == 4"
|
|
45
|
-
src="/thumbnail-portada-prmatch-04.jpg"
|
|
49
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumbnail-portada-prmatch-04.jpg"
|
|
46
50
|
alt="Template Prematch Type 4"
|
|
47
51
|
class="template-img"
|
|
48
52
|
/>
|
|
49
53
|
<img
|
|
50
54
|
v-else-if="template.template_type === 2 && template.pages[0].type == 4"
|
|
51
|
-
src="/thumbnail-portada-04.jpg"
|
|
55
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumbnail-portada-04.jpg"
|
|
52
56
|
alt="Template Postmatch Type 4"
|
|
53
57
|
class="template-img"
|
|
54
58
|
/>
|
|
55
|
-
<img
|
|
59
|
+
<img
|
|
60
|
+
v-else
|
|
61
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/thumb1.png"
|
|
62
|
+
alt="Template Default"
|
|
63
|
+
class="template-img"
|
|
64
|
+
/>
|
|
56
65
|
</div>
|
|
57
66
|
<div class="inner-card-postpartido">
|
|
58
67
|
<div class="postpartido-footer">
|
|
@@ -1,85 +1,97 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="tooltip-report-options">
|
|
3
|
-
<ul>
|
|
4
|
-
<li class="option" @click="$emit('renombrar')">
|
|
5
|
-
<img
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</li>
|
|
12
|
-
<li class="option" @click="$emit('
|
|
13
|
-
<img
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
</
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="tooltip-report-options">
|
|
3
|
+
<ul>
|
|
4
|
+
<li class="option" @click="$emit('renombrar')">
|
|
5
|
+
<img
|
|
6
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/icn-rename.svg"
|
|
7
|
+
alt="Renombrar reporte"
|
|
8
|
+
class="icon"
|
|
9
|
+
/>
|
|
10
|
+
Renombrar reporte
|
|
11
|
+
</li>
|
|
12
|
+
<li class="option" @click="$emit('descargar')">
|
|
13
|
+
<img
|
|
14
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/icn-download.svg"
|
|
15
|
+
alt="Descargar reporte"
|
|
16
|
+
class="icon"
|
|
17
|
+
/>
|
|
18
|
+
Descargar reporte
|
|
19
|
+
</li>
|
|
20
|
+
<li class="option" @click="$emit('eliminar')">
|
|
21
|
+
<img
|
|
22
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/icn-delete.svg"
|
|
23
|
+
alt="Eliminar reporte"
|
|
24
|
+
class="icon"
|
|
25
|
+
/>
|
|
26
|
+
Eliminar reporte
|
|
27
|
+
</li>
|
|
28
|
+
</ul>
|
|
29
|
+
</div>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<script setup>
|
|
33
|
+
const emit = defineEmits([
|
|
34
|
+
'ver-reporte',
|
|
35
|
+
'renombrar',
|
|
36
|
+
'editar',
|
|
37
|
+
'duplicar',
|
|
38
|
+
'descargar',
|
|
39
|
+
'eliminar',
|
|
40
|
+
])
|
|
41
|
+
</script>
|
|
42
|
+
|
|
43
|
+
<style scoped>
|
|
44
|
+
.tooltip-report-options {
|
|
45
|
+
position: absolute;
|
|
46
|
+
top: 44px;
|
|
47
|
+
right: 20px;
|
|
48
|
+
width: 215px;
|
|
49
|
+
height: 115px;
|
|
50
|
+
background: #2e3b46;
|
|
51
|
+
border-radius: 10px;
|
|
52
|
+
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
|
|
53
|
+
padding: 8px 0 0 0;
|
|
54
|
+
z-index: 3000;
|
|
55
|
+
font-family: Poppins-Regular;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
ul {
|
|
59
|
+
list-style: none;
|
|
60
|
+
margin: 0;
|
|
61
|
+
padding: 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.option {
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
color: #fff;
|
|
68
|
+
font-family: Poppins-Regular;
|
|
69
|
+
font-size: 13px;
|
|
70
|
+
font-weight: normal;
|
|
71
|
+
font-stretch: normal;
|
|
72
|
+
font-style: normal;
|
|
73
|
+
line-height: 1.5;
|
|
74
|
+
letter-spacing: normal;
|
|
75
|
+
text-align: left;
|
|
76
|
+
padding: 8px 16px 8px 14px;
|
|
77
|
+
cursor: pointer;
|
|
78
|
+
transition:
|
|
79
|
+
background 0.2s,
|
|
80
|
+
color 0.2s;
|
|
81
|
+
gap: 14px;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.option:hover {
|
|
85
|
+
background: #434f59;
|
|
86
|
+
color: #cbee6b;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.icon {
|
|
90
|
+
width: 17px;
|
|
91
|
+
height: 17px;
|
|
92
|
+
display: inline-block;
|
|
93
|
+
background-size: contain;
|
|
94
|
+
background-repeat: no-repeat;
|
|
95
|
+
object-fit: contain;
|
|
96
|
+
}
|
|
97
|
+
</style>
|
|
@@ -1,141 +1,161 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="tooltip-template-options">
|
|
3
|
-
<ul>
|
|
4
|
-
<li class="option" @click="$emit('generar-reporte')">
|
|
5
|
-
<img
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</li>
|
|
12
|
-
<li class="option" @click="$emit('
|
|
13
|
-
<img
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
</li>
|
|
20
|
-
<li class="option" @click="$emit('
|
|
21
|
-
<img
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
<
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
102
|
-
.
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}
|
|
127
|
-
.switch-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="tooltip-template-options">
|
|
3
|
+
<ul>
|
|
4
|
+
<li class="option" @click="$emit('generar-reporte')">
|
|
5
|
+
<img
|
|
6
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/icn-report.svg"
|
|
7
|
+
alt="Generar reporte"
|
|
8
|
+
class="icon"
|
|
9
|
+
/>
|
|
10
|
+
Generar reporte
|
|
11
|
+
</li>
|
|
12
|
+
<li class="option" @click="$emit('renombrar')">
|
|
13
|
+
<img
|
|
14
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/icn-rename.svg"
|
|
15
|
+
alt="Renombrar template"
|
|
16
|
+
class="icon"
|
|
17
|
+
/>
|
|
18
|
+
Renombrar template
|
|
19
|
+
</li>
|
|
20
|
+
<li class="option" @click="$emit('editar')">
|
|
21
|
+
<img
|
|
22
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/icn-edit.svg"
|
|
23
|
+
alt="Editar template"
|
|
24
|
+
class="icon"
|
|
25
|
+
/>
|
|
26
|
+
Editar template
|
|
27
|
+
</li>
|
|
28
|
+
<li class="option" @click="$emit('duplicar')">
|
|
29
|
+
<img
|
|
30
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/icn-duplicate.svg"
|
|
31
|
+
alt="Duplicar template"
|
|
32
|
+
class="icon"
|
|
33
|
+
/>
|
|
34
|
+
Duplicar template
|
|
35
|
+
</li>
|
|
36
|
+
<li class="option" @click="$emit('eliminar')">
|
|
37
|
+
<img
|
|
38
|
+
src="https://golstatsimages.blob.core.windows.net/reports-images/icn-delete.svg"
|
|
39
|
+
alt="Eliminar template"
|
|
40
|
+
class="icon"
|
|
41
|
+
/>
|
|
42
|
+
Eliminar template
|
|
43
|
+
</li>
|
|
44
|
+
</ul>
|
|
45
|
+
</div>
|
|
46
|
+
</template>
|
|
47
|
+
|
|
48
|
+
<script setup>
|
|
49
|
+
const emit = defineEmits(['generar-reporte', 'renombrar', 'editar', 'duplicar', 'eliminar'])
|
|
50
|
+
</script>
|
|
51
|
+
|
|
52
|
+
<style scoped>
|
|
53
|
+
.tooltip-template-options {
|
|
54
|
+
position: absolute;
|
|
55
|
+
top: 48px;
|
|
56
|
+
right: 20px;
|
|
57
|
+
width: 215px;
|
|
58
|
+
height: 185px;
|
|
59
|
+
background: #2e3b46;
|
|
60
|
+
border-radius: 10px;
|
|
61
|
+
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
|
|
62
|
+
padding: 8px 0 0 0;
|
|
63
|
+
z-index: 3000;
|
|
64
|
+
font-family: Poppins-Regular;
|
|
65
|
+
}
|
|
66
|
+
ul {
|
|
67
|
+
list-style: none;
|
|
68
|
+
margin: 0;
|
|
69
|
+
padding: 0;
|
|
70
|
+
}
|
|
71
|
+
.option {
|
|
72
|
+
display: flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
color: #fff;
|
|
75
|
+
font-family: Poppins-Regular;
|
|
76
|
+
font-size: 13px;
|
|
77
|
+
font-weight: normal;
|
|
78
|
+
font-stretch: normal;
|
|
79
|
+
font-style: normal;
|
|
80
|
+
line-height: 1.5;
|
|
81
|
+
letter-spacing: normal;
|
|
82
|
+
text-align: left;
|
|
83
|
+
padding: 8px 16px 8px 14px;
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
transition:
|
|
86
|
+
background 0.2s,
|
|
87
|
+
color 0.2s;
|
|
88
|
+
gap: 14px;
|
|
89
|
+
}
|
|
90
|
+
.option:hover {
|
|
91
|
+
background: #434f59;
|
|
92
|
+
color: #cbee6b;
|
|
93
|
+
}
|
|
94
|
+
.icon {
|
|
95
|
+
width: 17px;
|
|
96
|
+
height: 17px;
|
|
97
|
+
display: inline-block;
|
|
98
|
+
background-size: contain;
|
|
99
|
+
background-repeat: no-repeat;
|
|
100
|
+
object-fit: contain;
|
|
101
|
+
}
|
|
102
|
+
.icon-doc {
|
|
103
|
+
background-image: url('https://img.icons8.com/ios-filled/24/cbee6b/document--v1.png');
|
|
104
|
+
}
|
|
105
|
+
.icon-rename {
|
|
106
|
+
background-image: url('https://img.icons8.com/ios-filled/24/cbee6b/replace.png');
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.divider {
|
|
110
|
+
width: 100%;
|
|
111
|
+
height: 1px;
|
|
112
|
+
background: #3d4a54;
|
|
113
|
+
margin: 6px 0 0 0;
|
|
114
|
+
}
|
|
115
|
+
.autogen-row {
|
|
116
|
+
display: flex;
|
|
117
|
+
align-items: center;
|
|
118
|
+
gap: 10px;
|
|
119
|
+
margin-top: 7px;
|
|
120
|
+
padding: 10px 14px 12px 14px;
|
|
121
|
+
}
|
|
122
|
+
.switch {
|
|
123
|
+
display: flex;
|
|
124
|
+
align-items: center;
|
|
125
|
+
cursor: pointer;
|
|
126
|
+
}
|
|
127
|
+
.switch-track {
|
|
128
|
+
width: 28px;
|
|
129
|
+
height: 16px;
|
|
130
|
+
background: transparent;
|
|
131
|
+
border-radius: 10px;
|
|
132
|
+
position: relative;
|
|
133
|
+
transition: background 0.2s;
|
|
134
|
+
border: 1px solid #fff;
|
|
135
|
+
}
|
|
136
|
+
.switch-thumb {
|
|
137
|
+
width: 12px;
|
|
138
|
+
height: 12px;
|
|
139
|
+
background: #cbee6b;
|
|
140
|
+
border-radius: 50%;
|
|
141
|
+
position: absolute;
|
|
142
|
+
top: 2px;
|
|
143
|
+
left: 1px;
|
|
144
|
+
transition: left 0.2s;
|
|
145
|
+
box-shadow: 0 1px 4px 0 rgba(203, 238, 107, 0.15);
|
|
146
|
+
}
|
|
147
|
+
.switch-thumb.on {
|
|
148
|
+
left: 14px;
|
|
149
|
+
}
|
|
150
|
+
.autogen-label {
|
|
151
|
+
color: #fff;
|
|
152
|
+
font-family: Poppins-Regular;
|
|
153
|
+
font-size: 13px;
|
|
154
|
+
font-weight: normal;
|
|
155
|
+
font-stretch: normal;
|
|
156
|
+
font-style: normal;
|
|
157
|
+
line-height: 1.5;
|
|
158
|
+
letter-spacing: normal;
|
|
159
|
+
text-align: left;
|
|
160
|
+
}
|
|
161
|
+
</style>
|