maz-ui 2.3.8 → 2.3.12

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.
Files changed (74) hide show
  1. package/lib/css/base.css +1 -1
  2. package/lib/css/index.css +1 -1
  3. package/lib/css/maz-avatar.css +1 -1
  4. package/lib/css/maz-bottom-sheet.css +1 -1
  5. package/lib/css/maz-btn-group.css +1 -1
  6. package/lib/css/maz-card.css +1 -1
  7. package/lib/css/maz-carousel.css +1 -1
  8. package/lib/css/maz-checkbox.css +1 -1
  9. package/lib/css/maz-collapse.css +1 -1
  10. package/lib/css/maz-dialog.css +1 -1
  11. package/lib/css/maz-draggable-list.css +1 -1
  12. package/lib/css/maz-dropdown.css +1 -1
  13. package/lib/css/maz-dropzone.css +1 -1
  14. package/lib/css/maz-img.css +1 -1
  15. package/lib/css/maz-input-tags.css +1 -1
  16. package/lib/css/maz-list-item.css +1 -1
  17. package/lib/css/maz-list.css +1 -1
  18. package/lib/css/maz-pagination.css +1 -1
  19. package/lib/css/maz-phone-number-input.css +1 -1
  20. package/lib/css/maz-picker.css +1 -1
  21. package/lib/css/maz-progress-bar.css +1 -1
  22. package/lib/css/maz-radio.css +1 -1
  23. package/lib/css/maz-read-more.css +1 -1
  24. package/lib/css/maz-responsive-menu.css +1 -1
  25. package/lib/css/maz-search.css +1 -1
  26. package/lib/css/maz-sidebar.css +1 -1
  27. package/lib/css/maz-slider.css +1 -1
  28. package/lib/css/maz-stepper.css +1 -1
  29. package/lib/css/maz-switch.css +1 -1
  30. package/lib/css/maz-tabs-bar.css +1 -1
  31. package/lib/css/maz-tabs-content-item.css +1 -1
  32. package/lib/css/maz-tabs-content.css +1 -1
  33. package/lib/index.js +1 -1
  34. package/lib/maz-avatar.js +15 -15
  35. package/lib/maz-bottom-sheet.js +71 -66
  36. package/lib/maz-btn-group.js +47 -44
  37. package/lib/maz-btn.js +40 -37
  38. package/lib/maz-card.js +45 -42
  39. package/lib/maz-carousel.js +97 -91
  40. package/lib/maz-checkbox.js +7 -7
  41. package/lib/maz-collapse.js +68 -59
  42. package/lib/maz-dialog.js +124 -110
  43. package/lib/maz-draggable-list.js +25 -21
  44. package/lib/maz-dropdown.js +19 -19
  45. package/lib/maz-dropzone.js +9 -9
  46. package/lib/maz-flex.js +1 -1
  47. package/lib/maz-gallery.js +30 -31
  48. package/lib/maz-img.js +19 -20
  49. package/lib/maz-input-tags.js +75 -72
  50. package/lib/maz-input.js +73 -69
  51. package/lib/maz-list-item.js +5 -5
  52. package/lib/maz-list.js +5 -5
  53. package/lib/maz-loader.js +6 -6
  54. package/lib/maz-pagination.js +69 -66
  55. package/lib/maz-phone-number-input.js +300 -276
  56. package/lib/maz-picker.js +363 -336
  57. package/lib/maz-plotly.js +4 -4
  58. package/lib/maz-progress-bar.js +13 -13
  59. package/lib/maz-radio.js +8 -8
  60. package/lib/maz-read-more.js +7 -7
  61. package/lib/maz-responsive-menu.js +17 -17
  62. package/lib/maz-search.js +136 -126
  63. package/lib/maz-select.js +248 -231
  64. package/lib/maz-sidebar.js +44 -38
  65. package/lib/maz-slider.js +27 -27
  66. package/lib/maz-spinner.js +8 -9
  67. package/lib/maz-stepper.js +53 -50
  68. package/lib/maz-switch.js +5 -5
  69. package/lib/maz-tabs-bar.js +10 -10
  70. package/lib/maz-tabs-content-item.js +5 -5
  71. package/lib/maz-tabs-content.js +2 -2
  72. package/lib/maz-transition-expand.js +2 -2
  73. package/lib/maz-ui.common.js +1228 -1141
  74. package/package.json +31 -30
