vuetify 2.1.0-beta.1 → 2.1.0
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/vuetify.css +50 -28
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +177 -93
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/es5/components/VAlert/VAlert.js +3 -18
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/es5/components/VCarousel/VCarousel.js +1 -1
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +3 -3
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +3 -3
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VChip/VChip.js +2 -2
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js +4 -4
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +3 -3
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/mixins/header.js +1 -1
- package/es5/components/VDataTable/mixins/header.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +2 -2
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerHeader.js +2 -2
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +3 -0
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +1 -1
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VInput/VInput.js +3 -0
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +4 -2
- package/es5/components/VLazy/VLazy.js.map +1 -1
- package/es5/components/VList/VListGroup.js +2 -2
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +3 -0
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VPagination/VPagination.js +2 -2
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +2 -2
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VRating/VRating.js +3 -3
- package/es5/components/VRating/VRating.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +1 -1
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +2 -2
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +3 -3
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +2 -2
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +2 -2
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +2 -1
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +5 -5
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +2 -2
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/directives/index.js +8 -0
- package/es5/directives/index.js.map +1 -1
- package/es5/directives/intersect/index.js +7 -6
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +71 -0
- package/es5/directives/mutate/index.js.map +1 -0
- package/es5/framework.js +1 -1
- package/es5/locale/et.js +8 -8
- package/es5/locale/et.js.map +1 -1
- package/es5/locale/hr.js +15 -15
- package/es5/locale/hr.js.map +1 -1
- package/es5/locale/sl.js +8 -8
- package/es5/locale/sl.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +3 -18
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +1 -1
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +3 -3
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +3 -3
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VChip/VChip.js +2 -2
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.js +4 -4
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +3 -3
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/mixins/header.js +1 -1
- package/lib/components/VDataTable/mixins/header.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +2 -2
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +3 -0
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VInput/VInput.js +3 -0
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +4 -2
- package/lib/components/VLazy/VLazy.js.map +1 -1
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +3 -0
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +2 -2
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +2 -2
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VRating/VRating.js +3 -3
- package/lib/components/VRating/VRating.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -2
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +3 -3
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +2 -2
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +2 -1
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +5 -5
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/directives/index.js +1 -0
- package/lib/directives/index.js.map +1 -1
- package/lib/directives/intersect/index.js +5 -6
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +56 -0
- package/lib/directives/mutate/index.js.map +1 -0
- package/lib/framework.js +1 -1
- package/lib/locale/et.js +8 -8
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/hr.js +15 -15
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/sl.js +8 -8
- package/lib/locale/sl.js.map +1 -1
- package/lib/util/helpers.js +3 -4
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAlert/VAlert.ts +3 -8
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +2 -2
- package/src/components/VAppBar/VAppBarNavIcon.ts +1 -1
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +1 -1
- package/src/components/VCalendar/VCalendarWeekly.sass +3 -0
- package/src/components/VCarousel/VCarousel.ts +1 -1
- package/src/components/VCheckbox/VCheckbox.ts +3 -3
- package/src/components/VCheckbox/VSimpleCheckbox.ts +3 -3
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +1 -1
- package/src/components/VChip/VChip.ts +2 -2
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +1 -1
- package/src/components/VColorPicker/VColorPickerEdit.ts +1 -1
- package/src/components/VColorPicker/VColorPickerSwatches.ts +1 -1
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +5 -5
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +5 -5
- package/src/components/VDataIterator/VDataFooter.ts +4 -4
- package/src/components/VDataTable/VDataTable.ts +3 -3
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +191 -191
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +35 -35
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +3 -3
- package/src/components/VDataTable/mixins/header.ts +1 -1
- package/src/components/VDatePicker/VDatePicker.ts +2 -2
- package/src/components/VDatePicker/VDatePickerHeader.ts +2 -2
- package/src/components/VDialog/VDialog.sass +4 -7
- package/src/components/VDialog/VDialog.ts +6 -0
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +1 -1
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +1 -1
- package/src/components/VFileInput/VFileInput.ts +1 -1
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +16 -16
- package/src/components/VIcon/__tests__/VIcon.spec.ts +11 -11
- package/src/components/VInput/VInput.sass +3 -0
- package/src/components/VInput/VInput.ts +3 -0
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +3 -1
- package/src/components/VLazy/VLazy.ts +4 -2
- package/src/components/VList/VListGroup.ts +2 -2
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +1 -1
- package/src/components/VMenu/VMenu.sass +3 -8
- package/src/components/VMenu/VMenu.ts +6 -0
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +2 -2
- package/src/components/VPagination/VPagination.ts +2 -2
- package/src/components/VRadioGroup/VRadio.ts +2 -2
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +3 -3
- package/src/components/VRating/VRating.ts +3 -3
- package/src/components/VSelect/VSelect.ts +1 -1
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +7 -7
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +5 -5
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +1 -1
- package/src/components/VSlideGroup/VSlideGroup.ts +2 -2
- package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +4 -4
- package/src/components/VStepper/VStepperStep.ts +3 -3
- package/src/components/VTabs/VTabs.ts +2 -2
- package/src/components/VTextField/VTextField.sass +35 -11
- package/src/components/VTextField/VTextField.ts +2 -2
- package/src/components/VTooltip/VTooltip.sass +5 -2
- package/src/components/VTooltip/VTooltip.ts +4 -0
- package/src/components/VTreeview/VTreeviewNode.ts +5 -5
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +2 -2
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +1 -1
- package/src/components/VWindow/VWindow.ts +2 -2
- package/src/directives/index.ts +1 -0
- package/src/directives/intersect/index.ts +6 -5
- package/src/directives/mutate/__tests__/mutate.spec.ts +130 -0
- package/src/directives/mutate/index.ts +63 -0
- package/src/globals.d.ts +3 -0
- package/src/locale/et.ts +8 -8
- package/src/locale/hr.ts +15 -15
- package/src/locale/sl.ts +8 -8
- package/src/styles/settings/_variables.scss +3 -3
- package/src/util/helpers.ts +3 -5
package/dist/vuetify.js
CHANGED
|
@@ -236,7 +236,7 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
236
236
|
props: {
|
|
237
237
|
color: color
|
|
238
238
|
}
|
|
239
|
-
}, '$
|
|
239
|
+
}, '$cancel')]);
|
|
240
240
|
},
|
|
241
241
|
__cachedIcon: function __cachedIcon() {
|
|
242
242
|
if (!this.computedIcon) return null;
|
|
@@ -268,23 +268,8 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
268
268
|
computedIcon: function computedIcon() {
|
|
269
269
|
if (this.icon === false) return false;
|
|
270
270
|
if (typeof this.icon === 'string' && this.icon) return this.icon;
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
case 'info':
|
|
274
|
-
return '$vuetify.icons.info';
|
|
275
|
-
|
|
276
|
-
case 'error':
|
|
277
|
-
return '$vuetify.icons.error';
|
|
278
|
-
|
|
279
|
-
case 'success':
|
|
280
|
-
return '$vuetify.icons.success';
|
|
281
|
-
|
|
282
|
-
case 'warning':
|
|
283
|
-
return '$vuetify.icons.warning';
|
|
284
|
-
|
|
285
|
-
default:
|
|
286
|
-
return false;
|
|
287
|
-
}
|
|
271
|
+
if (!['error', 'info', 'sucess', 'warning'].includes(this.type)) return false;
|
|
272
|
+
return "$" + this.type;
|
|
288
273
|
},
|
|
289
274
|
hasColoredIcon: function hasColoredIcon() {
|
|
290
275
|
return this.hasText || Boolean(this.border) && this.coloredBorder;
|
|
@@ -805,7 +790,7 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
805
790
|
on: listeners
|
|
806
791
|
});
|
|
807
792
|
var defaultSlot = slots().default;
|
|
808
|
-
return h(_VBtn_VBtn__WEBPACK_IMPORTED_MODULE_1__["default"], d, defaultSlot || [h(_VIcon__WEBPACK_IMPORTED_MODULE_0__["default"], '$
|
|
793
|
+
return h(_VBtn_VBtn__WEBPACK_IMPORTED_MODULE_1__["default"], d, defaultSlot || [h(_VIcon__WEBPACK_IMPORTED_MODULE_0__["default"], '$menu')]);
|
|
809
794
|
}
|
|
810
795
|
}));
|
|
811
796
|
|
|
@@ -5248,7 +5233,7 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
5248
5233
|
cycle: Boolean,
|
|
5249
5234
|
delimiterIcon: {
|
|
5250
5235
|
type: String,
|
|
5251
|
-
default: '$
|
|
5236
|
+
default: '$delimiter'
|
|
5252
5237
|
},
|
|
5253
5238
|
height: {
|
|
5254
5239
|
type: [Number, String],
|
|
@@ -5570,15 +5555,15 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
5570
5555
|
indeterminate: Boolean,
|
|
5571
5556
|
indeterminateIcon: {
|
|
5572
5557
|
type: String,
|
|
5573
|
-
default: '$
|
|
5558
|
+
default: '$checkboxIndeterminate'
|
|
5574
5559
|
},
|
|
5575
5560
|
offIcon: {
|
|
5576
5561
|
type: String,
|
|
5577
|
-
default: '$
|
|
5562
|
+
default: '$checkboxOff'
|
|
5578
5563
|
},
|
|
5579
5564
|
onIcon: {
|
|
5580
5565
|
type: String,
|
|
5581
|
-
default: '$
|
|
5566
|
+
default: '$checkboxOn'
|
|
5582
5567
|
}
|
|
5583
5568
|
},
|
|
5584
5569
|
data: function data() {
|
|
@@ -5720,15 +5705,15 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
5720
5705
|
indeterminate: Boolean,
|
|
5721
5706
|
indeterminateIcon: {
|
|
5722
5707
|
type: String,
|
|
5723
|
-
default: '$
|
|
5708
|
+
default: '$checkboxIndeterminate'
|
|
5724
5709
|
},
|
|
5725
5710
|
onIcon: {
|
|
5726
5711
|
type: String,
|
|
5727
|
-
default: '$
|
|
5712
|
+
default: '$checkboxOn'
|
|
5728
5713
|
},
|
|
5729
5714
|
offIcon: {
|
|
5730
5715
|
type: String,
|
|
5731
|
-
default: '$
|
|
5716
|
+
default: '$checkboxOff'
|
|
5732
5717
|
}
|
|
5733
5718
|
}),
|
|
5734
5719
|
render: function render(h, _a) {
|
|
@@ -5917,14 +5902,14 @@ var __read = undefined && undefined.__read || function (o, n) {
|
|
|
5917
5902
|
close: Boolean,
|
|
5918
5903
|
closeIcon: {
|
|
5919
5904
|
type: String,
|
|
5920
|
-
default: '$
|
|
5905
|
+
default: '$delete'
|
|
5921
5906
|
},
|
|
5922
5907
|
disabled: Boolean,
|
|
5923
5908
|
draggable: Boolean,
|
|
5924
5909
|
filter: Boolean,
|
|
5925
5910
|
filterIcon: {
|
|
5926
5911
|
type: String,
|
|
5927
|
-
default: '$
|
|
5912
|
+
default: '$complete'
|
|
5928
5913
|
},
|
|
5929
5914
|
label: Boolean,
|
|
5930
5915
|
link: Boolean,
|
|
@@ -6760,7 +6745,7 @@ var modes = {
|
|
|
6760
6745
|
on: {
|
|
6761
6746
|
click: this.changeMode
|
|
6762
6747
|
}
|
|
6763
|
-
}, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_2__["default"], '$
|
|
6748
|
+
}, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_2__["default"], '$unfold')]);
|
|
6764
6749
|
}
|
|
6765
6750
|
},
|
|
6766
6751
|
render: function render(h) {
|
|
@@ -6992,7 +6977,7 @@ var black = Object(_util__WEBPACK_IMPORTED_MODULE_3__["fromHex"])('#000000').rgb
|
|
|
6992
6977
|
dark: Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_7__["contrastRatio"])(this.color.rgba, white) > 2 && this.color.alpha > 0.5,
|
|
6993
6978
|
light: Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_7__["contrastRatio"])(this.color.rgba, black) > 2 && this.color.alpha > 0.5
|
|
6994
6979
|
}
|
|
6995
|
-
}, '$
|
|
6980
|
+
}, '$success')]);
|
|
6996
6981
|
return this.$createElement('div', {
|
|
6997
6982
|
staticClass: 'v-color-picker__color',
|
|
6998
6983
|
on: {
|
|
@@ -8129,19 +8114,19 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat
|
|
|
8129
8114
|
},
|
|
8130
8115
|
prevIcon: {
|
|
8131
8116
|
type: String,
|
|
8132
|
-
default: '$
|
|
8117
|
+
default: '$prev'
|
|
8133
8118
|
},
|
|
8134
8119
|
nextIcon: {
|
|
8135
8120
|
type: String,
|
|
8136
|
-
default: '$
|
|
8121
|
+
default: '$next'
|
|
8137
8122
|
},
|
|
8138
8123
|
firstIcon: {
|
|
8139
8124
|
type: String,
|
|
8140
|
-
default: '$
|
|
8125
|
+
default: '$first'
|
|
8141
8126
|
},
|
|
8142
8127
|
lastIcon: {
|
|
8143
8128
|
type: String,
|
|
8144
|
-
default: '$
|
|
8129
|
+
default: '$last'
|
|
8145
8130
|
},
|
|
8146
8131
|
itemsPerPageText: {
|
|
8147
8132
|
type: String,
|
|
@@ -9069,7 +9054,7 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
|
|
|
9069
9054
|
headersLength: Number,
|
|
9070
9055
|
expandIcon: {
|
|
9071
9056
|
type: String,
|
|
9072
|
-
default: '$
|
|
9057
|
+
default: '$expand'
|
|
9073
9058
|
},
|
|
9074
9059
|
customFilter: {
|
|
9075
9060
|
type: Function,
|
|
@@ -9332,7 +9317,7 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
|
|
|
9332
9317
|
return _this.$set(_this.openCache, group, !_this.openCache[group]);
|
|
9333
9318
|
}
|
|
9334
9319
|
}
|
|
9335
|
-
}, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_5__["default"], [isOpen ? '$
|
|
9320
|
+
}, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_5__["default"], [isOpen ? '$minus' : '$plus'])]);
|
|
9336
9321
|
var remove = this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_3__["default"], {
|
|
9337
9322
|
staticClass: 'ma-0',
|
|
9338
9323
|
props: {
|
|
@@ -9347,7 +9332,7 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
|
|
|
9347
9332
|
});
|
|
9348
9333
|
}
|
|
9349
9334
|
}
|
|
9350
|
-
}, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_5__["default"], ['$
|
|
9335
|
+
}, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_5__["default"], ['$close'])]);
|
|
9351
9336
|
var column = this.$createElement('td', {
|
|
9352
9337
|
staticClass: 'text-start',
|
|
9353
9338
|
attrs: this.colspanAttrs
|
|
@@ -10486,7 +10471,7 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
10486
10471
|
},
|
|
10487
10472
|
sortIcon: {
|
|
10488
10473
|
type: String,
|
|
10489
|
-
default: '$
|
|
10474
|
+
default: '$sort'
|
|
10490
10475
|
},
|
|
10491
10476
|
everyItem: Boolean,
|
|
10492
10477
|
someItems: Boolean,
|
|
@@ -10653,12 +10638,12 @@ function sanitizeDateString(dateString, type) {
|
|
|
10653
10638
|
multiple: Boolean,
|
|
10654
10639
|
nextIcon: {
|
|
10655
10640
|
type: String,
|
|
10656
|
-
default: '$
|
|
10641
|
+
default: '$next'
|
|
10657
10642
|
},
|
|
10658
10643
|
pickerDate: String,
|
|
10659
10644
|
prevIcon: {
|
|
10660
10645
|
type: String,
|
|
10661
|
-
default: '$
|
|
10646
|
+
default: '$prev'
|
|
10662
10647
|
},
|
|
10663
10648
|
range: Boolean,
|
|
10664
10649
|
reactive: Boolean,
|
|
@@ -11348,11 +11333,11 @@ var __read = undefined && undefined.__read || function (o, n) {
|
|
|
11348
11333
|
max: String,
|
|
11349
11334
|
nextIcon: {
|
|
11350
11335
|
type: String,
|
|
11351
|
-
default: '$
|
|
11336
|
+
default: '$next'
|
|
11352
11337
|
},
|
|
11353
11338
|
prevIcon: {
|
|
11354
11339
|
type: String,
|
|
11355
|
-
default: '$
|
|
11340
|
+
default: '$prev'
|
|
11356
11341
|
},
|
|
11357
11342
|
readonly: Boolean,
|
|
11358
11343
|
value: {
|
|
@@ -12595,6 +12580,9 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_
|
|
|
12595
12580
|
}, [dialog])]));
|
|
12596
12581
|
return h('div', {
|
|
12597
12582
|
staticClass: 'v-dialog__container',
|
|
12583
|
+
class: {
|
|
12584
|
+
'v-dialog__container--attached': this.attach === '' || this.attach === true || this.attach === 'attach'
|
|
12585
|
+
},
|
|
12598
12586
|
attrs: {
|
|
12599
12587
|
role: 'dialog'
|
|
12600
12588
|
}
|
|
@@ -12936,7 +12924,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(Ob
|
|
|
12936
12924
|
disableIconRotate: Boolean,
|
|
12937
12925
|
expandIcon: {
|
|
12938
12926
|
type: String,
|
|
12939
|
-
default: '$
|
|
12927
|
+
default: '$expand'
|
|
12940
12928
|
},
|
|
12941
12929
|
hideActions: Boolean,
|
|
12942
12930
|
ripple: {
|
|
@@ -13256,7 +13244,7 @@ var __spread = undefined && undefined.__spread || function () {
|
|
|
13256
13244
|
placeholder: String,
|
|
13257
13245
|
prependIcon: {
|
|
13258
13246
|
type: String,
|
|
13259
|
-
default: '$
|
|
13247
|
+
default: '$file'
|
|
13260
13248
|
},
|
|
13261
13249
|
readonly: {
|
|
13262
13250
|
type: Boolean,
|
|
@@ -15335,6 +15323,9 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_m
|
|
|
15335
15323
|
dark: this.dark,
|
|
15336
15324
|
light: this.light,
|
|
15337
15325
|
value: this.hasMessages || this.hasHint ? messages : []
|
|
15326
|
+
},
|
|
15327
|
+
attrs: {
|
|
15328
|
+
role: this.hasMessages ? 'alert' : null
|
|
15338
15329
|
}
|
|
15339
15330
|
});
|
|
15340
15331
|
},
|
|
@@ -15969,8 +15960,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15969
15960
|
attrs: this.$attrs,
|
|
15970
15961
|
directives: [{
|
|
15971
15962
|
name: 'intersect',
|
|
15972
|
-
|
|
15973
|
-
|
|
15963
|
+
value: {
|
|
15964
|
+
handler: this.onObserve,
|
|
15965
|
+
options: this.options
|
|
15966
|
+
}
|
|
15974
15967
|
}],
|
|
15975
15968
|
on: this.$listeners,
|
|
15976
15969
|
style: this.styles
|
|
@@ -16238,7 +16231,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_
|
|
|
16238
16231
|
},
|
|
16239
16232
|
appendIcon: {
|
|
16240
16233
|
type: String,
|
|
16241
|
-
default: '$
|
|
16234
|
+
default: '$expand'
|
|
16242
16235
|
},
|
|
16243
16236
|
color: {
|
|
16244
16237
|
type: String,
|
|
@@ -16336,7 +16329,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_
|
|
|
16336
16329
|
}, this.showLazyContent([this.$createElement('div', this.$slots.default)]));
|
|
16337
16330
|
},
|
|
16338
16331
|
genPrependIcon: function genPrependIcon() {
|
|
16339
|
-
var icon = this.prependIcon ? this.prependIcon : this.subGroup ? '$
|
|
16332
|
+
var icon = this.prependIcon ? this.prependIcon : this.subGroup ? '$subgroup' : false;
|
|
16340
16333
|
if (!icon && !this.$slots.prependIcon) return null;
|
|
16341
16334
|
return this.$createElement(_VListItemIcon__WEBPACK_IMPORTED_MODULE_3__["default"], {
|
|
16342
16335
|
staticClass: 'v-list-group__header__prepend-icon'
|
|
@@ -17307,6 +17300,9 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
|
|
|
17307
17300
|
render: function render(h) {
|
|
17308
17301
|
var data = {
|
|
17309
17302
|
staticClass: 'v-menu',
|
|
17303
|
+
class: {
|
|
17304
|
+
'v-menu--attached': this.attach === '' || this.attach === true || this.attach === 'attach'
|
|
17305
|
+
},
|
|
17310
17306
|
directives: [{
|
|
17311
17307
|
arg: '500',
|
|
17312
17308
|
name: 'resize',
|
|
@@ -18272,11 +18268,11 @@ var __spread = undefined && undefined.__spread || function () {
|
|
|
18272
18268
|
},
|
|
18273
18269
|
nextIcon: {
|
|
18274
18270
|
type: String,
|
|
18275
|
-
default: '$
|
|
18271
|
+
default: '$next'
|
|
18276
18272
|
},
|
|
18277
18273
|
prevIcon: {
|
|
18278
18274
|
type: String,
|
|
18279
|
-
default: '$
|
|
18275
|
+
default: '$prev'
|
|
18280
18276
|
},
|
|
18281
18277
|
totalVisible: [Number, String],
|
|
18282
18278
|
value: {
|
|
@@ -19241,11 +19237,11 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_
|
|
|
19241
19237
|
name: String,
|
|
19242
19238
|
offIcon: {
|
|
19243
19239
|
type: String,
|
|
19244
|
-
default: '$
|
|
19240
|
+
default: '$radioOff'
|
|
19245
19241
|
},
|
|
19246
19242
|
onIcon: {
|
|
19247
19243
|
type: String,
|
|
19248
|
-
default: '$
|
|
19244
|
+
default: '$radioOn'
|
|
19249
19245
|
},
|
|
19250
19246
|
readonly: Boolean,
|
|
19251
19247
|
value: {
|
|
@@ -19885,15 +19881,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19885
19881
|
dense: Boolean,
|
|
19886
19882
|
emptyIcon: {
|
|
19887
19883
|
type: String,
|
|
19888
|
-
default: '$
|
|
19884
|
+
default: '$ratingEmpty'
|
|
19889
19885
|
},
|
|
19890
19886
|
fullIcon: {
|
|
19891
19887
|
type: String,
|
|
19892
|
-
default: '$
|
|
19888
|
+
default: '$ratingFull'
|
|
19893
19889
|
},
|
|
19894
19890
|
halfIcon: {
|
|
19895
19891
|
type: String,
|
|
19896
|
-
default: '$
|
|
19892
|
+
default: '$ratingHalf'
|
|
19897
19893
|
},
|
|
19898
19894
|
halfIncrements: Boolean,
|
|
19899
19895
|
hover: Boolean,
|
|
@@ -20286,7 +20282,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_
|
|
|
20286
20282
|
props: {
|
|
20287
20283
|
appendIcon: {
|
|
20288
20284
|
type: String,
|
|
20289
|
-
default: '$
|
|
20285
|
+
default: '$dropdown'
|
|
20290
20286
|
},
|
|
20291
20287
|
attach: {
|
|
20292
20288
|
default: false
|
|
@@ -21759,7 +21755,7 @@ var BaseSlideGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"]
|
|
|
21759
21755
|
centerActive: Boolean,
|
|
21760
21756
|
nextIcon: {
|
|
21761
21757
|
type: String,
|
|
21762
|
-
default: '$
|
|
21758
|
+
default: '$next'
|
|
21763
21759
|
},
|
|
21764
21760
|
mobileBreakPoint: {
|
|
21765
21761
|
type: [Number, String],
|
|
@@ -21770,7 +21766,7 @@ var BaseSlideGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"]
|
|
|
21770
21766
|
},
|
|
21771
21767
|
prevIcon: {
|
|
21772
21768
|
type: String,
|
|
21773
|
-
default: '$
|
|
21769
|
+
default: '$prev'
|
|
21774
21770
|
},
|
|
21775
21771
|
showArrows: Boolean
|
|
21776
21772
|
},
|
|
@@ -23904,16 +23900,16 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_m
|
|
|
23904
23900
|
complete: Boolean,
|
|
23905
23901
|
completeIcon: {
|
|
23906
23902
|
type: String,
|
|
23907
|
-
default: '$
|
|
23903
|
+
default: '$complete'
|
|
23908
23904
|
},
|
|
23909
23905
|
editable: Boolean,
|
|
23910
23906
|
editIcon: {
|
|
23911
23907
|
type: String,
|
|
23912
|
-
default: '$
|
|
23908
|
+
default: '$edit'
|
|
23913
23909
|
},
|
|
23914
23910
|
errorIcon: {
|
|
23915
23911
|
type: String,
|
|
23916
|
-
default: '$
|
|
23912
|
+
default: '$error'
|
|
23917
23913
|
},
|
|
23918
23914
|
rules: {
|
|
23919
23915
|
type: Array,
|
|
@@ -24659,12 +24655,12 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_9__["default"])(_m
|
|
|
24659
24655
|
},
|
|
24660
24656
|
nextIcon: {
|
|
24661
24657
|
type: String,
|
|
24662
|
-
default: '$
|
|
24658
|
+
default: '$next'
|
|
24663
24659
|
},
|
|
24664
24660
|
optional: Boolean,
|
|
24665
24661
|
prevIcon: {
|
|
24666
24662
|
type: String,
|
|
24667
|
-
default: '$
|
|
24663
|
+
default: '$prev'
|
|
24668
24664
|
},
|
|
24669
24665
|
right: Boolean,
|
|
24670
24666
|
showArrows: Boolean,
|
|
@@ -25253,7 +25249,7 @@ var dirtyTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'mo
|
|
|
25253
25249
|
clearable: Boolean,
|
|
25254
25250
|
clearIcon: {
|
|
25255
25251
|
type: String,
|
|
25256
|
-
default: '$
|
|
25252
|
+
default: '$clear'
|
|
25257
25253
|
},
|
|
25258
25254
|
counter: [Boolean, Number, String],
|
|
25259
25255
|
filled: Boolean,
|
|
@@ -25329,7 +25325,7 @@ var dirtyTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'mo
|
|
|
25329
25325
|
return this.isDirty || dirtyTypes.includes(this.type);
|
|
25330
25326
|
},
|
|
25331
25327
|
isSingle: function isSingle() {
|
|
25332
|
-
return this.isSolo || this.singleLine || this.fullWidth
|
|
25328
|
+
return this.isSolo || this.singleLine || this.fullWidth;
|
|
25333
25329
|
},
|
|
25334
25330
|
isSolo: function isSolo() {
|
|
25335
25331
|
return this.solo || this.soloInverted;
|
|
@@ -27235,7 +27231,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27235
27231
|
'v-tooltip--top': this.top,
|
|
27236
27232
|
'v-tooltip--right': this.right,
|
|
27237
27233
|
'v-tooltip--bottom': this.bottom,
|
|
27238
|
-
'v-tooltip--left': this.left
|
|
27234
|
+
'v-tooltip--left': this.left,
|
|
27235
|
+
'v-tooltip--attached': this.attach === '' || this.attach === true || this.attach === 'attach'
|
|
27239
27236
|
};
|
|
27240
27237
|
},
|
|
27241
27238
|
computedTransition: function computedTransition() {
|
|
@@ -27931,11 +27928,11 @@ var VTreeviewNodeProps = {
|
|
|
27931
27928
|
},
|
|
27932
27929
|
expandIcon: {
|
|
27933
27930
|
type: String,
|
|
27934
|
-
default: '$
|
|
27931
|
+
default: '$subgroup'
|
|
27935
27932
|
},
|
|
27936
27933
|
indeterminateIcon: {
|
|
27937
27934
|
type: String,
|
|
27938
|
-
default: '$
|
|
27935
|
+
default: '$checkboxIndeterminate'
|
|
27939
27936
|
},
|
|
27940
27937
|
itemChildren: {
|
|
27941
27938
|
type: String,
|
|
@@ -27956,15 +27953,15 @@ var VTreeviewNodeProps = {
|
|
|
27956
27953
|
loadChildren: Function,
|
|
27957
27954
|
loadingIcon: {
|
|
27958
27955
|
type: String,
|
|
27959
|
-
default: '$
|
|
27956
|
+
default: '$loading'
|
|
27960
27957
|
},
|
|
27961
27958
|
offIcon: {
|
|
27962
27959
|
type: String,
|
|
27963
|
-
default: '$
|
|
27960
|
+
default: '$checkboxOff'
|
|
27964
27961
|
},
|
|
27965
27962
|
onIcon: {
|
|
27966
27963
|
type: String,
|
|
27967
|
-
default: '$
|
|
27964
|
+
default: '$checkboxOn'
|
|
27968
27965
|
},
|
|
27969
27966
|
openOnClick: Boolean,
|
|
27970
27967
|
rounded: Boolean,
|
|
@@ -28358,11 +28355,11 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
28358
28355
|
},
|
|
28359
28356
|
nextIcon: {
|
|
28360
28357
|
type: [Boolean, String],
|
|
28361
|
-
default: '$
|
|
28358
|
+
default: '$next'
|
|
28362
28359
|
},
|
|
28363
28360
|
prevIcon: {
|
|
28364
28361
|
type: [Boolean, String],
|
|
28365
|
-
default: '$
|
|
28362
|
+
default: '$prev'
|
|
28366
28363
|
},
|
|
28367
28364
|
reverse: {
|
|
28368
28365
|
type: Boolean,
|
|
@@ -29488,7 +29485,7 @@ var ClickOutside = {
|
|
|
29488
29485
|
/*!*********************************!*\
|
|
29489
29486
|
!*** ./src/directives/index.ts ***!
|
|
29490
29487
|
\*********************************/
|
|
29491
|
-
/*! exports provided: ClickOutside, Intersect, Resize, Ripple, Scroll, Touch */
|
|
29488
|
+
/*! exports provided: ClickOutside, Intersect, Mutate, Resize, Ripple, Scroll, Touch */
|
|
29492
29489
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
29493
29490
|
|
|
29494
29491
|
"use strict";
|
|
@@ -29499,17 +29496,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29499
29496
|
/* harmony import */ var _intersect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./intersect */ "./src/directives/intersect/index.ts");
|
|
29500
29497
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Intersect", function() { return _intersect__WEBPACK_IMPORTED_MODULE_1__["Intersect"]; });
|
|
29501
29498
|
|
|
29502
|
-
/* harmony import */ var
|
|
29503
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
29499
|
+
/* harmony import */ var _mutate__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./mutate */ "./src/directives/mutate/index.ts");
|
|
29500
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Mutate", function() { return _mutate__WEBPACK_IMPORTED_MODULE_2__["Mutate"]; });
|
|
29501
|
+
|
|
29502
|
+
/* harmony import */ var _resize__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./resize */ "./src/directives/resize/index.ts");
|
|
29503
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Resize", function() { return _resize__WEBPACK_IMPORTED_MODULE_3__["Resize"]; });
|
|
29504
|
+
|
|
29505
|
+
/* harmony import */ var _ripple__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./ripple */ "./src/directives/ripple/index.ts");
|
|
29506
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Ripple", function() { return _ripple__WEBPACK_IMPORTED_MODULE_4__["Ripple"]; });
|
|
29504
29507
|
|
|
29505
|
-
/* harmony import */ var
|
|
29506
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
29508
|
+
/* harmony import */ var _scroll__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./scroll */ "./src/directives/scroll/index.ts");
|
|
29509
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Scroll", function() { return _scroll__WEBPACK_IMPORTED_MODULE_5__["Scroll"]; });
|
|
29507
29510
|
|
|
29508
|
-
/* harmony import */ var
|
|
29509
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
29511
|
+
/* harmony import */ var _touch__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./touch */ "./src/directives/touch/index.ts");
|
|
29512
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Touch", function() { return _touch__WEBPACK_IMPORTED_MODULE_6__["Touch"]; });
|
|
29510
29513
|
|
|
29511
|
-
/* harmony import */ var _touch__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./touch */ "./src/directives/touch/index.ts");
|
|
29512
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Touch", function() { return _touch__WEBPACK_IMPORTED_MODULE_5__["Touch"]; });
|
|
29513
29514
|
|
|
29514
29515
|
|
|
29515
29516
|
|
|
@@ -29530,13 +29531,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29530
29531
|
"use strict";
|
|
29531
29532
|
__webpack_require__.r(__webpack_exports__);
|
|
29532
29533
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Intersect", function() { return Intersect; });
|
|
29534
|
+
function _typeof(obj) { 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); }
|
|
29535
|
+
|
|
29533
29536
|
function inserted(el, binding) {
|
|
29534
29537
|
var modifiers = binding.modifiers ||
|
|
29535
29538
|
/* istanbul ignore next */
|
|
29536
29539
|
{};
|
|
29537
|
-
var
|
|
29538
|
-
|
|
29539
|
-
var
|
|
29540
|
+
var value = binding.value;
|
|
29541
|
+
var isObject = _typeof(value) === 'object';
|
|
29542
|
+
var callback = isObject ? value.handler : value;
|
|
29543
|
+
var observer = new IntersectionObserver(function (entries, observer) {
|
|
29540
29544
|
if (entries === void 0) {
|
|
29541
29545
|
entries = [];
|
|
29542
29546
|
}
|
|
@@ -29558,9 +29562,7 @@ function inserted(el, binding) {
|
|
|
29558
29562
|
|
|
29559
29563
|
if (el._observe.init && modifiers.once) unbind(el); // Otherwise, mark the observer as initted
|
|
29560
29564
|
else el._observe.init = true;
|
|
29561
|
-
};
|
|
29562
|
-
|
|
29563
|
-
var observer = new IntersectionObserver(callbackWrapper, binding.options || {});
|
|
29565
|
+
}, value.options || {});
|
|
29564
29566
|
el._observe = {
|
|
29565
29567
|
init: false,
|
|
29566
29568
|
observer: observer
|
|
@@ -29585,6 +29587,89 @@ var Intersect = {
|
|
|
29585
29587
|
|
|
29586
29588
|
/***/ }),
|
|
29587
29589
|
|
|
29590
|
+
/***/ "./src/directives/mutate/index.ts":
|
|
29591
|
+
/*!****************************************!*\
|
|
29592
|
+
!*** ./src/directives/mutate/index.ts ***!
|
|
29593
|
+
\****************************************/
|
|
29594
|
+
/*! exports provided: Mutate, default */
|
|
29595
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
29596
|
+
|
|
29597
|
+
"use strict";
|
|
29598
|
+
__webpack_require__.r(__webpack_exports__);
|
|
29599
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mutate", function() { return Mutate; });
|
|
29600
|
+
function _typeof(obj) { 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); }
|
|
29601
|
+
|
|
29602
|
+
var __rest = undefined && undefined.__rest || function (s, e) {
|
|
29603
|
+
var t = {};
|
|
29604
|
+
|
|
29605
|
+
for (var p in s) {
|
|
29606
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
29607
|
+
}
|
|
29608
|
+
|
|
29609
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
29610
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
29611
|
+
}
|
|
29612
|
+
return t;
|
|
29613
|
+
};
|
|
29614
|
+
|
|
29615
|
+
function inserted(el, binding) {
|
|
29616
|
+
var modifiers = binding.modifiers ||
|
|
29617
|
+
/* istanbul ignore next */
|
|
29618
|
+
{};
|
|
29619
|
+
var value = binding.value;
|
|
29620
|
+
var isObject = _typeof(value) === 'object';
|
|
29621
|
+
var callback = isObject ? value.handler : value;
|
|
29622
|
+
|
|
29623
|
+
var once = modifiers.once,
|
|
29624
|
+
modifierKeys = __rest(modifiers, ["once"]);
|
|
29625
|
+
|
|
29626
|
+
var hasModifiers = Object.keys(modifierKeys).length > 0;
|
|
29627
|
+
var hasOptions = isObject && value.options; // Options take top priority
|
|
29628
|
+
|
|
29629
|
+
var options = hasOptions ? value.options : hasModifiers // If we have modifiers, use only those provided
|
|
29630
|
+
? {
|
|
29631
|
+
attributes: modifierKeys.attr,
|
|
29632
|
+
childList: modifierKeys.child,
|
|
29633
|
+
subtree: modifierKeys.sub,
|
|
29634
|
+
characterData: modifierKeys.char // Defaults to everything on
|
|
29635
|
+
|
|
29636
|
+
} : {
|
|
29637
|
+
attributes: true,
|
|
29638
|
+
childList: true,
|
|
29639
|
+
subtree: true,
|
|
29640
|
+
characterData: true
|
|
29641
|
+
};
|
|
29642
|
+
var observer = new MutationObserver(function (mutationsList, observer) {
|
|
29643
|
+
/* istanbul ignore if */
|
|
29644
|
+
if (!el._mutate) return; // Just in case, should never fire
|
|
29645
|
+
|
|
29646
|
+
callback(mutationsList, observer); // If has the once modifier, unbind
|
|
29647
|
+
|
|
29648
|
+
once && unbind(el);
|
|
29649
|
+
});
|
|
29650
|
+
observer.observe(el, options);
|
|
29651
|
+
el._mutate = {
|
|
29652
|
+
observer: observer
|
|
29653
|
+
};
|
|
29654
|
+
}
|
|
29655
|
+
|
|
29656
|
+
function unbind(el) {
|
|
29657
|
+
/* istanbul ignore if */
|
|
29658
|
+
if (!el._mutate) return;
|
|
29659
|
+
|
|
29660
|
+
el._mutate.observer.disconnect();
|
|
29661
|
+
|
|
29662
|
+
delete el._mutate;
|
|
29663
|
+
}
|
|
29664
|
+
|
|
29665
|
+
var Mutate = {
|
|
29666
|
+
inserted: inserted,
|
|
29667
|
+
unbind: unbind
|
|
29668
|
+
};
|
|
29669
|
+
/* harmony default export */ __webpack_exports__["default"] = (Mutate);
|
|
29670
|
+
|
|
29671
|
+
/***/ }),
|
|
29672
|
+
|
|
29588
29673
|
/***/ "./src/directives/resize/index.ts":
|
|
29589
29674
|
/*!****************************************!*\
|
|
29590
29675
|
!*** ./src/directives/resize/index.ts ***!
|
|
@@ -30178,7 +30263,7 @@ function () {
|
|
|
30178
30263
|
|
|
30179
30264
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
30180
30265
|
Vuetify.installed = false;
|
|
30181
|
-
Vuetify.version = "2.1.0
|
|
30266
|
+
Vuetify.version = "2.1.0";
|
|
30182
30267
|
return Vuetify;
|
|
30183
30268
|
}();
|
|
30184
30269
|
|
|
@@ -36650,17 +36735,16 @@ var keyCodes = Object.freeze({
|
|
|
36650
36735
|
insert: 45,
|
|
36651
36736
|
pageup: 33,
|
|
36652
36737
|
pagedown: 34
|
|
36653
|
-
});
|
|
36654
|
-
var ICONS_PREFIX = '$vuetify.'; // This remaps internal names like '$vuetify.icons.cancel'
|
|
36738
|
+
}); // This remaps internal names like '$cancel' or '$vuetify.icons.cancel'
|
|
36655
36739
|
// to the current name or component for that icon.
|
|
36656
36740
|
|
|
36657
36741
|
function remapInternalIcon(vm, iconName) {
|
|
36658
|
-
if (!iconName.startsWith(
|
|
36742
|
+
if (!iconName.startsWith('$')) {
|
|
36659
36743
|
return iconName;
|
|
36660
36744
|
} // Get the target icon name
|
|
36661
36745
|
|
|
36662
36746
|
|
|
36663
|
-
var iconPath = "$vuetify.icons.values." + iconName.split('.').pop(); // Now look up icon indirection name,
|
|
36747
|
+
var iconPath = "$vuetify.icons.values." + iconName.split('$').pop().split('.').pop(); // Now look up icon indirection name,
|
|
36664
36748
|
// e.g. '$vuetify.icons.values.cancel'
|
|
36665
36749
|
|
|
36666
36750
|
return getObjectValueByPath(vm, iconPath, iconName);
|