maz-ui 2.3.10 → 2.3.13

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 (42) hide show
  1. package/lib/index.js +1 -1
  2. package/lib/maz-avatar.js +15 -15
  3. package/lib/maz-bottom-sheet.js +56 -57
  4. package/lib/maz-btn-group.js +41 -42
  5. package/lib/maz-btn.js +34 -35
  6. package/lib/maz-card.js +19 -18
  7. package/lib/maz-carousel.js +35 -35
  8. package/lib/maz-checkbox.js +7 -7
  9. package/lib/maz-collapse.js +57 -58
  10. package/lib/maz-dialog.js +73 -73
  11. package/lib/maz-draggable-list.js +19 -19
  12. package/lib/maz-dropdown.js +19 -19
  13. package/lib/maz-dropzone.js +8 -8
  14. package/lib/maz-flex.js +1 -1
  15. package/lib/maz-gallery.js +30 -31
  16. package/lib/maz-img.js +19 -20
  17. package/lib/maz-input-tags.js +67 -68
  18. package/lib/maz-input.js +66 -66
  19. package/lib/maz-list-item.js +5 -5
  20. package/lib/maz-list.js +5 -5
  21. package/lib/maz-loader.js +6 -6
  22. package/lib/maz-pagination.js +63 -64
  23. package/lib/maz-phone-number-input.js +254 -256
  24. package/lib/maz-picker.js +315 -313
  25. package/lib/maz-plotly.js +4 -4
  26. package/lib/maz-progress-bar.js +13 -13
  27. package/lib/maz-radio.js +8 -8
  28. package/lib/maz-read-more.js +7 -7
  29. package/lib/maz-responsive-menu.js +17 -17
  30. package/lib/maz-search.js +103 -103
  31. package/lib/maz-select.js +179 -182
  32. package/lib/maz-sidebar.js +38 -38
  33. package/lib/maz-slider.js +27 -27
  34. package/lib/maz-spinner.js +8 -9
  35. package/lib/maz-stepper.js +47 -48
  36. package/lib/maz-switch.js +5 -5
  37. package/lib/maz-tabs-bar.js +10 -10
  38. package/lib/maz-tabs-content-item.js +5 -5
  39. package/lib/maz-tabs-content.js +2 -2
  40. package/lib/maz-transition-expand.js +2 -2
  41. package/lib/maz-ui.common.js +959 -957
  42. package/package.json +1 -1
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,20 @@ 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", function() {
277
+ _vm._t("default", function () {
278
278
  return [
279
279
  _c(
280
280
  "div",
281
281
  {
282
282
  staticClass:
283
- "maz-flex maz-direction-column maz-flex-center"
283
+ "maz-flex maz-direction-column maz-flex-center",
284
284
  },
285
285
  [_c("h1", [_vm._v("Default content")])]
286
- )
286
+ ),
287
287
  ]
288
288
  }),
289
289
  !_vm.noClose
@@ -295,33 +295,33 @@ var render = function() {
295
295
  size: "mini",
296
296
  fab: "",
297
297
  "no-shadow": "",
298
- color: "transparent"
298
+ color: "transparent",
299
299
  },
300
300
  on: {
301
- click: function($event) {
301
+ click: function ($event) {
302
302
  return _vm.$emit("input", false)
303
- }
304
- }
303
+ },
304
+ },
305
305
  },
306
306
  [
307
307
  _c(
308
308
  "i",
309
309
  {
310
- staticClass: "material-icons maz-text-color"
310
+ staticClass: "material-icons maz-text-color",
311
311
  },
312
312
  [_vm._v("close")]
313
- )
313
+ ),
314
314
  ]
315
315
  )
316
- : _vm._e()
316
+ : _vm._e(),
317
317
  ],
318
318
  2
319
- )
319
+ ),
320
320
  ]
321
- )
321
+ ),
322
322
  ]
323
323
  )
324
- : _vm._e()
324
+ : _vm._e(),
325
325
  ]
326
326
  )
327
327
  }
