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/config.js
CHANGED
package/dist/esm/datepicker.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
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 './chunk-
|
|
8
|
-
import './chunk-
|
|
7
|
+
import './chunk-a628d44d.js';
|
|
8
|
+
import './chunk-60a03517.js';
|
|
9
9
|
import './chunk-42f463e6.js';
|
|
10
|
-
import './chunk-
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
13
|
-
import { D as Datepicker } from './chunk-
|
|
14
|
-
export { D as BDatepicker } from './chunk-
|
|
10
|
+
import './chunk-dbd43ef1.js';
|
|
11
|
+
import './chunk-effa4d25.js';
|
|
12
|
+
import './chunk-6adc5c5d.js';
|
|
13
|
+
import { D as Datepicker } from './chunk-6fb4a069.js';
|
|
14
|
+
export { D as BDatepicker } from './chunk-6fb4a069.js';
|
|
15
15
|
|
|
16
16
|
var Plugin = {
|
|
17
17
|
install: function install(Vue) {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { _ as _defineProperty } from './chunk-
|
|
1
|
+
import { _ as _defineProperty } from './chunk-455cdeae.js';
|
|
2
2
|
import { isMobile, matchWithGroups } from './helpers.js';
|
|
3
3
|
import { c as config } from './chunk-8ed29c41.js';
|
|
4
|
-
import { F as FormElementMixin } from './chunk-
|
|
5
|
-
import './chunk-
|
|
4
|
+
import { F as FormElementMixin } from './chunk-84c6dfd6.js';
|
|
5
|
+
import './chunk-e044aa02.js';
|
|
6
6
|
import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
9
|
-
import './chunk-
|
|
7
|
+
import './chunk-a628d44d.js';
|
|
8
|
+
import './chunk-60a03517.js';
|
|
9
|
+
import './chunk-262b3f82.js';
|
|
10
10
|
import './chunk-42f463e6.js';
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
13
|
-
import './chunk-
|
|
14
|
-
import { D as Datepicker } from './chunk-
|
|
15
|
-
import { T as Timepicker } from './chunk-
|
|
11
|
+
import './chunk-dbd43ef1.js';
|
|
12
|
+
import './chunk-effa4d25.js';
|
|
13
|
+
import './chunk-6adc5c5d.js';
|
|
14
|
+
import { D as Datepicker } from './chunk-6fb4a069.js';
|
|
15
|
+
import { T as Timepicker } from './chunk-66cef090.js';
|
|
16
16
|
|
|
17
17
|
var _components;
|
|
18
18
|
var AM = 'AM';
|
|
@@ -33,6 +33,22 @@ var script = {
|
|
|
33
33
|
placeholder: String,
|
|
34
34
|
horizontalTimePicker: Boolean,
|
|
35
35
|
disabled: Boolean,
|
|
36
|
+
firstDayOfWeek: {
|
|
37
|
+
type: Number,
|
|
38
|
+
default: function _default() {
|
|
39
|
+
if (typeof config.defaultFirstDayOfWeek === 'number') {
|
|
40
|
+
return config.defaultFirstDayOfWeek;
|
|
41
|
+
} else {
|
|
42
|
+
return 0;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
rulesForFirstWeek: {
|
|
47
|
+
type: Number,
|
|
48
|
+
default: function _default() {
|
|
49
|
+
return 4;
|
|
50
|
+
}
|
|
51
|
+
},
|
|
36
52
|
icon: String,
|
|
37
53
|
iconRight: String,
|
|
38
54
|
iconRightClickable: Boolean,
|
|
@@ -253,7 +269,7 @@ var script = {
|
|
|
253
269
|
var datetimeGroups = matchWithGroups(formatRegex, date); // We do a simple validation for the group.
|
|
254
270
|
// If it is not valid, it will fallback to Date.parse below
|
|
255
271
|
|
|
256
|
-
if (datetimeGroups.year && datetimeGroups.year.length === 4 && datetimeGroups.month && datetimeGroups.month <= 12 && datetimeGroups.day && datetimeGroups.day <= 31 && datetimeGroups.hour && datetimeGroups.hour >= 0 && datetimeGroups.hour < 24 && datetimeGroups.minute && datetimeGroups.minute >= 0 && datetimeGroups.minute
|
|
272
|
+
if (datetimeGroups.year && datetimeGroups.year.length === 4 && datetimeGroups.month && datetimeGroups.month <= 12 && datetimeGroups.day && datetimeGroups.day <= 31 && datetimeGroups.hour && datetimeGroups.hour >= 0 && datetimeGroups.hour < 24 && datetimeGroups.minute && datetimeGroups.minute >= 0 && datetimeGroups.minute <= 59) {
|
|
257
273
|
var d = new Date(datetimeGroups.year, datetimeGroups.month - 1, datetimeGroups.day, datetimeGroups.hour, datetimeGroups.minute, datetimeGroups.second || 0);
|
|
258
274
|
return d;
|
|
259
275
|
}
|
|
@@ -332,7 +348,7 @@ var script = {
|
|
|
332
348
|
const __vue_script__ = script;
|
|
333
349
|
|
|
334
350
|
/* template */
|
|
335
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (!_vm.isMobile || _vm.inline)?_c('b-datepicker',_vm._b({ref:"datepicker",attrs:{"rounded":_vm.rounded,"open-on-focus":_vm.openOnFocus,"position":_vm.position,"loading":_vm.loading,"inline":_vm.inline,"editable":_vm.editable,"expanded":_vm.expanded,"close-on-click":false,"date-formatter":_vm.defaultDatetimeFormatter,"date-parser":_vm.defaultDatetimeParser,"min-date":_vm.minDate,"max-date":_vm.maxDate,"icon":_vm.icon,"icon-right":_vm.iconRight,"icon-right-clickable":_vm.iconRightClickable,"icon-pack":_vm.iconPack,"size":_vm.datepickerSize,"placeholder":_vm.placeholder,"horizontal-time-picker":_vm.horizontalTimePicker,"range":false,"disabled":_vm.disabled,"mobile-native":_vm.isMobileNative,"locale":_vm.locale,"focusable":_vm.focusable,"append-to-body":_vm.appendToBody},on:{"focus":_vm.onFocus,"blur":_vm.onBlur,"active-change":_vm.onActiveChange,"icon-right-click":function($event){return _vm.$emit('icon-right-click')},"change-month":function($event){return _vm.$emit('change-month', $event)},"change-year":function($event){return _vm.$emit('change-year', $event)}},model:{value:(_vm.computedValue),callback:function ($$v) {_vm.computedValue=$$v;},expression:"computedValue"}},'b-datepicker',_vm.datepicker,false),[_c('nav',{staticClass:"level is-mobile"},[(_vm.$slots.left !== undefined)?_c('div',{staticClass:"level-item has-text-centered"},[_vm._t("left")],2):_vm._e(),_c('div',{staticClass:"level-item has-text-centered"},[_c('b-timepicker',_vm._b({ref:"timepicker",attrs:{"inline":"","editable":_vm.editable,"min-time":_vm.minTime,"max-time":_vm.maxTime,"size":_vm.timepickerSize,"disabled":_vm.timepickerDisabled,"focusable":_vm.focusable,"mobile-native":_vm.isMobileNative,"locale":_vm.locale},model:{value:(_vm.computedValue),callback:function ($$v) {_vm.computedValue=$$v;},expression:"computedValue"}},'b-timepicker',_vm.timepicker,false))],1),(_vm.$slots.right !== undefined)?_c('div',{staticClass:"level-item has-text-centered"},[_vm._t("right")],2):_vm._e()])]):_c('b-input',_vm._b({ref:"input",attrs:{"type":"datetime-local","autocomplete":"off","value":_vm.formatNative(_vm.computedValue),"placeholder":_vm.placeholder,"size":_vm.size,"icon":_vm.icon,"icon-pack":_vm.iconPack,"rounded":_vm.rounded,"loading":_vm.loading,"max":_vm.formatNative(_vm.maxDate),"min":_vm.formatNative(_vm.minDate),"disabled":_vm.disabled,"readonly":false,"use-html5-validation":_vm.useHtml5Validation},on:{"focus":_vm.onFocus,"blur":_vm.onBlur},nativeOn:{"change":function($event){return _vm.onChangeNativePicker($event)}}},'b-input',_vm.$attrs,false))};
|
|
351
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (!_vm.isMobile || _vm.inline)?_c('b-datepicker',_vm._b({ref:"datepicker",attrs:{"rounded":_vm.rounded,"open-on-focus":_vm.openOnFocus,"position":_vm.position,"loading":_vm.loading,"inline":_vm.inline,"editable":_vm.editable,"expanded":_vm.expanded,"close-on-click":false,"first-day-of-week":_vm.firstDayOfWeek,"rules-for-first-week":_vm.rulesForFirstWeek,"date-formatter":_vm.defaultDatetimeFormatter,"date-parser":_vm.defaultDatetimeParser,"min-date":_vm.minDate,"max-date":_vm.maxDate,"icon":_vm.icon,"icon-right":_vm.iconRight,"icon-right-clickable":_vm.iconRightClickable,"icon-pack":_vm.iconPack,"size":_vm.datepickerSize,"placeholder":_vm.placeholder,"horizontal-time-picker":_vm.horizontalTimePicker,"range":false,"disabled":_vm.disabled,"mobile-native":_vm.isMobileNative,"locale":_vm.locale,"focusable":_vm.focusable,"append-to-body":_vm.appendToBody},on:{"focus":_vm.onFocus,"blur":_vm.onBlur,"active-change":_vm.onActiveChange,"icon-right-click":function($event){return _vm.$emit('icon-right-click')},"change-month":function($event){return _vm.$emit('change-month', $event)},"change-year":function($event){return _vm.$emit('change-year', $event)}},model:{value:(_vm.computedValue),callback:function ($$v) {_vm.computedValue=$$v;},expression:"computedValue"}},'b-datepicker',_vm.datepicker,false),[_c('nav',{staticClass:"level is-mobile"},[(_vm.$slots.left !== undefined)?_c('div',{staticClass:"level-item has-text-centered"},[_vm._t("left")],2):_vm._e(),_c('div',{staticClass:"level-item has-text-centered"},[_c('b-timepicker',_vm._b({ref:"timepicker",attrs:{"inline":"","editable":_vm.editable,"min-time":_vm.minTime,"max-time":_vm.maxTime,"size":_vm.timepickerSize,"disabled":_vm.timepickerDisabled,"focusable":_vm.focusable,"mobile-native":_vm.isMobileNative,"locale":_vm.locale},model:{value:(_vm.computedValue),callback:function ($$v) {_vm.computedValue=$$v;},expression:"computedValue"}},'b-timepicker',_vm.timepicker,false))],1),(_vm.$slots.right !== undefined)?_c('div',{staticClass:"level-item has-text-centered"},[_vm._t("right")],2):_vm._e()])]):_c('b-input',_vm._b({ref:"input",attrs:{"type":"datetime-local","autocomplete":"off","value":_vm.formatNative(_vm.computedValue),"placeholder":_vm.placeholder,"size":_vm.size,"icon":_vm.icon,"icon-pack":_vm.iconPack,"rounded":_vm.rounded,"loading":_vm.loading,"max":_vm.formatNative(_vm.maxDate),"min":_vm.formatNative(_vm.minDate),"disabled":_vm.disabled,"readonly":false,"use-html5-validation":_vm.useHtml5Validation},on:{"focus":_vm.onFocus,"blur":_vm.onBlur},nativeOn:{"change":function($event){return _vm.onChangeNativePicker($event)}}},'b-input',_vm.$attrs,false))};
|
|
336
352
|
var __vue_staticRenderFns__ = [];
|
|
337
353
|
|
|
338
354
|
/* style */
|
package/dist/esm/dialog.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as _defineProperty } from './chunk-
|
|
1
|
+
import { _ as _defineProperty } from './chunk-455cdeae.js';
|
|
2
2
|
import { removeElement, merge } from './helpers.js';
|
|
3
3
|
import { c as config, V as VueInstance } 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, a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
|
|
6
|
-
import { B as Button } from './chunk-
|
|
6
|
+
import { B as Button } from './chunk-58cdbf2b.js';
|
|
7
7
|
import { t as trapFocus } from './chunk-42f463e6.js';
|
|
8
|
-
import { M as Modal } from './chunk-
|
|
8
|
+
import { M as Modal } from './chunk-d35985c7.js';
|
|
9
9
|
|
|
10
10
|
var _components;
|
|
11
11
|
var script = {
|
package/dist/esm/dropdown.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
4
|
import { r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
5
|
-
import './chunk-
|
|
5
|
+
import './chunk-60a03517.js';
|
|
6
6
|
import './chunk-42f463e6.js';
|
|
7
|
-
import { D as Dropdown, a as DropdownItem } from './chunk-
|
|
8
|
-
export { D as BDropdown, a as BDropdownItem } from './chunk-
|
|
7
|
+
import { D as Dropdown, a as DropdownItem } from './chunk-dbd43ef1.js';
|
|
8
|
+
export { D as BDropdown, a as BDropdownItem } from './chunk-dbd43ef1.js';
|
|
9
9
|
|
|
10
10
|
var Plugin = {
|
|
11
11
|
install: function install(Vue) {
|
package/dist/esm/field.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import './chunk-8ed29c41.js';
|
|
3
3
|
import { r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
4
|
-
import { F as Field } from './chunk-
|
|
5
|
-
export { F as BField } from './chunk-
|
|
4
|
+
import { F as Field } from './chunk-effa4d25.js';
|
|
5
|
+
export { F as BField } from './chunk-effa4d25.js';
|
|
6
6
|
|
|
7
7
|
var Plugin = {
|
|
8
8
|
install: function install(Vue) {
|
package/dist/esm/helpers.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, a as _objectSpread2, b as _typeof } from './chunk-
|
|
1
|
+
import { _ as _defineProperty, a as _objectSpread2, b as _typeof } from './chunk-455cdeae.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* +/- function to native math sign
|
|
@@ -152,6 +152,15 @@ function escapeRegExpChars(value) {
|
|
|
152
152
|
|
|
153
153
|
return value.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&');
|
|
154
154
|
}
|
|
155
|
+
/**
|
|
156
|
+
* Remove accents/diacritics in a string in JavaScript
|
|
157
|
+
* https://stackoverflow.com/a/37511463
|
|
158
|
+
*/
|
|
159
|
+
|
|
160
|
+
function removeDiacriticsFromString(value) {
|
|
161
|
+
if (!value) return value;
|
|
162
|
+
return value.normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
163
|
+
}
|
|
155
164
|
function multiColumnSort(inputArray, sortingPriority) {
|
|
156
165
|
// clone it to prevent the any watchers from triggering every sorting iteration
|
|
157
166
|
var array = JSON.parse(JSON.stringify(inputArray));
|
|
@@ -300,5 +309,14 @@ function isCustomElement(vm) {
|
|
|
300
309
|
var isDefined = function isDefined(d) {
|
|
301
310
|
return d !== undefined;
|
|
302
311
|
};
|
|
312
|
+
/**
|
|
313
|
+
* Checks if a value is null or undefined.
|
|
314
|
+
* Based on
|
|
315
|
+
* https://github.com/lodash/lodash/blob/master/isNil.js
|
|
316
|
+
*/
|
|
317
|
+
|
|
318
|
+
var isNil = function isNil(value) {
|
|
319
|
+
return value === null || value === undefined;
|
|
320
|
+
};
|
|
303
321
|
|
|
304
|
-
export { bound, createAbsoluteElement, createNewEvent, escapeRegExpChars, getMonthNames, getValueByPath, getWeekdayNames, hasFlag, indexOf, isCustomElement, isDefined, isMobile, isVueComponent, isWebpSupported, matchWithGroups, merge, mod, multiColumnSort, removeElement, sign, toCssWidth };
|
|
322
|
+
export { bound, createAbsoluteElement, createNewEvent, escapeRegExpChars, getMonthNames, getValueByPath, getWeekdayNames, hasFlag, indexOf, isCustomElement, isDefined, isMobile, isNil, isVueComponent, isWebpSupported, matchWithGroups, merge, mod, multiColumnSort, removeDiacriticsFromString, removeElement, sign, toCssWidth };
|
package/dist/esm/icon.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import './helpers.js';
|
|
3
3
|
import './chunk-8ed29c41.js';
|
|
4
|
-
import { I as Icon } from './chunk-
|
|
5
|
-
export { I as BIcon } from './chunk-
|
|
4
|
+
import { I as Icon } from './chunk-e044aa02.js';
|
|
5
|
+
export { I as BIcon } from './chunk-e044aa02.js';
|
|
6
6
|
import { r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
7
7
|
|
|
8
8
|
var Plugin = {
|
package/dist/esm/image.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import './helpers.js';
|
|
3
3
|
import './chunk-8ed29c41.js';
|
|
4
4
|
import { r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
5
|
-
import { I as Image } from './chunk-
|
|
6
|
-
export { I as BImage } from './chunk-
|
|
5
|
+
import { I as Image } from './chunk-690d5be4.js';
|
|
6
|
+
export { I as BImage } from './chunk-690d5be4.js';
|
|
7
7
|
|
|
8
8
|
var Plugin = {
|
|
9
9
|
install: function install(Vue) {
|
package/dist/esm/index.js
CHANGED
|
@@ -1,115 +1,117 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import { merge } from './helpers.js';
|
|
3
|
-
export { bound, createAbsoluteElement, createNewEvent, escapeRegExpChars, getMonthNames, getValueByPath, getWeekdayNames, hasFlag, indexOf, isCustomElement, isDefined, isMobile, isVueComponent, isWebpSupported, matchWithGroups, merge, mod, multiColumnSort, removeElement, sign, toCssWidth } from './helpers.js';
|
|
3
|
+
export { bound, createAbsoluteElement, createNewEvent, escapeRegExpChars, getMonthNames, getValueByPath, getWeekdayNames, hasFlag, indexOf, isCustomElement, isDefined, isMobile, isNil, isVueComponent, isWebpSupported, matchWithGroups, merge, mod, multiColumnSort, removeDiacriticsFromString, removeElement, sign, toCssWidth } from './helpers.js';
|
|
4
4
|
import { s as setVueInstance, a as setOptions, c as config } from './chunk-8ed29c41.js';
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-
|
|
5
|
+
import './chunk-84c6dfd6.js';
|
|
6
|
+
import './chunk-e044aa02.js';
|
|
7
7
|
import { a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
|
|
8
|
-
import './chunk-
|
|
9
|
-
import './chunk-
|
|
8
|
+
import './chunk-a628d44d.js';
|
|
9
|
+
import './chunk-f9eaeac4.js';
|
|
10
10
|
import Plugin from './autocomplete.js';
|
|
11
11
|
export { default as Autocomplete } from './autocomplete.js';
|
|
12
12
|
import Plugin$1 from './breadcrumb.js';
|
|
13
13
|
export { default as Breadcrumb } from './breadcrumb.js';
|
|
14
|
-
import './chunk-
|
|
14
|
+
import './chunk-58cdbf2b.js';
|
|
15
15
|
import Plugin$2 from './button.js';
|
|
16
16
|
export { default as Button } from './button.js';
|
|
17
|
-
import './chunk-
|
|
17
|
+
import './chunk-60a03517.js';
|
|
18
18
|
import Plugin$3 from './carousel.js';
|
|
19
19
|
export { default as Carousel } from './carousel.js';
|
|
20
|
-
import './chunk-
|
|
20
|
+
import './chunk-690d5be4.js';
|
|
21
21
|
import './chunk-2793447b.js';
|
|
22
22
|
import './chunk-252f2b57.js';
|
|
23
23
|
import Plugin$4 from './checkbox.js';
|
|
24
24
|
export { default as Checkbox } from './checkbox.js';
|
|
25
25
|
import Plugin$6 from './collapse.js';
|
|
26
26
|
export { default as Collapse } from './collapse.js';
|
|
27
|
-
import './chunk-
|
|
27
|
+
import './chunk-262b3f82.js';
|
|
28
28
|
import './chunk-42f463e6.js';
|
|
29
|
-
import './chunk-
|
|
30
|
-
import './chunk-
|
|
29
|
+
import './chunk-dbd43ef1.js';
|
|
30
|
+
import './chunk-effa4d25.js';
|
|
31
31
|
import Plugin$5 from './clockpicker.js';
|
|
32
32
|
export { default as Clockpicker } from './clockpicker.js';
|
|
33
|
-
import './
|
|
34
|
-
|
|
35
|
-
import
|
|
33
|
+
import Plugin$7 from './colorpicker.js';
|
|
34
|
+
export { default as Colorpicker } from './colorpicker.js';
|
|
35
|
+
import './chunk-6adc5c5d.js';
|
|
36
|
+
import './chunk-22cf6667.js';
|
|
37
|
+
import './chunk-6fb4a069.js';
|
|
38
|
+
import Plugin$8 from './datepicker.js';
|
|
36
39
|
export { default as Datepicker } from './datepicker.js';
|
|
37
|
-
import './chunk-
|
|
38
|
-
import Plugin$
|
|
40
|
+
import './chunk-66cef090.js';
|
|
41
|
+
import Plugin$9 from './datetimepicker.js';
|
|
39
42
|
export { default as Datetimepicker } from './datetimepicker.js';
|
|
40
|
-
import './chunk-
|
|
41
|
-
import Plugin$
|
|
43
|
+
import './chunk-d35985c7.js';
|
|
44
|
+
import Plugin$a from './dialog.js';
|
|
42
45
|
export { default as Dialog, DialogProgrammatic } from './dialog.js';
|
|
43
|
-
import Plugin$
|
|
46
|
+
import Plugin$b from './dropdown.js';
|
|
44
47
|
export { default as Dropdown } from './dropdown.js';
|
|
45
|
-
import Plugin$
|
|
48
|
+
import Plugin$c from './field.js';
|
|
46
49
|
export { default as Field } from './field.js';
|
|
47
|
-
import Plugin$
|
|
50
|
+
import Plugin$d from './icon.js';
|
|
48
51
|
export { default as Icon } from './icon.js';
|
|
49
|
-
import Plugin$
|
|
52
|
+
import Plugin$e from './image.js';
|
|
50
53
|
export { default as Image } from './image.js';
|
|
51
|
-
import Plugin$
|
|
54
|
+
import Plugin$f from './input.js';
|
|
52
55
|
export { default as Input } from './input.js';
|
|
53
56
|
import './chunk-b9bdb0e4.js';
|
|
54
|
-
import './chunk-
|
|
55
|
-
import Plugin$
|
|
57
|
+
import './chunk-6d0f2352.js';
|
|
58
|
+
import Plugin$g from './loading.js';
|
|
56
59
|
export { default as Loading, LoadingProgrammatic } from './loading.js';
|
|
57
|
-
import Plugin$
|
|
60
|
+
import Plugin$h from './menu.js';
|
|
58
61
|
export { default as Menu } from './menu.js';
|
|
59
|
-
import './chunk-
|
|
60
|
-
import Plugin$
|
|
62
|
+
import './chunk-5435bd9a.js';
|
|
63
|
+
import Plugin$i from './message.js';
|
|
61
64
|
export { default as Message } from './message.js';
|
|
62
|
-
import Plugin$
|
|
65
|
+
import Plugin$j from './modal.js';
|
|
63
66
|
export { default as Modal, ModalProgrammatic } from './modal.js';
|
|
64
|
-
import Plugin$
|
|
67
|
+
import Plugin$l from './notification.js';
|
|
65
68
|
export { default as Notification, NotificationProgrammatic } from './notification.js';
|
|
66
|
-
import './chunk-
|
|
67
|
-
import Plugin$
|
|
69
|
+
import './chunk-d9232770.js';
|
|
70
|
+
import Plugin$k from './navbar.js';
|
|
68
71
|
export { default as Navbar } from './navbar.js';
|
|
69
|
-
import Plugin$
|
|
72
|
+
import Plugin$m from './numberinput.js';
|
|
70
73
|
export { default as Numberinput } from './numberinput.js';
|
|
71
|
-
import './chunk-
|
|
72
|
-
import Plugin$
|
|
74
|
+
import './chunk-1a4fde6d.js';
|
|
75
|
+
import Plugin$n from './pagination.js';
|
|
73
76
|
export { default as Pagination } from './pagination.js';
|
|
74
|
-
import Plugin$
|
|
77
|
+
import Plugin$o from './progress.js';
|
|
75
78
|
export { default as Progress } from './progress.js';
|
|
76
|
-
import Plugin$
|
|
79
|
+
import Plugin$p from './radio.js';
|
|
77
80
|
export { default as Radio } from './radio.js';
|
|
78
|
-
import Plugin$
|
|
81
|
+
import Plugin$q from './rate.js';
|
|
79
82
|
export { default as Rate } from './rate.js';
|
|
80
|
-
import Plugin$
|
|
83
|
+
import Plugin$r from './select.js';
|
|
81
84
|
export { default as Select } from './select.js';
|
|
82
|
-
import Plugin$
|
|
85
|
+
import Plugin$s from './skeleton.js';
|
|
83
86
|
export { default as Skeleton } from './skeleton.js';
|
|
84
|
-
import Plugin$
|
|
87
|
+
import Plugin$t from './sidebar.js';
|
|
85
88
|
export { default as Sidebar } from './sidebar.js';
|
|
86
|
-
import './
|
|
87
|
-
import Plugin$t from './slider.js';
|
|
89
|
+
import Plugin$u from './slider.js';
|
|
88
90
|
export { default as Slider } from './slider.js';
|
|
89
|
-
import Plugin$
|
|
91
|
+
import Plugin$v from './snackbar.js';
|
|
90
92
|
export { default as Snackbar, SnackbarProgrammatic } from './snackbar.js';
|
|
91
|
-
import './chunk-
|
|
92
|
-
import './chunk-
|
|
93
|
-
import Plugin$
|
|
93
|
+
import './chunk-c9c18b2f.js';
|
|
94
|
+
import './chunk-6d96579e.js';
|
|
95
|
+
import Plugin$w from './steps.js';
|
|
94
96
|
export { default as Steps } from './steps.js';
|
|
95
|
-
import Plugin$
|
|
97
|
+
import Plugin$x from './switch.js';
|
|
96
98
|
export { default as Switch } from './switch.js';
|
|
97
|
-
import Plugin$
|
|
99
|
+
import Plugin$y from './table.js';
|
|
98
100
|
export { default as Table } from './table.js';
|
|
99
|
-
import Plugin$
|
|
101
|
+
import Plugin$z from './tabs.js';
|
|
100
102
|
export { default as Tabs } from './tabs.js';
|
|
101
103
|
import './chunk-2f2f0a74.js';
|
|
102
|
-
import Plugin$
|
|
104
|
+
import Plugin$A from './tag.js';
|
|
103
105
|
export { default as Tag } from './tag.js';
|
|
104
|
-
import Plugin$
|
|
106
|
+
import Plugin$B from './taginput.js';
|
|
105
107
|
export { default as Taginput } from './taginput.js';
|
|
106
|
-
import Plugin$
|
|
108
|
+
import Plugin$C from './timepicker.js';
|
|
107
109
|
export { default as Timepicker } from './timepicker.js';
|
|
108
|
-
import Plugin$
|
|
110
|
+
import Plugin$D from './toast.js';
|
|
109
111
|
export { default as Toast, ToastProgrammatic } from './toast.js';
|
|
110
|
-
import Plugin$
|
|
112
|
+
import Plugin$E from './tooltip.js';
|
|
111
113
|
export { default as Tooltip } from './tooltip.js';
|
|
112
|
-
import Plugin$
|
|
114
|
+
import Plugin$F from './upload.js';
|
|
113
115
|
export { default as Upload } from './upload.js';
|
|
114
116
|
import ConfigComponent from './config.js';
|
|
115
117
|
export { default as ConfigProgrammatic } from './config.js';
|
|
@@ -124,40 +126,41 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
124
126
|
Checkbox: Plugin$4,
|
|
125
127
|
Clockpicker: Plugin$5,
|
|
126
128
|
Collapse: Plugin$6,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
129
|
+
Colorpicker: Plugin$7,
|
|
130
|
+
Datepicker: Plugin$8,
|
|
131
|
+
Datetimepicker: Plugin$9,
|
|
132
|
+
Dialog: Plugin$a,
|
|
133
|
+
Dropdown: Plugin$b,
|
|
134
|
+
Field: Plugin$c,
|
|
135
|
+
Icon: Plugin$d,
|
|
136
|
+
Image: Plugin$e,
|
|
137
|
+
Input: Plugin$f,
|
|
138
|
+
Loading: Plugin$g,
|
|
139
|
+
Menu: Plugin$h,
|
|
140
|
+
Message: Plugin$i,
|
|
141
|
+
Modal: Plugin$j,
|
|
142
|
+
Navbar: Plugin$k,
|
|
143
|
+
Notification: Plugin$l,
|
|
144
|
+
Numberinput: Plugin$m,
|
|
145
|
+
Pagination: Plugin$n,
|
|
146
|
+
Progress: Plugin$o,
|
|
147
|
+
Radio: Plugin$p,
|
|
148
|
+
Rate: Plugin$q,
|
|
149
|
+
Select: Plugin$r,
|
|
150
|
+
Skeleton: Plugin$s,
|
|
151
|
+
Sidebar: Plugin$t,
|
|
152
|
+
Slider: Plugin$u,
|
|
153
|
+
Snackbar: Plugin$v,
|
|
154
|
+
Steps: Plugin$w,
|
|
155
|
+
Switch: Plugin$x,
|
|
156
|
+
Table: Plugin$y,
|
|
157
|
+
Tabs: Plugin$z,
|
|
158
|
+
Tag: Plugin$A,
|
|
159
|
+
Taginput: Plugin$B,
|
|
160
|
+
Timepicker: Plugin$C,
|
|
161
|
+
Toast: Plugin$D,
|
|
162
|
+
Tooltip: Plugin$E,
|
|
163
|
+
Upload: Plugin$F
|
|
161
164
|
});
|
|
162
165
|
|
|
163
166
|
var Buefy = {
|
package/dist/esm/input.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 { I as Input } from './chunk-
|
|
8
|
-
export { I as BInput } from './chunk-
|
|
7
|
+
import { I as Input } from './chunk-a628d44d.js';
|
|
8
|
+
export { I as BInput } from './chunk-a628d44d.js';
|
|
9
9
|
|
|
10
10
|
var Plugin = {
|
|
11
11
|
install: function install(Vue) {
|
package/dist/esm/loading.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import { merge } from './helpers.js';
|
|
3
3
|
import { V as VueInstance } from './chunk-8ed29c41.js';
|
|
4
4
|
import { r as registerComponent, a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
|
|
5
5
|
import './chunk-b9bdb0e4.js';
|
|
6
|
-
import { L as Loading } from './chunk-
|
|
7
|
-
export { L as BLoading } from './chunk-
|
|
6
|
+
import { L as Loading } from './chunk-6d0f2352.js';
|
|
7
|
+
export { L as BLoading } from './chunk-6d0f2352.js';
|
|
8
8
|
|
|
9
9
|
var localVueInstance;
|
|
10
10
|
var LoadingProgrammatic = {
|
package/dist/esm/menu.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
|
//
|
package/dist/esm/message.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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 { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
6
|
-
import { M as MessageMixin } from './chunk-
|
|
6
|
+
import { M as MessageMixin } from './chunk-5435bd9a.js';
|
|
7
7
|
|
|
8
8
|
//
|
|
9
9
|
var script = {
|
|
@@ -11,11 +11,6 @@ var script = {
|
|
|
11
11
|
mixins: [MessageMixin],
|
|
12
12
|
props: {
|
|
13
13
|
ariaCloseLabel: String
|
|
14
|
-
},
|
|
15
|
-
data: function data() {
|
|
16
|
-
return {
|
|
17
|
-
newIconSize: this.iconSize || this.size || 'is-large'
|
|
18
|
-
};
|
|
19
14
|
}
|
|
20
15
|
};
|
|
21
16
|
|
package/dist/esm/modal.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import { merge } from './helpers.js';
|
|
3
3
|
import { V as VueInstance } from './chunk-8ed29c41.js';
|
|
4
4
|
import { r as registerComponent, a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
|
|
5
5
|
import './chunk-42f463e6.js';
|
|
6
|
-
import { M as Modal } from './chunk-
|
|
7
|
-
export { M as BModal } from './chunk-
|
|
6
|
+
import { M as Modal } from './chunk-d35985c7.js';
|
|
7
|
+
export { M as BModal } from './chunk-d35985c7.js';
|
|
8
8
|
|
|
9
9
|
var localVueInstance;
|
|
10
10
|
var ModalProgrammatic = {
|
package/dist/esm/navbar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as _typeof, _ as _defineProperty } from './chunk-
|
|
1
|
+
import { b as _typeof, _ as _defineProperty } from './chunk-455cdeae.js';
|
|
2
2
|
import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
|
|
3
3
|
|
|
4
4
|
//
|
|
@@ -596,6 +596,9 @@ var script$3 = {
|
|
|
596
596
|
watch: {
|
|
597
597
|
active: function active(value) {
|
|
598
598
|
this.newActive = value;
|
|
599
|
+
},
|
|
600
|
+
newActive: function newActive(value) {
|
|
601
|
+
this.$emit('active-change', value);
|
|
599
602
|
}
|
|
600
603
|
},
|
|
601
604
|
methods: {
|
package/dist/esm/notification.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-455cdeae.js';
|
|
2
2
|
import { removeElement, merge } from './helpers.js';
|
|
3
3
|
import { c as config, V as VueInstance } from './chunk-8ed29c41.js';
|
|
4
|
-
import './chunk-
|
|
4
|
+
import './chunk-e044aa02.js';
|
|
5
5
|
import { _ as __vue_normalize__, r as registerComponent, a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
|
|
6
|
-
import { M as MessageMixin } from './chunk-
|
|
7
|
-
import { N as NoticeMixin } from './chunk-
|
|
6
|
+
import { M as MessageMixin } from './chunk-5435bd9a.js';
|
|
7
|
+
import { N as NoticeMixin } from './chunk-d9232770.js';
|
|
8
8
|
|
|
9
9
|
//
|
|
10
10
|
var script = {
|
|
@@ -24,7 +24,7 @@ var script = {
|
|
|
24
24
|
const __vue_script__ = script;
|
|
25
25
|
|
|
26
26
|
/* template */
|
|
27
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":_vm.animation}},[_c('article',{directives:[{name:"show",rawName:"v-show",value:(_vm.isActive),expression:"isActive"}],staticClass:"notification",class:[_vm.type, _vm.position],on:{"click":_vm.click}},[(_vm.closable)?_c('button',{staticClass:"delete",attrs:{"type":"button","aria-label":_vm.ariaCloseLabel},on:{"click":_vm.close}}):_vm._e(),(_vm.$slots.default || _vm.message)?_c('div',{staticClass:"media"},[(_vm.computedIcon && _vm.hasIcon)?_c('div',{staticClass:"media-left"},[_c('b-icon',{attrs:{"icon":_vm.computedIcon,"pack":_vm.iconPack,"
|
|
27
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":_vm.animation}},[_c('article',{directives:[{name:"show",rawName:"v-show",value:(_vm.isActive),expression:"isActive"}],staticClass:"notification",class:[_vm.type, _vm.position],on:{"click":_vm.click}},[(_vm.closable)?_c('button',{staticClass:"delete",attrs:{"type":"button","aria-label":_vm.ariaCloseLabel},on:{"click":_vm.close}}):_vm._e(),(_vm.$slots.default || _vm.message)?_c('div',{staticClass:"media"},[(_vm.computedIcon && _vm.hasIcon)?_c('div',{staticClass:"media-left"},[_c('b-icon',{attrs:{"icon":_vm.computedIcon,"pack":_vm.iconPack,"size":_vm.newIconSize,"both":"","aria-hidden":""}})],1):_vm._e(),_c('div',{staticClass:"media-content"},[(_vm.$slots.default)?[_vm._t("default")]:[_c('p',{staticClass:"text",domProps:{"innerHTML":_vm._s(_vm.message)}})]],2)]):_vm._e(),(_vm.progressBar)?_c('b-progress',{attrs:{"value":_vm.remainingTime - 1,"max":_vm.duration / 1000 - 1,"type":_vm.type,"rounded":false}}):_vm._e()],1)])};
|
|
28
28
|
var __vue_staticRenderFns__ = [];
|
|
29
29
|
|
|
30
30
|
/* style */
|