@nixweb/nixloc-ui 1.19.0 → 1.21.0
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/package.json +1 -1
- package/src/component/forms/ButtonFilter.vue +104 -104
- package/src/component/forms/ButtonGroup.vue +66 -66
- package/src/component/forms/ButtonGroupInline.vue +210 -210
- package/src/component/forms/ButtonSub.vue +97 -97
- package/src/component/forms/ButtonToggle.vue +76 -76
- package/src/component/forms/DateYearMonth.vue +192 -192
- package/src/component/forms/ImageUpload.vue +214 -214
- package/src/component/forms/IncrementDecrement.vue +151 -151
- package/src/component/forms/InputAddressGoogle.vue +171 -171
- package/src/component/forms/InputCallToAction.vue +135 -135
- package/src/component/forms/InputDecimalDiscount.vue +146 -146
- package/src/component/forms/InputTag.vue +124 -124
- package/src/component/forms/InputTextEdit.vue +69 -69
- package/src/component/forms/InputWhatsApp.vue +47 -47
- package/src/component/forms/SideBar.vue +99 -99
- package/src/component/forms/Toggle.vue +72 -72
- package/src/component/layout/Account.vue +131 -131
- package/src/component/layout/AnimatedPhrase.vue +68 -68
- package/src/component/layout/BarFloating.vue +67 -67
- package/src/component/layout/BottomActionsBar.vue +205 -205
- package/src/component/layout/ColorPicker.vue +175 -175
- package/src/component/layout/Gantt.vue +128 -128
- package/src/component/layout/HideShow.vue +61 -61
- package/src/component/layout/IconMolded.vue +58 -58
- package/src/component/layout/IconPicker.vue +161 -161
- package/src/component/layout/NewAccount.vue +136 -136
- package/src/component/layout/NewHeader.vue +59 -59
- package/src/component/layout/NewIconMolded.vue +70 -70
- package/src/component/layout/NewMenu.vue +472 -472
- package/src/component/layout/Tab.vue +259 -259
- package/src/component/layout/Tag.vue +97 -97
- package/src/component/layout/Tooltip.vue +155 -155
- package/src/component/layout/Zoom.vue +111 -111
- package/src/component/rental/DisplayCalculatePeriod.vue +48 -48
- package/src/component/rental/DisplayPeriodRent.vue +55 -55
- package/src/component/rental/DisplayTotalization.vue +86 -86
- package/src/component/report/Fields.vue +108 -108
- package/src/component/report/Report.vue +377 -377
- package/src/component/report/ReportTable.vue +111 -111
- package/src/component/report/Totalization.vue +33 -33
- package/src/component/shared/CodeEditor.vue +128 -128
- package/src/component/shared/Confirmation.vue +74 -74
- package/src/component/shared/DocumentEditor.vue +99 -99
- package/src/component/shared/DocumentPreview.vue +117 -105
- package/src/component/shared/DocumentPublic.vue +33 -33
- package/src/component/shared/ExportExcel.vue +56 -56
- package/src/component/shared/FullCalendar.vue +175 -175
- package/src/component/shared/HeaderReport.vue +47 -47
- package/src/component/shared/ListNotifications.vue +70 -70
- package/src/component/shared/Loading.vue +1 -4
- package/src/component/shared/LoadingCard.vue +64 -64
- package/src/component/shared/ParameterLegend.vue +169 -169
- package/src/component/shared/Report.vue +250 -250
- package/src/component/shared/SaveCancel.vue +99 -117
- package/src/component/shared/SelectOption.vue +162 -162
- package/src/component/shared/TableDraggable.vue +117 -117
- package/src/component/shared/TableImport.vue +93 -93
- package/src/component/shared/TableItem.vue +228 -228
- package/src/component/shared/TableTotalPerPage.vue +114 -114
- package/src/component/shared/TableTotalRecords.vue +44 -44
- package/src/component/shared/TimeLine.vue +41 -41
- package/src/component/shared/Timer.vue +77 -77
- package/src/component/shared/ToggleTheme.vue +127 -127
- package/src/component/shared/TotalizationReport.vue +86 -86
- package/src/component/shared/actions/ActionButtons.vue +53 -53
- package/src/component/shared/actions/ActionErrorContent.vue +103 -103
- package/src/component/shared/actions/ActionFooter.vue +93 -99
- package/src/component/shared/actions/ActionHeader.vue +110 -110
- package/src/component/shared/actions/ActionItemList.vue +143 -143
- package/src/component/shared/actions/ActionsOptions.vue +209 -209
- package/src/component/shared/actions/ActionsSelected.vue +262 -262
- package/src/component/shared/automation/ActivitiesList.vue +43 -43
- package/src/component/shared/automation/AddRule.vue +60 -60
- package/src/component/shared/automation/AutomationBuilder.vue +26 -26
- package/src/component/shared/automation/DynamicComponentList.vue +85 -85
- package/src/component/shared/automation/SelectRule.vue +97 -97
- package/src/component/shared/automation/components/BillingByRent.vue +97 -97
- package/src/component/shared/automation/components/SendEmail.vue +93 -93
- package/src/component/shared/file-manager/FileManager.vue +390 -390
- package/src/component/shared/filter-builder/FilterBuilder.vue +220 -220
- package/src/component/shared/filter-builder/FilterQuery.vue +95 -95
- package/src/component/shared/query-builder/ConvertToOdata.js +86 -86
- package/src/component/shared/query-builder/DynamicComponent.vue +161 -161
- package/src/component/shared/query-builder/Fields.vue +93 -93
- package/src/component/shared/query-builder/Rules.vue +68 -68
- package/src/component/shared/query-builder/SelectRule.vue +97 -97
- package/src/component/shared/query-builder/Tags.vue +59 -59
- package/src/component/signature/Payment.vue +160 -160
- package/src/component/signature/Warning.vue +75 -75
- package/src/component/template/ReportCreateUpdate.vue +110 -110
- package/src/component/template/ViewTemplateDocumentView.vue +213 -213
- package/src/component/template/ViewTemplateImportFile.vue +347 -347
- package/src/component/template/ViewTemplateReportList.vue +240 -240
- package/src/component/template/ViewTemplateReportPreview.vue +521 -521
- package/src/component/template/ViewTemplateSelectOption.vue +46 -46
- package/src/component/template/model/Report.js +5 -5
- package/src/component/training/Course.vue +343 -343
- package/src/component/training/CourseView.vue +198 -198
- package/src/component/value-objects/Address.js +10 -10
- package/src/component/value-objects/Address.vue +173 -173
- package/src/component/value-objects/Contact.js +6 -6
- package/src/component/value-objects/Contact.vue +106 -106
- package/src/component/value-objects/Person.js +10 -10
- package/src/component/value-objects/Person.vue +130 -130
- package/src/store/modules/automation.js +30 -30
- package/src/store/modules/generic.js +16 -6
- package/src/store/modules/report.js +277 -277
- package/src/store/modules/user.js +69 -69
- package/src/store/modules/util.js +25 -25
|
@@ -1,199 +1,199 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<Loading type="line" :center="true" v-if="loading" />
|
|
4
|
-
<div v-if="!loading && courseModules.length == 0">
|
|
5
|
-
Nenhum curso cadastrado!
|
|
6
|
-
</div>
|
|
7
|
-
<div v-for="(module, moduleIndex) in courseModules" :key="moduleIndex">
|
|
8
|
-
<Molded>
|
|
9
|
-
<b-row>
|
|
10
|
-
<b-col sm="10">
|
|
11
|
-
<div class="title-module">
|
|
12
|
-
<i class="fa-solid fa-video"></i>
|
|
13
|
-
{{ module.name }}
|
|
14
|
-
</div>
|
|
15
|
-
</b-col>
|
|
16
|
-
<b-col sm="2">
|
|
17
|
-
<div class="div-title">
|
|
18
|
-
<div class="side-by-side div-arrow" v-if="moduleSelected != module.name"
|
|
19
|
-
@click="showLesson(module.name)">
|
|
20
|
-
<span class="title-link">Expandir</span>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="side-by-side div-arrow" v-else @click="showLesson('')">
|
|
23
|
-
<span class="title-hide">Recolher</span>
|
|
24
|
-
</div>
|
|
25
|
-
</div>
|
|
26
|
-
</b-col>
|
|
27
|
-
</b-row>
|
|
28
|
-
<div v-show="moduleSelected == module.name" v-for="(lesson, lessonIndex) in module.lessons"
|
|
29
|
-
:key="lessonIndex">
|
|
30
|
-
<Molded>
|
|
31
|
-
<b-row>
|
|
32
|
-
<b-col sm="8">
|
|
33
|
-
<div>
|
|
34
|
-
<div class="div-margin side-by-side">
|
|
35
|
-
<i class="fa-solid fa-film"></i>
|
|
36
|
-
</div>
|
|
37
|
-
<div class="div-margin title-lesson side-by-side">
|
|
38
|
-
{{ lesson.title }}
|
|
39
|
-
</div>
|
|
40
|
-
</div>
|
|
41
|
-
<span class="title-description"> {{ lesson.description }}</span>
|
|
42
|
-
</b-col>
|
|
43
|
-
<b-col sm="3">
|
|
44
|
-
<div class="div-time div-margin side-by-side">
|
|
45
|
-
<span class="title-time">
|
|
46
|
-
<i class="fa-solid fa-timer"></i>
|
|
47
|
-
</span>
|
|
48
|
-
</div>
|
|
49
|
-
<div class="div-margin side-by-side">
|
|
50
|
-
{{ lesson.videoTime }}
|
|
51
|
-
</div>
|
|
52
|
-
</b-col>
|
|
53
|
-
<b-col sm="1">
|
|
54
|
-
<div class="icon-play" @click="showMovie(lesson)">
|
|
55
|
-
<i class="fa-solid fa-play"></i>
|
|
56
|
-
</div>
|
|
57
|
-
</b-col>
|
|
58
|
-
</b-row>
|
|
59
|
-
</Molded>
|
|
60
|
-
<br>
|
|
61
|
-
</div>
|
|
62
|
-
</Molded>
|
|
63
|
-
<br />
|
|
64
|
-
</div>
|
|
65
|
-
<Modal :title="selectedLesson.title" :width="900" v-show="showModal('play')">
|
|
66
|
-
<b-col xs="12" sm="12" md="12" lg="12" xl="12">
|
|
67
|
-
<Molded>
|
|
68
|
-
<div class="div-view" v-html="selectedLesson.videoUrl"></div>
|
|
69
|
-
</Molded>
|
|
70
|
-
</b-col>
|
|
71
|
-
</Modal>
|
|
72
|
-
</div>
|
|
73
|
-
</template>
|
|
74
|
-
|
|
75
|
-
<script>
|
|
76
|
-
|
|
77
|
-
import Molded from "@nixweb/nixloc-ui/src/component/layout/Molded";
|
|
78
|
-
import Modal from "@nixweb/nixloc-ui/src/component/forms/Modal";
|
|
79
|
-
import Loading from "@nixweb/nixloc-ui/src/component/shared/Loading.vue";
|
|
80
|
-
|
|
81
|
-
import axios from "axios";
|
|
82
|
-
|
|
83
|
-
import { mapGetters, mapMutations } from "vuex";
|
|
84
|
-
|
|
85
|
-
export default {
|
|
86
|
-
components: {
|
|
87
|
-
Molded, Modal, Loading
|
|
88
|
-
},
|
|
89
|
-
data() {
|
|
90
|
-
return {
|
|
91
|
-
urlGet: "",
|
|
92
|
-
environment: "",
|
|
93
|
-
courseModules: [],
|
|
94
|
-
loading: true,
|
|
95
|
-
moduleSelected: "",
|
|
96
|
-
selectedLesson: {}
|
|
97
|
-
};
|
|
98
|
-
},
|
|
99
|
-
mounted() {
|
|
100
|
-
this.get()
|
|
101
|
-
},
|
|
102
|
-
created() {
|
|
103
|
-
this.environment = process.env.VUE_APP_API_URL == "https://backend-cliente-prod.azurewebsites.net/" ? "prod" : "dev";
|
|
104
|
-
if (this.environment == "prod") this.urlGet = "https://backend-adm-prod.azurewebsites.net/api/v1/support/training/get";
|
|
105
|
-
if (this.environment == "dev") this.urlGet = "https://backend-adm-dev.azurewebsites.net/api/v1/support/training/get";
|
|
106
|
-
},
|
|
107
|
-
computed: {
|
|
108
|
-
...mapGetters("generic", ["showModal"]),
|
|
109
|
-
},
|
|
110
|
-
methods: {
|
|
111
|
-
...mapMutations("generic", ["openModal", "hideModal"]),
|
|
112
|
-
showLesson(moduleName) {
|
|
113
|
-
this.moduleSelected = moduleName;
|
|
114
|
-
},
|
|
115
|
-
showMovie(lesson) {
|
|
116
|
-
this.selectedLesson = lesson;
|
|
117
|
-
this.openModal("play");
|
|
118
|
-
},
|
|
119
|
-
get() {
|
|
120
|
-
this.loading = true;
|
|
121
|
-
axios.get(this.urlGet, {})
|
|
122
|
-
.then(response => {
|
|
123
|
-
if (response.data.success) {
|
|
124
|
-
this.courseModules = JSON.parse(response.data.content.course);
|
|
125
|
-
}
|
|
126
|
-
})
|
|
127
|
-
.catch(error => {
|
|
128
|
-
console.error(error);
|
|
129
|
-
})
|
|
130
|
-
.finally(() => {
|
|
131
|
-
this.loading = false;
|
|
132
|
-
});
|
|
133
|
-
},
|
|
134
|
-
},
|
|
135
|
-
};
|
|
136
|
-
</script>
|
|
137
|
-
|
|
138
|
-
<style scoped>
|
|
139
|
-
.div-title {
|
|
140
|
-
margin-bottom: 10px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.title-module {
|
|
144
|
-
font-size: 15px;
|
|
145
|
-
margin-bottom: 10px;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.title-lesson {
|
|
149
|
-
font-size: 14px;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.title-description {
|
|
153
|
-
font-size: 13px;
|
|
154
|
-
color: rgb(107, 106, 106);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.title-time {
|
|
158
|
-
font-size: 12px;
|
|
159
|
-
color: darkblue;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.div-margin {
|
|
163
|
-
margin-right: 5px;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.icon-play {
|
|
167
|
-
font-size: 30px;
|
|
168
|
-
cursor: pointer;
|
|
169
|
-
color: darkgreen;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.icon-play:hover {
|
|
173
|
-
color: green;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.div-time {
|
|
177
|
-
margin-top: 15px;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.div-arrow {
|
|
181
|
-
cursor: pointer;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.title-link {
|
|
185
|
-
color: #3f529b;
|
|
186
|
-
font-size: 14px;
|
|
187
|
-
font-weight: 400;
|
|
188
|
-
cursor: pointer;
|
|
189
|
-
margin-left: 10px;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.title-hide {
|
|
193
|
-
color: rgb(224, 33, 7);
|
|
194
|
-
font-size: 14px;
|
|
195
|
-
font-weight: 400;
|
|
196
|
-
cursor: pointer;
|
|
197
|
-
margin-left: 10px;
|
|
198
|
-
}
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<Loading type="line" :center="true" v-if="loading" />
|
|
4
|
+
<div v-if="!loading && courseModules.length == 0">
|
|
5
|
+
Nenhum curso cadastrado!
|
|
6
|
+
</div>
|
|
7
|
+
<div v-for="(module, moduleIndex) in courseModules" :key="moduleIndex">
|
|
8
|
+
<Molded>
|
|
9
|
+
<b-row>
|
|
10
|
+
<b-col sm="10">
|
|
11
|
+
<div class="title-module">
|
|
12
|
+
<i class="fa-solid fa-video"></i>
|
|
13
|
+
{{ module.name }}
|
|
14
|
+
</div>
|
|
15
|
+
</b-col>
|
|
16
|
+
<b-col sm="2">
|
|
17
|
+
<div class="div-title">
|
|
18
|
+
<div class="side-by-side div-arrow" v-if="moduleSelected != module.name"
|
|
19
|
+
@click="showLesson(module.name)">
|
|
20
|
+
<span class="title-link">Expandir</span>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="side-by-side div-arrow" v-else @click="showLesson('')">
|
|
23
|
+
<span class="title-hide">Recolher</span>
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
</b-col>
|
|
27
|
+
</b-row>
|
|
28
|
+
<div v-show="moduleSelected == module.name" v-for="(lesson, lessonIndex) in module.lessons"
|
|
29
|
+
:key="lessonIndex">
|
|
30
|
+
<Molded>
|
|
31
|
+
<b-row>
|
|
32
|
+
<b-col sm="8">
|
|
33
|
+
<div>
|
|
34
|
+
<div class="div-margin side-by-side">
|
|
35
|
+
<i class="fa-solid fa-film"></i>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="div-margin title-lesson side-by-side">
|
|
38
|
+
{{ lesson.title }}
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
<span class="title-description"> {{ lesson.description }}</span>
|
|
42
|
+
</b-col>
|
|
43
|
+
<b-col sm="3">
|
|
44
|
+
<div class="div-time div-margin side-by-side">
|
|
45
|
+
<span class="title-time">
|
|
46
|
+
<i class="fa-solid fa-timer"></i>
|
|
47
|
+
</span>
|
|
48
|
+
</div>
|
|
49
|
+
<div class="div-margin side-by-side">
|
|
50
|
+
{{ lesson.videoTime }}
|
|
51
|
+
</div>
|
|
52
|
+
</b-col>
|
|
53
|
+
<b-col sm="1">
|
|
54
|
+
<div class="icon-play" @click="showMovie(lesson)">
|
|
55
|
+
<i class="fa-solid fa-play"></i>
|
|
56
|
+
</div>
|
|
57
|
+
</b-col>
|
|
58
|
+
</b-row>
|
|
59
|
+
</Molded>
|
|
60
|
+
<br>
|
|
61
|
+
</div>
|
|
62
|
+
</Molded>
|
|
63
|
+
<br />
|
|
64
|
+
</div>
|
|
65
|
+
<Modal :title="selectedLesson.title" :width="900" v-show="showModal('play')">
|
|
66
|
+
<b-col xs="12" sm="12" md="12" lg="12" xl="12">
|
|
67
|
+
<Molded>
|
|
68
|
+
<div class="div-view" v-html="selectedLesson.videoUrl"></div>
|
|
69
|
+
</Molded>
|
|
70
|
+
</b-col>
|
|
71
|
+
</Modal>
|
|
72
|
+
</div>
|
|
73
|
+
</template>
|
|
74
|
+
|
|
75
|
+
<script>
|
|
76
|
+
|
|
77
|
+
import Molded from "@nixweb/nixloc-ui/src/component/layout/Molded";
|
|
78
|
+
import Modal from "@nixweb/nixloc-ui/src/component/forms/Modal";
|
|
79
|
+
import Loading from "@nixweb/nixloc-ui/src/component/shared/Loading.vue";
|
|
80
|
+
|
|
81
|
+
import axios from "axios";
|
|
82
|
+
|
|
83
|
+
import { mapGetters, mapMutations } from "vuex";
|
|
84
|
+
|
|
85
|
+
export default {
|
|
86
|
+
components: {
|
|
87
|
+
Molded, Modal, Loading
|
|
88
|
+
},
|
|
89
|
+
data() {
|
|
90
|
+
return {
|
|
91
|
+
urlGet: "",
|
|
92
|
+
environment: "",
|
|
93
|
+
courseModules: [],
|
|
94
|
+
loading: true,
|
|
95
|
+
moduleSelected: "",
|
|
96
|
+
selectedLesson: {}
|
|
97
|
+
};
|
|
98
|
+
},
|
|
99
|
+
mounted() {
|
|
100
|
+
this.get()
|
|
101
|
+
},
|
|
102
|
+
created() {
|
|
103
|
+
this.environment = process.env.VUE_APP_API_URL == "https://backend-cliente-prod.azurewebsites.net/" ? "prod" : "dev";
|
|
104
|
+
if (this.environment == "prod") this.urlGet = "https://backend-adm-prod.azurewebsites.net/api/v1/support/training/get";
|
|
105
|
+
if (this.environment == "dev") this.urlGet = "https://backend-adm-dev.azurewebsites.net/api/v1/support/training/get";
|
|
106
|
+
},
|
|
107
|
+
computed: {
|
|
108
|
+
...mapGetters("generic", ["showModal"]),
|
|
109
|
+
},
|
|
110
|
+
methods: {
|
|
111
|
+
...mapMutations("generic", ["openModal", "hideModal"]),
|
|
112
|
+
showLesson(moduleName) {
|
|
113
|
+
this.moduleSelected = moduleName;
|
|
114
|
+
},
|
|
115
|
+
showMovie(lesson) {
|
|
116
|
+
this.selectedLesson = lesson;
|
|
117
|
+
this.openModal("play");
|
|
118
|
+
},
|
|
119
|
+
get() {
|
|
120
|
+
this.loading = true;
|
|
121
|
+
axios.get(this.urlGet, {})
|
|
122
|
+
.then(response => {
|
|
123
|
+
if (response.data.success) {
|
|
124
|
+
this.courseModules = JSON.parse(response.data.content.course);
|
|
125
|
+
}
|
|
126
|
+
})
|
|
127
|
+
.catch(error => {
|
|
128
|
+
console.error(error);
|
|
129
|
+
})
|
|
130
|
+
.finally(() => {
|
|
131
|
+
this.loading = false;
|
|
132
|
+
});
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
};
|
|
136
|
+
</script>
|
|
137
|
+
|
|
138
|
+
<style scoped>
|
|
139
|
+
.div-title {
|
|
140
|
+
margin-bottom: 10px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.title-module {
|
|
144
|
+
font-size: 15px;
|
|
145
|
+
margin-bottom: 10px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.title-lesson {
|
|
149
|
+
font-size: 14px;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.title-description {
|
|
153
|
+
font-size: 13px;
|
|
154
|
+
color: rgb(107, 106, 106);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.title-time {
|
|
158
|
+
font-size: 12px;
|
|
159
|
+
color: darkblue;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.div-margin {
|
|
163
|
+
margin-right: 5px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.icon-play {
|
|
167
|
+
font-size: 30px;
|
|
168
|
+
cursor: pointer;
|
|
169
|
+
color: darkgreen;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.icon-play:hover {
|
|
173
|
+
color: green;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.div-time {
|
|
177
|
+
margin-top: 15px;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.div-arrow {
|
|
181
|
+
cursor: pointer;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.title-link {
|
|
185
|
+
color: #3f529b;
|
|
186
|
+
font-size: 14px;
|
|
187
|
+
font-weight: 400;
|
|
188
|
+
cursor: pointer;
|
|
189
|
+
margin-left: 10px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.title-hide {
|
|
193
|
+
color: rgb(224, 33, 7);
|
|
194
|
+
font-size: 14px;
|
|
195
|
+
font-weight: 400;
|
|
196
|
+
cursor: pointer;
|
|
197
|
+
margin-left: 10px;
|
|
198
|
+
}
|
|
199
199
|
</style>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export default class Address {
|
|
2
|
-
constructor() {
|
|
3
|
-
this.zipCode = "";
|
|
4
|
-
this.street = "";
|
|
5
|
-
this.number = "";
|
|
6
|
-
this.complement = "";
|
|
7
|
-
this.province = "";
|
|
8
|
-
this.city = "";
|
|
9
|
-
this.state = { id: "", content: "" };
|
|
10
|
-
}
|
|
1
|
+
export default class Address {
|
|
2
|
+
constructor() {
|
|
3
|
+
this.zipCode = "";
|
|
4
|
+
this.street = "";
|
|
5
|
+
this.number = "";
|
|
6
|
+
this.complement = "";
|
|
7
|
+
this.province = "";
|
|
8
|
+
this.city = "";
|
|
9
|
+
this.state = { id: "", content: "" };
|
|
10
|
+
}
|
|
11
11
|
}
|