@bildvitta/quasar-ui-asteroid 3.0.0-beta.5 → 3.0.0-beta.6
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/QasBtn.json +1 -1
- package/dist/asteroid.cjs.js +6 -8
- package/dist/asteroid.cjs.min.js +2 -2
- package/dist/asteroid.esm.css +1 -1
- package/dist/asteroid.esm.js +7 -9
- package/dist/asteroid.esm.min.js +2 -2
- package/dist/asteroid.umd.css +1 -1
- package/dist/asteroid.umd.js +6 -8
- package/dist/asteroid.umd.min.js +2 -2
- package/dist/vetur/asteroid-attributes.json +1 -1
- package/package.json +1 -1
- package/src/components/actions-menu/QasActionsMenu.vue +2 -2
- package/src/components/btn/QasBtn.vue +2 -2
- package/src/components/btn/QasBtn.yml +1 -1
- package/src/assets/logo-modular.svg +0 -1
package/dist/api/QasBtn.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"props": {
|
|
10
10
|
"hide-label-on-small-screen": {
|
|
11
|
-
"desc": "Esconde o rótulo (label) do botão quando o tamanho da tela for pequeno.",
|
|
11
|
+
"desc": "Esconde o rótulo (label) do botão quando o tamanho da tela for pequeno (esta propriedade só funciona se o \"rotulo\") for passado via propriedade \"label\".",
|
|
12
12
|
"type": "Boolean"
|
|
13
13
|
},
|
|
14
14
|
"label": {
|
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.6
|
|
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))
|
|
@@ -9234,7 +9232,7 @@ script.__file = "src/components/transfer/QasTransfer.vue";
|
|
|
9234
9232
|
|
|
9235
9233
|
var name = "@bildvitta/quasar-ui-asteroid";
|
|
9236
9234
|
var description = "Asteroid";
|
|
9237
|
-
var version$1 = "3.0.0-beta.
|
|
9235
|
+
var version$1 = "3.0.0-beta.6";
|
|
9238
9236
|
var author = "Bild & Vitta <systemteam@bild.com.br>";
|
|
9239
9237
|
var license = "MIT";
|
|
9240
9238
|
var main = "dist/asteroid.cjs.min.js";
|