@@ -498,7 +498,7 @@ _main.install = function (Vue) {
498
498
  __webpack_require__.r(__webpack_exports__);
499
499
 
500
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&
501
- var render = function() {
501
+ var render = function () {
502
502
  var _vm = this
503
503
  var _h = _vm.$createElement
504
504
  var _c = _vm._self._c || _h
@@ -511,31 +511,31 @@ var render = function() {
511
511
  class: [
512
512
  _vm.classes,
513
513
  {
514
- "maz-text-hidden": _vm.loading
515
- }
514
+ "maz-text-hidden": _vm.loading,
515
+ },
516
516
  ],
517
517
  attrs: {
518
518
  id: _vm.uniqueId,
519
519
  type: _vm.isLink ? null : _vm.type,
520
- disabled: _vm.isLink ? null : _vm.isDisabled
520
+ disabled: _vm.isLink ? null : _vm.isDisabled,
521
521
  },
522
522
  on: {
523
- click: function($event) {
523
+ click: function ($event) {
524
524
  return _vm.handleClick($event)
525
525
  },
526
- mouseenter: function($event) {
526
+ mouseenter: function ($event) {
527
527
  return _vm.emitMouseEnter($event)
528
528
  },
529
- mouseleave: function($event) {
529
+ mouseleave: function ($event) {
530
530
  return _vm.emitMouseLeave($event)
531
531
  },
532
- focus: function($event) {
532
+ focus: function ($event) {
533
533
  return _vm.emitFocus($event)
534
534
  },
535
- blur: function($event) {
535
+ blur: function ($event) {
536
536
  return _vm.emitBlur($event)
537
- }
538
- }
537
+ },
538
+ },
539
539
  },
540
540
  "component",
541
541
  _vm.$attrs,
@@ -548,17 +548,17 @@ var render = function() {
548
548
  {
549
549
  staticClass: "maz-flex maz-flex-center maz-btn__icon-left",
550
550
  class: {
551
- "maz-mr-2": !_vm.fab && _vm.hasSlotDefault()
552
- }
551
+ "maz-mr-2": !_vm.fab && _vm.hasSlotDefault(),
552
+ },
553
553
  },
554
554
  [
555
- _vm._t("icon-left" || false, function() {
555
+ _vm._t("icon-left" || false, function () {
556
556
  return [
557
557
  _c("i", { staticClass: "material-icons" }, [
558
- _vm._v(_vm._s(_vm.leftIconName || _vm.iconName))
559
- ])
558
+ _vm._v(_vm._s(_vm.leftIconName || _vm.iconName)),
559
+ ]),
560
560
  ]
561
- })
561
+ }),
562
562
  ],
563
563
  2
564
564
  )
@@ -568,7 +568,7 @@ var render = function() {
568
568
  {
569
569
  staticClass:
570
570
  "maz-flex maz-align-center maz-h-100 maz-overflow-hidden",
571
- class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }]
571
+ class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }],
572
572
  },
573
573
  [_vm._t("default")],
574
574
  2
@@ -579,17 +579,17 @@ var render = function() {
579
579
  {
580
580
  staticClass: "maz-flex maz-flex-center maz-btn__icon-right",
581
581
  class: {
582
- "maz-ml-2": !_vm.fab && _vm.hasSlotDefault()
583
- }
582
+ "maz-ml-2": !_vm.fab && _vm.hasSlotDefault(),
583
+ },
584
584
  },
585
585
  [
586
- _vm._t("icon-right", function() {
586
+ _vm._t("icon-right", function () {
587
587
  return [
588
588
  _c("i", { staticClass: "material-icons" }, [
589
- _vm._v(_vm._s(_vm.rightIconName))
590
- ])
589
+ _vm._v(_vm._s(_vm.rightIconName)),
590
+ ]),
591
591
  ]
592
- })
592
+ }),
593
593
  ],
594
594
  2
595
595
  )
@@ -601,7 +601,7 @@ var render = function() {
601
601
  [_c("MazSpinner", { attrs: { size: 25, color: _vm.color } })],
602
602
  1
603
603
  )
604
- : _vm._e()
604
+ : _vm._e(),
605
605
  ]
606
606
  )
607
607
  }
@@ -624,7 +624,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
624
624
 
625
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); }
626
626
 
627
- 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); }
628
628
 
629
629
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
630
630
 
