@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.
- package/dist/api/QasTabsGenerator.json +5 -1
- package/dist/asteroid.cjs.js +6 -6
- package/dist/asteroid.cjs.min.js +2 -2
- package/dist/asteroid.esm.css +1 -1
- package/dist/asteroid.esm.js +6 -6
- package/dist/asteroid.esm.min.js +2 -2
- package/dist/asteroid.umd.css +1 -1
- package/dist/asteroid.umd.js +6 -6
- 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 +1 -1
- package/src/components/tabs-generator/QasTabsGenerator.vue +2 -2
- package/src/components/tabs-generator/QasTabsGenerator.yml +2 -1
package/dist/asteroid.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @bildvitta/quasar-ui-asteroid v3.1.0-beta.
|
|
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[
|
|
9669
|
+
($props.counters[tab.value])
|
|
9670
9670
|
? (vue.openBlock(), vue.createBlock(_component_q_badge, vue.mergeProps({
|
|
9671
9671
|
key: 0,
|
|
9672
|
-
label: $props.counters[
|
|
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.
|
|
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";
|