package/lib/maz-avatar.js CHANGED
@@ -202,7 +202,7 @@ function normalizeComponent (
202
202
  __webpack_require__.r(__webpack_exports__);
203
203
 
204
204
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazAvatar/_main.vue?vue&type=template&id=56fa0993&
205
- var render = function() {
205
+ var render = function () {
206
206
  var _vm = this
207
207
  var _h = _vm.$createElement
208
208
  var _c = _vm._self._c || _h
@@ -216,9 +216,9 @@ var render = function() {
216
216
  "maz-elevation": !_vm.noElevation,
217
217
  bordered: _vm.bordered,
218
218
  editable: _vm.editable,
219
- square: _vm.square
219
+ square: _vm.square,
220
220
  },
221
- style: [_vm.pictureSize]
221
+ style: [_vm.pictureSize],
222
222
  },
223
223
  [
224
224
  _vm.url
@@ -226,23 +226,23 @@ var render = function() {
226
226
  "a",
227
227
  {
228
228
  staticClass: "maz-avatar__avatar-link maz-flex maz-flex-center",
229
- attrs: { href: _vm.url, target: _vm.target }
229
+ attrs: { href: _vm.url, target: _vm.target },
230
230
  },
231
231
  [
232
232
  _c("img", {
233
233
  staticClass: "maz-avatar__picture",
234
- attrs: { src: _vm.picturePath, alt: _vm.alt }
235
- })
234
+ attrs: { src: _vm.picturePath, alt: _vm.alt },
235
+ }),
236
236
  ]
237
237
  )
238
238
  : _c("img", {
239
239
  staticClass: "maz-avatar__picture",
240
240
  attrs: { src: _vm.picturePath, alt: _vm.alt },
241
241
  on: {
242
- click: function($event) {
242
+ click: function ($event) {
243
243
  _vm.editable ? _vm.$emit("edit", $event) : null
244
- }
245
- }
244
+ },
245
+ },
246
246
  }),
247
247
  _vm.editable
248
248
  ? _c(
@@ -252,23 +252,23 @@ var render = function() {
252
252
  "maz-avatar__editable-layer maz-flex maz-flex-center",
253
253
  attrs: { type: "button" },
254
254
  on: {
255
- click: function($event) {
255
+ click: function ($event) {
256
256
  return _vm.$emit("edit", $event)
257
- }
258
- }
257
+ },
258
+ },
259
259
  },
260
260
  [
261
261
  _c(
262
262
  "i",
263
263
  {
264
264
  staticClass: "material-icons",
265
- attrs: { "aria-hidden": "true" }
265
+ attrs: { "aria-hidden": "true" },
266
266
  },
267
267
  [_vm._v("\n edit\n ")]
268
- )
268
+ ),
269
269
  ]
270
270
  )
271
- : _vm._e()
271
+ : _vm._e(),
272
272
  ]
273
273
  )
274
274
  }
@@ -227,7 +227,7 @@ module.exports = require("v-click-outside");
227
227
  __webpack_require__.r(__webpack_exports__);
228
228
 