@@ -919,7 +919,7 @@ _main.install = function (Vue) {
919
919
  __webpack_require__.r(__webpack_exports__);
920
920
 
921
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&
922
- var render = function() {
922
+ var render = function () {
923
923
  var _vm = this
924
924
  var _h = _vm.$createElement
925
925
  var _c = _vm._self._c || _h
@@ -929,9 +929,9 @@ var render = function() {
929
929
  staticClass: "maz-base-component maz-spinner maz-spinner-anim",
930
930
  class: [
931
931
  {
932
- "spinner-anim__white": _vm.dark
932
+ "spinner-anim__white": _vm.dark,
933
933
  },
934
- _vm.fillColorClass
934
+ _vm.fillColorClass,
935
935
  ],
936
936
  staticStyle: { "enable-background": "new 0 0 50 50" },
937
937
  attrs: {
@@ -942,16 +942,15 @@ var render = function() {
942
942
  x: "0px",
943
943
  y: "0px",
944
944
  viewBox: "0 0 50 50",
945
- "xml:space": "preserve"
946
- }
945
+ "xml:space": "preserve",
946
+ },
947
947
  },
948
948
  [
949
949
  _c("path", {
950
950
  attrs: {
951
- d:
952
- "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"
953
- }
954
- })
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
+ }),
955
954
  ]
956
955
  )
957
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,17 +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, function() {
417
+ _vm._t("icon-left" || false, function () {
418
418
  return [
419
419
  _c("i", { staticClass: "material-icons" }, [
420
- _vm._v(_vm._s(_vm.leftIconName || _vm.iconName))
421
- ])
420
+ _vm._v(_vm._s(_vm.leftIconName || _vm.iconName)),
421
+ ]),
422
422
  ]
423
- })
423
+ }),
424
424
  ],
425
425
  2
426
426
  )
@@ -430,7 +430,7 @@ var render = function() {
430
430
  {
431
431
  staticClass:
432
432
  "maz-flex maz-align-center maz-h-100 maz-overflow-hidden",
433
- class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }]
433
+ class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }],
434
434
  },
435
435
  [_vm._t("default")],
436
436
  2
@@ -441,17 +441,17 @@ var render = function() {
441
441
  {
442
442
  staticClass: "maz-flex maz-flex-center maz-btn__icon-right",
443
443
  class: {
444
- "maz-ml-2": !_vm.fab && _vm.hasSlotDefault()
445
- }
444
+ "maz-ml-2": !_vm.fab && _vm.hasSlotDefault(),
445
+ },
446
446
  },
447
447
  [
448
- _vm._t("icon-right", function() {
448
+ _vm._t("icon-right", function () {
449
449
  return [
450
450
  _c("i", { staticClass: "material-icons" }, [
451
- _vm._v(_vm._s(_vm.rightIconName))
452
- ])
451
+ _vm._v(_vm._s(_vm.rightIconName)),
452
+ ]),
453
453
  ]
454
- })
454
+ }),
455
455
  ],
456
456
  2
457
457
  )
@@ -463,7 +463,7 @@ var render = function() {
463
463
  [_c("MazSpinner", { attrs: { size: 25, color: _vm.color } })],
464
464
  1
465
465
  )
466
- : _vm._e()
466
+ : _vm._e(),
467
467
  ]
468
468
  )
469
469
  }
@@ -486,7 +486,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
486
486
 
487
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); }
488
488
 
489
- 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); }
490
490
 
491
491
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
492
492
 
@@ -781,7 +781,7 @@ _main.install = function (Vue) {
781
781
  __webpack_require__.r(__webpack_exports__);
782
782
 
783
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&
784
- var render = function() {
784
+ var render = function () {
785
785
  var _vm = this
786
786
  var _h = _vm.$createElement
787
787
  var _c = _vm._self._c || _h
@@ -791,9 +791,9 @@ var render = function() {
791
791
  staticClass: "maz-base-component maz-spinner maz-spinner-anim",
792
792
  class: [
793
793
  {
794
- "spinner-anim__white": _vm.dark
794
+ "spinner-anim__white": _vm.dark,
795
795
  },
796
- _vm.fillColorClass
796
+ _vm.fillColorClass,
797
797
  ],
798
798
  staticStyle: { "enable-background": "new 0 0 50 50" },
799
799
  attrs: {
@@ -804,16 +804,15 @@ var render = function() {
804
804
  x: "0px",
805
805
  y: "0px",
806
806
  viewBox: "0 0 50 50",
807
- "xml:space": "preserve"
808
- }
807
+ "xml:space": "preserve",
808
+ },
809
809
  },
810
810
  [
811
811
  _c("path", {
812
812
  attrs: {
813
- d:
814
- "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"
815
- }
816
- })
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
+ }),
817
816
  ]
818
817
  )
819
818
  }