@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.
@@ -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": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @bildvitta/quasar-ui-asteroid v3.0.0-beta.5
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 !!(this.label || this.$slots.default)
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
- ($options.showLabel)
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 text-bold" };
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-bold text-primary",
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.5";
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";