buefy 3.0.4 → 3.0.6
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 +257 -136
- package/dist/buefy.esm.js +212 -48
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +212 -46
- 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-B-9ReBe6.js → Datepicker-DVB975q3.js} +9 -9
- package/dist/cjs/{Dropdown-DtpKU9qf.js → Dropdown-CFh_lLvm.js} +2 -1
- package/dist/cjs/{DropdownItem-IMOKyRGV.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-CDZ3V-2J.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 +5 -4
- 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-SLOXD6k3.js → index-N35FRTpu.js} +9 -9
- 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 +123 -7
- 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 +127 -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 +128 -11
- package/dist/components/colorpicker/index.min.js +2 -2
- package/dist/components/datepicker/index.js +135 -18
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +127 -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 +2 -1
- package/dist/components/dropdown/index.min.js +2 -2
- 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 +135 -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-CZ8DmXsB.js → Autocomplete-BsBIH0Mj.js} +4 -4
- package/dist/esm/{Button-DyUYShTZ.js → Button-BTP__-p5.js} +3 -3
- package/dist/esm/{Checkbox-KUMz0sfA.js → Checkbox-C6pO3IzG.js} +32 -4
- package/dist/esm/{CompatFallthroughMixin-C8LPuwDr.js → CompatFallthroughMixin-LfFRwwlz.js} +1 -1
- package/dist/esm/{Datepicker-Bl8Wfdkn.js → Datepicker-CrVKrZBF.js} +10 -10
- package/dist/esm/{Dropdown-CGTYVyoL.js → Dropdown-GHauDDcD.js} +3 -2
- package/dist/esm/{DropdownItem-Cn3nM0A3.js → DropdownItem-By3tSZk2.js} +2 -2
- package/dist/esm/{Field-B7bX_uUg.js → Field-CU8ZBgMh.js} +2 -2
- package/dist/esm/{FormElementMixin-Dd_wkBN5.js → FormElementMixin-CKI7b4I4.js} +1 -1
- package/dist/esm/{Icon-DPyGDeRK.js → Icon-pQAdaqZb.js} +49 -7
- package/dist/esm/{Image-DhX-4hlV.js → Image-COmzg-EK.js} +2 -2
- package/dist/esm/{Input-C4L520az.js → Input-CErQ1Jyw.js} +5 -5
- package/dist/esm/{Loading-tuQoo6TU.js → Loading-BSqhV1Gi.js} +1 -1
- package/dist/esm/{Modal-EiR_KNGZ.js → Modal-C13NJijf.js} +2 -2
- package/dist/esm/{NoticeMixin-ByNlva3T.js → NoticeMixin-TQEF1Kx6.js} +1 -1
- package/dist/esm/{Pagination-B-LAJQay.js → Pagination-DvgzxH87.js} +3 -3
- package/dist/esm/{Progress-BPGTVZgr.js → Progress-AeKn1Ttq.js} +2 -2
- package/dist/esm/{Select-bl4qUzij.js → Select-CbkuxvSQ.js} +4 -4
- package/dist/esm/{TabbedChildMixin-C4i6WP9j.js → TabbedChildMixin-Bdu5A4iY.js} +1 -1
- package/dist/esm/{Tag-jS5Bcj6N.js → Tag-Dx_-Tavp.js} +2 -2
- package/dist/esm/{Timepicker-DnkqnOBT.js → Timepicker-0ojuPkqd.js} +7 -7
- package/dist/esm/{TimepickerMixin-Bikh6_Fg.js → TimepickerMixin-oNahYGFZ.js} +3 -3
- package/dist/esm/{Tooltip-CtDSXAqa.js → Tooltip-BnzQFdnQ.js} +2 -2
- package/dist/esm/autocomplete.js +7 -6
- package/dist/esm/breadcrumb.js +3 -3
- package/dist/esm/button.js +4 -3
- package/dist/esm/carousel.js +6 -5
- package/dist/esm/checkbox.js +4 -2
- package/dist/esm/clockpicker.js +9 -8
- 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 +14 -13
- package/dist/esm/dialog.js +6 -5
- 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-BE58-KfV.js → index-BYVep8cv.js} +11 -11
- package/dist/esm/index.js +27 -26
- package/dist/esm/input.js +6 -5
- package/dist/esm/loading.js +1 -1
- package/dist/esm/menu.js +5 -4
- package/dist/esm/message.js +5 -4
- package/dist/esm/modal.js +2 -2
- package/dist/esm/navbar.js +3 -3
- package/dist/esm/notification.js +6 -5
- package/dist/esm/numberinput.js +7 -6
- package/dist/esm/pagination.js +4 -3
- package/dist/esm/progress.js +3 -3
- package/dist/esm/radio.js +1 -1
- package/dist/esm/rate.js +4 -3
- package/dist/esm/select.js +6 -5
- package/dist/esm/sidebar.js +2 -2
- package/dist/esm/slider.js +4 -4
- package/dist/esm/snackbar.js +3 -3
- package/dist/esm/steps.js +5 -4
- package/dist/esm/switch.js +2 -2
- package/dist/esm/table.js +11 -10
- package/dist/esm/tabs.js +5 -4
- package/dist/esm/tag.js +5 -4
- package/dist/esm/taginput.js +9 -8
- package/dist/esm/timepicker.js +12 -11
- package/dist/esm/toast.js +3 -3
- package/dist/esm/tooltip.js +2 -2
- package/dist/esm/upload.js +4 -4
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +2 -2
- package/src/components/carousel/CarouselList.vue +1 -1
- package/src/components/carousel/__snapshots__/CarouselList.spec.ts.snap +1 -1
- package/src/components/checkbox/Checkbox.spec.ts +66 -2
- 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/dropdown/Dropdown.spec.ts +15 -0
- package/src/components/dropdown/Dropdown.vue +5 -0
- 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 -16
- package/src/utils/config.ts +104 -2
- package/src/utils/iconAliases.ts +86 -0
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
|
-
import { defineComponent, resolveComponent,
|
|
2
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createElementVNode, createElementBlock, renderSlot, createCommentVNode, createVNode } from 'vue';
|
|
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";
|
package/dist/esm/dialog.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent, resolveDirective,
|
|
1
|
+
import { defineComponent, resolveComponent, resolveDirective, openBlock, createBlock, Transition, withCtx, withDirectives, createElementBlock, normalizeClass, createElementVNode, toDisplayString, createCommentVNode, createVNode, renderSlot, Fragment, mergeProps, withKeys, vModelDynamic, createTextVNode, inject, createApp, h } from 'vue';
|
|
2
2
|
import { d as directive } from './trapFocus-KHP_kCNE.js';
|
|
3
|
-
import { B as BIcon } from './Icon-
|
|
4
|
-
import { M as Modal } from './Modal-
|
|
5
|
-
import { B as BButton } from './Button-
|
|
6
|
-
import { c as config } from './config-
|
|
3
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
4
|
+
import { M as Modal } from './Modal-C13NJijf.js';
|
|
5
|
+
import { B as BButton } from './Button-BTP__-p5.js';
|
|
6
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
7
7
|
import { removeElement, getComponentFromVNode, copyAppContext } from './helpers.js';
|
|
8
8
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
9
9
|
import { a as registerComponent, r as registerComponentProgrammatic } from './plugins-1tLsuIZF.js';
|
|
10
|
+
import './iconAliases-B-CydxNj.js';
|
|
10
11
|
|
|
11
12
|
var __defProp$1 = Object.defineProperty;
|
|
12
13
|
var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
|
package/dist/esm/dropdown.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { B as BDropdown } from './Dropdown-
|
|
2
|
-
import { B as BDropdownItem } from './DropdownItem-
|
|
1
|
+
import { B as BDropdown } from './Dropdown-GHauDDcD.js';
|
|
2
|
+
import { B as BDropdownItem } from './DropdownItem-By3tSZk2.js';
|
|
3
3
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import './trapFocus-KHP_kCNE.js';
|
|
6
|
-
import './config-
|
|
6
|
+
import './config-f4Dyy8TN.js';
|
|
7
7
|
import './helpers.js';
|
|
8
8
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
9
9
|
|
package/dist/esm/field.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { F as Field } from './Field-
|
|
1
|
+
import { F as Field } from './Field-CU8ZBgMh.js';
|
|
2
2
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import './config-
|
|
4
|
+
import './config-f4Dyy8TN.js';
|
|
5
5
|
import './helpers.js';
|
|
6
6
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
7
7
|
|
package/dist/esm/icon.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { B as BIcon } from './Icon-
|
|
1
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
2
2
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
3
|
+
export { g as getIconAliases, r as resolveAlias } from './iconAliases-B-CydxNj.js';
|
|
3
4
|
import 'vue';
|
|
4
|
-
import './config-
|
|
5
|
+
import './config-f4Dyy8TN.js';
|
|
5
6
|
import './helpers.js';
|
|
6
7
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
7
8
|
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
2
|
+
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
const defaultIconAliases = {
|
|
20
|
+
checkboxOn: {
|
|
21
|
+
type: "svg",
|
|
22
|
+
viewBox: "0 0 1 1",
|
|
23
|
+
path: "M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z"
|
|
24
|
+
},
|
|
25
|
+
checkboxIndeterminate: {
|
|
26
|
+
type: "svg",
|
|
27
|
+
viewBox: "0 0 1 1",
|
|
28
|
+
path: "M 0.15,0.4 L 0.85,0.4 L 0.85,0.6 L 0.15,0.6 Z"
|
|
29
|
+
},
|
|
30
|
+
chevronLeft: {
|
|
31
|
+
type: "svg",
|
|
32
|
+
path: "M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z"
|
|
33
|
+
},
|
|
34
|
+
chevronRight: {
|
|
35
|
+
type: "svg",
|
|
36
|
+
path: "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
|
|
37
|
+
},
|
|
38
|
+
chevronDown: {
|
|
39
|
+
type: "svg",
|
|
40
|
+
path: "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"
|
|
41
|
+
},
|
|
42
|
+
chevronUp: {
|
|
43
|
+
type: "svg",
|
|
44
|
+
path: "M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z"
|
|
45
|
+
},
|
|
46
|
+
menuDown: {
|
|
47
|
+
type: "svg",
|
|
48
|
+
path: "M7,10L12,15L17,10H7Z"
|
|
49
|
+
},
|
|
50
|
+
menuUp: {
|
|
51
|
+
type: "svg",
|
|
52
|
+
path: "M7,14L12,9L17,14H7Z"
|
|
53
|
+
},
|
|
54
|
+
check: {
|
|
55
|
+
type: "svg",
|
|
56
|
+
path: "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"
|
|
57
|
+
},
|
|
58
|
+
alertCircle: {
|
|
59
|
+
type: "svg",
|
|
60
|
+
path: "M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"
|
|
61
|
+
},
|
|
62
|
+
alert: {
|
|
63
|
+
type: "svg",
|
|
64
|
+
path: "M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z"
|
|
65
|
+
},
|
|
66
|
+
information: {
|
|
67
|
+
type: "svg",
|
|
68
|
+
path: "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"
|
|
69
|
+
},
|
|
70
|
+
close: {
|
|
71
|
+
type: "svg",
|
|
72
|
+
path: "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"
|
|
73
|
+
},
|
|
74
|
+
closeCircle: {
|
|
75
|
+
type: "svg",
|
|
76
|
+
path: "M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"
|
|
77
|
+
},
|
|
78
|
+
eye: {
|
|
79
|
+
type: "svg",
|
|
80
|
+
path: "M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z"
|
|
81
|
+
},
|
|
82
|
+
eyeOff: {
|
|
83
|
+
type: "svg",
|
|
84
|
+
path: "M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.18 16.38,18.6L16.81,19L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z"
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
function getIconAliases() {
|
|
88
|
+
if (config.iconAliases) {
|
|
89
|
+
return __spreadValues(__spreadValues({}, defaultIconAliases), config.iconAliases);
|
|
90
|
+
}
|
|
91
|
+
return defaultIconAliases;
|
|
92
|
+
}
|
|
93
|
+
function resolveAlias(name) {
|
|
94
|
+
return getIconAliases()[name];
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export { getIconAliases as g, resolveAlias as r };
|
package/dist/esm/image.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { I as Image } from './Image-
|
|
1
|
+
import { I as Image } from './Image-COmzg-EK.js';
|
|
2
2
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import './config-
|
|
4
|
+
import './config-f4Dyy8TN.js';
|
|
5
5
|
import './helpers.js';
|
|
6
6
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
7
7
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { defineComponent,
|
|
2
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, withModifiers, normalizeStyle, resolveComponent, createVNode, withCtx, createTextVNode, normalizeClass, createBlock, createSlots, renderSlot, createCommentVNode, toDisplayString } from 'vue';
|
|
2
|
+
import { F as FormElementMixin } from './FormElementMixin-CKI7b4I4.js';
|
|
3
3
|
import { isMobile } from './helpers.js';
|
|
4
|
-
import { c as config } from './config-
|
|
5
|
-
import { B as BButton } from './Button-
|
|
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-
|
|
4
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
5
|
+
import { B as BButton } from './Button-BTP__-p5.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
10
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
11
|
-
import { T as Tooltip } from './Tooltip-
|
|
11
|
+
import { T as Tooltip } from './Tooltip-BnzQFdnQ.js';
|
|
12
12
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
13
13
|
|
|
14
14
|
var __defProp = Object.defineProperty;
|
|
@@ -483,7 +483,7 @@ var _sfc_main$3 = defineComponent({
|
|
|
483
483
|
const { size, thickness } = this;
|
|
484
484
|
const radius = size - 4;
|
|
485
485
|
const thicknessRadius = (radius - 2 * thickness) / 2;
|
|
486
|
-
return `M0 ${-thicknessRadius}L${cos30 * thicknessRadius} ${sin30 * thicknessRadius}H${
|
|
486
|
+
return `M0 ${-thicknessRadius}L${cos30 * thicknessRadius} ${sin30 * thicknessRadius}H${-cos30 * thicknessRadius}z`;
|
|
487
487
|
}
|
|
488
488
|
},
|
|
489
489
|
watch: {
|
|
@@ -1935,4 +1935,4 @@ const Plugin = {
|
|
|
1935
1935
|
}
|
|
1936
1936
|
};
|
|
1937
1937
|
|
|
1938
|
-
export {
|
|
1938
|
+
export { Colorpicker as C, Plugin as P, Color as a };
|
package/dist/esm/index.js
CHANGED
|
@@ -13,8 +13,8 @@ import Plugin$6 from './collapse.js';
|
|
|
13
13
|
export { BCollapse } from './collapse.js';
|
|
14
14
|
import Plugin$5 from './clockpicker.js';
|
|
15
15
|
export { BClockpicker } from './clockpicker.js';
|
|
16
|
-
import { P as Plugin$7 } from './index-
|
|
17
|
-
export {
|
|
16
|
+
import { P as Plugin$7 } from './index-BYVep8cv.js';
|
|
17
|
+
export { C as BColorpicker, a as Color } from './index-BYVep8cv.js';
|
|
18
18
|
import Plugin$8 from './datepicker.js';
|
|
19
19
|
import Plugin$9 from './datetimepicker.js';
|
|
20
20
|
export { BDatetimepicker } from './datetimepicker.js';
|
|
@@ -75,36 +75,37 @@ import Plugin$F from './upload.js';
|
|
|
75
75
|
export { BUpload } from './upload.js';
|
|
76
76
|
import { merge } from './helpers.js';
|
|
77
77
|
export { bound, copyAppContext, createAbsoluteElement, createNewEvent, escapeRegExpChars, getComponentFromVNode, getMonthNames, getValueByPath, getWeekdayNames, hasFlag, indexOf, isCustomElement, isDefined, isFragment, isMobile, isNil, isTag, isVueComponent, isWebpSupported, matchWithGroups, mod, multiColumnSort, removeDiacriticsFromString, removeElement, sign, toCssWidth, translateTouchAsDragEvent } from './helpers.js';
|
|
78
|
-
import { s as setOptions, c as config } from './config-
|
|
78
|
+
import { s as setOptions, c as config } from './config-f4Dyy8TN.js';
|
|
79
79
|
import { r as registerComponentProgrammatic } from './plugins-1tLsuIZF.js';
|
|
80
|
-
export { B as BAutocomplete } from './Autocomplete-
|
|
81
|
-
export { B as BButton } from './Button-
|
|
82
|
-
export { B as BCheckbox } from './Checkbox-
|
|
83
|
-
export { B as BDatepicker } from './Datepicker-
|
|
84
|
-
export { B as BDropdown } from './Dropdown-
|
|
85
|
-
export { B as BDropdownItem } from './DropdownItem-
|
|
86
|
-
export { F as BField } from './Field-
|
|
87
|
-
export { B as BIcon } from './Icon-
|
|
88
|
-
export { I as BImage } from './Image-
|
|
89
|
-
export { B as BInput } from './Input-
|
|
90
|
-
export { B as BLoading } from './Loading-
|
|
91
|
-
export { M as BModal } from './Modal-
|
|
92
|
-
export { B as BPagination, P as BPaginationButton } from './Pagination-
|
|
93
|
-
export { P as BProgress } from './Progress-
|
|
94
|
-
export { B as BSelect } from './Select-
|
|
95
|
-
export { B as BTag } from './Tag-
|
|
96
|
-
export { T as BTimepicker } from './Timepicker-
|
|
97
|
-
export { T as BTooltip } from './Tooltip-
|
|
80
|
+
export { B as BAutocomplete } from './Autocomplete-BsBIH0Mj.js';
|
|
81
|
+
export { B as BButton } from './Button-BTP__-p5.js';
|
|
82
|
+
export { B as BCheckbox } from './Checkbox-C6pO3IzG.js';
|
|
83
|
+
export { B as BDatepicker } from './Datepicker-CrVKrZBF.js';
|
|
84
|
+
export { B as BDropdown } from './Dropdown-GHauDDcD.js';
|
|
85
|
+
export { B as BDropdownItem } from './DropdownItem-By3tSZk2.js';
|
|
86
|
+
export { F as BField } from './Field-CU8ZBgMh.js';
|
|
87
|
+
export { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
88
|
+
export { I as BImage } from './Image-COmzg-EK.js';
|
|
89
|
+
export { B as BInput } from './Input-CErQ1Jyw.js';
|
|
90
|
+
export { B as BLoading } from './Loading-BSqhV1Gi.js';
|
|
91
|
+
export { M as BModal } from './Modal-C13NJijf.js';
|
|
92
|
+
export { B as BPagination, P as BPaginationButton } from './Pagination-DvgzxH87.js';
|
|
93
|
+
export { P as BProgress } from './Progress-AeKn1Ttq.js';
|
|
94
|
+
export { B as BSelect } from './Select-CbkuxvSQ.js';
|
|
95
|
+
export { B as BTag } from './Tag-Dx_-Tavp.js';
|
|
96
|
+
export { T as BTimepicker } from './Timepicker-0ojuPkqd.js';
|
|
97
|
+
export { T as BTooltip } from './Tooltip-BnzQFdnQ.js';
|
|
98
|
+
export { g as getIconAliases, r as resolveAlias } from './iconAliases-B-CydxNj.js';
|
|
98
99
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
99
|
-
import './CompatFallthroughMixin-
|
|
100
|
+
import './CompatFallthroughMixin-LfFRwwlz.js';
|
|
100
101
|
import './InjectedChildMixin-D2K-FwuO.js';
|
|
101
102
|
import './CheckRadioMixin-DSD_rjC8.js';
|
|
102
|
-
import './TimepickerMixin-
|
|
103
|
-
import './FormElementMixin-
|
|
103
|
+
import './TimepickerMixin-oNahYGFZ.js';
|
|
104
|
+
import './FormElementMixin-CKI7b4I4.js';
|
|
104
105
|
import './trapFocus-KHP_kCNE.js';
|
|
105
106
|
import './MessageMixin-CQ7LIdvq.js';
|
|
106
|
-
import './NoticeMixin-
|
|
107
|
-
import './TabbedChildMixin-
|
|
107
|
+
import './NoticeMixin-TQEF1Kx6.js';
|
|
108
|
+
import './TabbedChildMixin-Bdu5A4iY.js';
|
|
108
109
|
import './SlotComponent-BwNpVnfH.js';
|
|
109
110
|
import './ssr-C7yEpGLm.js';
|
|
110
111
|
|
package/dist/esm/input.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { B as BInput } from './Input-
|
|
1
|
+
import { B as BInput } from './Input-CErQ1Jyw.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
|
-
import './CompatFallthroughMixin-
|
|
9
|
-
import './FormElementMixin-
|
|
9
|
+
import './CompatFallthroughMixin-LfFRwwlz.js';
|
|
10
|
+
import './FormElementMixin-CKI7b4I4.js';
|
|
10
11
|
|
|
11
12
|
const Plugin = {
|
|
12
13
|
install(Vue) {
|
package/dist/esm/loading.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createApp, h, inject } from 'vue';
|
|
2
|
-
import { B as BLoading } from './Loading-
|
|
2
|
+
import { B as BLoading } from './Loading-BSqhV1Gi.js';
|
|
3
3
|
import { getComponentFromVNode, copyAppContext } from './helpers.js';
|
|
4
4
|
import { a as registerComponent, r as registerComponentProgrammatic } from './plugins-1tLsuIZF.js';
|
|
5
5
|
import './ssr-C7yEpGLm.js';
|
package/dist/esm/menu.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { defineComponent,
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, renderSlot, resolveComponent, Fragment, createVNode, toDisplayString, createTextVNode, createCommentVNode, mergeProps, createBlock, resolveDynamicComponent, withCtx, Transition, withDirectives, vShow } from 'vue';
|
|
2
2
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
3
|
-
import { B as BIcon } from './Icon-
|
|
4
|
-
import { c as config } from './config-
|
|
5
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
3
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
4
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
5
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
6
6
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
7
7
|
import './helpers.js';
|
|
8
|
+
import './iconAliases-B-CydxNj.js';
|
|
8
9
|
|
|
9
10
|
var MenuItemContainerMixin = defineComponent({
|
|
10
11
|
provide() {
|
package/dist/esm/message.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent,
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, createElementBlock, renderSlot, toDisplayString, createCommentVNode, createVNode, vShow } from 'vue';
|
|
2
2
|
import { M as MessageMixin } from './MessageMixin-CQ7LIdvq.js';
|
|
3
|
-
import { B as BIcon } from './Icon-
|
|
4
|
-
import { P as Progress } from './Progress-
|
|
3
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
4
|
+
import { P as Progress } from './Progress-AeKn1Ttq.js';
|
|
5
5
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
6
6
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
7
|
-
import './config-
|
|
7
|
+
import './config-f4Dyy8TN.js';
|
|
8
8
|
import './helpers.js';
|
|
9
|
+
import './iconAliases-B-CydxNj.js';
|
|
9
10
|
|
|
10
11
|
const Message$1 = defineComponent({
|
|
11
12
|
name: "BMessage",
|
package/dist/esm/modal.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { createApp, h, inject } from 'vue';
|
|
2
|
-
import { M as Modal } from './Modal-
|
|
2
|
+
import { M as Modal } from './Modal-C13NJijf.js';
|
|
3
3
|
import { getComponentFromVNode, copyAppContext } from './helpers.js';
|
|
4
4
|
import { a as registerComponent, r as registerComponentProgrammatic } from './plugins-1tLsuIZF.js';
|
|
5
5
|
import './trapFocus-KHP_kCNE.js';
|
|
6
|
-
import './config-
|
|
6
|
+
import './config-f4Dyy8TN.js';
|
|
7
7
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
8
8
|
|
|
9
9
|
var __defProp = Object.defineProperty;
|
package/dist/esm/navbar.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent,
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, mergeProps, createElementVNode, h, resolveComponent, withDirectives, resolveDirective, createBlock, resolveDynamicComponent, withCtx, renderSlot, withKeys, withModifiers, Fragment, createTextVNode, toDisplayString, normalizeClass } from 'vue';
|
|
2
2
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
3
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
3
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
4
4
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
5
|
-
import './config-
|
|
5
|
+
import './config-f4Dyy8TN.js';
|
|
6
6
|
|
|
7
7
|
var _sfc_main$3 = defineComponent({
|
|
8
8
|
name: "NavbarBurger",
|
package/dist/esm/notification.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent,
|
|
2
|
-
import { B as BIcon } from './Icon-
|
|
3
|
-
import { P as Progress } from './Progress-
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, createElementBlock, createCommentVNode, createVNode, renderSlot, Fragment, vShow, mergeProps, createApp, h, inject } from 'vue';
|
|
2
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
3
|
+
import { P as Progress } from './Progress-AeKn1Ttq.js';
|
|
4
4
|
import { M as MessageMixin } from './MessageMixin-CQ7LIdvq.js';
|
|
5
5
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
6
|
-
import { c as config } from './config-
|
|
6
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
7
7
|
import { removeElement, getComponentFromVNode, copyAppContext } from './helpers.js';
|
|
8
|
-
import { N as NoticeMixin } from './NoticeMixin-
|
|
8
|
+
import { N as NoticeMixin } from './NoticeMixin-TQEF1Kx6.js';
|
|
9
9
|
import { a as registerComponent, r as registerComponentProgrammatic } from './plugins-1tLsuIZF.js';
|
|
10
|
+
import './iconAliases-B-CydxNj.js';
|
|
10
11
|
|
|
11
12
|
const Notification$1 = defineComponent({
|
|
12
13
|
name: "BNotification",
|
package/dist/esm/numberinput.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent,
|
|
2
|
-
import { B as BIcon } from './Icon-
|
|
3
|
-
import { B as BInput } from './Input-
|
|
4
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
5
|
-
import { F as FormElementMixin } from './FormElementMixin-
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createElementBlock, mergeProps, Fragment, renderList, normalizeClass, createElementVNode, withModifiers, createVNode } from 'vue';
|
|
2
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
3
|
+
import { B as BInput } from './Input-CErQ1Jyw.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
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
8
|
-
import './config-
|
|
8
|
+
import './config-f4Dyy8TN.js';
|
|
9
9
|
import './helpers.js';
|
|
10
|
+
import './iconAliases-B-CydxNj.js';
|
|
10
11
|
|
|
11
12
|
const CONTROLS_ALIGNMENTS = ["left", "right", "center"];
|
|
12
13
|
var _sfc_main = defineComponent({
|
package/dist/esm/pagination.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { B as BPagination, P as PaginationButton } from './Pagination-
|
|
1
|
+
import { B as BPagination, P as PaginationButton } from './Pagination-DvgzxH87.js';
|
|
2
2
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import './config-
|
|
4
|
+
import './config-f4Dyy8TN.js';
|
|
5
5
|
import './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
6
|
-
import './Icon-
|
|
6
|
+
import './Icon-pQAdaqZb.js';
|
|
7
7
|
import './helpers.js';
|
|
8
|
+
import './iconAliases-B-CydxNj.js';
|
|
8
9
|
|
|
9
10
|
const Plugin = {
|
|
10
11
|
install(Vue) {
|
package/dist/esm/progress.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as PROGRESS_INJECTION_KEY, P as Progress } from './Progress-
|
|
2
|
-
import { defineComponent,
|
|
1
|
+
import { a as PROGRESS_INJECTION_KEY, P as Progress } from './Progress-AeKn1Ttq.js';
|
|
2
|
+
import { defineComponent, openBlock, createElementBlock, normalizeStyle, normalizeClass, renderSlot, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
3
3
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
4
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
5
|
-
import './config-
|
|
5
|
+
import './config-f4Dyy8TN.js';
|
|
6
6
|
|
|
7
7
|
const ProgressBar$1 = defineComponent({
|
|
8
8
|
name: "BProgressBar",
|
package/dist/esm/radio.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent,
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, withKeys, withModifiers, normalizeClass, withDirectives, createElementVNode, vModelRadio, renderSlot } from 'vue';
|
|
2
2
|
import { C as CheckRadioMixin } from './CheckRadioMixin-DSD_rjC8.js';
|
|
3
3
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
4
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
package/dist/esm/rate.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent,
|
|
2
|
-
import { c as config } from './config-
|
|
3
|
-
import { B as BIcon } from './Icon-
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, Fragment, renderList, withModifiers, createVNode, createBlock, normalizeStyle, createCommentVNode, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
|
+
import { B as BIcon } from './Icon-pQAdaqZb.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
6
|
import './helpers.js';
|
|
7
|
+
import './iconAliases-B-CydxNj.js';
|
|
7
8
|
|
|
8
9
|
const Rate$1 = defineComponent({
|
|
9
10
|
name: "BRate",
|
package/dist/esm/select.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { B as BSelect } from './Select-
|
|
1
|
+
import { B as BSelect } from './Select-CbkuxvSQ.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
|
-
import './CompatFallthroughMixin-
|
|
9
|
-
import './FormElementMixin-
|
|
9
|
+
import './CompatFallthroughMixin-LfFRwwlz.js';
|
|
10
|
+
import './FormElementMixin-CKI7b4I4.js';
|
|
10
11
|
|
|
11
12
|
const Plugin = {
|
|
12
13
|
install(Vue) {
|
package/dist/esm/sidebar.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent,
|
|
2
|
-
import { c as config } from './config-
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createCommentVNode, createVNode, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, renderSlot, vShow } from 'vue';
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
3
|
import { removeElement } from './helpers.js';
|
|
4
4
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
5
5
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
package/dist/esm/slider.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent,
|
|
2
|
-
import { T as Tooltip } from './Tooltip-
|
|
3
|
-
import { c as config } from './config-
|
|
4
|
-
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createElementBlock, mergeProps, createVNode, withCtx, createElementVNode, withKeys, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, normalizeClass, renderSlot, Fragment, renderList, createBlock } from 'vue';
|
|
2
|
+
import { T as Tooltip } from './Tooltip-BnzQFdnQ.js';
|
|
3
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
4
|
+
import { C as CompatFallthroughMixin } from './CompatFallthroughMixin-LfFRwwlz.js';
|
|
5
5
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
6
6
|
import { bound } from './helpers.js';
|
|
7
7
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
package/dist/esm/snackbar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent,
|
|
2
|
-
import { c as config } from './config-
|
|
3
|
-
import { N as NoticeMixin } from './NoticeMixin-
|
|
1
|
+
import { defineComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, renderSlot, createElementBlock, Fragment, createCommentVNode, toDisplayString, vShow, createApp, h, inject } from 'vue';
|
|
2
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
3
|
+
import { N as NoticeMixin } from './NoticeMixin-TQEF1Kx6.js';
|
|
4
4
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
5
5
|
import { getComponentFromVNode, copyAppContext } from './helpers.js';
|
|
6
6
|
import { r as registerComponentProgrammatic } from './plugins-1tLsuIZF.js';
|
package/dist/esm/steps.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent,
|
|
2
|
-
import { B as BIcon } from './Icon-
|
|
3
|
-
import { T as TabbedMixin, a as TabbedChildMixin } from './TabbedChildMixin-
|
|
4
|
-
import { c as config } from './config-
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, withDirectives, createBlock, toDisplayString, createCommentVNode, vShow, renderSlot, withModifiers, createVNode } from 'vue';
|
|
2
|
+
import { B as BIcon } from './Icon-pQAdaqZb.js';
|
|
3
|
+
import { T as TabbedMixin, a as TabbedChildMixin } from './TabbedChildMixin-Bdu5A4iY.js';
|
|
4
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
5
5
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
6
6
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
7
7
|
import './helpers.js';
|
|
8
|
+
import './iconAliases-B-CydxNj.js';
|
|
8
9
|
import './SlotComponent-BwNpVnfH.js';
|
|
9
10
|
import './InjectedChildMixin-D2K-FwuO.js';
|
|
10
11
|
|
package/dist/esm/switch.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as config } from './config-
|
|
2
|
-
import { defineComponent,
|
|
1
|
+
import { c as config } from './config-f4Dyy8TN.js';
|
|
2
|
+
import { defineComponent, openBlock, createElementBlock, withKeys, withModifiers, normalizeClass, withDirectives, createElementVNode, vModelCheckbox, renderSlot, createCommentVNode } from 'vue';
|
|
3
3
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-OJRSZE6i.js';
|
|
4
4
|
import { a as registerComponent } from './plugins-1tLsuIZF.js';
|
|
5
5
|
|