buefy 0.9.13 → 0.9.17
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/CHANGELOG.md +1706 -1639
- package/README.md +1 -1
- package/dist/buefy.css +313 -1
- package/dist/buefy.esm.js +4431 -2331
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +4467 -2364
- package/dist/buefy.min.css +1 -1
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/autocomplete.js +5 -5
- package/dist/cjs/button.js +3 -3
- package/dist/cjs/carousel.js +4 -4
- package/dist/cjs/{chunk-34949503.js → chunk-0d6f213f.js} +2 -2
- package/dist/cjs/{chunk-2c7de785.js → chunk-0e3108f5.js} +2 -2
- package/dist/cjs/{chunk-2911aa4b.js → chunk-1438658c.js} +14 -11
- package/dist/cjs/{chunk-114191ae.js → chunk-1f7e4ed3.js} +3 -3
- package/dist/cjs/{chunk-a11294f9.js → chunk-334bc809.js} +1 -1
- package/dist/cjs/chunk-45739695.js +332 -0
- package/dist/cjs/{chunk-c7b2aa4b.js → chunk-4bcfaf1c.js} +0 -0
- package/dist/cjs/{chunk-f5106717.js → chunk-5058e659.js} +3 -3
- package/dist/cjs/{chunk-61023b09.js → chunk-545e1c7f.js} +102 -16
- package/dist/cjs/{chunk-30670fac.js → chunk-54b0042d.js} +19 -3
- package/dist/cjs/{chunk-fe2f57ee.js → chunk-5ed8a75a.js} +2 -2
- package/dist/cjs/{chunk-d120e215.js → chunk-73f8eef8.js} +8 -2
- package/dist/cjs/{chunk-2062216d.js → chunk-7c11fdde.js} +5 -4
- package/dist/cjs/{chunk-3cc5d9a6.js → chunk-841c0e0f.js} +1 -1
- package/dist/cjs/{chunk-9e4cf4c5.js → chunk-87a116d9.js} +0 -0
- package/dist/cjs/{chunk-fefd7b77.js → chunk-a53b7aff.js} +0 -0
- package/dist/cjs/{chunk-d0f8ea39.js → chunk-c0a093d7.js} +7 -7
- package/dist/cjs/{chunk-7da0c017.js → chunk-c8abb3ed.js} +21 -21
- package/dist/cjs/{chunk-c6fbc7b4.js → chunk-d0df905a.js} +15 -2
- package/dist/cjs/{chunk-d54e40f6.js → chunk-e86d3eeb.js} +1 -8
- package/dist/cjs/{chunk-6cb902f8.js → chunk-e872f5e2.js} +1 -1
- package/dist/cjs/{chunk-2ae50815.js → chunk-f5285f14.js} +4 -4
- package/dist/cjs/clockpicker.js +8 -8
- package/dist/cjs/colorpicker.js +1752 -0
- package/dist/cjs/config.js +1 -1
- package/dist/cjs/datepicker.js +11 -11
- package/dist/cjs/datetimepicker.js +30 -14
- package/dist/cjs/dialog.js +5 -5
- package/dist/cjs/dropdown.js +3 -3
- package/dist/cjs/field.js +2 -2
- package/dist/cjs/helpers.js +21 -1
- package/dist/cjs/icon.js +2 -2
- package/dist/cjs/image.js +2 -2
- package/dist/cjs/index.js +27 -22
- package/dist/cjs/input.js +4 -4
- package/dist/cjs/loading.js +5 -5
- package/dist/cjs/menu.js +2 -2
- package/dist/cjs/message.js +4 -9
- package/dist/cjs/modal.js +5 -5
- package/dist/cjs/navbar.js +4 -1
- package/dist/cjs/notification.js +7 -7
- package/dist/cjs/numberinput.js +30 -21
- package/dist/cjs/pagination.js +7 -7
- package/dist/cjs/progress.js +3 -3
- package/dist/cjs/rate.js +2 -2
- package/dist/cjs/select.js +4 -4
- package/dist/cjs/sidebar.js +1 -1
- package/dist/cjs/slider.js +3 -3
- package/dist/cjs/snackbar.js +5 -4
- package/dist/cjs/steps.js +5 -5
- package/dist/cjs/table.js +157 -146
- package/dist/cjs/tabs.js +7 -7
- package/dist/cjs/taginput.js +5 -5
- package/dist/cjs/timepicker.js +12 -12
- package/dist/cjs/toast.js +3 -3
- package/dist/cjs/tooltip.js +4 -4
- package/dist/cjs/upload.js +23 -9
- package/dist/components/autocomplete/index.js +24 -2
- package/dist/components/autocomplete/index.min.js +2 -2
- package/dist/components/breadcrumb/index.js +1 -1
- package/dist/components/breadcrumb/index.min.js +1 -1
- package/dist/components/button/index.js +8 -2
- package/dist/components/button/index.min.js +2 -2
- package/dist/components/carousel/index.js +8 -2
- package/dist/components/carousel/index.min.js +2 -2
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.min.js +1 -1
- package/dist/components/clockpicker/index.js +41 -22
- package/dist/components/clockpicker/index.min.js +2 -2
- package/dist/components/collapse/index.js +1 -1
- package/dist/components/collapse/index.min.js +1 -1
- package/dist/components/colorpicker/index.js +4318 -0
- package/dist/components/colorpicker/index.min.js +2 -0
- package/dist/components/datepicker/index.js +48 -26
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +66 -28
- package/dist/components/datetimepicker/index.min.js +2 -2
- package/dist/components/dialog/index.js +8 -2
- package/dist/components/dialog/index.min.js +2 -2
- package/dist/components/dropdown/index.js +14 -1
- package/dist/components/dropdown/index.min.js +2 -2
- package/dist/components/field/index.js +21 -21
- package/dist/components/field/index.min.js +1 -1
- package/dist/components/icon/index.js +8 -2
- package/dist/components/icon/index.min.js +2 -2
- package/dist/components/image/index.js +1 -1
- package/dist/components/image/index.min.js +1 -1
- package/dist/components/input/index.js +8 -2
- package/dist/components/input/index.min.js +2 -2
- package/dist/components/loading/index.js +1 -1
- package/dist/components/loading/index.min.js +1 -1
- package/dist/components/menu/index.js +8 -2
- package/dist/components/menu/index.min.js +2 -2
- package/dist/components/message/index.js +11 -9
- package/dist/components/message/index.min.js +2 -2
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/index.min.js +1 -1
- package/dist/components/navbar/index.js +4 -1
- package/dist/components/navbar/index.min.js +2 -2
- package/dist/components/notification/index.js +13 -13
- package/dist/components/notification/index.min.js +2 -2
- package/dist/components/numberinput/index.js +34 -19
- package/dist/components/numberinput/index.min.js +2 -2
- package/dist/components/pagination/index.js +107 -16
- package/dist/components/pagination/index.min.js +2 -2
- package/dist/components/progress/index.js +2 -2
- package/dist/components/progress/index.min.js +2 -2
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.min.js +1 -1
- package/dist/components/rate/index.js +8 -2
- package/dist/components/rate/index.min.js +2 -2
- package/dist/components/select/index.js +8 -2
- package/dist/components/select/index.min.js +2 -2
- package/dist/components/sidebar/index.js +1 -1
- package/dist/components/sidebar/index.min.js +1 -1
- package/dist/components/skeleton/index.js +1 -1
- package/dist/components/skeleton/index.min.js +1 -1
- package/dist/components/slider/index.js +2 -2
- package/dist/components/slider/index.min.js +2 -2
- package/dist/components/snackbar/index.js +4 -10
- package/dist/components/snackbar/index.min.js +2 -2
- package/dist/components/steps/index.js +8 -2
- package/dist/components/steps/index.min.js +2 -2
- package/dist/components/switch/index.js +1 -1
- package/dist/components/switch/index.min.js +1 -1
- package/dist/components/table/index.js +253 -133
- package/dist/components/table/index.min.js +2 -2
- package/dist/components/tabs/index.js +10 -4
- package/dist/components/tabs/index.min.js +2 -2
- package/dist/components/tag/index.js +1 -1
- package/dist/components/tag/index.min.js +1 -1
- package/dist/components/taginput/index.js +24 -2
- package/dist/components/taginput/index.min.js +2 -2
- package/dist/components/timepicker/index.js +41 -22
- package/dist/components/timepicker/index.min.js +2 -2
- package/dist/components/toast/index.js +2 -9
- package/dist/components/toast/index.min.js +2 -2
- package/dist/components/tooltip/index.js +2 -2
- package/dist/components/tooltip/index.min.js +2 -2
- package/dist/components/upload/index.js +20 -6
- package/dist/components/upload/index.min.js +2 -2
- package/dist/esm/autocomplete.js +6 -6
- package/dist/esm/button.js +4 -4
- package/dist/esm/carousel.js +4 -4
- package/dist/esm/{chunk-18e8b067.js → chunk-1a4fde6d.js} +102 -17
- package/dist/esm/{chunk-3773c62d.js → chunk-22cf6667.js} +2 -2
- package/dist/esm/{chunk-ece062a7.js → chunk-262b3f82.js} +1 -1
- package/dist/esm/chunk-455cdeae.js +317 -0
- package/dist/esm/{chunk-d7f92d97.js → chunk-5435bd9a.js} +5 -4
- package/dist/esm/{chunk-e7c9b2cb.js → chunk-58cdbf2b.js} +2 -2
- package/dist/esm/{chunk-29ca0df8.js → chunk-60a03517.js} +1 -1
- package/dist/esm/{chunk-21fc0948.js → chunk-66cef090.js} +7 -7
- package/dist/esm/{chunk-71a547bc.js → chunk-690d5be4.js} +1 -1
- package/dist/esm/{chunk-83eb0d37.js → chunk-6adc5c5d.js} +3 -3
- package/dist/esm/{chunk-c9c58d0c.js → chunk-6d0f2352.js} +0 -0
- package/dist/esm/{chunk-8d0f95b8.js → chunk-6d96579e.js} +4 -4
- package/dist/esm/{chunk-22e9f916.js → chunk-6fb4a069.js} +14 -11
- package/dist/esm/{chunk-75a5af93.js → chunk-84c6dfd6.js} +0 -0
- package/dist/esm/{chunk-ae8ab23a.js → chunk-a628d44d.js} +3 -3
- package/dist/esm/{chunk-b0c0c6b0.js → chunk-c9c18b2f.js} +0 -0
- package/dist/esm/{chunk-9f7f7441.js → chunk-d35985c7.js} +0 -0
- package/dist/esm/{chunk-799e084d.js → chunk-d9232770.js} +1 -8
- package/dist/esm/{chunk-4b67a181.js → chunk-dbd43ef1.js} +15 -2
- package/dist/esm/{chunk-d92f0cd9.js → chunk-e044aa02.js} +8 -2
- package/dist/esm/{chunk-b07e3182.js → chunk-effa4d25.js} +21 -21
- package/dist/esm/{chunk-6019fd7a.js → chunk-f9eaeac4.js} +19 -3
- package/dist/esm/clockpicker.js +8 -8
- package/dist/esm/colorpicker.js +1748 -0
- package/dist/esm/config.js +1 -1
- package/dist/esm/datepicker.js +10 -10
- package/dist/esm/datetimepicker.js +29 -13
- package/dist/esm/dialog.js +4 -4
- package/dist/esm/dropdown.js +4 -4
- package/dist/esm/field.js +3 -3
- package/dist/esm/helpers.js +20 -2
- package/dist/esm/icon.js +3 -3
- package/dist/esm/image.js +3 -3
- package/dist/esm/index.js +94 -91
- package/dist/esm/input.js +5 -5
- package/dist/esm/loading.js +3 -3
- package/dist/esm/menu.js +2 -2
- package/dist/esm/message.js +3 -8
- package/dist/esm/modal.js +3 -3
- package/dist/esm/navbar.js +4 -1
- package/dist/esm/notification.js +5 -5
- package/dist/esm/numberinput.js +30 -21
- package/dist/esm/pagination.js +4 -4
- package/dist/esm/progress.js +3 -3
- package/dist/esm/rate.js +2 -2
- package/dist/esm/select.js +5 -5
- package/dist/esm/sidebar.js +1 -1
- package/dist/esm/slider.js +2 -2
- package/dist/esm/snackbar.js +4 -3
- package/dist/esm/steps.js +5 -5
- package/dist/esm/table.js +155 -144
- package/dist/esm/tabs.js +7 -7
- package/dist/esm/taginput.js +5 -5
- package/dist/esm/timepicker.js +11 -11
- package/dist/esm/toast.js +2 -2
- package/dist/esm/tooltip.js +3 -3
- package/dist/esm/upload.js +21 -7
- package/dist/vetur/attributes.json +96 -0
- package/dist/vetur/tags.json +30 -1
- package/package.json +1 -1
- package/src/components/autocomplete/Autocomplete.vue +10 -0
- package/src/components/breadcrumb/__snapshots__/BreadcrumbItem.spec.js.snap +1 -5
- package/src/components/carousel/__snapshots__/CarouselList.spec.js.snap +48 -48
- package/src/components/colorpicker/Colorpicker.spec.js +10 -0
- package/src/components/colorpicker/Colorpicker.vue +354 -0
- package/src/components/colorpicker/ColorpickerAlphaSlider.spec.js +14 -0
- package/src/components/colorpicker/ColorpickerAlphaSlider.vue +194 -0
- package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.spec.js +22 -0
- package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.vue +366 -0
- package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.spec.js +22 -0
- package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.vue +442 -0
- package/src/components/colorpicker/__snapshots__/ColorPickerHSLRepresentationSquare.spec.js.snap +12 -0
- package/src/components/colorpicker/__snapshots__/Colorpicker.spec.js.snap +32 -0
- package/src/components/colorpicker/__snapshots__/ColorpickerAlphaSlider.spec.js.snap +11 -0
- package/src/components/colorpicker/__snapshots__/ColorpickerHSLRepresentationTriangle.spec.js.snap +36 -0
- package/src/components/colorpicker/index.js +17 -0
- package/src/components/datepicker/DatepickerTableRow.spec.js +26 -0
- package/src/components/datepicker/DatepickerTableRow.vue +4 -5
- package/src/components/datetimepicker/Datetimepicker.vue +17 -1
- package/src/components/dropdown/Dropdown.vue +13 -0
- package/src/components/field/Field.vue +271 -271
- package/src/components/index.js +2 -0
- package/src/components/message/Message.vue +0 -5
- package/src/components/navbar/NavbarDropdown.vue +4 -0
- package/src/components/notification/Notification.vue +1 -1
- package/src/components/numberinput/Numberinput.spec.js +62 -0
- package/src/components/numberinput/Numberinput.vue +22 -15
- package/src/components/pagination/Pagination.vue +141 -51
- package/src/components/progress/Progress.vue +1 -1
- package/src/components/snackbar/index.js +2 -1
- package/src/components/table/Table.spec.js +17 -3
- package/src/components/table/Table.vue +1436 -1409
- package/src/components/table/TablePagination.vue +10 -2
- package/src/components/tabs/Tabs.vue +2 -0
- package/src/components/timepicker/__snapshots__/Timepicker.spec.js.snap +18 -47
- package/src/components/tooltip/Tooltip.vue +2 -2
- package/src/components/upload/Upload.vue +19 -7
- package/src/scss/buefy.scss +1 -0
- package/src/scss/components/_colorpicker.scss +283 -0
- package/src/scss/components/_pagination.scss +38 -0
- package/src/utils/MessageMixin.js +2 -1
- package/src/utils/NoticeMixin.js +1 -5
- package/src/utils/color.js +441 -0
- package/src/utils/color.spec.js +52 -0
- package/src/utils/helpers.js +16 -0
- package/src/utils/icons.js +7 -1
- package/types/components.d.ts +7 -2
- package/types/helpers.d.ts +2 -1
- package/dist/cjs/chunk-92621ff7.js +0 -141
- package/dist/esm/chunk-2452e3d3.js +0 -134
package/dist/esm/numberinput.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as _defineProperty } from './chunk-
|
|
1
|
+
import { _ as _defineProperty } from './chunk-455cdeae.js';
|
|
2
2
|
import './helpers.js';
|
|
3
3
|
import './chunk-8ed29c41.js';
|
|
4
|
-
import { F as FormElementMixin } from './chunk-
|
|
5
|
-
import { I as Icon } from './chunk-
|
|
4
|
+
import { F as FormElementMixin } from './chunk-84c6dfd6.js';
|
|
5
|
+
import { I as Icon } from './chunk-e044aa02.js';
|
|
6
6
|
import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
7
|
-
import { I as Input } from './chunk-
|
|
7
|
+
import { I as Input } from './chunk-a628d44d.js';
|
|
8
8
|
|
|
9
9
|
var _components;
|
|
10
10
|
var script = {
|
|
@@ -67,7 +67,8 @@ var script = {
|
|
|
67
67
|
set: function set(value) {
|
|
68
68
|
var _this = this;
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
// Parses the number, so that "0" => 0, and "invalid" => null
|
|
71
|
+
var newValue = Number(value) === 0 ? 0 : Number(value) || null;
|
|
71
72
|
|
|
72
73
|
if (value === '' || value === undefined || value === null) {
|
|
73
74
|
if (this.minNumber !== undefined) {
|
|
@@ -127,9 +128,17 @@ var script = {
|
|
|
127
128
|
return typeof this.max === 'string' ? parseFloat(this.max) : this.max;
|
|
128
129
|
},
|
|
129
130
|
stepNumber: function stepNumber() {
|
|
131
|
+
if (this.newStep === 'any') {
|
|
132
|
+
return 1;
|
|
133
|
+
}
|
|
134
|
+
|
|
130
135
|
return typeof this.newStep === 'string' ? parseFloat(this.newStep) : this.newStep;
|
|
131
136
|
},
|
|
132
137
|
minStepNumber: function minStepNumber() {
|
|
138
|
+
if (this.newStep === 'any' && typeof this.newMinStep === 'undefined') {
|
|
139
|
+
return 'any';
|
|
140
|
+
}
|
|
141
|
+
|
|
133
142
|
var step = typeof this.newMinStep !== 'undefined' ? this.newMinStep : this.newStep;
|
|
134
143
|
return typeof step === 'string' ? parseFloat(step) : step;
|
|
135
144
|
},
|
|
@@ -173,31 +182,31 @@ var script = {
|
|
|
173
182
|
return this.disabled || (control === 'plus' ? this.disabledMax : this.disabledMin);
|
|
174
183
|
},
|
|
175
184
|
decrement: function decrement() {
|
|
176
|
-
if (
|
|
177
|
-
if (this.
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
return;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
this.computedValue = 0;
|
|
185
|
+
if (this.computedValue === null || typeof this.computedValue === 'undefined') {
|
|
186
|
+
if (this.maxNumber !== null && typeof this.maxNumber !== 'undefined') {
|
|
187
|
+
this.computedValue = this.maxNumber;
|
|
188
|
+
return;
|
|
184
189
|
}
|
|
185
190
|
|
|
191
|
+
this.computedValue = 0;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
if (typeof this.minNumber === 'undefined' || this.computedValue - this.stepNumber >= this.minNumber) {
|
|
186
195
|
var value = this.computedValue - this.stepNumber;
|
|
187
196
|
this.computedValue = parseFloat(value.toFixed(this.stepDecimals));
|
|
188
197
|
}
|
|
189
198
|
},
|
|
190
199
|
increment: function increment() {
|
|
191
|
-
if (
|
|
192
|
-
if (this.
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
return;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
this.computedValue = 0;
|
|
200
|
+
if (this.computedValue === null || typeof this.computedValue === 'undefined') {
|
|
201
|
+
if (this.minNumber !== null && typeof this.minNumber !== 'undefined') {
|
|
202
|
+
this.computedValue = this.minNumber;
|
|
203
|
+
return;
|
|
199
204
|
}
|
|
200
205
|
|
|
206
|
+
this.computedValue = 0;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
if (typeof this.maxNumber === 'undefined' || this.computedValue + this.stepNumber <= this.maxNumber) {
|
|
201
210
|
var value = this.computedValue + this.stepNumber;
|
|
202
211
|
this.computedValue = parseFloat(value.toFixed(this.stepDecimals));
|
|
203
212
|
}
|
package/dist/esm/pagination.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import './helpers.js';
|
|
3
3
|
import './chunk-8ed29c41.js';
|
|
4
|
-
import './chunk-
|
|
4
|
+
import './chunk-e044aa02.js';
|
|
5
5
|
import { r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
6
|
-
import { P as Pagination, a as PaginationButton } from './chunk-
|
|
7
|
-
export { P as BPagination, a as BPaginationButton } from './chunk-
|
|
6
|
+
import { P as Pagination, a as PaginationButton } from './chunk-1a4fde6d.js';
|
|
7
|
+
export { P as BPagination, a as BPaginationButton } from './chunk-1a4fde6d.js';
|
|
8
8
|
|
|
9
9
|
var Plugin = {
|
|
10
10
|
install: function install(Vue) {
|
package/dist/esm/progress.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as _defineProperty } from './chunk-
|
|
1
|
+
import { _ as _defineProperty } from './chunk-455cdeae.js';
|
|
2
2
|
import './helpers.js';
|
|
3
3
|
import { c as config } from './chunk-8ed29c41.js';
|
|
4
4
|
import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
5
|
-
import { P as ProviderParentMixin, I as InjectedChildMixin } from './chunk-
|
|
5
|
+
import { P as ProviderParentMixin, I as InjectedChildMixin } from './chunk-60a03517.js';
|
|
6
6
|
|
|
7
7
|
var script = {
|
|
8
8
|
name: 'BProgress',
|
|
@@ -69,7 +69,7 @@ var script = {
|
|
|
69
69
|
wrapperClasses: function wrapperClasses() {
|
|
70
70
|
return _defineProperty({
|
|
71
71
|
'is-not-native': !this.isNative
|
|
72
|
-
}, this.size, !this.isNative);
|
|
72
|
+
}, this.size, typeof this.size === 'string' && !this.isNative);
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
watch: {
|
package/dist/esm/rate.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from './chunk-
|
|
1
|
+
import { _ as _defineProperty } from './chunk-455cdeae.js';
|
|
2
2
|
import './helpers.js';
|
|
3
3
|
import { c as config } from './chunk-8ed29c41.js';
|
|
4
|
-
import { I as Icon } from './chunk-
|
|
4
|
+
import { I as Icon } from './chunk-e044aa02.js';
|
|
5
5
|
import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
6
6
|
|
|
7
7
|
var script = {
|
package/dist/esm/select.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import './helpers.js';
|
|
3
3
|
import './chunk-8ed29c41.js';
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
4
|
+
import './chunk-84c6dfd6.js';
|
|
5
|
+
import './chunk-e044aa02.js';
|
|
6
6
|
import { r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
7
|
-
import { S as Select } from './chunk-
|
|
8
|
-
export { S as BSelect } from './chunk-
|
|
7
|
+
import { S as Select } from './chunk-6adc5c5d.js';
|
|
8
|
+
export { S as BSelect } from './chunk-6adc5c5d.js';
|
|
9
9
|
|
|
10
10
|
var Plugin = {
|
|
11
11
|
install: function install(Vue) {
|
package/dist/esm/sidebar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import { isCustomElement, removeElement } from './helpers.js';
|
|
3
3
|
import { c as config } from './chunk-8ed29c41.js';
|
|
4
4
|
import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
package/dist/esm/slider.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as _defineProperty, d as _toConsumableArray } from './chunk-
|
|
1
|
+
import { _ as _defineProperty, d as _toConsumableArray } from './chunk-455cdeae.js';
|
|
2
2
|
import { bound } from './helpers.js';
|
|
3
3
|
import { c as config } from './chunk-8ed29c41.js';
|
|
4
4
|
import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
5
|
-
import { T as Tooltip } from './chunk-
|
|
5
|
+
import { T as Tooltip } from './chunk-22cf6667.js';
|
|
6
6
|
|
|
7
7
|
var script = {
|
|
8
8
|
name: 'BSliderThumb',
|
package/dist/esm/snackbar.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import { merge } from './helpers.js';
|
|
3
3
|
import { c as config, V as VueInstance } from './chunk-8ed29c41.js';
|
|
4
4
|
import { _ as __vue_normalize__, a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
|
|
5
|
-
import { N as NoticeMixin } from './chunk-
|
|
5
|
+
import { N as NoticeMixin } from './chunk-d9232770.js';
|
|
6
6
|
|
|
7
7
|
//
|
|
8
8
|
var script = {
|
|
@@ -84,7 +84,8 @@ var SnackbarProgrammatic = {
|
|
|
84
84
|
|
|
85
85
|
var defaultParam = {
|
|
86
86
|
type: 'is-success',
|
|
87
|
-
position: config.defaultSnackbarPosition || 'is-bottom-right'
|
|
87
|
+
position: config.defaultSnackbarPosition || 'is-bottom-right',
|
|
88
|
+
queue: true
|
|
88
89
|
};
|
|
89
90
|
|
|
90
91
|
if (params.parent) {
|
package/dist/esm/steps.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as _defineProperty } from './chunk-
|
|
1
|
+
import { _ as _defineProperty } from './chunk-455cdeae.js';
|
|
2
2
|
import './helpers.js';
|
|
3
3
|
import { c as config } from './chunk-8ed29c41.js';
|
|
4
|
-
import { I as Icon } from './chunk-
|
|
4
|
+
import { I as Icon } from './chunk-e044aa02.js';
|
|
5
5
|
import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
6
|
-
import './chunk-
|
|
7
|
-
import './chunk-
|
|
8
|
-
import { T as TabbedMixin, a as TabbedChildMixin } from './chunk-
|
|
6
|
+
import './chunk-60a03517.js';
|
|
7
|
+
import './chunk-c9c18b2f.js';
|
|
8
|
+
import { T as TabbedMixin, a as TabbedChildMixin } from './chunk-6d96579e.js';
|
|
9
9
|
|
|
10
10
|
var script = {
|
|
11
11
|
name: 'BSteps',
|