buefy 3.0.5 → 3.0.7
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/buefy.d.ts +63 -3
- package/dist/buefy.esm.js +209 -46
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +209 -44
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/{Autocomplete-DEUs3z7g.js → Autocomplete-b0JUESTO.js} +3 -3
- package/dist/cjs/{Button-Cq7yqI8p.js → Button-Dw6VG6n7.js} +2 -2
- package/dist/cjs/{Checkbox-GPzAMQqM.js → Checkbox-cujzPKDl.js} +31 -3
- package/dist/cjs/{CompatFallthroughMixin-hhK0Gkhr.js → CompatFallthroughMixin-DI5L88ey.js} +1 -1
- package/dist/cjs/{Datepicker-DhsJpauU.js → Datepicker-DVB975q3.js} +9 -9
- package/dist/cjs/{Dropdown-BAXMPUCZ.js → Dropdown-CFh_lLvm.js} +1 -1
- package/dist/cjs/{DropdownItem-BOAAPdrW.js → DropdownItem-D2Ky1QIH.js} +1 -1
- package/dist/cjs/{Field-19ZCJFF8.js → Field-Dy73xhhY.js} +1 -1
- package/dist/cjs/{FormElementMixin-DavX4iOv.js → FormElementMixin-17PQ7TPR.js} +1 -1
- package/dist/cjs/{Icon-lsDKE2wQ.js → Icon-DrFLI3Zg.js} +48 -6
- package/dist/cjs/{Image-CocPwU3n.js → Image-D4AGl_2Z.js} +1 -1
- package/dist/cjs/{Input-BcloGeZ3.js → Input-z4Vlmbj8.js} +4 -4
- package/dist/cjs/{Modal-D1aZUehE.js → Modal-CVyLPawO.js} +1 -1
- package/dist/cjs/{NoticeMixin--3RjH43z.js → NoticeMixin-BlwAiMRV.js} +1 -1
- package/dist/cjs/{Pagination-D1MVdiLp.js → Pagination-54NHaQvi.js} +2 -2
- package/dist/cjs/{Progress-DT9Qc8Id.js → Progress-BlXLJ3zb.js} +1 -1
- package/dist/cjs/{Select-DayPKwCY.js → Select-DRXaEjlP.js} +3 -3
- package/dist/cjs/{TabbedChildMixin-B3JUUwcf.js → TabbedChildMixin-BFHsIyg6.js} +1 -1
- package/dist/cjs/{Tag-BprnwJJ1.js → Tag-BdL2uH8x.js} +1 -1
- package/dist/cjs/{Timepicker-DDYkLeNV.js → Timepicker-ujQPxzDF.js} +6 -6
- package/dist/cjs/{TimepickerMixin-C9WVvcUL.js → TimepickerMixin-C9OA8jWF.js} +3 -3
- package/dist/cjs/{Tooltip-Cgighv0j.js → Tooltip-j_3eF7QD.js} +1 -1
- package/dist/cjs/autocomplete.js +7 -6
- package/dist/cjs/breadcrumb.js +2 -2
- package/dist/cjs/button.js +4 -3
- package/dist/cjs/carousel.js +4 -3
- package/dist/cjs/checkbox.js +3 -1
- package/dist/cjs/clockpicker.js +8 -7
- package/dist/cjs/colorpicker.js +12 -11
- package/dist/cjs/{config-DR826Ki2.js → config-CXSF5Vky.js} +2 -1
- package/dist/cjs/config.js +1 -1
- package/dist/cjs/datepicker.js +11 -10
- package/dist/cjs/datetimepicker.js +13 -12
- package/dist/cjs/dialog.js +5 -4
- package/dist/cjs/dropdown.js +3 -3
- package/dist/cjs/field.js +2 -2
- package/dist/cjs/icon.js +5 -2
- package/dist/cjs/iconAliases-DoayKo0q.js +100 -0
- package/dist/cjs/image.js +2 -2
- package/dist/cjs/{index-BkFyTNWp.js → index-N35FRTpu.js} +8 -8
- package/dist/cjs/index.js +27 -24
- package/dist/cjs/input.js +6 -5
- package/dist/cjs/menu.js +4 -3
- package/dist/cjs/message.js +4 -3
- package/dist/cjs/modal.js +2 -2
- package/dist/cjs/navbar.js +2 -2
- package/dist/cjs/notification.js +5 -4
- package/dist/cjs/numberinput.js +6 -5
- package/dist/cjs/pagination.js +4 -3
- package/dist/cjs/progress.js +2 -2
- package/dist/cjs/rate.js +3 -2
- package/dist/cjs/select.js +6 -5
- package/dist/cjs/sidebar.js +1 -1
- package/dist/cjs/slider.js +3 -3
- package/dist/cjs/snackbar.js +2 -2
- package/dist/cjs/steps.js +4 -3
- package/dist/cjs/switch.js +1 -1
- package/dist/cjs/table.js +9 -8
- package/dist/cjs/tabs.js +4 -3
- package/dist/cjs/tag.js +4 -3
- package/dist/cjs/taginput.js +8 -7
- package/dist/cjs/timepicker.js +12 -11
- package/dist/cjs/toast.js +2 -2
- package/dist/cjs/tooltip.js +2 -2
- package/dist/cjs/upload.js +3 -3
- package/dist/components/autocomplete/index.js +122 -6
- 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 +122 -6
- package/dist/components/button/index.min.js +2 -2
- package/dist/components/carousel/index.js +122 -6
- package/dist/components/carousel/index.min.js +2 -2
- package/dist/components/checkbox/index.js +106 -4
- package/dist/components/checkbox/index.min.js +2 -2
- package/dist/components/clockpicker/index.js +126 -10
- 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 +126 -10
- package/dist/components/colorpicker/index.min.js +2 -2
- package/dist/components/datepicker/index.js +134 -18
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +126 -10
- package/dist/components/datetimepicker/index.min.js +2 -2
- package/dist/components/dialog/index.js +122 -6
- package/dist/components/dialog/index.min.js +2 -2
- package/dist/components/dropdown/index.js +1 -1
- package/dist/components/dropdown/index.min.js +1 -1
- package/dist/components/field/index.js +1 -1
- package/dist/components/field/index.min.js +1 -1
- package/dist/components/icon/index.js +124 -6
- 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 +122 -6
- 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 +124 -8
- package/dist/components/menu/index.min.js +2 -2
- package/dist/components/message/index.js +122 -6
- 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 +1 -1
- package/dist/components/navbar/index.min.js +1 -1
- package/dist/components/notification/index.js +122 -6
- package/dist/components/notification/index.min.js +2 -2
- package/dist/components/numberinput/index.js +122 -6
- package/dist/components/numberinput/index.min.js +2 -2
- package/dist/components/pagination/index.js +122 -6
- package/dist/components/pagination/index.min.js +2 -2
- package/dist/components/progress/index.js +1 -1
- package/dist/components/progress/index.min.js +1 -1
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.min.js +1 -1
- package/dist/components/rate/index.js +122 -6
- package/dist/components/rate/index.min.js +2 -2
- package/dist/components/select/index.js +122 -6
- 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 +1 -1
- package/dist/components/slider/index.min.js +1 -1
- package/dist/components/snackbar/index.js +1 -1
- package/dist/components/snackbar/index.min.js +1 -1
- package/dist/components/steps/index.js +122 -6
- 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 +156 -13
- package/dist/components/table/index.min.js +2 -2
- package/dist/components/tabs/index.js +122 -6
- package/dist/components/tabs/index.min.js +2 -2
- package/dist/components/tag/index.js +122 -6
- package/dist/components/tag/index.min.js +2 -2
- package/dist/components/taginput/index.js +122 -6
- package/dist/components/taginput/index.min.js +2 -2
- package/dist/components/timepicker/index.js +134 -18
- package/dist/components/timepicker/index.min.js +2 -2
- package/dist/components/toast/index.js +1 -1
- package/dist/components/toast/index.min.js +1 -1
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/index.min.js +1 -1
- package/dist/components/upload/index.js +1 -1
- package/dist/components/upload/index.min.js +1 -1
- package/dist/css/buefy.css +21 -38
- package/dist/css/buefy.css.map +1 -1
- package/dist/css/buefy.min.css +1 -1
- package/dist/css/versions/buefy-no-reset.css +21 -38
- package/dist/css/versions/buefy-no-reset.css.map +1 -1
- package/dist/css/versions/buefy-no-reset.min.css +1 -1
- package/dist/css/versions/buefy-standalone.css +21 -38
- package/dist/css/versions/buefy-standalone.css.map +1 -1
- package/dist/css/versions/buefy-standalone.min.css +1 -1
- package/dist/esm/{Autocomplete-HsHD-6pc.js → Autocomplete-BsBIH0Mj.js} +3 -3
- package/dist/esm/{Button-Bvib75up.js → Button-BTP__-p5.js} +2 -2
- package/dist/esm/{Checkbox-u861Rije.js → Checkbox-C6pO3IzG.js} +31 -3
- package/dist/esm/{CompatFallthroughMixin-C8LPuwDr.js → CompatFallthroughMixin-LfFRwwlz.js} +1 -1
- package/dist/esm/{Datepicker-BZ5ORu0F.js → Datepicker-CrVKrZBF.js} +9 -9
- package/dist/esm/{Dropdown-BLadix4L.js → Dropdown-GHauDDcD.js} +1 -1
- package/dist/esm/{DropdownItem-Crhb4RQp.js → DropdownItem-By3tSZk2.js} +1 -1
- package/dist/esm/{Field-DZCOQuRO.js → Field-CU8ZBgMh.js} +1 -1
- package/dist/esm/{FormElementMixin-Dd_wkBN5.js → FormElementMixin-CKI7b4I4.js} +1 -1
- package/dist/esm/{Icon-iqPKMem5.js → Icon-pQAdaqZb.js} +49 -7
- package/dist/esm/{Image-By9o7ryD.js → Image-COmzg-EK.js} +1 -1
- package/dist/esm/{Input-JL4LWKyL.js → Input-CErQ1Jyw.js} +4 -4
- package/dist/esm/{Modal-BF2kchNd.js → Modal-C13NJijf.js} +1 -1
- package/dist/esm/{NoticeMixin-ByNlva3T.js → NoticeMixin-TQEF1Kx6.js} +1 -1
- package/dist/esm/{Pagination-BWFVCGiz.js → Pagination-DvgzxH87.js} +2 -2
- package/dist/esm/{Progress-BxT2PFEw.js → Progress-AeKn1Ttq.js} +1 -1
- package/dist/esm/{Select-dYTVc9W4.js → Select-CbkuxvSQ.js} +3 -3
- package/dist/esm/{TabbedChildMixin-BsuDQmWE.js → TabbedChildMixin-Bdu5A4iY.js} +1 -1
- package/dist/esm/{Tag-BFgiw0Ac.js → Tag-Dx_-Tavp.js} +1 -1
- package/dist/esm/{Timepicker-CYqyLHE9.js → Timepicker-0ojuPkqd.js} +6 -6
- package/dist/esm/{TimepickerMixin-Bikh6_Fg.js → TimepickerMixin-oNahYGFZ.js} +3 -3
- package/dist/esm/{Tooltip-Ds5fe3ZP.js → Tooltip-BnzQFdnQ.js} +1 -1
- package/dist/esm/autocomplete.js +7 -6
- package/dist/esm/breadcrumb.js +2 -2
- package/dist/esm/button.js +4 -3
- package/dist/esm/carousel.js +4 -3
- package/dist/esm/checkbox.js +3 -1
- package/dist/esm/clockpicker.js +8 -7
- package/dist/esm/colorpicker.js +12 -11
- package/dist/esm/{config-CKuo-p6e.js → config-f4Dyy8TN.js} +2 -1
- package/dist/esm/config.js +1 -1
- package/dist/esm/datepicker.js +11 -10
- package/dist/esm/datetimepicker.js +13 -12
- package/dist/esm/dialog.js +5 -4
- package/dist/esm/dropdown.js +3 -3
- package/dist/esm/field.js +2 -2
- package/dist/esm/icon.js +3 -2
- package/dist/esm/iconAliases-B-CydxNj.js +97 -0
- package/dist/esm/image.js +2 -2
- package/dist/esm/{index-mnzTDKh9.js → index-BYVep8cv.js} +8 -8
- package/dist/esm/index.js +26 -25
- package/dist/esm/input.js +6 -5
- package/dist/esm/menu.js +4 -3
- package/dist/esm/message.js +4 -3
- package/dist/esm/modal.js +2 -2
- package/dist/esm/navbar.js +2 -2
- package/dist/esm/notification.js +5 -4
- package/dist/esm/numberinput.js +6 -5
- package/dist/esm/pagination.js +4 -3
- package/dist/esm/progress.js +2 -2
- package/dist/esm/rate.js +3 -2
- package/dist/esm/select.js +6 -5
- package/dist/esm/sidebar.js +1 -1
- package/dist/esm/slider.js +3 -3
- package/dist/esm/snackbar.js +2 -2
- package/dist/esm/steps.js +4 -3
- package/dist/esm/switch.js +1 -1
- package/dist/esm/table.js +9 -8
- package/dist/esm/tabs.js +4 -3
- package/dist/esm/tag.js +4 -3
- package/dist/esm/taginput.js +8 -7
- package/dist/esm/timepicker.js +12 -11
- package/dist/esm/toast.js +2 -2
- package/dist/esm/tooltip.js +2 -2
- package/dist/esm/upload.js +3 -3
- package/package.json +2 -2
- package/src/components/checkbox/Checkbox.spec.ts +56 -26
- package/src/components/checkbox/Checkbox.vue +25 -1
- package/src/components/checkbox/__snapshots__/Checkbox.spec.ts.snap +1 -1
- package/src/components/datepicker/__snapshots__/Datepicker.spec.ts.snap +2 -2
- package/src/components/icon/Icon.spec.ts +67 -0
- package/src/components/icon/Icon.vue +40 -5
- package/src/components/icon/__snapshots__/Icon.spec.ts.snap +1 -1
- package/src/components/icon/index.ts +10 -0
- package/src/components/table/__snapshots__/TableMobileSort.spec.ts.snap +1 -1
- package/src/scss/components/_checkbox.scss +13 -15
- package/src/utils/config.ts +104 -2
- package/src/utils/iconAliases.ts +86 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, mergeProps, createVNode, withKeys, withModifiers, Transition, withCtx, withDirectives, createElementVNode, normalizeStyle, normalizeClass, renderSlot, createCommentVNode, Fragment, renderList, toDisplayString, vShow } from 'vue';
|
|
2
2
|
import { removeElement, createAbsoluteElement, getValueByPath, isCustomElement, toCssWidth } from './helpers.js';
|
|
3
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
4
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
5
|
-
import { B as BInput } from './Input-
|
|
3
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
4
|
+
import { F as FormElementMixin } from './FormElementMixin-CKI7b4I4.js';
|
|
5
|
+
import { B as BInput } from './Input-CErQ1Jyw.js';
|
|
6
6
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
7
7
|
|
|
8
8
|
var _sfc_main = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createCommentVNode, createElementBlock, toDisplayString, renderSlot } from 'vue';
|
|
2
|
-
import { B as BIcon } from './Icon-
|
|
3
|
-
import { c as config } from './config-
|
|
2
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
3
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
4
4
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
5
5
|
|
|
6
6
|
const NATIVE_TYPES = [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, withKeys, withModifiers, normalizeClass, createCommentVNode, withDirectives, createElementVNode, vModelCheckbox, renderSlot } from 'vue';
|
|
2
2
|
import { C as CheckRadioMixin } from './CheckRadioMixin-DSD_rjC8.js';
|
|
3
|
+
import { r as resolveAlias } from './iconAliases-B-CydxNj.js';
|
|
3
4
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
5
|
|
|
5
6
|
var _sfc_main = defineComponent({
|
|
@@ -24,12 +25,27 @@ var _sfc_main = defineComponent({
|
|
|
24
25
|
type: String,
|
|
25
26
|
default: ""
|
|
26
27
|
}
|
|
28
|
+
},
|
|
29
|
+
computed: {
|
|
30
|
+
isChecked() {
|
|
31
|
+
const val = this.computedValue;
|
|
32
|
+
if (Array.isArray(val)) {
|
|
33
|
+
return val.includes(this.nativeValue);
|
|
34
|
+
}
|
|
35
|
+
return val === this.trueValue;
|
|
36
|
+
},
|
|
37
|
+
checkmarkAlias() {
|
|
38
|
+
const key = this.indeterminate ? "checkboxIndeterminate" : "checkboxOn";
|
|
39
|
+
return resolveAlias(key);
|
|
40
|
+
}
|
|
27
41
|
}
|
|
28
42
|
});
|
|
29
43
|
|
|
30
44
|
const _hoisted_1 = ["disabled"];
|
|
31
45
|
const _hoisted_2 = ["id", ".indeterminate", "autocomplete", "disabled", "required", "name", "value", "true-value", "false-value", "aria-labelledby"];
|
|
32
|
-
const _hoisted_3 = ["
|
|
46
|
+
const _hoisted_3 = ["viewBox"];
|
|
47
|
+
const _hoisted_4 = ["d"];
|
|
48
|
+
const _hoisted_5 = ["id"];
|
|
33
49
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34
50
|
return openBlock(), createElementBlock("label", {
|
|
35
51
|
class: normalizeClass(["b-checkbox checkbox", [_ctx.size, { "is-disabled": _ctx.disabled }]]),
|
|
@@ -66,7 +82,19 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66
82
|
{
|
|
67
83
|
class: normalizeClass(["check", _ctx.type])
|
|
68
84
|
},
|
|
69
|
-
|
|
85
|
+
[
|
|
86
|
+
_ctx.isChecked || _ctx.indeterminate ? (openBlock(), createElementBlock("svg", {
|
|
87
|
+
key: 0,
|
|
88
|
+
viewBox: _ctx.checkmarkAlias.viewBox || "0 0 1 1",
|
|
89
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
90
|
+
"aria-hidden": "true"
|
|
91
|
+
}, [
|
|
92
|
+
createElementVNode("path", {
|
|
93
|
+
fill: "currentColor",
|
|
94
|
+
d: _ctx.checkmarkAlias.path
|
|
95
|
+
}, null, 8, _hoisted_4)
|
|
96
|
+
], 8, _hoisted_3)) : createCommentVNode("v-if", true)
|
|
97
|
+
],
|
|
70
98
|
2
|
|
71
99
|
/* CLASS */
|
|
72
100
|
),
|
|
@@ -75,7 +103,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
75
103
|
class: "control-label"
|
|
76
104
|
}, [
|
|
77
105
|
renderSlot(_ctx.$slots, "default")
|
|
78
|
-
], 8,
|
|
106
|
+
], 8, _hoisted_5)
|
|
79
107
|
], 42, _hoisted_1);
|
|
80
108
|
}
|
|
81
109
|
var BCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, Fragment, createCommentVNode, createElementVNode, withModifiers, normalizeClass, toDisplayString, renderList, resolveComponent, createBlock, createTextVNode, mergeProps, createSlots, withCtx, createVNode, renderSlot, withDirectives, withKeys, vShow, normalizeProps, guardReactiveProps } from 'vue';
|
|
2
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
3
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
2
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
3
|
+
import { F as FormElementMixin } from './FormElementMixin-CKI7b4I4.js';
|
|
4
4
|
import { isDefined, isMobile, getWeekdayNames, getMonthNames, matchWithGroups } from './helpers.js';
|
|
5
|
-
import { c as config } from './config-
|
|
6
|
-
import { B as BDropdown } from './Dropdown-
|
|
7
|
-
import { B as BDropdownItem } from './DropdownItem-
|
|
8
|
-
import { B as BInput } from './Input-
|
|
9
|
-
import { F as Field } from './Field-
|
|
10
|
-
import { B as BSelect } from './Select-
|
|
11
|
-
import { B as BIcon } from './Icon-
|
|
5
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
6
|
+
import { B as BDropdown } from './Dropdown-GHauDDcD.js';
|
|
7
|
+
import { B as BDropdownItem } from './DropdownItem-By3tSZk2.js';
|
|
8
|
+
import { B as BInput } from './Input-CErQ1Jyw.js';
|
|
9
|
+
import { F as Field } from './Field-CU8ZBgMh.js';
|
|
10
|
+
import { B as BSelect } from './Select-CbkuxvSQ.js';
|
|
11
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
12
12
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
13
13
|
|
|
14
14
|
var _sfc_main$3 = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, withModifiers, renderSlot, createCommentVNode, createVNode, Transition, withCtx, withDirectives, vShow, normalizeStyle, createElementVNode } from 'vue';
|
|
2
2
|
import { d as directive } from './trapFocus-KHP_kCNE.js';
|
|
3
|
-
import { c as config } from './config-
|
|
3
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
4
4
|
import { removeElement, createAbsoluteElement, isCustomElement, toCssWidth } from './helpers.js';
|
|
5
5
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue';
|
|
2
|
-
import { D as DROPDOWN_INJECTION_KEY } from './Dropdown-
|
|
2
|
+
import { D as DROPDOWN_INJECTION_KEY } from './Dropdown-GHauDDcD.js';
|
|
3
3
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
4
|
|
|
5
5
|
var _sfc_main = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, Fragment, h, Comment, Text, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, renderList } from 'vue';
|
|
2
|
-
import { c as config } from './config-
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { isTag } from './helpers.js';
|
|
4
4
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
5
5
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createElementBlock, normalizeClass, createBlock, resolveDynamicComponent } from 'vue';
|
|
2
|
-
import { c as config } from './config-
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, resolveDynamicComponent } from 'vue';
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { merge } from './helpers.js';
|
|
4
|
+
import { r as resolveAlias } from './iconAliases-B-CydxNj.js';
|
|
4
5
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
5
6
|
|
|
6
7
|
const mdiIcons = {
|
|
@@ -66,8 +67,11 @@ var _sfc_main = defineComponent({
|
|
|
66
67
|
pack: String,
|
|
67
68
|
icon: {
|
|
68
69
|
type: String,
|
|
69
|
-
required:
|
|
70
|
+
required: false,
|
|
71
|
+
default: void 0
|
|
70
72
|
},
|
|
73
|
+
/** Key into IconAliases (e.g. "chevronLeft"). Takes precedence over icon/pack. */
|
|
74
|
+
alias: String,
|
|
71
75
|
size: String,
|
|
72
76
|
customSize: String,
|
|
73
77
|
customClass: String,
|
|
@@ -75,6 +79,26 @@ var _sfc_main = defineComponent({
|
|
|
75
79
|
// This is used internally to show both MDI and FA icon
|
|
76
80
|
},
|
|
77
81
|
computed: {
|
|
82
|
+
resolvedAlias() {
|
|
83
|
+
var _a;
|
|
84
|
+
if (!this.alias) return null;
|
|
85
|
+
return (_a = resolveAlias(this.alias)) != null ? _a : null;
|
|
86
|
+
},
|
|
87
|
+
isSvgAlias() {
|
|
88
|
+
var _a;
|
|
89
|
+
return ((_a = this.resolvedAlias) == null ? void 0 : _a.type) === "svg";
|
|
90
|
+
},
|
|
91
|
+
isComponentAlias() {
|
|
92
|
+
var _a;
|
|
93
|
+
return ((_a = this.resolvedAlias) == null ? void 0 : _a.type) === "component";
|
|
94
|
+
},
|
|
95
|
+
// Typed accessors used in the template
|
|
96
|
+
resolvedAliasSvg() {
|
|
97
|
+
return this.resolvedAlias;
|
|
98
|
+
},
|
|
99
|
+
resolvedAliasComponent() {
|
|
100
|
+
return this.resolvedAlias;
|
|
101
|
+
},
|
|
78
102
|
iconConfig() {
|
|
79
103
|
const allIcons = getIcons();
|
|
80
104
|
return allIcons[this.newPack];
|
|
@@ -91,7 +115,8 @@ var _sfc_main = defineComponent({
|
|
|
91
115
|
* internal icons are always MDI.
|
|
92
116
|
*/
|
|
93
117
|
newIcon() {
|
|
94
|
-
|
|
118
|
+
var _a;
|
|
119
|
+
return `${this.iconPrefix}${this.getEquivalentIconOf((_a = this.icon) != null ? _a : "")}`;
|
|
95
120
|
},
|
|
96
121
|
newPack() {
|
|
97
122
|
return this.pack || config.defaultIconPack;
|
|
@@ -150,6 +175,8 @@ var _sfc_main = defineComponent({
|
|
|
150
175
|
}
|
|
151
176
|
});
|
|
152
177
|
|
|
178
|
+
const _hoisted_1 = ["viewBox"];
|
|
179
|
+
const _hoisted_2 = ["d"];
|
|
153
180
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
154
181
|
return openBlock(), createElementBlock(
|
|
155
182
|
"span",
|
|
@@ -157,17 +184,32 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
157
184
|
class: normalizeClass(["icon", [_ctx.newType, _ctx.size]])
|
|
158
185
|
},
|
|
159
186
|
[
|
|
160
|
-
|
|
187
|
+
_ctx.isSvgAlias ? (openBlock(), createElementBlock("svg", {
|
|
188
|
+
key: 0,
|
|
189
|
+
viewBox: _ctx.resolvedAliasSvg.viewBox || "0 0 24 24",
|
|
190
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
191
|
+
class: normalizeClass(_ctx.customClass),
|
|
192
|
+
"aria-hidden": "true"
|
|
193
|
+
}, [
|
|
194
|
+
createElementVNode("path", {
|
|
195
|
+
fill: "currentColor",
|
|
196
|
+
d: _ctx.resolvedAliasSvg.path
|
|
197
|
+
}, null, 8, _hoisted_2)
|
|
198
|
+
], 10, _hoisted_1)) : _ctx.isComponentAlias ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.resolvedAliasComponent.component), {
|
|
199
|
+
key: 1,
|
|
200
|
+
icon: _ctx.resolvedAliasComponent.icon,
|
|
201
|
+
class: normalizeClass(_ctx.customClass)
|
|
202
|
+
}, null, 8, ["icon", "class"])) : !_ctx.useIconComponent ? (openBlock(), createElementBlock(
|
|
161
203
|
"i",
|
|
162
204
|
{
|
|
163
|
-
key:
|
|
205
|
+
key: 2,
|
|
164
206
|
class: normalizeClass([_ctx.newPack, _ctx.newIcon, _ctx.newCustomSize, _ctx.customClass])
|
|
165
207
|
},
|
|
166
208
|
null,
|
|
167
209
|
2
|
|
168
210
|
/* CLASS */
|
|
169
211
|
)) : (openBlock(), createBlock(resolveDynamicComponent(_ctx.useIconComponent), {
|
|
170
|
-
key:
|
|
212
|
+
key: 3,
|
|
171
213
|
icon: [_ctx.newPack, _ctx.newIcon],
|
|
172
214
|
size: _ctx.newCustomSize,
|
|
173
215
|
class: normalizeClass([_ctx.customClass])
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeStyle, normalizeClass, renderSlot, createCommentVNode, createVNode, Transition, withCtx, createElementVNode } from 'vue';
|
|
2
|
-
import { c as config } from './config-
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { isWebpSupported } from './helpers.js';
|
|
4
4
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
5
5
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, mergeProps, Fragment, withDirectives, vModelDynamic, vModelText, createBlock, normalizeClass, createCommentVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { B as BIcon } from './Icon-
|
|
3
|
-
import { c as config } from './config-
|
|
4
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
5
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
2
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
3
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
4
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
5
|
+
import { F as FormElementMixin } from './FormElementMixin-CKI7b4I4.js';
|
|
6
6
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
7
7
|
|
|
8
8
|
var _sfc_main = defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, resolveDirective, openBlock, createBlock, Transition, withCtx, withDirectives, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, resolveDynamicComponent, mergeProps, toHandlers, Fragment, createCommentVNode, renderSlot, vShow } from 'vue';
|
|
2
2
|
import { d as directive } from './trapFocus-KHP_kCNE.js';
|
|
3
3
|
import { removeElement } from './helpers.js';
|
|
4
|
-
import { c as config } from './config-
|
|
4
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
5
5
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
6
6
|
|
|
7
7
|
const MODAL_SCROLLS = ["clip", "keep"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent } from 'vue';
|
|
2
|
-
import { c as config, N as NOTICE_POSITIONS } from './config-
|
|
2
|
+
import { c as config, N as NOTICE_POSITIONS } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { removeElement } from './helpers.js';
|
|
4
4
|
|
|
5
5
|
var NoticeMixin = defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, resolveDynamicComponent, mergeProps, withModifiers, withCtx, renderSlot, createTextVNode, toDisplayString, resolveComponent, createElementBlock, normalizeClass, createVNode, createElementVNode, createCommentVNode, Fragment, renderList } from 'vue';
|
|
2
|
-
import { c as config } from './config-
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
|
-
import { B as BIcon } from './Icon-
|
|
4
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
5
5
|
|
|
6
6
|
var _sfc_main$1 = defineComponent({
|
|
7
7
|
name: "BPaginationButton",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, toDisplayString, renderSlot, createTextVNode, createCommentVNode } from 'vue';
|
|
2
|
-
import { c as config } from './config-
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
4
|
|
|
5
5
|
const PROGRESS_INJECTION_KEY = Symbol("bprogress");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, mergeProps, createElementVNode, normalizeClass, withDirectives, Fragment, toDisplayString, createCommentVNode, renderSlot, vModelSelect, createBlock } from 'vue';
|
|
2
|
-
import { B as BIcon } from './Icon-
|
|
3
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
4
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
2
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
3
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
4
|
+
import { F as FormElementMixin } from './FormElementMixin-CKI7b4I4.js';
|
|
5
5
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
6
6
|
|
|
7
7
|
var _sfc_main = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, withDirectives, h, vShow, Transition } from 'vue';
|
|
2
|
-
import { B as BIcon } from './Icon-
|
|
2
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
3
3
|
import { B as BSlotComponent } from './SlotComponent-BwNpVnfH.js';
|
|
4
4
|
import { P as ProviderParentMixin, S as Sorted, I as InjectedChildMixin, a as Sorted$1 } from './InjectedChildMixin-D2K-FwuO.js';
|
|
5
5
|
import { bound } from './helpers.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, createElementVNode, normalizeClass, createBlock, createCommentVNode, renderSlot, withKeys, withModifiers } from 'vue';
|
|
2
|
-
import { B as BIcon } from './Icon-
|
|
2
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
3
3
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
4
|
|
|
5
5
|
var _sfc_main = defineComponent({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, mergeProps, createBlock, createSlots, withCtx, createVNode, Fragment, renderList, toDisplayString, createElementVNode, createCommentVNode, renderSlot, withKeys } from 'vue';
|
|
2
|
-
import { T as TimepickerMixin } from './TimepickerMixin-
|
|
3
|
-
import { B as BDropdown } from './Dropdown-
|
|
4
|
-
import { B as BDropdownItem } from './DropdownItem-
|
|
5
|
-
import { B as BInput } from './Input-
|
|
6
|
-
import { F as Field } from './Field-
|
|
7
|
-
import { B as BSelect } from './Select-
|
|
2
|
+
import { T as TimepickerMixin } from './TimepickerMixin-oNahYGFZ.js';
|
|
3
|
+
import { B as BDropdown } from './Dropdown-GHauDDcD.js';
|
|
4
|
+
import { B as BDropdownItem } from './DropdownItem-By3tSZk2.js';
|
|
5
|
+
import { B as BInput } from './Input-CErQ1Jyw.js';
|
|
6
|
+
import { F as Field } from './Field-CU8ZBgMh.js';
|
|
7
|
+
import { B as BSelect } from './Select-CbkuxvSQ.js';
|
|
8
8
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
9
9
|
|
|
10
10
|
var _sfc_main = defineComponent({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent } from 'vue';
|
|
2
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
3
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
2
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
3
|
+
import { F as FormElementMixin } from './FormElementMixin-CKI7b4I4.js';
|
|
4
4
|
import { isMobile, matchWithGroups } from './helpers.js';
|
|
5
|
-
import { c as config } from './config-
|
|
5
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
6
6
|
|
|
7
7
|
const AM = "AM";
|
|
8
8
|
const PM = "PM";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, createVNode, Transition, withCtx, withDirectives, createElementVNode, Fragment, createTextVNode, toDisplayString, renderSlot, createCommentVNode, vShow, normalizeStyle } from 'vue';
|
|
2
|
-
import { c as config } from './config-
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { removeElement, createAbsoluteElement } from './helpers.js';
|
|
4
4
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
5
5
|
|
package/dist/esm/autocomplete.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { B as BAutocomplete } from './Autocomplete-
|
|
1
|
+
import { B as BAutocomplete } from './Autocomplete-BsBIH0Mj.js';
|
|
2
2
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import './helpers.js';
|
|
5
|
-
import './CompatFallthroughMixin-
|
|
6
|
-
import './config-
|
|
7
|
-
import './FormElementMixin-
|
|
8
|
-
import './Input-
|
|
9
|
-
import './Icon-
|
|
5
|
+
import './CompatFallthroughMixin-LfFRwwlz.js';
|
|
6
|
+
import './config-f4Dyy8TN.js';
|
|
7
|
+
import './FormElementMixin-CKI7b4I4.js';
|
|
8
|
+
import './Input-CErQ1Jyw.js';
|
|
9
|
+
import './Icon-pQAdaqZb.js';
|
|
10
|
+
import './iconAliases-B-CydxNj.js';
|
|
10
11
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
11
12
|
|
|
12
13
|
const Plugin = {
|
package/dist/esm/breadcrumb.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, mergeProps, createBlock, resolveDynamicComponent, normalizeProps, guardReactiveProps, withCtx } from 'vue';
|
|
2
|
-
import { c as config } from './config-
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
4
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
5
5
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
6
6
|
|
|
7
7
|
var _sfc_main$1 = defineComponent({
|
package/dist/esm/button.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { B as BButton } from './Button-
|
|
1
|
+
import { B as BButton } from './Button-BTP__-p5.js';
|
|
2
2
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import './Icon-
|
|
5
|
-
import './config-
|
|
4
|
+
import './Icon-pQAdaqZb.js';
|
|
5
|
+
import './config-f4Dyy8TN.js';
|
|
6
6
|
import './helpers.js';
|
|
7
|
+
import './iconAliases-B-CydxNj.js';
|
|
7
8
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
8
9
|
|
|
9
10
|
const Plugin = {
|
package/dist/esm/carousel.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, createElementVNode, withModifiers, renderSlot, withDirectives, createVNode, vShow, Fragment, renderList, createBlock, Transition, withCtx, normalizeStyle, mergeProps } from 'vue';
|
|
2
|
-
import { c as config } from './config-
|
|
3
|
-
import { B as BIcon } from './Icon-
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
4
4
|
import { P as ProviderParentMixin, S as Sorted, I as InjectedChildMixin, a as Sorted$1 } from './InjectedChildMixin-D2K-FwuO.js';
|
|
5
5
|
import { mod, bound, sign } from './helpers.js';
|
|
6
6
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
7
|
-
import { I as Image } from './Image-
|
|
7
|
+
import { I as Image } from './Image-COmzg-EK.js';
|
|
8
8
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
9
|
+
import './iconAliases-B-CydxNj.js';
|
|
9
10
|
|
|
10
11
|
var _sfc_main$2 = defineComponent({
|
|
11
12
|
name: "BCarousel",
|
package/dist/esm/checkbox.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { B as BCheckbox } from './Checkbox-
|
|
1
|
+
import { B as BCheckbox } from './Checkbox-C6pO3IzG.js';
|
|
2
2
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withKeys, withModifiers, renderSlot, withDirectives, vModelCheckbox } from 'vue';
|
|
3
3
|
import { C as CheckRadioMixin } from './CheckRadioMixin-DSD_rjC8.js';
|
|
4
4
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
5
5
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
6
|
+
import './iconAliases-B-CydxNj.js';
|
|
7
|
+
import './config-f4Dyy8TN.js';
|
|
6
8
|
|
|
7
9
|
var _sfc_main = defineComponent({
|
|
8
10
|
name: "BCheckboxButton",
|
package/dist/esm/clockpicker.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, Fragment, renderList, normalizeClass, toDisplayString, resolveComponent, mergeProps, createBlock, createSlots, withCtx, createCommentVNode, createVNode, renderSlot, withKeys, withModifiers } from 'vue';
|
|
2
|
-
import { T as TimepickerMixin } from './TimepickerMixin-
|
|
3
|
-
import { c as config } from './config-
|
|
4
|
-
import { B as BDropdown } from './Dropdown-
|
|
5
|
-
import { B as BInput } from './Input-
|
|
2
|
+
import { T as TimepickerMixin } from './TimepickerMixin-oNahYGFZ.js';
|
|
3
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
4
|
+
import { B as BDropdown } from './Dropdown-GHauDDcD.js';
|
|
5
|
+
import { B as BInput } from './Input-CErQ1Jyw.js';
|
|
6
6
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
7
7
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
8
|
-
import './CompatFallthroughMixin-
|
|
9
|
-
import './FormElementMixin-
|
|
8
|
+
import './CompatFallthroughMixin-LfFRwwlz.js';
|
|
9
|
+
import './FormElementMixin-CKI7b4I4.js';
|
|
10
10
|
import './helpers.js';
|
|
11
11
|
import './trapFocus-KHP_kCNE.js';
|
|
12
|
-
import './Icon-
|
|
12
|
+
import './Icon-pQAdaqZb.js';
|
|
13
|
+
import './iconAliases-B-CydxNj.js';
|
|
13
14
|
|
|
14
15
|
const indicatorSize = 40;
|
|
15
16
|
const paddingInner = 5;
|
package/dist/esm/colorpicker.js
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
export { C as BColorpicker, P as default } from './index-
|
|
1
|
+
export { C as BColorpicker, P as default } from './index-BYVep8cv.js';
|
|
2
2
|
import './plugins-1tLsuIZF.js';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import './FormElementMixin-
|
|
5
|
-
import './config-
|
|
4
|
+
import './FormElementMixin-CKI7b4I4.js';
|
|
5
|
+
import './config-f4Dyy8TN.js';
|
|
6
6
|
import './helpers.js';
|
|
7
|
-
import './Button-
|
|
8
|
-
import './Icon-
|
|
7
|
+
import './Button-BTP__-p5.js';
|
|
8
|
+
import './Icon-pQAdaqZb.js';
|
|
9
|
+
import './iconAliases-B-CydxNj.js';
|
|
9
10
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
10
|
-
import './Dropdown-
|
|
11
|
+
import './Dropdown-GHauDDcD.js';
|
|
11
12
|
import './trapFocus-KHP_kCNE.js';
|
|
12
|
-
import './DropdownItem-
|
|
13
|
-
import './Input-
|
|
14
|
-
import './CompatFallthroughMixin-
|
|
15
|
-
import './Field-
|
|
16
|
-
import './Tooltip-
|
|
13
|
+
import './DropdownItem-By3tSZk2.js';
|
|
14
|
+
import './Input-CErQ1Jyw.js';
|
|
15
|
+
import './CompatFallthroughMixin-LfFRwwlz.js';
|
|
16
|
+
import './Field-CU8ZBgMh.js';
|
|
17
|
+
import './Tooltip-BnzQFdnQ.js';
|
|
@@ -91,7 +91,8 @@ let config = {
|
|
|
91
91
|
defaultBreadcrumbAlign: "is-left",
|
|
92
92
|
defaultBreadcrumbSeparator: "",
|
|
93
93
|
defaultBreadcrumbSize: "is-medium",
|
|
94
|
-
customIconPacks: null
|
|
94
|
+
customIconPacks: null,
|
|
95
|
+
iconAliases: null
|
|
95
96
|
};
|
|
96
97
|
const setOptions = (options) => {
|
|
97
98
|
config = options;
|
package/dist/esm/config.js
CHANGED
package/dist/esm/datepicker.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { B as BDatepicker } from './Datepicker-
|
|
1
|
+
import { B as BDatepicker } from './Datepicker-CrVKrZBF.js';
|
|
2
2
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import './CompatFallthroughMixin-
|
|
5
|
-
import './config-
|
|
6
|
-
import './FormElementMixin-
|
|
4
|
+
import './CompatFallthroughMixin-LfFRwwlz.js';
|
|
5
|
+
import './config-f4Dyy8TN.js';
|
|
6
|
+
import './FormElementMixin-CKI7b4I4.js';
|
|
7
7
|
import './helpers.js';
|
|
8
|
-
import './Dropdown-
|
|
8
|
+
import './Dropdown-GHauDDcD.js';
|
|
9
9
|
import './trapFocus-KHP_kCNE.js';
|
|
10
10
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
11
|
-
import './DropdownItem-
|
|
12
|
-
import './Input-
|
|
13
|
-
import './Icon-
|
|
14
|
-
import './
|
|
15
|
-
import './
|
|
11
|
+
import './DropdownItem-By3tSZk2.js';
|
|
12
|
+
import './Input-CErQ1Jyw.js';
|
|
13
|
+
import './Icon-pQAdaqZb.js';
|
|
14
|
+
import './iconAliases-B-CydxNj.js';
|
|
15
|
+
import './Field-CU8ZBgMh.js';
|
|
16
|
+
import './Select-CbkuxvSQ.js';
|
|
16
17
|
|
|
17
18
|
const Plugin = {
|
|
18
19
|
install(Vue) {
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createElementVNode, createElementBlock, renderSlot, createCommentVNode, createVNode } from 'vue';
|
|
2
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
2
|
+
import { F as FormElementMixin } from './FormElementMixin-CKI7b4I4.js';
|
|
3
3
|
import { matchWithGroups, isMobile } from './helpers.js';
|
|
4
|
-
import { c as config } from './config-
|
|
5
|
-
import { B as BInput } from './Input-
|
|
6
|
-
import { B as BDatepicker } from './Datepicker-
|
|
7
|
-
import { T as Timepicker } from './Timepicker-
|
|
4
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
5
|
+
import { B as BInput } from './Input-CErQ1Jyw.js';
|
|
6
|
+
import { B as BDatepicker } from './Datepicker-CrVKrZBF.js';
|
|
7
|
+
import { T as Timepicker } from './Timepicker-0ojuPkqd.js';
|
|
8
8
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
9
9
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
10
|
-
import './Icon-
|
|
11
|
-
import './
|
|
12
|
-
import './
|
|
10
|
+
import './Icon-pQAdaqZb.js';
|
|
11
|
+
import './iconAliases-B-CydxNj.js';
|
|
12
|
+
import './CompatFallthroughMixin-LfFRwwlz.js';
|
|
13
|
+
import './Dropdown-GHauDDcD.js';
|
|
13
14
|
import './trapFocus-KHP_kCNE.js';
|
|
14
|
-
import './DropdownItem-
|
|
15
|
-
import './Field-
|
|
16
|
-
import './Select-
|
|
17
|
-
import './TimepickerMixin-
|
|
15
|
+
import './DropdownItem-By3tSZk2.js';
|
|
16
|
+
import './Field-CU8ZBgMh.js';
|
|
17
|
+
import './Select-CbkuxvSQ.js';
|
|
18
|
+
import './TimepickerMixin-oNahYGFZ.js';
|
|
18
19
|
|
|
19
20
|
const AM = "AM";
|
|
20
21
|
const PM = "PM";
|