229
229
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazBottomSheet/_main.vue?vue&type=template&id=733e9cdc&
230
- var render = function() {
230
+ var render = function () {
231
231
  var _vm = this
232
232
  var _h = _vm.$createElement
233
233
  var _c = _vm._self._c || _h
@@ -235,7 +235,7 @@ var render = function() {
235
235
  "transition",
236
236
  {
237
237
  staticClass: "maz-base-component maz-bottom-sheet",
238
- attrs: { name: "maz-bottom-sheet" }
238
+ attrs: { name: "maz-bottom-sheet" },
239
239
  },
240
240
  [
241
241
  _vm.value
@@ -246,8 +246,8 @@ var render = function() {
246
246
  class: {
247
247
  "is-open": _vm.value,
248
248
  "no-overlay": _vm.noOverlay,
249
- "maz-is-dark": _vm.dark
250
- }
249
+ "maz-is-dark": _vm.dark,
250
+ },
251
251
  },
252
252
  [
253
253
  _c(
@@ -258,10 +258,10 @@ var render = function() {
258
258
  name: "click-outside",
259
259
  rawName: "v-click-outside",
260
260
  value: _vm.vcoConfig,
261
- expression: "vcoConfig"
262
- }
261
+ expression: "vcoConfig",
262
+ },
263
263
  ],
264
- staticClass: "maz-bottom-sheet__wrapper"
264
+ staticClass: "maz-bottom-sheet__wrapper",
265
265
  },
266
266
  [
267
267
  _c(
@@ -270,20 +270,22 @@ var render = function() {
270
270
  staticClass:
271
271
  "maz-bottom-sheet__container maz-bottom-sheet-animation maz-bg-color maz-position-relative maz-elevation",
272
272
  class: {
273
- "maz-py-6": !_vm.noPadding
274
- }
273
+ "maz-py-6": !_vm.noPadding,
274
+ },
275
275
  },
276
276
  [
277
- _vm._t("default", [
278
- _c(
279
- "div",
280
- {
281
- staticClass:
282
- "maz-flex maz-direction-column maz-flex-center"
283
- },
284
- [_c("h1", [_vm._v("Default content")])]
285
- )
286
- ]),
277
+ _vm._t("default", function () {
278
+ return [
279
+ _c(
280
+ "div",
281
+ {
282
+ staticClass:
283
+ "maz-flex maz-direction-column maz-flex-center",
284
+ },
285
+ [_c("h1", [_vm._v("Default content")])]
286
+ ),
287
+ ]
288
+ }),
287
289
  !_vm.noClose
288
290
  ? _c(
289
291
  "MazBtn",
@@ -293,33 +295,33 @@ var render = function() {
293
295
  size: "mini",
294
296
  fab: "",
295
297
  "no-shadow": "",
296
- color: "transparent"
298
+ color: "transparent",
297
299
  },
298
300
  on: {
299
- click: function($event) {
301
+ click: function ($event) {
300
302
  return _vm.$emit("input", false)
301
- }
302
- }
303
+ },
304
+ },
303
305
  },
304
306
  [
305
307
  _c(
306
308
  "i",
307
309
  {
308
- staticClass: "material-icons maz-text-color"
310
+ staticClass: "material-icons maz-text-color",
309
311
  },
310
312
  [_vm._v("close")]
311
- )
313
+ ),
312
314
  ]
313
315
  )
314
- : _vm._e()
316
+ : _vm._e(),
315
317
  ],
316
318
  2
317
- )
319
+ ),
318
320
  ]
319
- )
321
+ ),
320
322
  ]
321
323
  )
322
- : _vm._e()
324
+ : _vm._e(),
323
325
  ]
324
326
  )
325
327
  }
