@bildvitta/quasar-ui-asteroid 3.1.0-beta.0 → 3.1.0-beta.1

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @bildvitta/quasar-ui-asteroid v3.1.0-beta.0
2
+ * @bildvitta/quasar-ui-asteroid v3.1.0-beta.1
3
3
  * (c) 2022 Bild & Vitta <systemteam@bild.com.br>
4
4
  * Released under the MIT License.
5
5
  */
@@ -60,17 +60,17 @@ var script$L = {
60
60
  }
61
61
  };
62
62
 
63
- const _hoisted_1$t = { class: "col-12 col-sm-auto" };
64
- const _hoisted_2$l = { class: "col-12 col-sm-auto" };
63
+ const _hoisted_1$u = { class: "col-12 col-sm-auto" };
64
+ const _hoisted_2$m = { class: "col-12 col-sm-auto" };
65
65
 
66
66
  function render$L(_ctx, _cache, $props, $setup, $data, $options) {
67
67
  return (vue.openBlock(), vue.createElementBlock("div", {
68
68
  class: vue.normalizeClass($options.classes)
69
69
  }, [
70
- vue.createElementVNode("div", _hoisted_1$t, [
70
+ vue.createElementVNode("div", _hoisted_1$u, [
71
71
  vue.renderSlot(_ctx.$slots, "secondary")
72
72
  ]),
73
- vue.createElementVNode("div", _hoisted_2$l, [
73
+ vue.createElementVNode("div", _hoisted_2$m, [
74
74
  vue.renderSlot(_ctx.$slots, "primary")
75
75
  ])
76
76
  ], 2 /* CLASS */))
@@ -195,8 +195,8 @@ var script$J = {
195
195
  }
196
196
  };
197
197
 
198
- const _hoisted_1$s = { class: "flex items-center justify-center q-gutter-x-md" };
199
- const _hoisted_2$k = { class: "flex items-center justify-center q-gutter-x-sm" };
198
+ const _hoisted_1$t = { class: "flex items-center justify-center q-gutter-x-md" };
199
+ const _hoisted_2$l = { class: "flex items-center justify-center q-gutter-x-sm" };
200
200
 
201
201
  function render$J(_ctx, _cache, $props, $setup, $data, $options) {
202
202
  const _component_q_icon = vue.resolveComponent("q-icon");
@@ -236,7 +236,7 @@ function render$J(_ctx, _cache, $props, $setup, $data, $options) {
236
236
  default: vue.withCtx(() => [
237
237
  vue.createVNode(_component_q_item_section, null, {
238
238
  default: vue.withCtx(() => [
239
- vue.createElementVNode("div", _hoisted_1$s, [
239
+ vue.createElementVNode("div", _hoisted_1$t, [
240
240
  vue.createVNode(_component_q_icon, {
241
241
  name: item.icon,
242
242
  size: "sm"
@@ -260,7 +260,7 @@ function render$J(_ctx, _cache, $props, $setup, $data, $options) {
260
260
  default: vue.withCtx(() => [
261
261
  vue.createVNode(_component_q_item_section, null, {
262
262
  default: vue.withCtx(() => [
263
- vue.createElementVNode("div", _hoisted_2$k, [
263
+ vue.createElementVNode("div", _hoisted_2$l, [
264
264
  vue.createVNode(_component_q_icon, {
265
265
  name: $props.deleteIcon,
266
266
  size: "sm"
@@ -763,8 +763,8 @@ var script$H = {
763
763
  }
764
764
  };
765
765
 
766
- const _hoisted_1$r = { class: "q-gutter-md q-mr-lg" };
767
- const _hoisted_2$j = {
766
+ const _hoisted_1$s = { class: "q-gutter-md q-mr-lg" };
767
+ const _hoisted_2$k = {
768
768
  key: 0,
769
769
  class: "text-bold text-h5"
770
770
  };
@@ -787,10 +787,10 @@ function render$H(_ctx, _cache, $props, $setup, $data, $options) {
787
787
  rounded: "",
788
788
  onClick: $options.close
789
789
  }, null, 8 /* PROPS */, ["color", "onClick"]),
790
- vue.createElementVNode("div", _hoisted_1$r, [
790
+ vue.createElementVNode("div", _hoisted_1$s, [
791
791
  vue.renderSlot(_ctx.$slots, "header", {}, () => [
792
792
  ($props.title)
793
- ? (vue.openBlock(), vue.createElementBlock("h5", _hoisted_2$j, vue.toDisplayString($props.title), 1 /* TEXT */))
793
+ ? (vue.openBlock(), vue.createElementBlock("h5", _hoisted_2$k, vue.toDisplayString($props.title), 1 /* TEXT */))
794
794
  : vue.createCommentVNode("v-if", true)
795
795
  ]),
796
796
  vue.renderSlot(_ctx.$slots, "default", {}, () => [
@@ -1026,8 +1026,8 @@ var script$F = {
1026
1026
  }
1027
1027
  };
1028
1028
 
1029
- const _hoisted_1$q = ["alt", "src"];
1030
- const _hoisted_2$i = {
1029
+ const _hoisted_1$r = ["alt", "src"];
1030
+ const _hoisted_2$j = {
1031
1031
  key: 1,
1032
1032
  class: "text-bold text-grey-9 text-subtitle1 text-uppercase"
1033
1033
  };
@@ -1093,10 +1093,10 @@ function render$F(_ctx, _cache, $props, $setup, $data, $options) {
1093
1093
  alt: $props.title,
1094
1094
  class: "q-mr-sm qas-app-bar__brand",
1095
1095
  src: $props.brand
1096
- }, null, 8 /* PROPS */, _hoisted_1$q))
1096
+ }, null, 8 /* PROPS */, _hoisted_1$r))
1097
1097
  : vue.createCommentVNode("v-if", true),
1098
1098
  ($options.showTitle)
1099
- ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$i, vue.toDisplayString($props.title), 1 /* TEXT */))
1099
+ ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$j, vue.toDisplayString($props.title), 1 /* TEXT */))
1100
1100
  : vue.createCommentVNode("v-if", true),
1101
1101
  ($options.hasDevelopmentBadge)
1102
1102
  ? (vue.openBlock(), vue.createBlock(_component_q_badge, {
@@ -1359,8 +1359,8 @@ var script$E = {
1359
1359
  }
1360
1360
  };
1361
1361
 
1362
- const _hoisted_1$p = { class: "column flex full-height justify-between no-wrap overflow-x-hidden" };
1363
- const _hoisted_2$h = {
1362
+ const _hoisted_1$q = { class: "column flex full-height justify-between no-wrap overflow-x-hidden" };
1363
+ const _hoisted_2$i = {
1364
1364
  key: 0,
1365
1365
  class: "q-ma-md"
1366
1366
  };
@@ -1392,10 +1392,10 @@ function render$E(_ctx, _cache, $props, $setup, $data, $options) {
1392
1392
  onMiniState: $options.setMiniState
1393
1393
  }, {
1394
1394
  default: vue.withCtx(() => [
1395
- vue.createElementVNode("div", _hoisted_1$p, [
1395
+ vue.createElementVNode("div", _hoisted_1$q, [
1396
1396
  vue.createElementVNode("div", null, [
1397
1397
  ($options.displayModuleSection)
1398
- ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$h, [
1398
+ ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$i, [
1399
1399
  _hoisted_3$d,
1400
1400
  vue.createVNode(_component_qas_select, {
1401
1401
  modelValue: $data.module,
@@ -1645,8 +1645,8 @@ var script$C = {
1645
1645
  }
1646
1646
  };
1647
1647
 
1648
- const _hoisted_1$o = { class: "col-12 col-lg-3 col-md-4 col-sm-6" };
1649
- const _hoisted_2$g = {
1648
+ const _hoisted_1$p = { class: "col-12 col-lg-3 col-md-4 col-sm-6" };
1649
+ const _hoisted_2$h = {
1650
1650
  key: 0,
1651
1651
  class: "overflow-hidden relative-position w-full"
1652
1652
  };
@@ -1663,13 +1663,13 @@ function render$C(_ctx, _cache, $props, $setup, $data, $options) {
1663
1663
  const _component_q_card_section = vue.resolveComponent("q-card-section");
1664
1664
  const _component_q_card = vue.resolveComponent("q-card");
1665
1665
 
1666
- return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$o, [
1666
+ return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
1667
1667
  vue.createVNode(_component_q_card, {
1668
1668
  class: vue.normalizeClass(["border-radius-lg column full-height overflow-hidden", $options.cardClasses])
1669
1669
  }, {
1670
1670
  default: vue.withCtx(() => [
1671
1671
  ($props.useHeader)
1672
- ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_2$g, [
1672
+ ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_2$h, [
1673
1673
  vue.renderSlot(_ctx.$slots, "header", {}, () => [
1674
1674
  vue.createVNode(_component_q_carousel, {
1675
1675
  modelValue: $data.slideImage,
@@ -1926,7 +1926,7 @@ var script$A = {
1926
1926
  }
1927
1927
  };
1928
1928
 
1929
- const _hoisted_1$n = /*#__PURE__*/vue.createTextVNode("Copiar");
1929
+ const _hoisted_1$o = /*#__PURE__*/vue.createTextVNode("Copiar");
1930
1930
 
1931
1931
  function render$A(_ctx, _cache, $props, $setup, $data, $options) {
1932
1932
  const _component_q_tooltip = vue.resolveComponent("q-tooltip");
@@ -1949,7 +1949,7 @@ function render$A(_ctx, _cache, $props, $setup, $data, $options) {
1949
1949
  default: vue.withCtx(() => [
1950
1950
  vue.createVNode(_component_q_tooltip, null, {
1951
1951
  default: vue.withCtx(() => [
1952
- _hoisted_1$n
1952
+ _hoisted_1$o
1953
1953
  ]),
1954
1954
  _: 1 /* STABLE */
1955
1955
  })
@@ -2209,13 +2209,13 @@ var script$y = {
2209
2209
  }
2210
2210
  };
2211
2211
 
2212
- const _hoisted_1$m = { class: "bg-grey-3 q-my-md q-pa-md rounded-borders" };
2213
- const _hoisted_2$f = /*#__PURE__*/vue.createElementVNode("summary", null, "Debugger", -1 /* HOISTED */);
2212
+ const _hoisted_1$n = { class: "bg-grey-3 q-my-md q-pa-md rounded-borders" };
2213
+ const _hoisted_2$g = /*#__PURE__*/vue.createElementVNode("summary", null, "Debugger", -1 /* HOISTED */);
2214
2214
  const _hoisted_3$b = { class: "row" };
2215
2215
 
2216
2216
  function render$y(_ctx, _cache, $props, $setup, $data, $options) {
2217
- return (vue.openBlock(), vue.createElementBlock("details", _hoisted_1$m, [
2218
- _hoisted_2$f,
2217
+ return (vue.openBlock(), vue.createElementBlock("details", _hoisted_1$n, [
2218
+ _hoisted_2$g,
2219
2219
  vue.createElementVNode("div", _hoisted_3$b, [
2220
2220
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.inspect, (item, index) => {
2221
2221
  return (vue.openBlock(), vue.createElementBlock("pre", {
@@ -2382,8 +2382,8 @@ var script$x = {
2382
2382
  }
2383
2383
  };
2384
2384
 
2385
- const _hoisted_1$l = { class: "justify-between row" };
2386
- const _hoisted_2$e = { class: "text-bold text-h6" };
2385
+ const _hoisted_1$m = { class: "justify-between row" };
2386
+ const _hoisted_2$f = { class: "text-bold text-h6" };
2387
2387
  const _hoisted_3$a = { key: 0 };
2388
2388
 
2389
2389
  function render$x(_ctx, _cache, $props, $setup, $data, $options) {
@@ -2407,8 +2407,8 @@ function render$x(_ctx, _cache, $props, $setup, $data, $options) {
2407
2407
  vue.createVNode(_component_q_card_section, null, {
2408
2408
  default: vue.withCtx(() => [
2409
2409
  vue.renderSlot(_ctx.$slots, "header", {}, () => [
2410
- vue.createElementVNode("div", _hoisted_1$l, [
2411
- vue.createElementVNode("div", _hoisted_2$e, vue.toDisplayString($props.card.title), 1 /* TEXT */),
2410
+ vue.createElementVNode("div", _hoisted_1$m, [
2411
+ vue.createElementVNode("div", _hoisted_2$f, vue.toDisplayString($props.card.title), 1 /* TEXT */),
2412
2412
  ($props.useCloseButton)
2413
2413
  ? vue.withDirectives((vue.openBlock(), vue.createBlock(_component_qas_btn, {
2414
2414
  key: 0,
@@ -3237,7 +3237,7 @@ var script$t = {
3237
3237
  }
3238
3238
  };
3239
3239
 
3240
- const _hoisted_1$k = ["id"];
3240
+ const _hoisted_1$l = ["id"];
3241
3241
 
3242
3242
  function render$t(_ctx, _cache, $props, $setup, $data, $options) {
3243
3243
  const _component_q_field = vue.resolveComponent("q-field");
@@ -3254,7 +3254,7 @@ function render$t(_ctx, _cache, $props, $setup, $data, $options) {
3254
3254
  onBlur: _cache[0] || (_cache[0] = (...args) => ($options.emitValue && $options.emitValue(...args))),
3255
3255
  onClick: _cache[1] || (_cache[1] = (...args) => ($options.setSelect && $options.setSelect(...args))),
3256
3256
  onInput: _cache[2] || (_cache[2] = $event => ($options.emitUpdateModel($event.target.value)))
3257
- }, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_1$k), [
3257
+ }, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_1$l), [
3258
3258
  [vue.vShow, floatingLabel]
3259
3259
  ])
3260
3260
  ]),
@@ -3417,13 +3417,13 @@ var script$s = {
3417
3417
  }
3418
3418
  };
3419
3419
 
3420
- const _hoisted_1$j = { key: 0 };
3420
+ const _hoisted_1$k = { key: 0 };
3421
3421
 
3422
3422
  function render$s(_ctx, _cache, $props, $setup, $data, $options) {
3423
3423
  const _component_q_linear_progress = vue.resolveComponent("q-linear-progress");
3424
3424
 
3425
3425
  return ($options.length)
3426
- ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
3426
+ ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$k, [
3427
3427
  vue.renderSlot(_ctx.$slots, "default", { level: $options.level }, () => [
3428
3428
  vue.createVNode(_component_q_linear_progress, {
3429
3429
  color: $options.level.color,
@@ -3931,8 +3931,8 @@ var script$q = {
3931
3931
  }
3932
3932
  };
3933
3933
 
3934
- const _hoisted_1$i = { class: "flex flex-center full-width justify-between no-border no-wrap q-gutter-xs q-pa-sm text-white transparent" };
3935
- const _hoisted_2$d = { class: "col column items-start justify-center" };
3934
+ const _hoisted_1$j = { class: "flex flex-center full-width justify-between no-border no-wrap q-gutter-xs q-pa-sm text-white transparent" };
3935
+ const _hoisted_2$e = { class: "col column items-start justify-center" };
3936
3936
  const _hoisted_3$9 = {
3937
3937
  key: 0,
3938
3938
  class: "q-uploader__title"
@@ -3984,14 +3984,14 @@ function render$q(_ctx, _cache, $props, $setup, $data, $options) {
3984
3984
  }), {
3985
3985
  header: vue.withCtx((scope) => [
3986
3986
  vue.renderSlot(_ctx.$slots, "header", { scope: scope }, () => [
3987
- vue.createElementVNode("div", _hoisted_1$i, [
3987
+ vue.createElementVNode("div", _hoisted_1$j, [
3988
3988
  (scope.isUploading)
3989
3989
  ? (vue.openBlock(), vue.createBlock(_component_q_spinner, {
3990
3990
  key: 0,
3991
3991
  size: "24px"
3992
3992
  }))
3993
3993
  : vue.createCommentVNode("v-if", true),
3994
- vue.createElementVNode("div", _hoisted_2$d, [
3994
+ vue.createElementVNode("div", _hoisted_2$e, [
3995
3995
  (_ctx.$attrs.label)
3996
3996
  ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$9, vue.toDisplayString(_ctx.$attrs.label), 1 /* TEXT */))
3997
3997
  : vue.createCommentVNode("v-if", true),
@@ -4222,23 +4222,23 @@ var script$p = {
4222
4222
  }
4223
4223
  };
4224
4224
 
4225
- const _hoisted_1$h = {
4225
+ const _hoisted_1$i = {
4226
4226
  ref: "signatureContainer",
4227
4227
  class: "qas-signature-pad relative-position"
4228
4228
  };
4229
- const _hoisted_2$c = ["id", "height"];
4229
+ const _hoisted_2$d = ["id", "height"];
4230
4230
 
4231
4231
  function render$p(_ctx, _cache, $props, $setup, $data, $options) {
4232
4232
  const _component_qas_btn = vue.resolveComponent("qas-btn");
4233
4233
 
4234
4234
  return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
4235
- vue.createElementVNode("div", _hoisted_1$h, [
4235
+ vue.createElementVNode("div", _hoisted_1$i, [
4236
4236
  vue.createElementVNode("canvas", {
4237
4237
  id: $data.canvasId,
4238
4238
  ref: _ctx.$attrs.ref,
4239
4239
  class: "qas-signature-pad__canvas rounded-borders vertical-bottom",
4240
4240
  height: $props.height
4241
- }, null, 8 /* PROPS */, _hoisted_2$c),
4241
+ }, null, 8 /* PROPS */, _hoisted_2$d),
4242
4242
  (!$props.empty)
4243
4243
  ? (vue.openBlock(), vue.createBlock(_component_qas_btn, {
4244
4244
  key: 0,
@@ -4396,8 +4396,8 @@ var script$o = {
4396
4396
  }
4397
4397
  };
4398
4398
 
4399
- const _hoisted_1$g = { class: "col column items-start justify-center" };
4400
- const _hoisted_2$b = {
4399
+ const _hoisted_1$h = { class: "col column items-start justify-center" };
4400
+ const _hoisted_2$c = {
4401
4401
  key: 0,
4402
4402
  class: "q-uploader__title"
4403
4403
  };
@@ -4423,9 +4423,9 @@ function render$o(_ctx, _cache, $props, $setup, $data, $options) {
4423
4423
  class: vue.normalizeClass(["cursor-pointer flex flex-center full-width justify-between no-border no-wrap q-gutter-xs text-white transparent", $options.headerClass]),
4424
4424
  onClick: _cache[0] || (_cache[0] = (...args) => ($options.openDialog && $options.openDialog(...args)))
4425
4425
  }, [
4426
- vue.createElementVNode("div", _hoisted_1$g, [
4426
+ vue.createElementVNode("div", _hoisted_1$h, [
4427
4427
  ($props.uploadLabel)
4428
- ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$b, vue.toDisplayString($props.uploadLabel), 1 /* TEXT */))
4428
+ ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$c, vue.toDisplayString($props.uploadLabel), 1 /* TEXT */))
4429
4429
  : vue.createCommentVNode("v-if", true)
4430
4430
  ]),
4431
4431
  (!$props.readonly)
@@ -4985,8 +4985,8 @@ var script$m = {
4985
4985
  }
4986
4986
  };
4987
4987
 
4988
- const _hoisted_1$f = { class: "q-mb-lg" };
4989
- const _hoisted_2$a = {
4988
+ const _hoisted_1$g = { class: "q-mb-lg" };
4989
+ const _hoisted_2$b = {
4990
4990
  key: 0,
4991
4991
  class: "q-gutter-x-md row"
4992
4992
  };
@@ -5018,9 +5018,9 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
5018
5018
  const _component_q_menu = vue.resolveComponent("q-menu");
5019
5019
  const _component_q_chip = vue.resolveComponent("q-chip");
5020
5020
 
5021
- return (vue.openBlock(), vue.createElementBlock("section", _hoisted_1$f, [
5021
+ return (vue.openBlock(), vue.createElementBlock("section", _hoisted_1$g, [
5022
5022
  ($options.showFilters)
5023
- ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$a, [
5023
+ ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$b, [
5024
5024
  ($options.showSearch)
5025
5025
  ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$7, [
5026
5026
  vue.renderSlot(_ctx.$slots, "search", { filter: $options.filter }, () => [
@@ -5033,6 +5033,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
5033
5033
  vue.createVNode(_component_qas_input, {
5034
5034
  modelValue: $data.search,
5035
5035
  "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (($data.search) = $event)),
5036
+ "data-cy": "filters-search-input",
5036
5037
  debounce: $options.debounce,
5037
5038
  dense: "",
5038
5039
  "hide-bottom-space": "",
@@ -5081,6 +5082,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
5081
5082
  ? (vue.openBlock(), vue.createBlock(_component_qas_btn, {
5082
5083
  key: 0,
5083
5084
  color: $options.filterButtonColor,
5085
+ "data-cy": "filters-btn",
5084
5086
  flat: "",
5085
5087
  icon: "o_filter_list",
5086
5088
  label: $options.filterButtonLabel
@@ -5117,14 +5119,16 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
5117
5119
  vue.createVNode(_component_qas_field, {
5118
5120
  modelValue: $data.filters[field.name],
5119
5121
  "onUpdate:modelValue": $event => (($data.filters[field.name]) = $event),
5122
+ "data-cy": `filters-${field.name}-field`,
5120
5123
  dense: "",
5121
5124
  field: field
5122
- }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "field"])
5125
+ }, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "data-cy", "field"])
5123
5126
  ]))
5124
5127
  }), 128 /* KEYED_FRAGMENT */)),
5125
5128
  vue.createElementVNode("div", _hoisted_6$2, [
5126
5129
  vue.createVNode(_component_qas_btn, {
5127
5130
  class: "q-mr-sm",
5131
+ "data-cy": "filters-clear-btn",
5128
5132
  flat: "",
5129
5133
  label: "Limpar",
5130
5134
  "no-caps": false,
@@ -5134,6 +5138,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
5134
5138
  }, null, 8 /* PROPS */, ["onClick"]),
5135
5139
  vue.createVNode(_component_qas_btn, {
5136
5140
  color: "primary",
5141
+ "data-cy": "filters-submit-btn",
5137
5142
  label: "Filtrar",
5138
5143
  "no-caps": false,
5139
5144
  size: "12px",
@@ -5161,6 +5166,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
5161
5166
  return (vue.openBlock(), vue.createBlock(_component_q_chip, {
5162
5167
  key: key,
5163
5168
  color: "primary",
5169
+ "data-cy": `filters-${filterItem.value}-chip`,
5164
5170
  dense: "",
5165
5171
  removable: "",
5166
5172
  size: "md",
@@ -5171,7 +5177,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
5171
5177
  vue.createTextVNode(vue.toDisplayString(filterItem.label) + " = \"" + vue.toDisplayString($options.getChipValue(filterItem.value)) + "\"", 1 /* TEXT */)
5172
5178
  ]),
5173
5179
  _: 2 /* DYNAMIC */
5174
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onRemove"]))
5180
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["data-cy", "onRemove"]))
5175
5181
  }), 128 /* KEYED_FRAGMENT */))
5176
5182
  ]))
5177
5183
  : vue.createCommentVNode("v-if", true),
@@ -6259,8 +6265,8 @@ var script$k = {
6259
6265
  }
6260
6266
  };
6261
6267
 
6262
- const _hoisted_1$e = { key: 0 };
6263
- const _hoisted_2$9 = { class: "justify-end q-col-gutter-md q-my-lg row" };
6268
+ const _hoisted_1$f = { key: 0 };
6269
+ const _hoisted_2$a = { class: "justify-end q-col-gutter-md q-my-lg row" };
6264
6270
  const _hoisted_3$6 = { key: 1 };
6265
6271
 
6266
6272
  function render$k(_ctx, _cache, $props, $setup, $data, $options) {
@@ -6276,7 +6282,7 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
6276
6282
  }, {
6277
6283
  default: vue.withCtx(() => [
6278
6284
  (_ctx.mx_hasHeaderSlot)
6279
- ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_1$e, [
6285
+ ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_1$f, [
6280
6286
  vue.renderSlot(_ctx.$slots, "header")
6281
6287
  ]))
6282
6288
  : vue.createCommentVNode("v-if", true),
@@ -6288,7 +6294,7 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
6288
6294
  vue.renderSlot(_ctx.$slots, "default"),
6289
6295
  ($props.useActions)
6290
6296
  ? vue.renderSlot(_ctx.$slots, "actions", { key: 0 }, () => [
6291
- vue.createElementVNode("div", _hoisted_2$9, [
6297
+ vue.createElementVNode("div", _hoisted_2$a, [
6292
6298
  ($options.hasCancelButton)
6293
6299
  ? (vue.openBlock(), vue.createElementBlock("div", {
6294
6300
  key: 0,
@@ -6473,8 +6479,8 @@ var script$j = {
6473
6479
  }
6474
6480
  };
6475
6481
 
6476
- const _hoisted_1$d = { class: "q-col-gutter-md row" };
6477
- const _hoisted_2$8 = {
6482
+ const _hoisted_1$e = { class: "q-col-gutter-md row" };
6483
+ const _hoisted_2$9 = {
6478
6484
  key: 0,
6479
6485
  class: "full-width text-center"
6480
6486
  };
@@ -6495,7 +6501,7 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
6495
6501
 
6496
6502
  return (vue.openBlock(), vue.createBlock(_component_qas_box, { class: "gallery" }, {
6497
6503
  default: vue.withCtx(() => [
6498
- vue.createElementVNode("div", _hoisted_1$d, [
6504
+ vue.createElementVNode("div", _hoisted_1$e, [
6499
6505
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.initialImages(), (image, index) => {
6500
6506
  return (vue.openBlock(), vue.createElementBlock("div", {
6501
6507
  key: index,
@@ -6512,7 +6518,7 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
6512
6518
  }), 128 /* KEYED_FRAGMENT */)),
6513
6519
  vue.renderSlot(_ctx.$slots, "default", {}, () => [
6514
6520
  (!$options.hideShowMore)
6515
- ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$8, [
6521
+ ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$9, [
6516
6522
  vue.createVNode(_component_qas_btn, {
6517
6523
  class: "text-weight-bolder",
6518
6524
  color: "primary",
@@ -6699,6 +6705,9 @@ var script$i = {
6699
6705
  }
6700
6706
  };
6701
6707
 
6708
+ const _hoisted_1$d = ["data-cy"];
6709
+ const _hoisted_2$8 = ["data-cy"];
6710
+
6702
6711
  function render$i(_ctx, _cache, $props, $setup, $data, $options) {
6703
6712
  return (vue.openBlock(), vue.createElementBlock("div", {
6704
6713
  class: vue.normalizeClass(_ctx.mx_classes)
@@ -6715,15 +6724,17 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
6715
6724
  field: $data.slotValue[key]
6716
6725
  }, () => [
6717
6726
  vue.createElementVNode("header", {
6718
- class: vue.normalizeClass($props.headerClass)
6719
- }, vue.toDisplayString(field.label), 3 /* TEXT, CLASS */)
6727
+ class: vue.normalizeClass($props.headerClass),
6728
+ "data-cy": `grid-generator-${field.name}-field`
6729
+ }, vue.toDisplayString(field.label), 11 /* TEXT, CLASS, PROPS */, _hoisted_1$d)
6720
6730
  ]),
6721
6731
  vue.renderSlot(_ctx.$slots, "content", {
6722
6732
  field: $data.slotValue[key]
6723
6733
  }, () => [
6724
6734
  vue.createElementVNode("div", {
6725
- class: vue.normalizeClass($props.contentClass)
6726
- }, vue.toDisplayString($options.resultsByFields[key]), 3 /* TEXT, CLASS */)
6735
+ class: vue.normalizeClass($props.contentClass),
6736
+ "data-cy": `grid-generator-${field.name}-result`
6737
+ }, vue.toDisplayString($options.resultsByFields[key]), 11 /* TEXT, CLASS, PROPS */, _hoisted_2$8)
6727
6738
  ])
6728
6739
  ])
6729
6740
  ], 2 /* CLASS */))
@@ -10147,7 +10158,7 @@ script.__file = "src/components/transfer/QasTransfer.vue";
10147
10158
 
10148
10159
  var name = "@bildvitta/quasar-ui-asteroid";
10149
10160
  var description = "Asteroid";
10150
- var version$1 = "3.1.0-beta.0";
10161
+ var version$1 = "3.1.0-beta.1";
10151
10162
  var author = "Bild & Vitta <systemteam@bild.com.br>";
10152
10163
  var license = "MIT";
10153
10164
  var main = "dist/asteroid.cjs.min.js";