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

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.3
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" }, {
@@ -9594,7 +9594,7 @@ var script$2 = {
9594
9594
 
9595
9595
  modelValue: {
9596
9596
  default: '',
9597
- type: String
9597
+ type: [String, Number]
9598
9598
  },
9599
9599
 
9600
9600
  tabClass: {
@@ -9666,10 +9666,10 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
9666
9666
  }), {
9667
9667
  default: vue.withCtx(() => [
9668
9668
  vue.renderSlot(_ctx.$slots, `tab-after-${tab.value}`, { item: tab }, () => [
9669
- ($props.counters[key])
9669
+ ($props.counters[tab.value])
9670
9670
  ? (vue.openBlock(), vue.createBlock(_component_q_badge, vue.mergeProps({
9671
9671
  key: 0,
9672
- label: $props.counters[key]
9672
+ label: $props.counters[tab.value]
9673
9673
  }, $options.defaultCounterProps), null, 16 /* FULL_PROPS */, ["label"]))
9674
9674
  : vue.createCommentVNode("v-if", true)
9675
9675
  ])
@@ -10157,7 +10157,7 @@ script.__file = "src/components/transfer/QasTransfer.vue";
10157
10157
 
10158
10158
  var name = "@bildvitta/quasar-ui-asteroid";
10159
10159
  var description = "Asteroid";
10160
- var version$1 = "3.1.0-beta.2";
10160
+ var version$1 = "3.1.0-beta.3";
10161
10161
  var author = "Bild & Vitta <systemteam@bild.com.br>";
10162
10162
  var license = "MIT";
10163
10163
  var main = "dist/asteroid.cjs.min.js";