@@ -496,7 +498,7 @@ _main.install = function (Vue) {
496
498
  __webpack_require__.r(__webpack_exports__);
497
499
 
498
500
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazBtn/_main.vue?vue&type=template&id=247f3a44&
499
- var render = function() {
501
+ var render = function () {
500
502
  var _vm = this
501
503
  var _h = _vm.$createElement
502
504
  var _c = _vm._self._c || _h
@@ -509,31 +511,31 @@ var render = function() {
509
511
  class: [
510
512
  _vm.classes,
511
513
  {
512
- "maz-text-hidden": _vm.loading
513
- }
514
+ "maz-text-hidden": _vm.loading,
515
+ },
514
516
  ],
515
517
  attrs: {
516
518
  id: _vm.uniqueId,
517
519
  type: _vm.isLink ? null : _vm.type,
518
- disabled: _vm.isLink ? null : _vm.isDisabled
520
+ disabled: _vm.isLink ? null : _vm.isDisabled,
519
521
  },
520
522
  on: {
521
- click: function($event) {
523
+ click: function ($event) {
522
524
  return _vm.handleClick($event)
523
525
  },
524
- mouseenter: function($event) {
526
+ mouseenter: function ($event) {
525
527
  return _vm.emitMouseEnter($event)
526
528
  },
527
- mouseleave: function($event) {
529
+ mouseleave: function ($event) {
528
530
  return _vm.emitMouseLeave($event)
529
531
  },
530
- focus: function($event) {
532
+ focus: function ($event) {
531
533
  return _vm.emitFocus($event)
532
534
  },
533
- blur: function($event) {
535
+ blur: function ($event) {
534
536
  return _vm.emitBlur($event)
535
- }
536
- }
537
+ },
538
+ },
537
539
  },
538
540
  "component",
539
541
  _vm.$attrs,
@@ -546,15 +548,17 @@ var render = function() {
546
548
  {
547
549
  staticClass: "maz-flex maz-flex-center maz-btn__icon-left",
548
550
  class: {
549
- "maz-mr-2": !_vm.fab && _vm.hasSlotDefault()
550
- }
551
+ "maz-mr-2": !_vm.fab && _vm.hasSlotDefault(),
552
+ },
551
553
  },
552
554
  [
553
- _vm._t("icon-left" || false, [
554
- _c("i", { staticClass: "material-icons" }, [
555
- _vm._v(_vm._s(_vm.leftIconName || _vm.iconName))
556
- ])
557
- ])
555
+ _vm._t("icon-left" || false, function () {
556
+ return [
557
+ _c("i", { staticClass: "material-icons" }, [
558
+ _vm._v(_vm._s(_vm.leftIconName || _vm.iconName)),
559
+ ]),
560
+ ]
561
+ }),
558
562
  ],
559
563
  2
560
564
  )
@@ -564,7 +568,7 @@ var render = function() {
564
568
  {
565
569
  staticClass:
566
570
  "maz-flex maz-align-center maz-h-100 maz-overflow-hidden",
567
- class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }]
571
+ class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }],
568
572
  },
569
573
  [_vm._t("default")],
570
574
  2
@@ -575,15 +579,17 @@ var render = function() {
575
579
  {
576
580
  staticClass: "maz-flex maz-flex-center maz-btn__icon-right",
577
581
  class: {
578
- "maz-ml-2": !_vm.fab && _vm.hasSlotDefault()
579
- }
582
+ "maz-ml-2": !_vm.fab && _vm.hasSlotDefault(),
583
+ },
580
584
  },
581
585
  [
582
- _vm._t("icon-right", [
583
- _c("i", { staticClass: "material-icons" }, [
584
- _vm._v(_vm._s(_vm.rightIconName))
585
- ])
586
- ])
586
+ _vm._t("icon-right", function () {
587
+ return [
588
+ _c("i", { staticClass: "material-icons" }, [
589
+ _vm._v(_vm._s(_vm.rightIconName)),
590
+ ]),
591
+ ]
592
+ }),
587
593
  ],
588
594
  2
589
595
  )
@@ -595,7 +601,7 @@ var render = function() {
595
601
  [_c("MazSpinner", { attrs: { size: 25, color: _vm.color } })],
596
602
  1
597
603
  )
598
- : _vm._e()
604
+ : _vm._e(),
599
605
  ]
600
606
  )
601
607
  }
@@ -618,7 +624,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
618
624
 
619
625
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
620
626
 
621
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
627
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
622
628
 
623
629
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
624
630
 
@@ -913,7 +919,7 @@ _main.install = function (Vue) {
913
919
  __webpack_require__.r(__webpack_exports__);
914
920
 
915
921
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazSpinner/_main.vue?vue&type=template&id=67a8ca41&
916
- var render = function() {
922
+ var render = function () {
917
923
  var _vm = this
918
924
  var _h = _vm.$createElement
919
925
  var _c = _vm._self._c || _h
@@ -923,9 +929,9 @@ var render = function() {
923
929
  staticClass: "maz-base-component maz-spinner maz-spinner-anim",
924
930
  class: [
925
931
  {
926
- "spinner-anim__white": _vm.dark
932
+ "spinner-anim__white": _vm.dark,
927
933
  },
928
- _vm.fillColorClass
934
+ _vm.fillColorClass,
929
935
  ],
930
936
  staticStyle: { "enable-background": "new 0 0 50 50" },
931
937
  attrs: {
@@ -936,16 +942,15 @@ var render = function() {
936
942
  x: "0px",
937
943
  y: "0px",
938
944
  viewBox: "0 0 50 50",
939
- "xml:space": "preserve"
940
- }
945
+ "xml:space": "preserve",
946
+ },
941
947
  },
942
948
  [
943
949
  _c("path", {
944
950
  attrs: {
945
- d:
946
- "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"
947
- }
948
- })
951
+ d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z",
952
+ },
953
+ }),
949
954
  ]
