@bildvitta/quasar-ui-asteroid 3.0.0-beta.4 → 3.0.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/QasActionsMenu.json +15 -15
- package/dist/api/QasAppBar.json +4 -4
- package/dist/api/QasAppMenu.json +11 -7
- package/dist/api/QasBtn.json +1 -1
- package/dist/api/QasCard.json +4 -4
- package/dist/api/QasCheckboxGroup.json +8 -8
- package/dist/api/QasCopy.json +4 -4
- package/dist/api/QasDateTimeInput.json +6 -6
- package/dist/api/QasDelete.json +17 -17
- package/dist/api/QasDialog.json +21 -21
- package/dist/api/QasFilters.json +16 -16
- package/dist/api/QasFormGenerator.json +31 -31
- package/dist/api/QasFormView.json +84 -84
- package/dist/api/QasGallery.json +4 -4
- package/dist/api/QasGridGenerator.json +39 -39
- package/dist/api/QasInput.json +13 -13
- package/dist/api/QasListView.json +55 -55
- package/dist/api/QasNestedFields.json +32 -32
- package/dist/api/QasNumericInput.json +21 -2
- package/dist/api/QasPageHeader.json +7 -7
- package/dist/api/QasPasswordInput.json +13 -13
- package/dist/api/QasPasswordStrengthChecker.json +12 -12
- package/dist/api/QasProfile.json +5 -5
- package/dist/api/QasResizer.json +11 -11
- package/dist/api/QasSearchBox.json +5 -5
- package/dist/api/QasSelect.json +14 -14
- package/dist/api/QasSelectList.json +6 -6
- package/dist/api/QasSignatureUploader.json +9 -9
- package/dist/api/QasSingleView.json +40 -40
- package/dist/api/QasSortable.json +20 -20
- package/dist/api/QasTableGenerator.json +5 -5
- package/dist/api/QasTransfer.json +9 -9
- package/dist/api/QasUploader.json +17 -17
- package/dist/asteroid.cjs.css +1 -1
- package/dist/asteroid.cjs.js +93 -58
- package/dist/asteroid.cjs.min.js +2 -2
- package/dist/asteroid.esm.css +1 -1
- package/dist/asteroid.esm.js +94 -59
- package/dist/asteroid.esm.min.js +2 -2
- package/dist/asteroid.umd.css +1 -1
- package/dist/asteroid.umd.js +93 -58
- package/dist/asteroid.umd.min.js +2 -2
- package/dist/vetur/asteroid-attributes.json +259 -255
- package/dist/vetur/asteroid-tags.json +89 -88
- package/package.json +1 -1
- package/src/assets/gear.svg +27 -0
- package/src/components/actions-menu/QasActionsMenu.vue +2 -2
- package/src/components/actions-menu/QasActionsMenu.yml +15 -15
- package/src/components/app-bar/QasAppBar.vue +2 -2
- package/src/components/app-bar/QasAppBar.yml +4 -4
- package/src/components/app-menu/QasAppMenu.vue +7 -3
- package/src/components/app-menu/QasAppMenu.yml +11 -7
- package/src/components/box/QasBox.vue +1 -1
- package/src/components/btn/QasBtn.vue +2 -2
- package/src/components/btn/QasBtn.yml +1 -1
- package/src/components/card/QasCard.vue +1 -1
- package/src/components/card/QasCard.yml +4 -4
- package/src/components/checkbox-group/QasCheckboxGroup.yml +9 -8
- package/src/components/copy/QasCopy.vue +1 -1
- package/src/components/copy/QasCopy.yml +4 -3
- package/src/components/date-time-input/QasDateTimeInput.yml +6 -5
- package/src/components/delete/QasDelete.yml +15 -15
- package/src/components/dialog/QasDialog.yml +20 -19
- package/src/components/filters/QasFilters.vue +3 -3
- package/src/components/filters/QasFilters.yml +16 -16
- package/src/components/form-generator/QasFormGenerator.yml +21 -21
- package/src/components/form-view/QasFormView.yml +68 -68
- package/src/components/gallery/QasGallery.yml +4 -4
- package/src/components/grid-generator/QasGridGenerator.yml +28 -27
- package/src/components/input/QasInput.yml +13 -13
- package/src/components/list-items/QasListItems.vue +1 -1
- package/src/components/list-view/QasListView.vue +10 -3
- package/src/components/list-view/QasListView.yml +48 -48
- package/src/components/nested-fields/QasNestedFields.yml +26 -25
- package/src/components/numeric-input/QasNumericInput.vue +31 -13
- package/src/components/numeric-input/QasNumericInput.yml +16 -2
- package/src/components/page-header/QasPageHeader.yml +4 -4
- package/src/components/password-input/QasPasswordInput.vue +1 -1
- package/src/components/password-input/QasPasswordInput.yml +11 -11
- package/src/components/password-strength-checker/QasPasswordStrengthChecker.yml +10 -10
- package/src/components/profile/QasProfile.yml +5 -5
- package/src/components/resizer/QasResizer.vue +1 -1
- package/src/components/resizer/QasResizer.yml +6 -5
- package/src/components/search-box/QasSearchBox.yml +5 -5
- package/src/components/select/QasSelect.yml +7 -7
- package/src/components/select-list/QasSelectList.yml +6 -6
- package/src/components/signature-pad/QasSignaturePad.vue +1 -1
- package/src/components/signature-uploader/QasSignatureUploader.yml +9 -9
- package/src/components/single-view/QasSingleView.vue +2 -2
- package/src/components/single-view/QasSingleView.yml +36 -36
- package/src/components/sortable/QasSortable.yml +17 -17
- package/src/components/table-generator/QasTableGenerator.yml +5 -5
- package/src/components/transfer/QasTransfer.vue +2 -1
- package/src/components/transfer/QasTransfer.yml +9 -9
- package/src/components/uploader/QasUploader.vue +2 -2
- package/src/components/uploader/QasUploader.yml +12 -12
- package/src/composables/index.js +1 -1
- package/src/composables/{useHistory.js → use-history.js} +0 -0
- package/src/css/utils/index.scss +0 -1
- package/src/css/variables/index.scss +1 -0
- package/src/css/variables/shadow.scss +33 -0
- package/src/css/variables/typography.scss +1 -1
- package/src/index.scss +1 -0
- package/src/pages/ErrorComponent.vue +56 -0
- package/src/pages/Forbidden.vue +19 -5
- package/src/pages/NotFound.vue +19 -5
- package/src/pages/ServerError.vue +23 -0
- package/src/assets/logo-modular.svg +0 -1
- package/src/composables/useForm.js +0 -3
- package/src/css/utils/shadow.scss +0 -7
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"default": [],
|
|
10
10
|
"type": "Array"
|
|
11
11
|
},
|
|
12
|
+
"empty-result-text": {
|
|
13
|
+
"desc": "Quando uma célula da tabela está vazia, esta prop define qual será o valor padrão.",
|
|
14
|
+
"default": "-",
|
|
15
|
+
"type": "String"
|
|
16
|
+
},
|
|
12
17
|
"fields": {
|
|
13
18
|
"desc": "Lista de field contendo informações necessárias para a criação da tabela.",
|
|
14
19
|
"default": {},
|
|
@@ -30,11 +35,6 @@
|
|
|
30
35
|
"default": "name",
|
|
31
36
|
"type": "String"
|
|
32
37
|
},
|
|
33
|
-
"empty-result-text": {
|
|
34
|
-
"desc": "Quando uma célula da tabela está vazia, esta prop define qual será o valor padrão.",
|
|
35
|
-
"default": "-",
|
|
36
|
-
"type": "String"
|
|
37
|
-
},
|
|
38
38
|
"use-scroll-on-grab": {
|
|
39
39
|
"desc": "Adiciona scroll pelo mouse ao arrastar tabela em todas as telas (Celular, Desktop).",
|
|
40
40
|
"default": true,
|
|
@@ -8,11 +8,6 @@
|
|
|
8
8
|
"desc": "Controla como sera o retorno do model, se \"true\" será um array de string, se \"false\" array de objeto.",
|
|
9
9
|
"type": "Boolean"
|
|
10
10
|
},
|
|
11
|
-
"model-value": {
|
|
12
|
-
"desc": "Model do componente, controla quais itens estão na segunda coluna.",
|
|
13
|
-
"default": [],
|
|
14
|
-
"type": "Array"
|
|
15
|
-
},
|
|
16
11
|
"fuse-options": {
|
|
17
12
|
"desc": "Configurações do [fuse.js](https://fusejs.io/api/options.html).",
|
|
18
13
|
"default": {
|
|
@@ -22,15 +17,20 @@
|
|
|
22
17
|
},
|
|
23
18
|
"type": "Object"
|
|
24
19
|
},
|
|
20
|
+
"label-key": {
|
|
21
|
+
"desc": "Nos options, você pode passar um array de objeto com qualquer chave/valor, esta prop serve para identificar qual será o equivalente ao \"label\".",
|
|
22
|
+
"default": "label",
|
|
23
|
+
"type": "String"
|
|
24
|
+
},
|
|
25
25
|
"label": {
|
|
26
26
|
"desc": "Rotulo que vai ficar em cima da primeira coluna.",
|
|
27
27
|
"type": "String",
|
|
28
28
|
"required": true
|
|
29
29
|
},
|
|
30
|
-
"
|
|
31
|
-
"desc": "
|
|
32
|
-
"default":
|
|
33
|
-
"type": "
|
|
30
|
+
"model-value": {
|
|
31
|
+
"desc": "Model do componente, controla quais itens estão na segunda coluna.",
|
|
32
|
+
"default": [],
|
|
33
|
+
"type": "Array"
|
|
34
34
|
},
|
|
35
35
|
"options": {
|
|
36
36
|
"desc": "Array de objetos com todos items que serão transferidos",
|
|
@@ -39,6 +39,18 @@
|
|
|
39
39
|
"default": "undefined",
|
|
40
40
|
"type": "Number"
|
|
41
41
|
},
|
|
42
|
+
"model-value": {
|
|
43
|
+
"desc": "Model do componente, caso seja múltiplo, retorna um array de string, senão somente uma string.",
|
|
44
|
+
"default": true,
|
|
45
|
+
"type": [
|
|
46
|
+
"Array",
|
|
47
|
+
"String"
|
|
48
|
+
],
|
|
49
|
+
"examples": [
|
|
50
|
+
"v-model=\"value\""
|
|
51
|
+
],
|
|
52
|
+
"model": true
|
|
53
|
+
},
|
|
42
54
|
"pica-resize-options": {
|
|
43
55
|
"desc": "Opções para a biblioteca \"pica\" que é responsável por fazer o redimensionamento antes do upload (https://github.com/nodeca/pica).",
|
|
44
56
|
"type": "Object",
|
|
@@ -49,6 +61,11 @@
|
|
|
49
61
|
"unsharpThreshold": 1
|
|
50
62
|
}
|
|
51
63
|
},
|
|
64
|
+
"readonly": {
|
|
65
|
+
"desc": "O componente não faz mais upload, apenas exibe.",
|
|
66
|
+
"default": true,
|
|
67
|
+
"type": "Number"
|
|
68
|
+
},
|
|
52
69
|
"size-limit": {
|
|
53
70
|
"desc": "Se o tamanho da imagem for menor ou igual ao passado nesta prop, não será feito um redimensionamento.",
|
|
54
71
|
"default": 1280,
|
|
@@ -59,23 +76,6 @@
|
|
|
59
76
|
"default": true,
|
|
60
77
|
"type": "Number"
|
|
61
78
|
},
|
|
62
|
-
"readonly": {
|
|
63
|
-
"desc": "O componente não faz mais upload, apenas exibe.",
|
|
64
|
-
"default": true,
|
|
65
|
-
"type": "Number"
|
|
66
|
-
},
|
|
67
|
-
"model-value": {
|
|
68
|
-
"desc": "Model do componente, caso seja múltiplo, retorna um array de string, senão somente uma string.",
|
|
69
|
-
"default": true,
|
|
70
|
-
"type": [
|
|
71
|
-
"Array",
|
|
72
|
-
"String"
|
|
73
|
-
],
|
|
74
|
-
"examples": [
|
|
75
|
-
"v-model=\"value\""
|
|
76
|
-
],
|
|
77
|
-
"model": true
|
|
78
|
-
},
|
|
79
79
|
"uploading": {
|
|
80
80
|
"desc": "Model que retorna se o componente está fazendo algum upload.",
|
|
81
81
|
"type": "Boolean",
|
package/dist/asteroid.cjs.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--qas-background-color: #f5f5f5;--qas-generic-border-radius: 8px}h1{font-size:6rem;font-weight:800;letter-spacing:0;line-height:6rem;margin:0}h2{font-size:3.75rem;font-weight:700;letter-spacing:0;line-height:3.75rem;margin:0}h3{font-size:3rem;font-weight:600;letter-spacing:0;line-height:2.5rem;margin:0}h4{font-size:2.125rem;font-weight:800;letter-spacing:0;line-height:2.5rem;margin:0}h5{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2rem;margin:0}h6{font-size:1.25rem;font-weight:600;letter-spacing:0;line-height:2rem;margin:0}body{background-color:var(--qas-background-color)}.q-field--outlined .q-field__inner{background-color:#fff;border-radius:var(--qas-generic-border-radius)}.q-radio__inner::before{color:var(--q-primary)}.q-tabs__arrow{color:var(--q-primary)}.bg-no-repeat{background-repeat:no-repeat !important}.bg-size-contain{background-size:contain !important}.bg-size-cover{background-size:cover !important}.bg-position-bottom{background-position:bottom !important}.bg-position-center{background-position:center !important}.bg-position-left{background-position:left !important}.bg-position-right{background-position:right !important}.bg-position-top{background-position:top !important}.border-secondary-contrast:not(.border-top):not(.border-left):not(.border-bottom):not(.border-right),.border-secondary:not(.border-top):not(.border-left):not(.border-bottom):not(.border-right),.border-primary-contrast:not(.border-top):not(.border-left):not(.border-bottom):not(.border-right),.border-primary:not(.border-top):not(.border-left):not(.border-bottom):not(.border-right){border-width:1px !important}.border-primary{border:0 solid var(--q-primary) !important}.border-primary-contrast{border:0 solid var(--q-primary-contrast) !important}.border-secondary{border:0 solid var(--q-secondary) !important}.border-secondary-contrast{border:0 solid var(--q-secondary-contrast) !important}.border-top{border-top-width:1px !important}.border-left{border-left-width:1px !important}.border-bottom{border-bottom-width:1px !important}.border-right{border-right-width:1px !important}.rounded-borders-sm{border-radius:calc(var(--qas-generic-border-radius) / 2) !important}.rounded-borders-lg{border-radius:calc(var(--qas-generic-border-radius) * 2) !important}.rounded-borders-top{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-borders-right{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-borders-bottom{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-borders-left{border-bottom-right-radius:0 !important;border-top-right-radius:0 !important}.container,.container-xs,.container-sm,.container-md,.container-lg,.container-xl{margin-left:auto;margin-right:auto;max-width:1280px;width:calc(100% - 80px)}.container.spaced,.container-xs.spaced,.container-sm.spaced,.container-md.spaced,.container-lg.spaced,.container-xl.spaced{padding-bottom:20px;padding-top:20px}@media(max-width: 599px){.container,.container-xs,.container-sm,.container-md,.container-lg,.container-xl{width:calc(100% - 20px)}}.container-xs{max-width:599px !important}.container-sm{max-width:1023px !important}.container-md{max-width:1439px !important}.container-lg{max-width:1919px !important}body{font-family:Inter,system-ui,sans-serif}.qs-lh-xs{line-height:.85 !important}.qs-lh-sm{line-height:1 !important}.qs-lh-md{line-height:1.15 !important}.qs-lh-lg{line-height:1.3 !important}.qs-lh-xl{line-height:1.5 !important}.opacity-10{opacity:0.1 !important}.opacity-20{opacity:0.2 !important}.opacity-30{opacity:0.3 !important}.opacity-40{opacity:0.4 !important}.opacity-50{opacity:0.5 !important}.opacity-60{opacity:0.6 !important}.opacity-70{opacity:0.7 !important}.opacity-80{opacity:0.8 !important}.opacity-90{opacity:0.9 !important}.
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--qas-background-color: #f5f5f5;--qas-generic-border-radius: 8px}h1{font-size:6rem;font-weight:800;letter-spacing:0;line-height:6rem;margin:0}h2{font-size:3.75rem;font-weight:700;letter-spacing:0;line-height:3.75rem;margin:0}h3{font-size:3rem;font-weight:600;letter-spacing:0;line-height:2.5rem;margin:0}h4{font-size:2.125rem;font-weight:800;letter-spacing:0;line-height:2.5rem;margin:0}h5{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2rem;margin:0}h6{font-size:1.25rem;font-weight:600;letter-spacing:0;line-height:2rem;margin:0}body{background-color:var(--qas-background-color)}.q-field--outlined .q-field__inner{background-color:#fff;border-radius:var(--qas-generic-border-radius)}.q-radio__inner::before{color:var(--q-primary)}.q-tabs__arrow{color:var(--q-primary)}.bg-no-repeat{background-repeat:no-repeat !important}.bg-size-contain{background-size:contain !important}.bg-size-cover{background-size:cover !important}.bg-position-bottom{background-position:bottom !important}.bg-position-center{background-position:center !important}.bg-position-left{background-position:left !important}.bg-position-right{background-position:right !important}.bg-position-top{background-position:top !important}.border-secondary-contrast:not(.border-top):not(.border-left):not(.border-bottom):not(.border-right),.border-secondary:not(.border-top):not(.border-left):not(.border-bottom):not(.border-right),.border-primary-contrast:not(.border-top):not(.border-left):not(.border-bottom):not(.border-right),.border-primary:not(.border-top):not(.border-left):not(.border-bottom):not(.border-right){border-width:1px !important}.border-primary{border:0 solid var(--q-primary) !important}.border-primary-contrast{border:0 solid var(--q-primary-contrast) !important}.border-secondary{border:0 solid var(--q-secondary) !important}.border-secondary-contrast{border:0 solid var(--q-secondary-contrast) !important}.border-top{border-top-width:1px !important}.border-left{border-left-width:1px !important}.border-bottom{border-bottom-width:1px !important}.border-right{border-right-width:1px !important}.rounded-borders-sm{border-radius:calc(var(--qas-generic-border-radius) / 2) !important}.rounded-borders-lg{border-radius:calc(var(--qas-generic-border-radius) * 2) !important}.rounded-borders-top{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-borders-right{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-borders-bottom{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-borders-left{border-bottom-right-radius:0 !important;border-top-right-radius:0 !important}.container,.container-xs,.container-sm,.container-md,.container-lg,.container-xl{margin-left:auto;margin-right:auto;max-width:1280px;width:calc(100% - 80px)}.container.spaced,.container-xs.spaced,.container-sm.spaced,.container-md.spaced,.container-lg.spaced,.container-xl.spaced{padding-bottom:20px;padding-top:20px}@media(max-width: 599px){.container,.container-xs,.container-sm,.container-md,.container-lg,.container-xl{width:calc(100% - 20px)}}.container-xs{max-width:599px !important}.container-sm{max-width:1023px !important}.container-md{max-width:1439px !important}.container-lg{max-width:1919px !important}body{font-family:Inter,system-ui,sans-serif}.qs-lh-xs{line-height:.85 !important}.qs-lh-sm{line-height:1 !important}.qs-lh-md{line-height:1.15 !important}.qs-lh-lg{line-height:1.3 !important}.qs-lh-xl{line-height:1.5 !important}.opacity-10{opacity:0.1 !important}.opacity-20{opacity:0.2 !important}.opacity-30{opacity:0.3 !important}.opacity-40{opacity:0.4 !important}.opacity-50{opacity:0.5 !important}.opacity-60{opacity:0.6 !important}.opacity-70{opacity:0.7 !important}.opacity-80{opacity:0.8 !important}.opacity-90{opacity:0.9 !important}.text-baseline{vertical-align:baseline !important}.text-break{word-break:break-all !important}.text-underline{text-decoration:underline !important}.text-no-decoration{text-decoration:none !important}.unset{all:unset}a.unset,button.unset{cursor:pointer}.qas-actions-menu__list{width:265px;z-index:1}.qas-alert{border-style:solid;border-width:0 10px}.qas-app-bar__toolbar{height:70px}.qas-app-bar__brand{height:24px;margin-right:8px;position:relative;top:4px}.qas-app-bar__user{background-color:var(--qas-background-color);transition:background-color .3s cubic-bezier(0.25, 0.8, 0.5, 1)}.qas-app-bar__user:focus,.qas-app-bar__user:hover{background-color:rgba(255,255,255,.2)}.qas-app-bar__user-data{max-width:180px}.qas-app-bar__user-menu{width:260px}@media(max-width: 599px){.qas-app-bar__user-data{display:none}}.q-expansion-item--expanded .q-item:not(.qas-app-menu--active.q-item){background-color:#fafafa}.qas-list-items .q-list>.q-item{padding:24px 16px}.qas-map__draw{height:300px;width:100%}.qas-nested-fields__actions{height:56px}.qas-signature-pad__canvas{border:1px solid rgba(0,0,0,.12)}.qas-table-generator .q-table th{font-weight:bold}.qas-table-generator--mobile{margin:0 -10px}.qas-table-generator--mobile .q-table{margin-left:10px}.qas-transfer__icon{transform:rotate(-90deg)}.qas-uploader__input{display:none}
|
package/dist/asteroid.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @bildvitta/quasar-ui-asteroid v3.0.0-beta.
|
|
2
|
+
* @bildvitta/quasar-ui-asteroid v3.0.0-beta.7
|
|
3
3
|
* (c) 2022 Bild & Vitta <systemteam@bild.com.br>
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -100,7 +100,7 @@ var script$K = {
|
|
|
100
100
|
},
|
|
101
101
|
|
|
102
102
|
hasLabel () {
|
|
103
|
-
return !!
|
|
103
|
+
return !!this.label
|
|
104
104
|
},
|
|
105
105
|
|
|
106
106
|
showLabel () {
|
|
@@ -123,9 +123,7 @@ function render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
123
123
|
unelevated: ""
|
|
124
124
|
}, $options.attributes), vue.createSlots({
|
|
125
125
|
default: vue.withCtx(() => [
|
|
126
|
-
(
|
|
127
|
-
? vue.renderSlot(_ctx.$slots, "default", { key: 0 })
|
|
128
|
-
: vue.createCommentVNode("v-if", true)
|
|
126
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
129
127
|
]),
|
|
130
128
|
_: 2 /* DYNAMIC */
|
|
131
129
|
}, [
|
|
@@ -205,7 +203,7 @@ var script$J = {
|
|
|
205
203
|
};
|
|
206
204
|
|
|
207
205
|
const _hoisted_1$r = { class: "flex items-center justify-center q-gutter-x-md" };
|
|
208
|
-
const _hoisted_2$k = { class: "flex items-center justify-center q-gutter-x-sm
|
|
206
|
+
const _hoisted_2$k = { class: "flex items-center justify-center q-gutter-x-sm" };
|
|
209
207
|
|
|
210
208
|
function render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
211
209
|
const _component_q_icon = vue.resolveComponent("q-icon");
|
|
@@ -237,7 +235,7 @@ function render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
237
235
|
return vue.renderSlot(_ctx.$slots, key, { item: item }, () => [
|
|
238
236
|
(vue.openBlock(), vue.createBlock(_component_q_item, vue.mergeProps({
|
|
239
237
|
key: key,
|
|
240
|
-
class: "text-
|
|
238
|
+
class: "text-primary",
|
|
241
239
|
clickable: ""
|
|
242
240
|
}, item.props, {
|
|
243
241
|
onClick: $event => ($options.onClick(item))
|
|
@@ -1033,7 +1031,7 @@ function render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1033
1031
|
const _directive_close_popup = vue.resolveDirective("close-popup");
|
|
1034
1032
|
|
|
1035
1033
|
return (vue.openBlock(), vue.createBlock(_component_q_header, {
|
|
1036
|
-
class: "bg-white qas-app-bar shadow-
|
|
1034
|
+
class: "bg-white qas-app-bar shadow-14",
|
|
1037
1035
|
"height-hint": "70"
|
|
1038
1036
|
}, {
|
|
1039
1037
|
default: vue.withCtx(() => [
|
|
@@ -1136,7 +1134,7 @@ function render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1136
1134
|
]),
|
|
1137
1135
|
vue.createVNode(_component_q_menu, {
|
|
1138
1136
|
anchor: "bottom end",
|
|
1139
|
-
class: "shadow-
|
|
1137
|
+
class: "shadow-14",
|
|
1140
1138
|
"max-height": "400px",
|
|
1141
1139
|
offset: [0, 5],
|
|
1142
1140
|
self: "top end"
|
|
@@ -1215,6 +1213,11 @@ var script$E = {
|
|
|
1215
1213
|
type: String
|
|
1216
1214
|
},
|
|
1217
1215
|
|
|
1216
|
+
brandMenu: {
|
|
1217
|
+
default: '',
|
|
1218
|
+
type: String
|
|
1219
|
+
},
|
|
1220
|
+
|
|
1218
1221
|
modules: {
|
|
1219
1222
|
default: () => [],
|
|
1220
1223
|
type: Array
|
|
@@ -1328,21 +1331,17 @@ var script$E = {
|
|
|
1328
1331
|
}
|
|
1329
1332
|
};
|
|
1330
1333
|
|
|
1331
|
-
var _imports_0 = "data:image/svg+xml,%3Csvg%20width%3D%22126%22%20height%3D%2226%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%22.3%22%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M6.829%2010.909c.02-2.295.059-4.6.119-6.895C9.197%202.653%2011.41%201.3%2013.58%200c2.172%201.301%204.393%202.653%206.634%204.014.07%202.295.11%204.6.12%206.895a342.175%20342.175%200%200%200%206.048%203.417c-.02%202.504-.1%205.017-.238%207.521A575.699%20575.699%200%200%200%2019.392%2026a404.892%20404.892%200%200%201-5.81-3.388A525.05%20525.05%200%200%201%207.77%2026a574.702%20574.702%200%200%200-6.753-4.153%20158.72%20158.72%200%200%201-.238-7.52%20381.833%20381.833%200%200%200%206.049-3.418Zm6.752-9.24c-1.487.884-2.994%201.788-4.521%202.702%201.487.855%202.994%201.73%204.521%202.613a830.152%20830.152%200%200%201%204.522-2.613c-1.527-.904-3.034-1.818-4.522-2.702Zm.714%206.577v5.295c1.537-.884%203.064-1.768%204.591-2.642-.01-1.759-.03-3.507-.06-5.266-1.487.855-3.004%201.729-4.53%202.613Zm5.87%2015.658a402.133%20402.133%200%200%201%204.602-2.792c.079-1.719.128-3.438.158-5.156-1.547.884-3.084%201.788-4.62%202.692-.04%201.749-.08%203.507-.14%205.256Zm4.046-9.16c-1.517-.845-3.044-1.72-4.571-2.593a767.782%20767.782%200%200%200-4.601%202.652c1.527.884%203.044%201.759%204.551%202.613%201.547-.894%203.084-1.788%204.621-2.672Zm-15.806%209.21c1.468-.835%202.955-1.71%204.462-2.594%200-1.768-.01-3.546-.01-5.315a577.521%20577.521%200%200%201-4.56%202.623c.029%201.758.059%203.527.108%205.285Zm3.719-9.15c-1.537-.885-3.064-1.78-4.601-2.653a310.65%20310.65%200%200%201-4.572%202.593c1.537.874%203.084%201.768%204.621%202.672a573.757%20573.757%200%200%200%204.552-2.613Z%22%20fill%3D%22%2300314D%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m47.676%2021.17-.022-10.315-5.113%208.536h-1.29l-5.112-8.403V21.17h-2.756V5.61h2.378l6.18%2010.314L48.01%205.61h2.378l.022%2015.56h-2.734ZM58.193%2021.325c-1.2%200-2.282-.26-3.245-.778a5.774%205.774%200%200%201-2.268-2.156c-.533-.934-.8-1.986-.8-3.157%200-1.17.267-2.215.8-3.134a5.774%205.774%200%200%201%202.267-2.156c.964-.52%202.045-.778%203.246-.778%201.215%200%202.304.259%203.268.778a5.619%205.619%200%200%201%202.245%202.156c.548.919.822%201.963.822%203.134%200%201.17-.274%202.223-.822%203.157a5.62%205.62%200%200%201-2.245%202.156c-.964.518-2.053.778-3.268.778Zm0-2.379c1.023%200%201.867-.34%202.534-1.022.667-.682%201-1.578%201-2.69%200-1.111-.333-2.008-1-2.69-.667-.681-1.511-1.022-2.534-1.022s-1.867.34-2.534%201.022c-.652.682-.978%201.579-.978%202.69%200%201.112.326%202.008.978%202.69.667.681%201.511%201.022%202.534%201.022ZM78.513%204.675V21.17h-2.667v-1.534c-.46.563-1.03.986-1.712%201.267-.667.282-1.408.423-2.223.423-1.14%200-2.17-.252-3.09-.756a5.47%205.47%200%200%201-2.133-2.134c-.52-.934-.779-2-.779-3.2%200-1.201.26-2.26.778-3.18a5.471%205.471%200%200%201%202.135-2.134c.918-.504%201.948-.755%203.09-.755.785%200%201.503.133%202.155.4a4.337%204.337%200%200%201%201.668%201.2v-6.09h2.778Zm-6.268%2014.271c.667%200%201.267-.148%201.8-.444a3.372%203.372%200%200%200%201.267-1.312c.312-.563.467-1.215.467-1.956%200-.74-.155-1.393-.467-1.956a3.217%203.217%200%200%200-1.267-1.29%203.507%203.507%200%200%200-1.8-.466c-.667%200-1.267.155-1.8.467a3.217%203.217%200%200%200-1.268%201.289c-.311.563-.467%201.215-.467%201.956%200%20.741.156%201.393.467%201.956.311.563.734%201%201.267%201.312a3.644%203.644%200%200%200%201.8.444ZM91.854%209.299v11.87H89.21v-1.511c-.444.533-1%20.948-1.667%201.244a5.487%205.487%200%200%201-2.156.423c-1.586%200-2.838-.437-3.757-1.312-.904-.889-1.356-2.2-1.356-3.934v-6.78h2.779V15.7c0%201.067.237%201.867.711%202.4.49.52%201.178.779%202.067.779.993%200%201.779-.304%202.357-.912.592-.622.889-1.511.889-2.667V9.299h2.778ZM93.805%204.675h2.78V21.17h-2.78V4.675ZM103.773%209.166c1.749%200%203.083.422%204.002%201.267.933.83%201.4%202.09%201.4%203.778v6.958h-2.623v-1.445c-.341.519-.83.92-1.467%201.2-.622.267-1.378.4-2.267.4-.89%200-1.668-.147-2.334-.444-.667-.311-1.186-.733-1.556-1.267a3.317%203.317%200%200%201-.534-1.845c0-1.067.393-1.919%201.178-2.556.8-.652%202.053-.978%203.757-.978h3.067v-.178c0-.83-.252-1.467-.755-1.912-.489-.444-1.223-.667-2.201-.667-.667%200-1.326.104-1.978.312-.638.207-1.179.496-1.623.867l-1.09-2.023c.623-.475%201.371-.838%202.246-1.09a9.984%209.984%200%200%201%202.778-.377Zm-.377%2010.136c.696%200%201.311-.156%201.845-.467a2.638%202.638%200%200%200%201.155-1.378v-1.378h-2.867c-1.601%200-2.401.526-2.401%201.578%200%20.504.2.904.6%201.2.4.297.956.445%201.668.445ZM113.997%2011.033c.8-1.245%202.208-1.867%204.224-1.867v2.645a3.532%203.532%200%200%200-.645-.067c-1.082%200-1.927.319-2.534.956-.608.622-.912%201.526-.912%202.712v5.757h-2.778V9.3h2.645v1.734Z%22%20fill%3D%22%2300314D%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22matrix%28-1%200%200%201%2026.383%200%29%22%20d%3D%22M0%200h25.603v26H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E";
|
|
1332
|
-
|
|
1333
1334
|
const _hoisted_1$o = { class: "column flex full-height justify-between no-wrap overflow-x-hidden" };
|
|
1334
1335
|
const _hoisted_2$h = {
|
|
1335
1336
|
key: 0,
|
|
1336
1337
|
class: "q-ma-md"
|
|
1337
1338
|
};
|
|
1338
1339
|
const _hoisted_3$d = /*#__PURE__*/vue.createElementVNode("div", { class: "q-mb-sm text-caption text-grey-7 text-weight-medium" }, " Você está no modulo: ", -1 /* HOISTED */);
|
|
1339
|
-
const _hoisted_4$9 = {
|
|
1340
|
-
const _hoisted_5$6 = {
|
|
1340
|
+
const _hoisted_4$9 = {
|
|
1341
1341
|
key: 0,
|
|
1342
|
-
|
|
1343
|
-
class: "block q-mb-md q-mx-auto",
|
|
1344
|
-
src: _imports_0
|
|
1342
|
+
class: "q-mx-md"
|
|
1345
1343
|
};
|
|
1344
|
+
const _hoisted_5$6 = ["alt", "src"];
|
|
1346
1345
|
|
|
1347
1346
|
function render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1348
1347
|
const _component_qas_select = vue.resolveComponent("qas-select");
|
|
@@ -1483,12 +1482,18 @@ function render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1483
1482
|
_: 1 /* STABLE */
|
|
1484
1483
|
})
|
|
1485
1484
|
]),
|
|
1486
|
-
|
|
1487
|
-
vue.
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1485
|
+
($props.brandMenu)
|
|
1486
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$9, [
|
|
1487
|
+
(!$data.isMini)
|
|
1488
|
+
? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1489
|
+
key: 0,
|
|
1490
|
+
alt: $props.title,
|
|
1491
|
+
class: "block q-mb-md q-mx-auto",
|
|
1492
|
+
src: $props.brandMenu
|
|
1493
|
+
}, null, 8 /* PROPS */, _hoisted_5$6))
|
|
1494
|
+
: vue.createCommentVNode("v-if", true)
|
|
1495
|
+
]))
|
|
1496
|
+
: vue.createCommentVNode("v-if", true)
|
|
1492
1497
|
])
|
|
1493
1498
|
]),
|
|
1494
1499
|
_: 1 /* STABLE */
|
|
@@ -1515,7 +1520,7 @@ var script$D = {
|
|
|
1515
1520
|
boxClass () {
|
|
1516
1521
|
return {
|
|
1517
1522
|
'border-primary-contrast': this.outlined,
|
|
1518
|
-
'shadow-
|
|
1523
|
+
'shadow-14': !this.unelevated
|
|
1519
1524
|
}
|
|
1520
1525
|
}
|
|
1521
1526
|
}
|
|
@@ -1572,7 +1577,7 @@ var script$C = {
|
|
|
1572
1577
|
},
|
|
1573
1578
|
|
|
1574
1579
|
cardClasses () {
|
|
1575
|
-
return this.formMode ? 'bg-white border-primary no-shadow' : '
|
|
1580
|
+
return this.formMode ? 'bg-white border-primary no-shadow' : 'shadow-14'
|
|
1576
1581
|
},
|
|
1577
1582
|
|
|
1578
1583
|
gutterClass () {
|
|
@@ -1896,7 +1901,7 @@ function render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1896
1901
|
]),
|
|
1897
1902
|
vue.createVNode(_component_qas_btn, {
|
|
1898
1903
|
class: "q-ml-xs",
|
|
1899
|
-
color: "grey-
|
|
1904
|
+
color: "grey-7",
|
|
1900
1905
|
flat: "",
|
|
1901
1906
|
icon: $props.icon,
|
|
1902
1907
|
loading: $data.isLoading,
|
|
@@ -3012,7 +3017,10 @@ var script$t = {
|
|
|
3012
3017
|
}
|
|
3013
3018
|
},
|
|
3014
3019
|
|
|
3015
|
-
emits: [
|
|
3020
|
+
emits: [
|
|
3021
|
+
'update:modelValue',
|
|
3022
|
+
'update-model'
|
|
3023
|
+
],
|
|
3016
3024
|
|
|
3017
3025
|
data () {
|
|
3018
3026
|
return {
|
|
@@ -3023,15 +3031,13 @@ var script$t = {
|
|
|
3023
3031
|
computed: {
|
|
3024
3032
|
defaultMode () {
|
|
3025
3033
|
return defaultModes[this.mode]
|
|
3026
|
-
}
|
|
3027
|
-
|
|
3028
|
-
model: {
|
|
3029
|
-
get () {
|
|
3030
|
-
return this.modelValue
|
|
3031
|
-
},
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3032
3036
|
|
|
3033
|
-
|
|
3034
|
-
|
|
3037
|
+
watch: {
|
|
3038
|
+
modelValue (value) {
|
|
3039
|
+
if (this.autoNumeric) {
|
|
3040
|
+
this.autoNumeric.set(value);
|
|
3035
3041
|
}
|
|
3036
3042
|
}
|
|
3037
3043
|
},
|
|
@@ -3066,39 +3072,56 @@ var script$t = {
|
|
|
3066
3072
|
Object.assign(options, this.autonumericProps);
|
|
3067
3073
|
|
|
3068
3074
|
this.$nextTick(() => {
|
|
3069
|
-
this.$refs.input.value = this.modelValue;
|
|
3070
3075
|
this.autoNumeric = new AutoNumeric__default["default"](this.$refs.input, options);
|
|
3076
|
+
this.autoNumeric.set(this.modelValue);
|
|
3071
3077
|
});
|
|
3072
3078
|
},
|
|
3073
3079
|
|
|
3074
3080
|
beforeUnmount () {
|
|
3075
3081
|
this.autoNumeric.remove();
|
|
3082
|
+
},
|
|
3083
|
+
|
|
3084
|
+
methods: {
|
|
3085
|
+
setSelect () {
|
|
3086
|
+
this.$refs?.input?.select();
|
|
3087
|
+
},
|
|
3088
|
+
|
|
3089
|
+
emitValue () {
|
|
3090
|
+
this.$emit('update:modelValue', this.autoNumeric.getNumber());
|
|
3091
|
+
},
|
|
3092
|
+
|
|
3093
|
+
emitUpdateModel (value) {
|
|
3094
|
+
this.$emit('update-model', {
|
|
3095
|
+
value,
|
|
3096
|
+
raw: this.autoNumeric.getNumber()
|
|
3097
|
+
});
|
|
3098
|
+
}
|
|
3076
3099
|
}
|
|
3077
3100
|
};
|
|
3078
3101
|
|
|
3079
|
-
const _hoisted_1$j = ["id"
|
|
3102
|
+
const _hoisted_1$j = ["id"];
|
|
3080
3103
|
|
|
3081
3104
|
function render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3082
3105
|
const _component_q_field = vue.resolveComponent("q-field");
|
|
3083
3106
|
|
|
3084
3107
|
return (vue.openBlock(), vue.createBlock(_component_q_field, {
|
|
3085
|
-
|
|
3086
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (($options.model) = $event)),
|
|
3108
|
+
"model-value": $props.modelValue,
|
|
3087
3109
|
outlined: ""
|
|
3088
3110
|
}, {
|
|
3089
|
-
control: vue.withCtx(({
|
|
3111
|
+
control: vue.withCtx(({ floatingLabel, id }) => [
|
|
3090
3112
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
3091
3113
|
id: id,
|
|
3092
3114
|
ref: "input",
|
|
3093
3115
|
class: "q-field__input",
|
|
3094
|
-
|
|
3095
|
-
|
|
3116
|
+
onBlur: _cache[0] || (_cache[0] = (...args) => ($options.emitValue && $options.emitValue(...args))),
|
|
3117
|
+
onClick: _cache[1] || (_cache[1] = (...args) => ($options.setSelect && $options.setSelect(...args))),
|
|
3118
|
+
onInput: _cache[2] || (_cache[2] = $event => ($options.emitUpdateModel($event.target.value)))
|
|
3096
3119
|
}, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_1$j), [
|
|
3097
3120
|
[vue.vShow, floatingLabel]
|
|
3098
3121
|
])
|
|
3099
3122
|
]),
|
|
3100
3123
|
_: 1 /* STABLE */
|
|
3101
|
-
}, 8 /* PROPS */, ["
|
|
3124
|
+
}, 8 /* PROPS */, ["model-value"]))
|
|
3102
3125
|
}
|
|
3103
3126
|
|
|
3104
3127
|
script$t.render = render$t;
|
|
@@ -3354,7 +3377,8 @@ function render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3354
3377
|
vue.createVNode(_component_qas_input, vue.mergeProps({
|
|
3355
3378
|
modelValue: $options.model,
|
|
3356
3379
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (($options.model) = $event)),
|
|
3357
|
-
"bottom-slots":
|
|
3380
|
+
"bottom-slots": false,
|
|
3381
|
+
color: "negative"
|
|
3358
3382
|
}, _ctx.$attrs, {
|
|
3359
3383
|
"remove-error-on-type": "",
|
|
3360
3384
|
type: $options.type
|
|
@@ -3657,7 +3681,7 @@ var script$q = {
|
|
|
3657
3681
|
},
|
|
3658
3682
|
|
|
3659
3683
|
getFileNameClass (isFailed) {
|
|
3660
|
-
return isFailed ? 'text-negative' : 'text-grey-
|
|
3684
|
+
return isFailed ? 'text-negative' : 'text-grey-9'
|
|
3661
3685
|
},
|
|
3662
3686
|
|
|
3663
3687
|
isFailed (file) {
|
|
@@ -3849,7 +3873,7 @@ function render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3849
3873
|
}, [
|
|
3850
3874
|
vue.createVNode(_component_qas_avatar, {
|
|
3851
3875
|
class: "q-mr-sm",
|
|
3852
|
-
color: "
|
|
3876
|
+
color: "contrast-primary",
|
|
3853
3877
|
icon: "o_attach_file",
|
|
3854
3878
|
image: file.image,
|
|
3855
3879
|
rounded: "",
|
|
@@ -4599,7 +4623,7 @@ var script$m = {
|
|
|
4599
4623
|
},
|
|
4600
4624
|
|
|
4601
4625
|
filterButtonColor () {
|
|
4602
|
-
return this.hasActiveFilters ? 'primary' : 'grey-
|
|
4626
|
+
return this.hasActiveFilters ? 'primary' : 'grey-9'
|
|
4603
4627
|
},
|
|
4604
4628
|
|
|
4605
4629
|
filterButtonLabel () {
|
|
@@ -4846,7 +4870,10 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4846
4870
|
label: $options.filterButtonLabel
|
|
4847
4871
|
}, {
|
|
4848
4872
|
default: vue.withCtx(() => [
|
|
4849
|
-
vue.createVNode(_component_q_menu,
|
|
4873
|
+
vue.createVNode(_component_q_menu, {
|
|
4874
|
+
class: "full-width",
|
|
4875
|
+
"max-width": "240px"
|
|
4876
|
+
}, {
|
|
4850
4877
|
default: vue.withCtx(() => [
|
|
4851
4878
|
($data.isFetching)
|
|
4852
4879
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$6, [
|
|
@@ -4914,11 +4941,11 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4914
4941
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.activeFilters, (filterItem, key) => {
|
|
4915
4942
|
return (vue.openBlock(), vue.createBlock(_component_q_chip, {
|
|
4916
4943
|
key: key,
|
|
4917
|
-
color: "
|
|
4944
|
+
color: "primary",
|
|
4918
4945
|
dense: "",
|
|
4919
4946
|
removable: "",
|
|
4920
4947
|
size: "md",
|
|
4921
|
-
"text-color": "
|
|
4948
|
+
"text-color": "white",
|
|
4922
4949
|
onRemove: $event => ($options.removeFilter(filterItem))
|
|
4923
4950
|
}, {
|
|
4924
4951
|
default: vue.withCtx(() => [
|
|
@@ -6222,7 +6249,7 @@ var script$f = {
|
|
|
6222
6249
|
}
|
|
6223
6250
|
};
|
|
6224
6251
|
|
|
6225
|
-
const _hoisted_1$b = { class: "qas-list-items shadow-
|
|
6252
|
+
const _hoisted_1$b = { class: "qas-list-items shadow-14" };
|
|
6226
6253
|
|
|
6227
6254
|
function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6228
6255
|
const _component_q_item_section = vue.resolveComponent("q-item-section");
|
|
@@ -6375,6 +6402,7 @@ var script$e = {
|
|
|
6375
6402
|
handler (value) {
|
|
6376
6403
|
this.$emit('update:results', quasar.extend([], true, value));
|
|
6377
6404
|
},
|
|
6405
|
+
deep: true,
|
|
6378
6406
|
immediate: true
|
|
6379
6407
|
}
|
|
6380
6408
|
},
|
|
@@ -6393,10 +6421,16 @@ var script$e = {
|
|
|
6393
6421
|
async fetchList (filters = {}) {
|
|
6394
6422
|
this.mx_isFetching = true;
|
|
6395
6423
|
|
|
6424
|
+
const hasFilters = !!Object.keys(filters).length;
|
|
6425
|
+
|
|
6396
6426
|
try {
|
|
6397
6427
|
const response = await this.$store.dispatch(
|
|
6398
6428
|
`${this.entity}/fetchList`,
|
|
6399
|
-
{
|
|
6429
|
+
{
|
|
6430
|
+
...this.mx_context,
|
|
6431
|
+
url: this.url,
|
|
6432
|
+
...(hasFilters && { filters })
|
|
6433
|
+
}
|
|
6400
6434
|
);
|
|
6401
6435
|
|
|
6402
6436
|
const { errors, fields, metadata } = response.data;
|
|
@@ -6440,7 +6474,7 @@ const _hoisted_2$7 = { class: "relative-position" };
|
|
|
6440
6474
|
const _hoisted_3$4 = { key: 0 };
|
|
6441
6475
|
const _hoisted_4$4 = { key: 1 };
|
|
6442
6476
|
const _hoisted_5$3 = { class: "q-my-xl text-center" };
|
|
6443
|
-
const _hoisted_6$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "text-grey-
|
|
6477
|
+
const _hoisted_6$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "text-grey-7" }, "Nenhum item encontrado.", -1 /* HOISTED */);
|
|
6444
6478
|
const _hoisted_7$1 = {
|
|
6445
6479
|
key: 2,
|
|
6446
6480
|
class: "q-py-lg text-center"
|
|
@@ -6488,7 +6522,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6488
6522
|
vue.createElementVNode("div", _hoisted_5$3, [
|
|
6489
6523
|
vue.createVNode(_component_q_icon, {
|
|
6490
6524
|
class: "q-mb-sm text-center",
|
|
6491
|
-
color: "grey-
|
|
6525
|
+
color: "grey-7",
|
|
6492
6526
|
name: "o_search",
|
|
6493
6527
|
size: "38px"
|
|
6494
6528
|
}),
|
|
@@ -7462,7 +7496,7 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7462
7496
|
|
|
7463
7497
|
return (vue.openBlock(), vue.createBlock(_component_q_img, {
|
|
7464
7498
|
ratio: $options.ratio,
|
|
7465
|
-
"spinner-color": "grey-
|
|
7499
|
+
"spinner-color": "grey-7",
|
|
7466
7500
|
src: $options.imageSource
|
|
7467
7501
|
}, {
|
|
7468
7502
|
error: vue.withCtx(() => [
|
|
@@ -8199,7 +8233,7 @@ const _hoisted_2$2 = {
|
|
|
8199
8233
|
key: 2,
|
|
8200
8234
|
class: "q-my-xl text-center"
|
|
8201
8235
|
};
|
|
8202
|
-
const _hoisted_3$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "text-grey-
|
|
8236
|
+
const _hoisted_3$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "text-grey-7" }, "Nenhum item encontrado.", -1 /* HOISTED */);
|
|
8203
8237
|
const _hoisted_4$1 = { key: 3 };
|
|
8204
8238
|
|
|
8205
8239
|
function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -8222,7 +8256,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8222
8256
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$2, [
|
|
8223
8257
|
vue.createVNode(_component_q_icon, {
|
|
8224
8258
|
class: "q-mb-sm text-center",
|
|
8225
|
-
color: "grey-
|
|
8259
|
+
color: "grey-7",
|
|
8226
8260
|
name: "o_search",
|
|
8227
8261
|
size: "38px"
|
|
8228
8262
|
}),
|
|
@@ -8985,6 +9019,7 @@ var script = {
|
|
|
8985
9019
|
options: {
|
|
8986
9020
|
handler (value) {
|
|
8987
9021
|
this.optionsList = quasar.extend(true, [], value);
|
|
9022
|
+
this.setSelectedFromValue(true);
|
|
8988
9023
|
},
|
|
8989
9024
|
|
|
8990
9025
|
immediate: true
|
|
@@ -9050,7 +9085,7 @@ var script = {
|
|
|
9050
9085
|
},
|
|
9051
9086
|
|
|
9052
9087
|
setSelectedFromValue (isFirst) {
|
|
9053
|
-
this.modelValue.forEach(item => {
|
|
9088
|
+
this.optionsList.length && this.modelValue.forEach(item => {
|
|
9054
9089
|
const selected = this.optionsList.find(option => {
|
|
9055
9090
|
return option[this.valueKey] === (this.emitValue ? item : item[this.valueKey])
|
|
9056
9091
|
});
|
|
@@ -9227,7 +9262,7 @@ script.__file = "src/components/transfer/QasTransfer.vue";
|
|
|
9227
9262
|
|
|
9228
9263
|
var name = "@bildvitta/quasar-ui-asteroid";
|
|
9229
9264
|
var description = "Asteroid";
|
|
9230
|
-
var version$1 = "3.0.0-beta.
|
|
9265
|
+
var version$1 = "3.0.0-beta.7";
|
|
9231
9266
|
var author = "Bild & Vitta <systemteam@bild.com.br>";
|
|
9232
9267
|
var license = "MIT";
|
|
9233
9268
|
var main = "dist/asteroid.cjs.min.js";
|