quasar-factory-lib 0.0.21 → 0.0.22

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.
Files changed (51) hide show
  1. package/dist/components/Alert/AlertDialog.vue.d.ts +2 -2
  2. package/dist/components/{KMyButton → TaskNavBar}/index.d.ts +2 -2
  3. package/dist/components/index.d.ts +1 -0
  4. package/dist/components/plugins.d.ts +2 -1
  5. package/dist/index.d.ts +1 -1
  6. package/dist/pages/AlertPage.vue.d.ts +2 -2
  7. package/dist/pages/NavBarPage.vue.d.ts +0 -67
  8. package/dist/pages/TablePage.vue.d.ts +0 -1
  9. package/dist/quasar-factory-lib.js +6116 -5213
  10. package/dist/quasar-factory-lib.umd.cjs +11 -11
  11. package/dist/style.css +1 -1
  12. package/package.json +1 -1
  13. package/src/components/Alert/AlertDialog.vue +7 -7
  14. package/src/components/Table/Table.vue +0 -1
  15. package/src/components/{NavBar → TaskNavBar}/TaskNavBar.vue +22 -9
  16. package/src/components/{KMyButton → TaskNavBar}/index.ts +5 -3
  17. package/src/components/index.ts +2 -1
  18. package/src/components/plugins.ts +2 -1
  19. package/src/css/app.css +0 -2
  20. package/src/index.ts +3 -2
  21. package/src/pages/NavBarPage.vue +4 -29
  22. package/src/pages/TablePage.vue +1 -8
  23. package/dist/components/Counter/Counter.vue.d.ts +0 -68
  24. package/dist/components/KMyButton/MyButton.vue.d.ts +0 -27
  25. package/src/assets/icons/BoxLocation.svg +0 -11
  26. package/src/assets/icons/ConfirmadaLecturaGrande.svg +0 -9
  27. package/src/assets/icons/Confirmado.svg +0 -5
  28. package/src/assets/icons/Delete.svg +0 -11
  29. package/src/assets/icons/DeleteEtiqueta.svg +0 -10
  30. package/src/assets/icons/Deliveries.svg +0 -8
  31. package/src/assets/icons/Doscolumnas.svg +0 -14
  32. package/src/assets/icons/ErrorLectura.svg +0 -10
  33. package/src/assets/icons/Exit.svg +0 -3
  34. package/src/assets/icons/Inventario.svg +0 -18
  35. package/src/assets/icons/Location.svg +0 -4
  36. package/src/assets/icons/Logout.svg +0 -6
  37. package/src/assets/icons/Pause.svg +0 -12
  38. package/src/assets/icons/Scan.svg +0 -17
  39. package/src/assets/icons/ScanOffwhite.svg +0 -17
  40. package/src/assets/icons/Scanner.svg +0 -20
  41. package/src/assets/icons/ScannerWhite.svg +0 -31
  42. package/src/assets/icons/Start.svg +0 -9
  43. package/src/assets/icons/UnaColumna.svg +0 -9
  44. package/src/assets/icons/XAnular.svg +0 -9
  45. package/src/assets/img/logo.svg +0 -17
  46. package/src/components/Counter/Counter.vue +0 -65
  47. package/src/components/KMyButton/MyButton.vue +0 -36
  48. /package/dist/components/{NavBar → TaskNavBar}/BasicNavBar.vue.d.ts +0 -0
  49. /package/dist/components/{NavBar → TaskNavBar}/TaskNavBar.vue.d.ts +0 -0
  50. /package/src/assets/icons/{Lupa.svg → Search.svg} +0 -0
  51. /package/src/components/{NavBar → TaskNavBar}/BasicNavBar.vue +0 -0
package/package.json CHANGED
@@ -97,6 +97,6 @@
97
97
  "release": "standard-version"
98
98
  },
99
99
  "type": "module",
100
- "version": "0.0.21",
100
+ "version": "0.0.22",
101
101
  "author": ""
102
102
  }
@@ -1,10 +1,10 @@
1
1
  <template>
2
- <q-dialog v-model="showPopUp" :persistent="persistent">
2
+ <q-dialog v-model="alert" :persistent="persistent">
3
3
  <q-banner inline-actions data-cy="alert">
4
4
  <template v-slot:avatar>
5
5
  <q-icon :name="icon" :color="iconColor" :size="iconSize"></q-icon>
6
6
  </template>
7
- <p class="info">{{ message }}</p>
7
+ <p class="info">{{ alertMessage }}</p>
8
8
  <template v-slot:action>
9
9
  <q-btn
10
10
  flat
