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.
- package/lib/css/base.css +1 -1
- package/lib/css/index.css +1 -1
- package/lib/css/maz-avatar.css +1 -1
- package/lib/css/maz-bottom-sheet.css +1 -1
- package/lib/css/maz-btn-group.css +1 -1
- package/lib/css/maz-card.css +1 -1
- package/lib/css/maz-carousel.css +1 -1
- package/lib/css/maz-checkbox.css +1 -1
- package/lib/css/maz-collapse.css +1 -1
- package/lib/css/maz-dialog.css +1 -1
- package/lib/css/maz-draggable-list.css +1 -1
- package/lib/css/maz-dropdown.css +1 -1
- package/lib/css/maz-dropzone.css +1 -1
- package/lib/css/maz-img.css +1 -1
- package/lib/css/maz-input-tags.css +1 -1
- package/lib/css/maz-list-item.css +1 -1
- package/lib/css/maz-list.css +1 -1
- package/lib/css/maz-pagination.css +1 -1
- package/lib/css/maz-phone-number-input.css +1 -1
- package/lib/css/maz-picker.css +1 -1
- package/lib/css/maz-progress-bar.css +1 -1
- package/lib/css/maz-radio.css +1 -1
- package/lib/css/maz-read-more.css +1 -1
- package/lib/css/maz-responsive-menu.css +1 -1
- package/lib/css/maz-search.css +1 -1
- package/lib/css/maz-sidebar.css +1 -1
- package/lib/css/maz-slider.css +1 -1
- package/lib/css/maz-stepper.css +1 -1
- package/lib/css/maz-switch.css +1 -1
- package/lib/css/maz-tabs-bar.css +1 -1
- package/lib/css/maz-tabs-content-item.css +1 -1
- package/lib/css/maz-tabs-content.css +1 -1
- package/lib/index.js +1 -1
- package/lib/maz-avatar.js +15 -15
- package/lib/maz-bottom-sheet.js +71 -66
- package/lib/maz-btn-group.js +47 -44
- package/lib/maz-btn.js +40 -37
- package/lib/maz-card.js +45 -42
- package/lib/maz-carousel.js +97 -91
- package/lib/maz-checkbox.js +7 -7
- package/lib/maz-collapse.js +68 -59
- package/lib/maz-dialog.js +124 -110
- package/lib/maz-draggable-list.js +25 -21
- package/lib/maz-dropdown.js +19 -19
- package/lib/maz-dropzone.js +9 -9
- package/lib/maz-flex.js +1 -1
- package/lib/maz-gallery.js +30 -31
- package/lib/maz-img.js +19 -20
- package/lib/maz-input-tags.js +75 -72
- package/lib/maz-input.js +73 -69
- package/lib/maz-list-item.js +5 -5
- package/lib/maz-list.js +5 -5
- package/lib/maz-loader.js +6 -6
- package/lib/maz-pagination.js +69 -66
- package/lib/maz-phone-number-input.js +300 -276
- package/lib/maz-picker.js +363 -336
- package/lib/maz-plotly.js +4 -4
- package/lib/maz-progress-bar.js +13 -13
- package/lib/maz-radio.js +8 -8
- package/lib/maz-read-more.js +7 -7
- package/lib/maz-responsive-menu.js +17 -17
- package/lib/maz-search.js +136 -126
- package/lib/maz-select.js +248 -231
- package/lib/maz-sidebar.js +44 -38
- package/lib/maz-slider.js +27 -27
- package/lib/maz-spinner.js +8 -9
- package/lib/maz-stepper.js +53 -50
- package/lib/maz-switch.js +5 -5
- package/lib/maz-tabs-bar.js +10 -10
- package/lib/maz-tabs-content-item.js +5 -5
- package/lib/maz-tabs-content.js +2 -2
- package/lib/maz-transition-expand.js +2 -2
- package/lib/maz-ui.common.js +1228 -1141
- package/package.json +31 -30
package/lib/maz-pagination.js
CHANGED
|
@@ -220,7 +220,7 @@ 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/MazPagination/_main.vue?vue&type=template&id=133dee14&
|
|
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
|
|
@@ -228,7 +228,7 @@ var render = function() {
|
|
|
228
228
|
"div",
|
|
229
229
|
{
|
|
230
230
|
staticClass: "maz-base-component maz-pagination maz-flex maz-flex-center",
|
|
231
|
-
class: { "maz-is-dark": _vm.dark }
|
|
231
|
+
class: { "maz-is-dark": _vm.dark },
|
|
232
232
|
},
|
|
233
233
|
[
|
|
234
234
|
_c(
|
|
@@ -237,9 +237,9 @@ var render = function() {
|
|
|
237
237
|
[
|
|
238
238
|
_c("PaginationArrowBtn", {
|
|
239
239
|
attrs: { dark: _vm.dark },
|
|
240
|
-
on: { click: _vm.previous }
|
|
240
|
+
on: { click: _vm.previous },
|
|
241
241
|
}),
|
|
242
|
-
_vm._l(_vm.pages, function(ref, i) {
|
|
242
|
+
_vm._l(_vm.pages, function (ref, i) {
|
|
243
243
|
var number = ref.number
|
|
244
244
|
var isActive = ref.isActive
|
|
245
245
|
var disabled = ref.disabled
|
|
@@ -247,7 +247,7 @@ var render = function() {
|
|
|
247
247
|
return [
|
|
248
248
|
divider
|
|
249
249
|
? _c("PaginationDotsDivider", {
|
|
250
|
-
key: "pagination-btn-" + number + "-" + i
|
|
250
|
+
key: "pagination-btn-" + number + "-" + i,
|
|
251
251
|
})
|
|
252
252
|
: _c(
|
|
253
253
|
"PaginationNumberBtn",
|
|
@@ -255,22 +255,22 @@ var render = function() {
|
|
|
255
255
|
key: "pagination-btn-" + number + "-" + i,
|
|
256
256
|
attrs: { disabled: disabled, active: isActive },
|
|
257
257
|
on: {
|
|
258
|
-
click: function($event) {
|
|
258
|
+
click: function ($event) {
|
|
259
259
|
return _vm.emitPageValue(number)
|
|
260
|
-
}
|
|
261
|
-
}
|
|
260
|
+
},
|
|
261
|
+
},
|
|
262
262
|
},
|
|
263
263
|
[_vm._v("\n " + _vm._s(number) + "\n ")]
|
|
264
|
-
)
|
|
264
|
+
),
|
|
265
265
|
]
|
|
266
266
|
}),
|
|
267
267
|
_c("PaginationArrowBtn", {
|
|
268
268
|
attrs: { dark: _vm.dark, right: "" },
|
|
269
|
-
on: { click: _vm.next }
|
|
270
|
-
})
|
|
269
|
+
on: { click: _vm.next },
|
|
270
|
+
}),
|
|
271
271
|
],
|
|
272
272
|
2
|
|
273
|
-
)
|
|
273
|
+
),
|
|
274
274
|
]
|
|
275
275
|
)
|
|
276
276
|
}
|
|
@@ -281,7 +281,7 @@ render._withStripped = true
|
|
|
281
281
|
// CONCATENATED MODULE: ./packages/components/MazPagination/_main.vue?vue&type=template&id=133dee14&
|
|
282
282
|
|
|
283
283
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazPagination/_subs/PaginationArrowBtn/index.vue?vue&type=template&id=a85da87e&
|
|
284
|
-
var PaginationArrowBtnvue_type_template_id_a85da87e_render = function() {
|
|
284
|
+
var PaginationArrowBtnvue_type_template_id_a85da87e_render = function () {
|
|
285
285
|
var _vm = this
|
|
286
286
|
var _h = _vm.$createElement
|
|
287
287
|
var _c = _vm._self._c || _h
|
|
@@ -291,7 +291,7 @@ var PaginationArrowBtnvue_type_template_id_a85da87e_render = function() {
|
|
|
291
291
|
staticClass:
|
|
292
292
|
"pagination-arrow-btn maz-flex maz-flex-center maz-flex-fixed",
|
|
293
293
|
attrs: { size: "sm", fab: "" },
|
|
294
|
-
on: { click: _vm.handleClick }
|
|
294
|
+
on: { click: _vm.handleClick },
|
|
295
295
|
},
|
|
296
296
|
[
|
|
297
297
|
_c("ArrowIcon", {
|
|
@@ -299,9 +299,9 @@ var PaginationArrowBtnvue_type_template_id_a85da87e_render = function() {
|
|
|
299
299
|
color: "#6F6A6A",
|
|
300
300
|
orientation: _vm.right ? "right" : "left",
|
|
301
301
|
dark: _vm.dark,
|
|
302
|
-
size: 28
|
|
303
|
-
}
|
|
304
|
-
})
|
|
302
|
+
size: 28,
|
|
303
|
+
},
|
|
304
|
+
}),
|
|
305
305
|
],
|
|
306
306
|
1
|
|
307
307
|
)
|
|
@@ -388,7 +388,7 @@ if (false) { var api; }
|
|
|
388
388
|
component.options.__file = "packages/components/MazPagination/_subs/PaginationArrowBtn/index.vue"
|
|
389
389
|
/* harmony default export */ var PaginationArrowBtn = (component.exports);
|
|
390
390
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazPagination/_subs/PaginationNumberBtn/index.vue?vue&type=template&id=4a6bf93b&
|
|
391
|
-
var PaginationNumberBtnvue_type_template_id_4a6bf93b_render = function() {
|
|
391
|
+
var PaginationNumberBtnvue_type_template_id_4a6bf93b_render = function () {
|
|
392
392
|
var _vm = this
|
|
393
393
|
var _h = _vm.$createElement
|
|
394
394
|
var _c = _vm._self._c || _h
|
|
@@ -398,10 +398,10 @@ var PaginationNumberBtnvue_type_template_id_4a6bf93b_render = function() {
|
|
|
398
398
|
staticClass:
|
|
399
399
|
"pagination-number-btn maz-flex maz-flex-center maz-flex-fixed",
|
|
400
400
|
class: {
|
|
401
|
-
active: _vm.active
|
|
401
|
+
active: _vm.active,
|
|
402
402
|
},
|
|
403
403
|
attrs: { disabled: _vm.disabled, fab: "", size: "sm" },
|
|
404
|
-
on: { click: _vm.handleClick }
|
|
404
|
+
on: { click: _vm.handleClick },
|
|
405
405
|
},
|
|
406
406
|
[_vm._t("default")],
|
|
407
407
|
2
|
|
@@ -477,7 +477,7 @@ if (false) { var PaginationNumberBtn_api; }
|
|
|
477
477
|
PaginationNumberBtn_component.options.__file = "packages/components/MazPagination/_subs/PaginationNumberBtn/index.vue"
|
|
478
478
|
/* harmony default export */ var PaginationNumberBtn = (PaginationNumberBtn_component.exports);
|
|
479
479
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/MazPagination/_subs/PaginationDotsDivider/index.vue?vue&type=template&id=e551c7d2&
|
|
480
|
-
var PaginationDotsDividervue_type_template_id_e551c7d2_render = function() {
|
|
480
|
+
var PaginationDotsDividervue_type_template_id_e551c7d2_render = function () {
|
|
481
481
|
var _vm = this
|
|
482
482
|
var _h = _vm.$createElement
|
|
483
483
|
var _c = _vm._self._c || _h
|
|
@@ -485,7 +485,7 @@ var PaginationDotsDividervue_type_template_id_e551c7d2_render = function() {
|
|
|
485
485
|
"div",
|
|
486
486
|
{
|
|
487
487
|
staticClass:
|
|
488
|
-
"pagination-dots-divider maz-flex maz-flex-center maz-flex-fixed"
|
|
488
|
+
"pagination-dots-divider maz-flex maz-flex-center maz-flex-fixed",
|
|
489
489
|
},
|
|
490
490
|
[_vm._v("\n ...\n")]
|
|
491
491
|
)
|
|
@@ -538,7 +538,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
|
|
|
538
538
|
|
|
539
539
|
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); }
|
|
540
540
|
|
|
541
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator
|
|
541
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
542
542
|
|
|
543
543
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
544
544
|
|
|
@@ -751,7 +751,7 @@ _main.install = function (Vue) {
|
|
|
751
751
|
__webpack_require__.r(__webpack_exports__);
|
|
752
752
|
|
|
753
753
|
// 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&
|
|
754
|
-
var render = function() {
|
|
754
|
+
var render = function () {
|
|
755
755
|
var _vm = this
|
|
756
756
|
var _h = _vm.$createElement
|
|
757
757
|
var _c = _vm._self._c || _h
|
|
@@ -764,31 +764,31 @@ var render = function() {
|
|
|
764
764
|
class: [
|
|
765
765
|
_vm.classes,
|
|
766
766
|
{
|
|
767
|
-
"maz-text-hidden": _vm.loading
|
|
768
|
-
}
|
|
767
|
+
"maz-text-hidden": _vm.loading,
|
|
768
|
+
},
|
|
769
769
|
],
|
|
770
770
|
attrs: {
|
|
771
771
|
id: _vm.uniqueId,
|
|
772
772
|
type: _vm.isLink ? null : _vm.type,
|
|
773
|
-
disabled: _vm.isLink ? null : _vm.isDisabled
|
|
773
|
+
disabled: _vm.isLink ? null : _vm.isDisabled,
|
|
774
774
|
},
|
|
775
775
|
on: {
|
|
776
|
-
click: function($event) {
|
|
776
|
+
click: function ($event) {
|
|
777
777
|
return _vm.handleClick($event)
|
|
778
778
|
},
|
|
779
|
-
mouseenter: function($event) {
|
|
779
|
+
mouseenter: function ($event) {
|
|
780
780
|
return _vm.emitMouseEnter($event)
|
|
781
781
|
},
|
|
782
|
-
mouseleave: function($event) {
|
|
782
|
+
mouseleave: function ($event) {
|
|
783
783
|
return _vm.emitMouseLeave($event)
|
|
784
784
|
},
|
|
785
|
-
focus: function($event) {
|
|
785
|
+
focus: function ($event) {
|
|
786
786
|
return _vm.emitFocus($event)
|
|
787
787
|
},
|
|
788
|
-
blur: function($event) {
|
|
788
|
+
blur: function ($event) {
|
|
789
789
|
return _vm.emitBlur($event)
|
|
790
|
-
}
|
|
791
|
-
}
|
|
790
|
+
},
|
|
791
|
+
},
|
|
792
792
|
},
|
|
793
793
|
"component",
|
|
794
794
|
_vm.$attrs,
|
|
@@ -801,15 +801,17 @@ var render = function() {
|
|
|
801
801
|
{
|
|
802
802
|
staticClass: "maz-flex maz-flex-center maz-btn__icon-left",
|
|
803
803
|
class: {
|
|
804
|
-
"maz-mr-2": !_vm.fab && _vm.hasSlotDefault()
|
|
805
|
-
}
|
|
804
|
+
"maz-mr-2": !_vm.fab && _vm.hasSlotDefault(),
|
|
805
|
+
},
|
|
806
806
|
},
|
|
807
807
|
[
|
|
808
|
-
_vm._t("icon-left" || false,
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
808
|
+
_vm._t("icon-left" || false, function () {
|
|
809
|
+
return [
|
|
810
|
+
_c("i", { staticClass: "material-icons" }, [
|
|
811
|
+
_vm._v(_vm._s(_vm.leftIconName || _vm.iconName)),
|
|
812
|
+
]),
|
|
813
|
+
]
|
|
814
|
+
}),
|
|
813
815
|
],
|
|
814
816
|
2
|
|
815
817
|
)
|
|
@@ -819,7 +821,7 @@ var render = function() {
|
|
|
819
821
|
{
|
|
820
822
|
staticClass:
|
|
821
823
|
"maz-flex maz-align-center maz-h-100 maz-overflow-hidden",
|
|
822
|
-
class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }]
|
|
824
|
+
class: [_vm.textClasses, { "maz-flex-1": _vm.hasSlotDefault() }],
|
|
823
825
|
},
|
|
824
826
|
[_vm._t("default")],
|
|
825
827
|
2
|
|
@@ -830,15 +832,17 @@ var render = function() {
|
|
|
830
832
|
{
|
|
831
833
|
staticClass: "maz-flex maz-flex-center maz-btn__icon-right",
|
|
832
834
|
class: {
|
|
833
|
-
"maz-ml-2": !_vm.fab && _vm.hasSlotDefault()
|
|
834
|
-
}
|
|
835
|
+
"maz-ml-2": !_vm.fab && _vm.hasSlotDefault(),
|
|
836
|
+
},
|
|
835
837
|
},
|
|
836
838
|
[
|
|
837
|
-
_vm._t("icon-right",
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
839
|
+
_vm._t("icon-right", function () {
|
|
840
|
+
return [
|
|
841
|
+
_c("i", { staticClass: "material-icons" }, [
|
|
842
|
+
_vm._v(_vm._s(_vm.rightIconName)),
|
|
843
|
+
]),
|
|
844
|
+
]
|
|
845
|
+
}),
|
|
842
846
|
],
|
|
843
847
|
2
|
|
844
848
|
)
|
|
@@ -850,7 +854,7 @@ var render = function() {
|
|
|
850
854
|
[_c("MazSpinner", { attrs: { size: 25, color: _vm.color } })],
|
|
851
855
|
1
|
|
852
856
|
)
|
|
853
|
-
: _vm._e()
|
|
857
|
+
: _vm._e(),
|
|
854
858
|
]
|
|
855
859
|
)
|
|
856
860
|
}
|
|
@@ -873,7 +877,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
|
|
|
873
877
|
|
|
874
878
|
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); }
|
|
875
879
|
|
|
876
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator
|
|
880
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
877
881
|
|
|
878
882
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
879
883
|
|
|
@@ -1168,7 +1172,7 @@ _main.install = function (Vue) {
|
|
|
1168
1172
|
__webpack_require__.r(__webpack_exports__);
|
|
1169
1173
|
|
|
1170
1174
|
// 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&
|
|
1171
|
-
var render = function() {
|
|
1175
|
+
var render = function () {
|
|
1172
1176
|
var _vm = this
|
|
1173
1177
|
var _h = _vm.$createElement
|
|
1174
1178
|
var _c = _vm._self._c || _h
|
|
@@ -1178,9 +1182,9 @@ var render = function() {
|
|
|
1178
1182
|
staticClass: "maz-base-component maz-spinner maz-spinner-anim",
|
|
1179
1183
|
class: [
|
|
1180
1184
|
{
|
|
1181
|
-
"spinner-anim__white": _vm.dark
|
|
1185
|
+
"spinner-anim__white": _vm.dark,
|
|
1182
1186
|
},
|
|
1183
|
-
_vm.fillColorClass
|
|
1187
|
+
_vm.fillColorClass,
|
|
1184
1188
|
],
|
|
1185
1189
|
staticStyle: { "enable-background": "new 0 0 50 50" },
|
|
1186
1190
|
attrs: {
|
|
@@ -1191,16 +1195,15 @@ var render = function() {
|
|
|
1191
1195
|
x: "0px",
|
|
1192
1196
|
y: "0px",
|
|
1193
1197
|
viewBox: "0 0 50 50",
|
|
1194
|
-
"xml:space": "preserve"
|
|
1195
|
-
}
|
|
1198
|
+
"xml:space": "preserve",
|
|
1199
|
+
},
|
|
1196
1200
|
},
|
|
1197
1201
|
[
|
|
1198
1202
|
_c("path", {
|
|
1199
1203
|
attrs: {
|
|
1200
|
-
d:
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
})
|
|
1204
|
+
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",
|
|
1205
|
+
},
|
|
1206
|
+
}),
|
|
1204
1207
|
]
|
|
1205
1208
|
)
|
|
1206
1209
|
}
|
|
@@ -1298,7 +1301,7 @@ _main.install = function (Vue) {
|
|
|
1298
1301
|
"use strict";
|
|
1299
1302
|
|
|
1300
1303
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/components/_subs/ArrowIcon/index.vue?vue&type=template&id=1c91afda&
|
|
1301
|
-
var render = function() {
|
|
1304
|
+
var render = function () {
|
|
1302
1305
|
var _vm = this
|
|
1303
1306
|
var _h = _vm.$createElement
|
|
1304
1307
|
var _c = _vm._self._c || _h
|
|
@@ -1311,8 +1314,8 @@ var render = function() {
|
|
|
1311
1314
|
mlns: "http://www.w3.org/2000/svg",
|
|
1312
1315
|
width: _vm.size,
|
|
1313
1316
|
height: _vm.size,
|
|
1314
|
-
viewBox: "0 0 24 24"
|
|
1315
|
-
}
|
|
1317
|
+
viewBox: "0 0 24 24",
|
|
1318
|
+
},
|
|
1316
1319
|
},
|
|
1317
1320
|
[
|
|
1318
1321
|
_c("path", {
|
|
@@ -1320,10 +1323,10 @@ var render = function() {
|
|
|
1320
1323
|
class: [_vm.color],
|
|
1321
1324
|
attrs: {
|
|
1322
1325
|
fill: _vm.color,
|
|
1323
|
-
d: "M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"
|
|
1324
|
-
}
|
|
1326
|
+
d: "M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z",
|
|
1327
|
+
},
|
|
1325
1328
|
}),
|
|
1326
|
-
_c("path", { attrs: { fill: "none", d: "M0 0h24v24H0V0z" } })
|
|
1329
|
+
_c("path", { attrs: { fill: "none", d: "M0 0h24v24H0V0z" } }),
|
|
1327
1330
|
]
|
|
1328
1331
|
)
|
|
1329
1332
|
}
|