@bildvitta/quasar-ui-asteroid 3.1.0-beta.2 → 3.1.0-beta.4

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.
@@ -40,7 +40,11 @@
40
40
  },
41
41
  "model-value": {
42
42
  "desc": "Model do componente, controla qual é a tab atual selecionada.",
43
- "type": "String"
43
+ "type": [
44
+ "String",
45
+ "Number"
46
+ ],
47
+ "model": true
44
48
  },
45
49
  "tab-class": {
46
50
  "desc": "Classe do QTab",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @bildvitta/quasar-ui-asteroid v3.1.0-beta.2
2
+ * @bildvitta/quasar-ui-asteroid v3.1.0-beta.4
3
3
  * (c) 2022 Bild & Vitta <systemteam@bild.com.br>
4
4
  * Released under the MIT License.
5
5
  */
@@ -214,7 +214,7 @@ function render$J(_ctx, _cache, $props, $setup, $data, $options) {
214
214
  label: $props.label,
215
215
  outline: "",
216
216
  padding: "md",
217
- "use-label-on-small-screen": ""
217
+ "use-label-on-small-screen": false
218
218
  }, {
219
219
  default: vue.withCtx(() => [
220
220
  vue.createVNode(_component_q_menu, { class: "qas-actions-menu__menu" }, {
@@ -7583,6 +7583,7 @@ var script$c = {
7583
7583
  handler (value) {
7584
7584
  this.nested = quasar.extend(true, [], value);
7585
7585
  },
7586
+ deep: true,
7586
7587
  immediate: true
7587
7588
  },
7588
7589
 
@@ -9594,7 +9595,7 @@ var script$2 = {
9594
9595
 
9595
9596
  modelValue: {
9596
9597
  default: '',
9597
- type: String
9598
+ type: [String, Number]
9598
9599
  },
9599
9600
 
9600
9601
  tabClass: {
@@ -9666,10 +9667,10 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
9666
9667
  }), {
9667
9668
  default: vue.withCtx(() => [
9668
9669
  vue.renderSlot(_ctx.$slots, `tab-after-${tab.value}`, { item: tab }, () => [
9669
- ($props.counters[key])
9670
+ ($props.counters[tab.value])
9670
9671
  ? (vue.openBlock(), vue.createBlock(_component_q_badge, vue.mergeProps({
9671
9672
  key: 0,
9672
- label: $props.counters[key]
9673
+ label: $props.counters[tab.value]
9673
9674
  }, $options.defaultCounterProps), null, 16 /* FULL_PROPS */, ["label"]))
9674
9675
  : vue.createCommentVNode("v-if", true)
9675
9676
  ])
@@ -10157,7 +10158,7 @@ script.__file = "src/components/transfer/QasTransfer.vue";
10157
10158
 
10158
10159
  var name = "@bildvitta/quasar-ui-asteroid";
10159
10160
  var description = "Asteroid";
10160
- var version$1 = "3.1.0-beta.2";
10161
+ var version$1 = "3.1.0-beta.4";
10161
10162
  var author = "Bild & Vitta <systemteam@bild.com.br>";
10162
10163
  var license = "MIT";
10163
10164
  var main = "dist/asteroid.cjs.min.js";