@@ -31,8 +31,8 @@ export default defineComponent({
31
31
  name: 'AlertDialog',
32
32
  data() {
33
33
  return {
34
- showPopUp: false,
35
- message: '',
34
+ alert: false,
35
+ alertMessage: '',
36
36
  }
37
37
  },
38
38
  props: {
@@ -68,11 +68,11 @@ export default defineComponent({
68
68
  emit: ['dialogClosed'],
69
69
  methods: {
70
70
  openAlertAndSetMessage(message: string): void {
71
- this.showPopUp = true
72
- this.message = message
71
+ this.alert = true
72
+ this.alertMessage = message
73
73
  },
74
74
  closePopup(): void {
75
- this.showPopUp = false
75
+ this.alert = false
76
76
  this.$emit('onPopupClosed')
77
77
  },
78
78
  },
@@ -93,7 +93,6 @@
93
93
  </template>
94
94
  <script lang="ts">
95
95
  import { defineComponent } from 'vue'
96
- import type { QTable } from 'quasar'
97
96
  import TableSlotHeader from './components/TableSlotHeader.vue'
98
97
  import TableColumnsSelector from './components/TableColumnsSelector.vue'
99
98
  import TableSlotBody from './components/TableSlotBody.vue'
@@ -1,18 +1,21 @@
1
1
  <template>
2
2
  <div>
3
- <q-toolbar class="q-toolbar-unset-height ">
3
+ <q-toolbar class="q-toolbar-unset-height">
4
4
  <div class="row full-width">
5
5
  <div class="col-6">
6
6
  <img :src="logo" id="logo">
7
7
  </div>
8
8
  <div class="col-6 text-right" id="buttons">
9
9
  <q-img v-if="showBtnBack" src="src/assets/icons/ArrowBack.svg" width="30px" @click="back" class="cursor-pointer" />
10
- <q-img v-if="showSearch" src="src/assets/icons/Lupa.svg" width="30px" @click="search" class="cursor-pointer"/>
10
+ <q-img v-if="showSearch" src="src/assets/icons/Search.svg" width="30px" @click="search" class="cursor-pointer"/>
11
11
  <q-img src="src/assets/icons/Menu.svg" width="30px" @click="toggleRightDrawer" class="cursor-pointer"/>
12
+ <!-- <q-btn v-if="showBtnBack" flat round icon="arrow_back" size="lg" @click="back" class="cursor-pointer" />
13
+ <q-btn v-if="showSearch" flat round icon="search" size="lg" @click="search" class="cursor-pointer"/>
14
+ <q-btn icon="menu" flat round size="lg" @click="toggleRightDrawer" class="cursor-pointer"/> -->
12
15
  </div>
13
16
  </div>
14
17
  </q-toolbar >
15
- <q-toolbar-title class=" text-color-almost-black pageTitleFontSize pageTitleFontFamily pageTitleTabletAndDesktop">
18
+ <q-toolbar-title class="text-color-almost-black">
16
19
  {{ title }}
17
20
  </q-toolbar-title>
18
21
  </div>
@@ -26,21 +29,31 @@
26
29
  background-position: center;
27
30
  background-repeat: no-repeat;
28
31
  background-size: contain;
32
+ margin-bottom: 10px;
29
33
  }
30
34
  #buttons .q-img {
31
35
  margin-left: 20px;
32
36
  }
33
- .pageTitleFontFamily {
37
+
38
+ .q-toolbar__title {
34
39
  font-family: "SangBleuKingdom-Light, sans-serif";
35
- }
36
- .pageTitleFontSize {
37
40
  font-size: 25px;
41
+ margin: 0;
38
42
  }
39
43
 
40
44
  @media only screen and (max-width: 1100px) {
41
- .pageTitleFontSize {
42
- font-size: 20px;
45
+ .q-toolbar__title {
46
+ font-size: 20px;
47
+ }
48
+ }
49
+
50
+ @media only screen and (max-width: 375px) {
51
+ #logo {
52
+ display: none;
43
53
  }
54
+ .q-toolbar__title {
55
+ font-size: 18px;
56
+ }
44
57
  }
45
58
  </style>
46
59
 
@@ -48,7 +61,7 @@
48
61
  import { defineComponent } from 'vue'
49
62
  import { date } from 'quasar'
50
63
  export default defineComponent({
51
- name: 'NavBarTask',
64
+ name: 'TaskNavBar',
52
65
  data() {
53
66
  return {
54
67
  date,
@@ -1,6 +1,6 @@
1
1
  import type { App, Plugin } from 'vue'
2
2
 
3
- import MyButton from './MyButton.vue'
3
+ import TaskNavBar from './TaskNavBar.vue'
4
4
 
5
5
  import { registerComponent } from '@/utils/plugins'
6
6
 
@@ -10,9 +10,11 @@ import { registerComponent } from '@/utils/plugins'
10
10
  /** export button plugin */
11
11
  export default {
12
12
  install (app: App) {
13
- registerComponent(app, 'KMyButton', MyButton)
13
+ registerComponent(app, 'TaskNavBar', TaskNavBar)
14
14
  }
15
15
  } as Plugin
16
16
 
17
17
  /** export button components */
18
- export { MyButton as KMyButton }
18
+ export { TaskNavBar as TaskNavBar }
19
+
20
+
@@ -1,3 +1,4 @@
1
1
  export * from './Table'
2
2
  export * from './Alert'
3
- export * from './Confirm'
3
+ export * from './Confirm'
4
+ export * from './TaskNavBar'
@@ -1,5 +1,6 @@
1
1
  import MyTable from './Table'
2
2
  import AlertDialog from './Alert'
3
3
  import ConfirmDialog from './Confirm'
4
- export { MyTable, AlertDialog, ConfirmDialog }
4
+ import TaskNavBar from './TaskNavBar'
5
+ export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar }
5
6
 
package/src/css/app.css CHANGED
@@ -33,8 +33,6 @@
33
33
  .text-color-almost-black {
34
34
  color: var(--almost-black);
35
35
  }
36
-
37
-
38
36
  .q-toolbar-unset-height .q-toolbar {
39
37
  min-height: unset;
40
38
  padding: 0;
package/src/index.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  import '@quasar/extras/material-icons/material-icons.css'
2
2
  import { Quasar } from 'quasar'
3
3
  import { App, Plugin } from 'vue'
4
- import { MyTable, AlertDialog, ConfirmDialog } from './components/plugins.ts'
4
+ import { MyTable, AlertDialog, ConfirmDialog, TaskNavBar } from './components/plugins.ts'
5
5
  import { registerPlugin, setVueInstance } from './utils/plugins.ts'
6
6
  import TranslateKeys from './i18n/translateKeys.ts'
7
7
  import { createPinia } from 'pinia'
8
- export { MyTable, AlertDialog, ConfirmDialog } from './components/index.ts'
8
+ export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar } from './components/index.ts'
9
9
 
10
10
  export type { TranslateKeys }
11
11
  // import plugins from "./components/plugins";
@@ -24,6 +24,7 @@ const plugin: Plugin = {
24
24
  registerPlugin(app, MyTable)
25
25
  registerPlugin(app, AlertDialog)
26
26
  registerPlugin(app, ConfirmDialog)
27
+ registerPlugin(app, TaskNavBar)
27
28
  app.use(i18n)
28
29
  app.use(pinia)
29
30
  i18n.global.locale = 'en'
@@ -9,45 +9,20 @@
9
9
  >
10
10
  <q-header class="bg-main-color text-black">
11
11
  <TaskNavBar
12
- :logo="'src/assets/img/logo.svg'"
13
- :title="'Preparacion Carga'"/>
14
-
15
- <q-toolbar class="q-toolbar-unset-height">
16
- <Counter
17
- :dataCy="'total-labels'"
18
- :counterTitle="'global.total'"
19
- :value="200"
20
- />
21
- </q-toolbar>
12
+ :logo="'src/assets/vue.svg'"
13
+ :title="'Load Preparation'"/>
22
14
  </q-header>
23
- <q-drawer show-if-above v-model="rightDrawerOpen" side="right" bordered>
24
- <!-- drawer content -->
25
- </q-drawer>
26
15
  </div>
27
16
  </q-page>
28
17
  </q-page-container>
29
18
  </template>
30
19
  <style>
31
- .createTaskTitle{
32
- font-size: 20px;
33
- padding-top: 20px;
34
- }
35
- @media only screen and (max-width: 350px){
36
- .createTaskTitle{
37
- font-size: 20px;
38
- padding-top: 10px;
39
- }
40
- }
41
20
  </style>
42
21
  <script lang="ts">
43
- // import BasicNavBar from '../components/NavBar/BasicNavBar.vue'
44
- import Counter from '../components/Counter/Counter.vue'
45
- import TaskNavBar from '../components/NavBar/TaskNavBar.vue'
22
+ import TaskNavBar from '../components/TaskNavBar/TaskNavBar.vue'
46
23
  export default {
47
24
  components: {
48
- TaskNavBar,
49
- // BasicNavBar
50
- Counter
25
+ TaskNavBar
51
26
  },
52
27
  data () {
53
28
  return {
@@ -7,11 +7,7 @@
7
7
  <div
8
8
  class="full-width"
9
9
  >
10
- <q-btn @click="clearTable">
11
- clear
12
- </q-btn>
13
10
  <Table
14
- ref="table"
15
11
  :rows="rows"
16
12
  :columns="columns"
17
13
  :visible-columns="visibleColumns"
@@ -173,7 +169,7 @@ export default {
173
169
  fat: 6.0,
174
170
  carbs: 24,
175
171
  checked: false,
176
- protein: 0,
172
+ protein: 4.0,
177
173
  sodium: 87,
178
174
  calcium: '14%',
179
175
  iron: '1%'
@@ -339,9 +335,6 @@ export default {
339
335
  close () {
340
336
  this.showDialog= false
341
337
  this.store.filterValue = this.store.lastFilterValue
342
- },
343
- clearTable () {
344
- this.$refs.table.clearTableSelection()
345
338
  }
346
339
  }
347
340
  }
@@ -1,68 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- containerClass: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- containerStyle: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- dataCy: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- counterTitle: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- counterTitleClass: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- value: {
23
- type: NumberConstructor;
24
- default: number;
25
- };
26
- counterValueClass: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
- containerClass: {
32
- type: StringConstructor;
33
- default: string;
34
- };
35
- containerStyle: {
36
- type: StringConstructor;
37
- default: string;
38
- };
39
- dataCy: {
40
- type: StringConstructor;
41
- default: string;
42
- };
43
- counterTitle: {
44
- type: StringConstructor;
45
- default: string;
46
- };
47
- counterTitleClass: {
48
- type: StringConstructor;
49
- default: string;
50
- };
51
- value: {
52
- type: NumberConstructor;
53
- default: number;
54
- };
55
- counterValueClass: {
56
- type: StringConstructor;
57
- default: string;
58
- };
59
- }>> & Readonly<{}>, {
60
- value: number;
61
- dataCy: string;
62
- containerClass: string;
63
- containerStyle: string;
64
- counterTitle: string;
65
- counterTitleClass: string;
66
- counterValueClass: string;
67
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
68
- export default _default;
@@ -1,27 +0,0 @@
1
- import { QBtn } from 'quasar';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
- label: {
4
- type: StringConstructor;
5
- required: true;
6
- };
7
- color: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- }>, {
12
- onClick: () => void;
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- label: {
15
- type: StringConstructor;
16
- required: true;
17
- };
18
- color: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- }>> & Readonly<{}>, {
23
- color: string;
24
- }, {}, {
25
- QBtn: import("quasar").ComponentConstructor<QBtn>;
26
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- export default _default;
@@ -1,11 +0,0 @@
1
- <svg id="Componente_31_14" data-name="Componente 31 – 14" xmlns="http://www.w3.org/2000/svg" width="210" height="38" viewBox="0 0 210 38">
2
- <g id="Caminho_11925" data-name="Caminho 11925" fill="none">
3
- <path d="M0,0H210V38H0Z" stroke="none"/>
4
- <path d="M 0.6999969482421875 0.7000007629394531 L 0.6999969482421875 37.29999923706055 L 209.2999572753906 37.29999923706055 L 209.2999572753906 0.7000007629394531 L 0.6999969482421875 0.7000007629394531 M 0 0 L 209.9999542236328 0 L 209.9999542236328 38 L 0 38 L 0 0 Z" stroke="none" fill="#212427"/>
5
- </g>
6
- <text id="_" data-name="—/—/—/—" transform="translate(72 4.5)" fill="#212427" font-size="20" font-family="Beatrice-Regular, Beatrice" letter-spacing="0.01em"><tspan x="-49.88" y="21">—/—/—/—</tspan></text>
7
- <g id="Grupo_54" data-name="Grupo 54" transform="translate(-354.402 -373.075)">
8
- <path id="Caminho_696" data-name="Caminho 696" d="M373.488,402.7l-6.13-10.63a7.051,7.051,0,0,1-.956-3.54h0a7.086,7.086,0,1,1,13.217,3.541Zm-5.916-14.171a5.885,5.885,0,0,0,.8,2.955l5.117,8.873,5.118-8.871a5.914,5.914,0,1,0-11.033-2.956Z" fill="#1a1818"/>
9
- <path id="Caminho_697" data-name="Caminho 697" d="M375.237,394.117a3.835,3.835,0,1,1,3.835-3.835A3.84,3.84,0,0,1,375.237,394.117Zm0-6.5a2.665,2.665,0,1,0,2.665,2.665A2.668,2.668,0,0,0,375.237,387.616Z" transform="translate(-1.75 -1.75)" fill="#1a1818"/>
10
- </g>
11
- </svg>
@@ -1,9 +0,0 @@
1
- <svg id="Componente_29_9" data-name="Componente 29 – 9" xmlns="http://www.w3.org/2000/svg" width="73" height="73" viewBox="0 0 73 73">
2
- <g id="Grupo_14291" data-name="Grupo 14291" transform="translate(-661.596 -408.577)">
3
- <path id="Caminho_15" data-name="Caminho 15" d="M5209,452.784l12.253,14.074,27.947-32.514" transform="translate(-4531.001 -4.523)" fill="none" stroke="#597765" stroke-width="1.5"/>
4
- </g>
5
- <g id="Elipse_21" data-name="Elipse 21" fill="none" stroke="#597765" stroke-width="1.5">
6
- <circle cx="36.5" cy="36.5" r="36.5" stroke="none"/>
7
- <circle cx="36.5" cy="36.5" r="35.75" fill="none"/>
8
- </g>
9
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="33.066" height="27.702" viewBox="0 0 33.066 27.702">
2
- <g id="Grupo_14318" data-name="Grupo 14318" transform="translate(-677.242 -429.168)">
3
- <path id="Caminho_15" data-name="Caminho 15" d="M5209,448.817l9.618,11.047,21.936-25.521" transform="translate(-4531 -4.523)" fill="none" stroke="#597765" stroke-width="2"/>
4
- </g>
5
- </svg>
@@ -1,11 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="23.953" height="29.357" viewBox="0 0 23.953 29.357">
2
- <g id="Componente_10_3" data-name="Componente 10 – 3" transform="translate(0.1 0.1)">
3
- <g id="Delete">
4
- <g id="Grupo_14243" data-name="Grupo 14243">
5
- <path id="Subtração_7" data-name="Subtração 7" d="M16.549,29.157H7.2a5.642,5.642,0,0,1-5.644-5.643V4.158H0V3.4H7.125V1.883A1.884,1.884,0,0,1,9.008,0h5.738a1.884,1.884,0,0,1,1.883,1.883V3.4h7.126v.754H22.192V23.514A5.59,5.59,0,0,1,20.537,27.5,5.681,5.681,0,0,1,16.549,29.157Zm-14.236-25V23.514A4.92,4.92,0,0,0,3.745,26.97,4.858,4.858,0,0,0,7.2,28.4h9.344a4.868,4.868,0,0,0,3.46-1.432,4.934,4.934,0,0,0,1.429-3.456V4.158ZM9.008.751a1.13,1.13,0,0,0-1.13,1.133V3.4h8V1.883A1.136,1.136,0,0,0,14.745.751Z" fill="#212427" stroke="#212427" stroke-width="0.2"/>
6
- <line id="Linha_16598" data-name="Linha 16598" y2="15.044" transform="translate(8.709 9.035)" fill="none" stroke="#212427" stroke-width="1"/>
7
- <line id="Linha_16599" data-name="Linha 16599" y2="15.044" transform="translate(15.043 9.035)" fill="none" stroke="#212427" stroke-width="1"/>
8
- </g>
9
- </g>
10
- </g>
11
- </svg>
@@ -1,10 +0,0 @@
1
- <svg id="Componente_4_9" data-name="Componente 4 – 9" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
2
- <g id="Elipse_2" data-name="Elipse 2" fill="none" stroke="#707070" stroke-width="1">
3
- <circle cx="20" cy="20" r="20" stroke="none"/>
4
- <circle cx="20" cy="20" r="19.5" fill="none"/>
5
- </g>
6
- <g id="Grupo_85" data-name="Grupo 85" transform="translate(-667.542 -477.546)">
7
- <line id="Linha_7" data-name="Linha 7" x1="18.092" y2="19.092" transform="translate(677.996 488.5)" fill="none" stroke="#000" stroke-width="1"/>
8
- <line id="Linha_8" data-name="Linha 8" x2="19.092" y2="19.092" transform="translate(677.996 488.5)" fill="none" stroke="#000" stroke-width="1"/>
9
- </g>
10
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="35.845" height="30.812" viewBox="0 0 35.845 30.812">
2
- <g id="Icon_feather-truck" data-name="Icon feather-truck" transform="translate(0.5 0.5)">
3
- <path id="Caminho_6" data-name="Caminho 6" d="M2.083,6.25H25.841V28.143H2.083Z" transform="translate(-2.083 -6.25)" fill="none" stroke="#000" stroke-linecap="square" stroke-width="1"/>
4
- <path id="Caminho_7" data-name="Caminho 7" d="M33.333,16.667h6.335l4.752,4.751v7.919H33.333Z" transform="translate(-9.576 -7.444)" fill="none" stroke="#000" stroke-width="1"/>
5
- <path id="Caminho_8" data-name="Caminho 8" d="M14.169,37.293a3.96,3.96,0,1,1-3.96-3.96,3.96,3.96,0,0,1,3.96,3.96Z" transform="translate(-1.082 -11.44)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
6
- <path id="Caminho_9" data-name="Caminho 9" d="M41.252,37.293a3.96,3.96,0,1,1-3.96-3.96A3.96,3.96,0,0,1,41.252,37.293Z" transform="translate(-9.576 -11.44)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
7
- </g>
8
- </svg>
@@ -1,14 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25">
2
- <g id="Componente_9_13" data-name="Componente 9 – 13" transform="translate(0 0.5)">
3
- <line id="Linha_16626" data-name="Linha 16626" x2="11" transform="translate(14)" fill="none" stroke="#212427" stroke-width="1"/>
4
- <line id="Linha_16627" data-name="Linha 16627" x2="11" transform="translate(14 6)" fill="none" stroke="#212427" stroke-width="1"/>
5
- <line id="Linha_16628" data-name="Linha 16628" x2="11" transform="translate(14 12)" fill="none" stroke="#212427" stroke-width="1"/>
6
- <line id="Linha_16629" data-name="Linha 16629" x2="11" transform="translate(14 18)" fill="none" stroke="#212427" stroke-width="1"/>
7
- <line id="Linha_16630" data-name="Linha 16630" x2="11" transform="translate(14 24)" fill="none" stroke="#212427" stroke-width="1"/>
8
- <line id="Linha_16631" data-name="Linha 16631" x2="11" fill="none" stroke="#212427" stroke-width="1"/>
9
- <line id="Linha_16632" data-name="Linha 16632" x2="11" transform="translate(0 6)" fill="none" stroke="#212427" stroke-width="1"/>
10
- <line id="Linha_16633" data-name="Linha 16633" x2="11" transform="translate(0 12)" fill="none" stroke="#212427" stroke-width="1"/>
11
- <line id="Linha_16634" data-name="Linha 16634" x2="11" transform="translate(0 18)" fill="none" stroke="#212427" stroke-width="1"/>
12
- <line id="Linha_16635" data-name="Linha 16635" x2="11" transform="translate(0 24)" fill="none" stroke="#212427" stroke-width="1"/>
13
- </g>
14
- </svg>
@@ -1,10 +0,0 @@
1
- <svg id="Componente_29_13" data-name="Componente 29 – 13" xmlns="http://www.w3.org/2000/svg" width="73" height="73" viewBox="0 0 73 73">
2
- <g id="Elipse_21" data-name="Elipse 21" fill="none" stroke="#6f1a07" stroke-width="1.5">
3
- <circle cx="36.5" cy="36.5" r="36.5" stroke="none"/>
4
- <circle cx="36.5" cy="36.5" r="35.75" fill="none"/>
5
- </g>
6
- <g id="Grupo_14288" data-name="Grupo 14288" transform="translate(-659.177 -469.181)">
7
- <line id="Linha_7" data-name="Linha 7" x1="33.361" y2="34.361" transform="translate(677.996 488.5)" fill="none" stroke="#6f1a07" stroke-width="1.5"/>
8
- <line id="Linha_8" data-name="Linha 8" x2="34.361" y2="34.361" transform="translate(677.996 488.5)" fill="none" stroke="#6f1a07" stroke-width="1.5"/>
9
- </g>
10
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="34.523" height="34.524" viewBox="0 0 34.523 34.524">
2
- <path id="Caminho_701" data-name="Caminho 701" d="M125.892,96.156l-2.33-2.332L108.63,109.92,93.7,93.825l-2.33,2.332,16.094,14.93-16.094,14.93,2.33,2.332,14.931-16.095,14.931,16.095,2.33-2.332L109.8,111.087Z" transform="translate(-91.369 -93.825)" fill="#212427"/>
3
- </svg>
@@ -1,18 +0,0 @@
1
- <svg id="Componente_8_1" data-name="Componente 8 – 1" xmlns="http://www.w3.org/2000/svg" width="34.001" height="30.457" viewBox="0 0 34.001 30.457">
2
- <g id="Retângulo_667" data-name="Retângulo 667" transform="translate(9 21.457)" fill="none" stroke="#212427" stroke-width="1">
3
- <rect width="8" height="9" stroke="none"/>
4
- <rect x="0.5" y="0.5" width="7" height="8" fill="none"/>
5
- </g>
6
- <g id="Retângulo_668" data-name="Retângulo 668" transform="translate(16 21.457)" fill="none" stroke="#212427" stroke-width="1">
7
- <rect width="8" height="9" stroke="none"/>
8
- <rect x="0.5" y="0.5" width="7" height="8" fill="none"/>
9
- </g>
10
- <g id="Retângulo_669" data-name="Retângulo 669" transform="translate(9 13.457)" fill="none" stroke="#212427" stroke-width="1">
11
- <rect width="8" height="9" stroke="none"/>
12
- <rect x="0.5" y="0.5" width="7" height="8" fill="none"/>
13
- </g>
14
- <g id="Caminho_11919" data-name="Caminho 11919" transform="translate(7441.5 -39.543)" fill="none">
15
- <path d="M-7441.5,70h33.977s.054-15.034,0-14.823-17.4-15.635-17.4-15.635L-7441.5,55.177Z" stroke="none"/>
16
- <path d="M -7408.5205078125 69 C -7408.50390625 64.03879547119141 -7408.49072265625 57.46018600463867 -7408.5087890625 55.69282150268555 C -7408.96923828125 55.31830215454102 -7409.71435546875 54.65554046630859 -7411.02978515625 53.48258590698242 C -7412.486328125 52.1838493347168 -7414.49609375 50.37359619140625 -7417.00244140625 48.10211944580078 C -7420.26025390625 45.1501350402832 -7423.52978515625 42.16889190673828 -7424.91259765625 40.90692901611328 L -7440.50048828125 55.6087760925293 L -7440.50048828125 69 L -7408.5205078125 69 M -7407.52392578125 70 L -7441.50048828125 70 L -7441.50048828125 55.17732620239258 L -7424.923828125 39.54276657104492 C -7424.923828125 39.54276657104492 -7407.806640625 55.18064880371094 -7407.52734375 55.17942810058594 C -7407.525390625 55.17942047119141 -7407.5244140625 55.1787223815918 -7407.52392578125 55.17732620239258 C -7407.5234375 55.17584228515625 -7407.52294921875 55.17511749267578 -7407.52294921875 55.17511749267578 C -7407.47119140625 55.17511749267578 -7407.52392578125 70 -7407.52392578125 70 Z" stroke="none" fill="#212427"/>
17
- </g>
18
- </svg>
@@ -1,4 +0,0 @@
1
- <svg id="Grupo_54" data-name="Grupo 54" xmlns="http://www.w3.org/2000/svg" width="14.171" height="21.258" viewBox="0 0 14.171 21.258">
2
- <path id="Caminho_696" data-name="Caminho 696" d="M373.488,402.7l-6.13-10.63a7.051,7.051,0,0,1-.956-3.54h0a7.086,7.086,0,1,1,13.217,3.541Zm-5.916-14.171a5.885,5.885,0,0,0,.8,2.955l5.117,8.873,5.118-8.871a5.914,5.914,0,1,0-11.033-2.956Z" transform="translate(-366.402 -381.446)" fill="#6f1a07"/>
3
- <path id="Caminho_697" data-name="Caminho 697" d="M375.237,394.117a3.835,3.835,0,1,1,3.835-3.835A3.84,3.84,0,0,1,375.237,394.117Zm0-6.5a2.665,2.665,0,1,0,2.665,2.665A2.668,2.668,0,0,0,375.237,387.616Z" transform="translate(-368.152 -383.196)" fill="#6f1a07"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="23.219" height="23.091" viewBox="0 0 23.219 23.091">
2
- <g id="Grupo_89" data-name="Grupo 89" transform="translate(-250 -22)">
3
- <circle id="Elipse_18" data-name="Elipse 18" cx="5.327" cy="5.327" r="5.327" transform="translate(256.283 22.35)" fill="none" stroke="#000" stroke-width="0.7"/>
4
- <path id="Caminho_617" data-name="Caminho 617" d="M271.927,41.827a10.343,10.343,0,0,0-20.659,0H250c.276-5.875,5.653-10.554,11.6-10.554s11.346,4.679,11.622,10.554Z" transform="translate(0 3.264)" fill-rule="evenodd"/>
5
- </g>
6
- </svg>
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38">
2
- <g id="Grupo_14274" data-name="Grupo 14274" transform="translate(-359.935 -332.935)">
3
- <g id="Retângulo_675" data-name="Retângulo 675" transform="translate(359.935 332.935)" fill="none" stroke="#212427" stroke-width="1">
4
- <rect width="38" height="38" rx="6" stroke="none"/>
5
- <rect x="0.5" y="0.5" width="37" height="37" rx="5.5" fill="none"/>
6
- </g>
7
- <g id="Grupo_14273" data-name="Grupo 14273" transform="translate(373.724 343.403)">
8
- <line id="Linha_16607" data-name="Linha 16607" y2="17.532" fill="none" stroke="#212427" stroke-width="1"/>
9
- <line id="Linha_16608" data-name="Linha 16608" y2="17.532" transform="translate(10.423)" fill="none" stroke="#212427" stroke-width="1"/>
10
- </g>
11
- </g>
12
- </svg>
@@ -1,17 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="97" height="97" viewBox="0 0 97 97">
2
- <g id="Componente_38_7" data-name="Componente 38 – 7" transform="translate(0.5 0.5)">
3
- <g id="Grupo_97" data-name="Grupo 97">
4
- <path id="União_3" data-name="União 3" d="M0,0V0ZM0,0H0Z" fill="#fff8f2" stroke="#212427" stroke-linejoin="round" stroke-width="1"/>
5
- <path id="União_4" data-name="União 4" d="M0,0V0ZM0,0H0Z" transform="translate(96) rotate(90)" fill="#fff8f2" stroke="#212427" stroke-linejoin="round" stroke-width="1"/>
6
- <g id="Grupo_94" data-name="Grupo 94" transform="translate(0 70)">
7
- <path id="União_5" data-name="União 5" d="M0,25v0Zm0,0H0Z" fill="#fff8f2" stroke="#212427" stroke-linejoin="round" stroke-width="1"/>
8
- <path id="União_6" data-name="União 6" d="M0,25v0Zm0,0H0Z" transform="translate(71 26) rotate(-90)" fill="#fff8f2" stroke="#212427" stroke-linejoin="round" stroke-width="1"/>
9
- </g>
10
- </g>
11
- <g id="Elipse_19" data-name="Elipse 19" transform="translate(31 31)" fill="none" stroke="#212427" stroke-width="1">
12
- <circle cx="17" cy="17" r="17" stroke="none"/>
13
- <circle cx="17" cy="17" r="16.5" fill="none"/>
14
- </g>
15
- <circle id="Elipse_20" data-name="Elipse 20" cx="6" cy="6" r="6" transform="translate(42 42)" fill="#212427"/>
16
- </g>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="97" height="97" viewBox="0 0 97 97">
2
- <g id="Componente_38_8" data-name="Componente 38 – 8" transform="translate(0.5 0.5)">
3
- <g id="Grupo_97" data-name="Grupo 97">
4
- <path id="União_3" data-name="União 3" d="M0,0V0ZM0,0H0Z" fill="#fff8f2" stroke="#fff8f2" stroke-linejoin="round" stroke-width="1"/>
5
- <path id="União_4" data-name="União 4" d="M0,0V0ZM0,0H0Z" transform="translate(96) rotate(90)" fill="#fff8f2" stroke="#fff8f2" stroke-linejoin="round" stroke-width="1"/>
6
- <g id="Grupo_94" data-name="Grupo 94" transform="translate(0 70)">
7
- <path id="União_5" data-name="União 5" d="M0,25v0Zm0,0H0Z" fill="#fff8f2" stroke="#fff8f2" stroke-linejoin="round" stroke-width="1"/>
8
- <path id="União_6" data-name="União 6" d="M0,25v0Zm0,0H0Z" transform="translate(71 26) rotate(-90)" fill="#fff8f2" stroke="#fff8f2" stroke-linejoin="round" stroke-width="1"/>
9
- </g>
10
- </g>
11
- <g id="Elipse_19" data-name="Elipse 19" transform="translate(31 31)" fill="none" stroke="#fff8f2" stroke-width="1">
12
- <circle cx="17" cy="17" r="17" stroke="none"/>
13
- <circle cx="17" cy="17" r="16.5" fill="none"/>
14
- </g>
15
- <circle id="Elipse_20" data-name="Elipse 20" cx="6" cy="6" r="6" transform="translate(42 42)" fill="#fff8f2"/>
16
- </g>
17
- </svg>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 97 97" style="enable-background:new 0 0 97 97;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:none;}
7
- .st1{fill:none;stroke:#212427;}
8
- .st2{fill:#212427;}
9
- .st3{fill:none;stroke:#212427;stroke-linejoin:round;}
10
- </style>
11
- <g id="Elipse_19" transform="translate(1527 1004)">
12
- <circle class="st0" cx="-1478.5" cy="-955.5" r="17"/>
13
- <circle class="st1" cx="-1478.5" cy="-955.5" r="16.5"/>
14
- </g>
15
- <circle id="Elipse_20" class="st2" cx="48.5" cy="48.5" r="6"/>
16
- <path class="st3" d="M0.5,24c0,0,0-20.1,0-23.5c3.6,0,23.5,0,23.5,0"/>
17
- <path class="st3" d="M73,0.5c0,0,20.1,0,23.5,0c0,3.6,0,23.5,0,23.5"/>
18
- <path class="st3" d="M96.4,73c0,0,0,20.1,0,23.5c-3.6,0-23.5,0-23.5,0"/>
19
- <path class="st3" d="M24.1,96.5c0,0-20.1,0-23.5,0c0-3.6,0-23.5,0-23.5"/>
20
- </svg>
@@ -1,31 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 97 97">
3
- <defs>
4
- <style>
5
- .cls-1, .cls-2, .cls-3 {
6
- fill: none;
7
- }
8
-
9
- .cls-2 {
10
- stroke-linejoin: round;
11
- }
12
-
13
- .cls-2, .cls-3 {
14
- stroke: #fff8f2;
15
- }
16
-
17
- .cls-4 {
18
- fill: #fff8f2;
19
- }
20
- </style>
21
- </defs>
22
- <g id="Elipse_19" data-name="Elipse 19">
23
- <circle class="cls-1" cx="48.49" cy="48.49" r="17"/>
24
- <circle class="cls-3" cx="48.49" cy="48.49" r="16.5"/>
25
- </g>
26
- <circle id="Elipse_20" data-name="Elipse 20" class="cls-4" cx="48.49" cy="48.49" r="6"/>
27
- <path class="cls-2" d="M.5,24.02V.5c3.55,0,23.46,0,23.46,0"/>
28
- <path class="cls-2" d="M72.98,.5h23.52c0,3.55,0,23.46,0,23.46"/>
29
- <path class="cls-2" d="M96.44,72.98v23.52c-3.55,0-23.46,0-23.46,0"/>
30
- <path class="cls-2" d="M24.04,96.5H.52c0-3.55,0-23.46,0-23.46"/>
31
- </svg>