950
955
  )
951
956
  }
@@ -220,14 +220,14 @@ function normalizeComponent (
220
220
  __webpack_require__.r(__webpack_exports__);
221
221
 
222
222
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazBtnGroup/_main.vue?vue&type=template&id=ff748a06&
223
- var render = function() {
223
+ var render = function () {
224
224
  var _vm = this
225
225
  var _h = _vm.$createElement
226
226
  var _c = _vm._self._c || _h
227
227
  return _c(
228
228
  "div",
229
229
  { staticClass: "maz-base-component maz-btn-group maz-flex" },
230
- _vm._l(_vm.items, function(ref, i) {
230
+ _vm._l(_vm.items, function (ref, i) {
231
231
  var label = ref.label
232
232
  var val = ref.value
233
233
  var icon = ref.icon
@@ -243,13 +243,13 @@ var render = function() {
243
243
  active: val === _vm.value,
244
244
  "left-icon-name": leftIcon,
245
245
  "right-icon-name": rightIcon,
246
- "icon-name": icon
246
+ "icon-name": icon,
247
247
  },
248
248
  on: {
249
- click: function($event) {
249
+ click: function ($event) {
250
250
  return _vm.$emit("input", val)
251
- }
252
- }
251
+ },
252
+ },
253
253
  },
254
254
  "MazBtn",
255
255
  _vm.$attrs,
@@ -272,7 +272,7 @@ render._withStripped = true
272
272
  var MazBtn = __webpack_require__(4);
273
273
 
274
274
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazBtnGroup/_main.vue?vue&type=script&lang=js&
275
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
275
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
276
276
 
277
277
  //
278
278
  //
@@ -360,7 +360,7 @@ _main.install = function (Vue) {
360
360
  __webpack_require__.r(__webpack_exports__);
361
361
 
362
362
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazBtn/_main.vue?vue&type=template&id=247f3a44&
363
- var render = function() {
363
+ var render = function () {
364
364
  var _vm = this
365
365
  var _h = _vm.$createElement
366
366
  var _c = _vm._self._c || _h
@@ -373,31 +373,31 @@ var render = function() {
373
373
  class: [
374
374
  _vm.classes,
375
375
  {
376
- "maz-text-hidden": _vm.loading
377
- }
376
+ "maz-text-hidden": _vm.loading,
377
+ },
378
378
  ],
379
379
  attrs: {
380
380
  id: _vm.uniqueId,
381
381
  type: _vm.isLink ? null : _vm.type,
382
- disabled: _vm.isLink ? null : _vm.isDisabled
382
+ disabled: _vm.isLink ? null : _vm.isDisabled,
383
383
  },
384
384
  on: {
385
- click: function($event) {
385
+ click: function ($event) {
386
386
  return _vm.handleClick($event)
387
387
  },
388
- mouseenter: function($event) {
388
+ mouseenter: function ($event) {
389
389
  return _vm.emitMouseEnter($event)
390
390
  },
391
- mouseleave: function($event) {
391
+ mouseleave: function ($event) {
392
392
  return _vm.emitMouseLeave($event)
393
393
  },
394
- focus: function($event) {
394
+ focus: function ($event) {
395
395
  return _vm.emitFocus($event)
396
396
  },
397
- blur: function($event) {
397
+ blur: function ($event) {
398
398
  return _vm.emitBlur($event)
399
- }
400
- }
399
+ },
400
+ },
401
401
  },
402
402
  "component",
403
403
  _vm.$attrs,
@@ -410,15 +410,17 @@ var render = function() {
410
410
  {
411
411
  staticClass: "maz-flex maz-flex-center maz-btn__icon-left",
412
412
  class: {
413
- "maz-mr-2": !_vm.fab && _vm.hasSlotDefault()
414
- }
413
+ "maz-mr-2": !_vm.fab && _vm.hasSlotDefault(),
414
+ },
415
415
  },
416
416
  [
417
- _vm._t("icon-left" || false, [
418
- _c("i", { staticClass: "material-icons" }, [
419
- _vm._v(_vm._s(_vm.leftIconName || _vm.iconName))
420
- ])
421
- ])
417
+ _vm._t("icon-left" || false, function () {
418
+ return [
419
+ _c("i", { staticClass: "material-icons" }, [
420
+ _vm._v(_vm._s(_vm.leftIconName || _vm.iconName)),
421
+ ]),
422
+ ]
423
+ }),
422
424
  ],
423
425
  2
424
426
  )
@@ -428,7 +430,7 @@ var render = function() {
428
430
  {
429
431
  staticClass:
430
432
  "maz-flex maz-align-center maz-h-100 maz-overflow-hidden",
431
- class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }]
433
+ class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }],
432
434
  },
433
435
  [_vm._t("default")],
434
436
  2
@@ -439,15 +441,17 @@ var render = function() {
439
441
  {
440
442
  staticClass: "maz-flex maz-flex-center maz-btn__icon-right",
441
443
  class: {
442
- "maz-ml-2": !_vm.fab && _vm.hasSlotDefault()
443
- }
444
+ "maz-ml-2": !_vm.fab && _vm.hasSlotDefault(),
445
+ },
444
446
  },
445
447
  [
446
- _vm._t("icon-right", [
447
- _c("i", { staticClass: "material-icons" }, [
448
- _vm._v(_vm._s(_vm.rightIconName))
449
- ])
450
- ])
448
+ _vm._t("icon-right", function () {
449
+ return [
450
+ _c("i", { staticClass: "material-icons" }, [
451
+ _vm._v(_vm._s(_vm.rightIconName)),
452
+ ]),
453
+ ]
454
+ }),
451
455
  ],
452
456
  2
453
457
  )
@@ -459,7 +463,7 @@ var render = function() {
459
463
  [_c("MazSpinner", { attrs: { size: 25, color: _vm.color } })],
460
464
  1
461
465
  )
462
- : _vm._e()
466
+ : _vm._e(),
463
467
  ]
464
468
  )
465
469
  }
@@ -482,7 +486,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
482
486
 
483
487
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
484
488
 
485
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
489
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
486
490
 
487
491
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
488
492
 
@@ -777,7 +781,7 @@ _main.install = function (Vue) {
777
781
  __webpack_require__.r(__webpack_exports__);
778
782
 
779
783
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazSpinner/_main.vue?vue&type=template&id=67a8ca41&
780
- var render = function() {
784
+ var render = function () {
781
785
  var _vm = this
782
786
  var _h = _vm.$createElement
783
787
  var _c = _vm._self._c || _h
@@ -787,9 +791,9 @@ var render = function() {
787
791
  staticClass: "maz-base-component maz-spinner maz-spinner-anim",
788
792
  class: [
789
793
  {
790
- "spinner-anim__white": _vm.dark
794
+ "spinner-anim__white": _vm.dark,
791
795
  },
792
- _vm.fillColorClass
796
+ _vm.fillColorClass,
793
797
  ],
794
798
  staticStyle: { "enable-background": "new 0 0 50 50" },
795
799
  attrs: {
@@ -800,16 +804,15 @@ var render = function() {
800
804
  x: "0px",
801
805
  y: "0px",
802
806
  viewBox: "0 0 50 50",
803
- "xml:space": "preserve"
804
- }
807
+ "xml:space": "preserve",
808
+ },
805
809
  },
806
810
  [
807
811
  _c("path", {
808
812
  attrs: {
809
- d:
810
- "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"
811
- }
812
- })
813
+ d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z",
814
+ },
815
+ }),
813
816
  ]
814
817
  )
815
818
  }