buefy 0.7.9 → 0.8.2
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 +82 -0
- package/dist/buefy.css +13759 -8263
- package/dist/buefy.js +9073 -14866
- package/dist/buefy.min.css +1 -5
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/autocomplete.js +22 -0
- package/dist/cjs/button.js +106 -0
- package/dist/cjs/checkbox.js +135 -0
- package/dist/cjs/chunk-07fe6fc0.js +247 -0
- package/dist/cjs/chunk-0af453a7.js +105 -0
- package/dist/cjs/chunk-0e89e51b.js +394 -0
- package/dist/cjs/chunk-13e039f5.js +104 -0
- package/dist/cjs/chunk-143d9e6d.js +404 -0
- package/dist/cjs/chunk-19ebd649.js +114 -0
- package/dist/cjs/chunk-1b1231ce.js +94 -0
- package/dist/cjs/chunk-1e6abfcf.js +94 -0
- package/dist/cjs/chunk-28d164b1.js +172 -0
- package/dist/cjs/chunk-3396605d.js +394 -0
- package/dist/cjs/chunk-364a37a0.js +404 -0
- package/dist/cjs/chunk-3b066933.js +103 -0
- package/dist/cjs/chunk-3dffe6e7.js +54 -0
- package/dist/cjs/chunk-4a03b064.js +199 -0
- package/dist/cjs/chunk-50b06939.js +153 -0
- package/dist/cjs/chunk-52623128.js +105 -0
- package/dist/cjs/chunk-53d4f332.js +94 -0
- package/dist/cjs/chunk-544a95da.js +404 -0
- package/dist/cjs/chunk-545f01b1.js +49 -0
- package/dist/cjs/chunk-59b91990.js +64 -0
- package/dist/cjs/chunk-5b2a3329.js +394 -0
- package/dist/cjs/chunk-60061aa8.js +172 -0
- package/dist/cjs/chunk-67658e54.js +404 -0
- package/dist/cjs/chunk-6963026a.js +86 -0
- package/dist/cjs/chunk-6cece6b7.js +140 -0
- package/dist/cjs/chunk-6d6465c1.js +140 -0
- package/dist/cjs/chunk-6e9c0aca.js +94 -0
- package/dist/cjs/chunk-77f69fca.js +106 -0
- package/dist/cjs/chunk-7a25d736.js +114 -0
- package/dist/cjs/chunk-876befa8.js +247 -0
- package/dist/cjs/chunk-8985ffff.js +105 -0
- package/dist/cjs/chunk-8a05c8c9.js +207 -0
- package/dist/cjs/chunk-90407463.js +258 -0
- package/dist/cjs/chunk-956525c9.js +106 -0
- package/dist/cjs/chunk-96ce35a2.js +114 -0
- package/dist/cjs/chunk-9da1d120.js +86 -0
- package/dist/cjs/chunk-9f6a8079.js +54 -0
- package/dist/cjs/chunk-a60dc21d.js +281 -0
- package/dist/cjs/chunk-b628277d.js +199 -0
- package/dist/cjs/chunk-c146745e.js +153 -0
- package/dist/cjs/chunk-c2aec7a9.js +547 -0
- package/dist/cjs/chunk-c9641331.js +86 -0
- package/dist/cjs/chunk-d492406b.js +172 -0
- package/dist/cjs/chunk-e0aa62a0.js +404 -0
- package/dist/cjs/chunk-e45e0329.js +48 -0
- package/dist/cjs/chunk-e5de6583.js +207 -0
- package/dist/cjs/chunk-e85cceb6.js +258 -0
- package/dist/cjs/chunk-ed5addd6.js +547 -0
- package/dist/cjs/chunk-ef4753d5.js +283 -0
- package/dist/cjs/chunk-f0c597f9.js +199 -0
- package/dist/cjs/chunk-f1df1c63.js +9 -0
- package/dist/cjs/chunk-f1ee2f5c.js +207 -0
- package/dist/cjs/chunk-fbd4d545.js +247 -0
- package/dist/cjs/clockpicker.js +447 -0
- package/dist/cjs/collapse.js +102 -0
- package/dist/cjs/datepicker.js +1281 -0
- package/dist/cjs/dialog.js +237 -0
- package/dist/cjs/dropdown.js +19 -0
- package/dist/cjs/field.js +18 -0
- package/dist/cjs/icon.js +17 -0
- package/dist/cjs/index.js +164 -0
- package/dist/cjs/input.js +20 -0
- package/dist/cjs/loading.js +166 -0
- package/dist/cjs/menu.js +231 -0
- package/dist/cjs/message.js +65 -0
- package/dist/cjs/modal.js +48 -0
- package/dist/cjs/navbar.js +258 -0
- package/dist/cjs/notification.js +142 -0
- package/dist/cjs/numberinput.js +191 -0
- package/dist/cjs/pagination.js +19 -0
- package/dist/cjs/progress.js +151 -0
- package/dist/cjs/radio.js +224 -0
- package/dist/cjs/select.js +20 -0
- package/dist/cjs/slider.js +511 -0
- package/dist/cjs/snackbar.js +114 -0
- package/dist/cjs/steps.js +352 -0
- package/dist/cjs/switch.js +144 -0
- package/dist/cjs/table.js +877 -0
- package/dist/cjs/tabs.js +258 -0
- package/dist/cjs/tag.js +63 -0
- package/dist/cjs/taginput.js +297 -0
- package/dist/cjs/timepicker.js +75 -0
- package/dist/cjs/toast.js +89 -0
- package/dist/cjs/tooltip.js +17 -0
- package/dist/cjs/upload.js +210 -0
- package/dist/components/autocomplete/index.js +1084 -2
- package/dist/components/autocomplete/index.min.js +2 -0
- package/dist/components/button/index.js +425 -2
- package/dist/components/button/index.min.js +2 -0
- package/dist/components/checkbox/index.js +342 -2
- package/dist/components/checkbox/index.min.js +2 -0
- package/dist/components/clockpicker/index.js +2340 -2
- package/dist/components/clockpicker/index.min.js +2 -0
- package/dist/components/collapse/index.js +201 -2
- package/dist/components/collapse/index.min.js +2 -0
- package/dist/components/datepicker/index.js +2720 -2
- package/dist/components/datepicker/index.min.js +2 -0
- package/dist/components/dialog/index.js +768 -2
- package/dist/components/dialog/index.min.js +2 -0
- package/dist/components/dropdown/index.js +555 -2
- package/dist/components/dropdown/index.min.js +2 -0
- package/dist/components/field/index.js +447 -2
- package/dist/components/field/index.min.js +2 -0
- package/dist/components/icon/index.js +322 -2
- package/dist/components/icon/index.min.js +2 -0
- package/dist/components/input/index.js +675 -2
- package/dist/components/input/index.min.js +2 -0
- package/dist/components/loading/index.js +282 -2
- package/dist/components/loading/index.min.js +2 -0
- package/dist/components/menu/index.js +550 -2
- package/dist/components/menu/index.min.js +2 -0
- package/dist/components/message/index.js +482 -2
- package/dist/components/message/index.min.js +2 -0
- package/dist/components/modal/index.js +400 -2
- package/dist/components/modal/index.min.js +2 -0
- package/dist/components/navbar/index.js +371 -0
- package/dist/components/navbar/index.min.js +2 -0
- package/dist/components/notification/index.js +705 -2
- package/dist/components/notification/index.min.js +2 -0
- package/dist/components/numberinput/index.js +846 -2
- package/dist/components/numberinput/index.min.js +2 -0
- package/dist/components/pagination/index.js +577 -2
- package/dist/components/pagination/index.min.js +2 -0
- package/dist/components/progress/index.js +250 -0
- package/dist/components/progress/index.min.js +2 -0
- package/dist/components/radio/index.js +323 -2
- package/dist/components/radio/index.min.js +2 -0
- package/dist/components/select/index.js +571 -2
- package/dist/components/select/index.min.js +2 -0
- package/dist/components/slider/index.js +764 -0
- package/dist/components/slider/index.min.js +2 -0
- package/dist/components/snackbar/index.js +397 -2
- package/dist/components/snackbar/index.min.js +2 -0
- package/dist/components/steps/index.js +721 -2
- package/dist/components/steps/index.min.js +2 -0
- package/dist/components/switch/index.js +243 -2
- package/dist/components/switch/index.min.js +2 -0
- package/dist/components/table/index.js +1870 -2
- package/dist/components/table/index.min.js +2 -0
- package/dist/components/tabs/index.js +627 -2
- package/dist/components/tabs/index.min.js +2 -0
- package/dist/components/tag/index.js +262 -2
- package/dist/components/tag/index.min.js +2 -0
- package/dist/components/taginput/index.js +1459 -2
- package/dist/components/taginput/index.min.js +2 -0
- package/dist/components/timepicker/index.js +2053 -2
- package/dist/components/timepicker/index.min.js +2 -0
- package/dist/components/toast/index.js +372 -2
- package/dist/components/toast/index.min.js +2 -0
- package/dist/components/tooltip/index.js +236 -2
- package/dist/components/tooltip/index.min.js +2 -0
- package/dist/components/upload/index.js +501 -2
- package/dist/components/upload/index.min.js +2 -0
- package/dist/esm/autocomplete.js +18 -0
- package/dist/esm/button.js +102 -0
- package/dist/esm/checkbox.js +131 -0
- package/dist/esm/chunk-00e3e67f.js +401 -0
- package/dist/esm/chunk-051f8b06.js +105 -0
- package/dist/esm/chunk-0566c90d.js +152 -0
- package/dist/esm/chunk-07e19446.js +545 -0
- package/dist/esm/chunk-085a700d.js +7 -0
- package/dist/esm/chunk-0ad6938a.js +53 -0
- package/dist/esm/chunk-0e3f4fb5.js +52 -0
- package/dist/esm/chunk-10c85529.js +151 -0
- package/dist/esm/chunk-121b1efa.js +197 -0
- package/dist/esm/chunk-19dad95e.js +256 -0
- package/dist/esm/chunk-231b6066.js +113 -0
- package/dist/esm/chunk-24d1a01f.js +279 -0
- package/dist/esm/chunk-297bff6b.js +393 -0
- package/dist/esm/chunk-2b2ae5c6.js +245 -0
- package/dist/esm/chunk-2cb6f867.js +46 -0
- package/dist/esm/chunk-33717194.js +392 -0
- package/dist/esm/chunk-3b811b77.js +139 -0
- package/dist/esm/chunk-3e47308f.js +104 -0
- package/dist/esm/chunk-411d6eea.js +84 -0
- package/dist/esm/chunk-4535dec5.js +92 -0
- package/dist/esm/chunk-47a5f3a1.js +103 -0
- package/dist/esm/chunk-4a5384da.js +205 -0
- package/dist/esm/chunk-4b663574.js +112 -0
- package/dist/esm/chunk-4d393f09.js +170 -0
- package/dist/esm/chunk-4d695899.js +257 -0
- package/dist/esm/chunk-4f508891.js +171 -0
- package/dist/esm/chunk-531b8274.js +281 -0
- package/dist/esm/chunk-591ee4a2.js +151 -0
- package/dist/esm/chunk-5d3bf82e.js +170 -0
- package/dist/esm/chunk-5e0b0665.js +104 -0
- package/dist/esm/chunk-648b9aa4.js +45 -0
- package/dist/esm/chunk-666940cf.js +546 -0
- package/dist/esm/chunk-67c97e13.js +246 -0
- package/dist/esm/chunk-6844653e.js +401 -0
- package/dist/esm/chunk-699b7cb4.js +245 -0
- package/dist/esm/chunk-6f881e7d.js +51 -0
- package/dist/esm/chunk-7123d158.js +256 -0
- package/dist/esm/chunk-7cf87590.js +60 -0
- package/dist/esm/chunk-823177ac.js +545 -0
- package/dist/esm/chunk-8838757a.js +401 -0
- package/dist/esm/chunk-8ca878c0.js +198 -0
- package/dist/esm/chunk-8fc2e874.js +85 -0
- package/dist/esm/chunk-912ed715.js +92 -0
- package/dist/esm/chunk-92acc21f.js +392 -0
- package/dist/esm/chunk-98e86f40.js +197 -0
- package/dist/esm/chunk-99a1f9df.js +92 -0
- package/dist/esm/chunk-9a776697.js +112 -0
- package/dist/esm/chunk-9e3207cc.js +46 -0
- package/dist/esm/chunk-9ec14e09.js +112 -0
- package/dist/esm/chunk-a5ea70d0.js +205 -0
- package/dist/esm/chunk-ac3f4847.js +138 -0
- package/dist/esm/chunk-b5376f3e.js +92 -0
- package/dist/esm/chunk-b56eb2c8.js +197 -0
- package/dist/esm/chunk-b796d1b2.js +392 -0
- package/dist/esm/chunk-b822a5db.js +205 -0
- package/dist/esm/chunk-b9bdb0e4.js +6 -0
- package/dist/esm/chunk-bfe15983.js +401 -0
- package/dist/esm/chunk-c9039f68.js +104 -0
- package/dist/esm/chunk-cc718c15.js +245 -0
- package/dist/esm/chunk-cca88db8.js +99 -0
- package/dist/esm/chunk-d6200087.js +50 -0
- package/dist/esm/chunk-daeac852.js +138 -0
- package/dist/esm/chunk-db31c548.js +103 -0
- package/dist/esm/chunk-e5568f45.js +84 -0
- package/dist/esm/chunk-e5fce48f.js +59 -0
- package/dist/esm/chunk-e84b4047.js +170 -0
- package/dist/esm/chunk-e8d90b72.js +98 -0
- package/dist/esm/chunk-e932bb68.js +206 -0
- package/dist/esm/chunk-edd8ff91.js +103 -0
- package/dist/esm/chunk-f0465d8d.js +84 -0
- package/dist/esm/chunk-f743d154.js +93 -0
- package/dist/esm/chunk-f8036b32.js +402 -0
- package/dist/esm/chunk-f984748f.js +401 -0
- package/dist/esm/chunk-fd5b0e1e.js +99 -0
- package/dist/esm/clockpicker.js +443 -0
- package/dist/esm/collapse.js +98 -0
- package/dist/esm/datepicker.js +1277 -0
- package/dist/esm/dialog.js +231 -0
- package/dist/esm/dropdown.js +14 -0
- package/dist/esm/field.js +14 -0
- package/dist/esm/icon.js +13 -0
- package/dist/esm/index.js +154 -0
- package/dist/esm/input.js +16 -0
- package/dist/esm/loading.js +159 -0
- package/dist/esm/menu.js +225 -0
- package/dist/esm/message.js +61 -0
- package/dist/esm/modal.js +42 -0
- package/dist/esm/navbar.js +253 -0
- package/dist/esm/notification.js +135 -0
- package/dist/esm/numberinput.js +187 -0
- package/dist/esm/pagination.js +15 -0
- package/dist/esm/progress.js +147 -0
- package/dist/esm/radio.js +219 -0
- package/dist/esm/select.js +16 -0
- package/dist/esm/slider.js +506 -0
- package/dist/esm/snackbar.js +108 -0
- package/dist/esm/steps.js +347 -0
- package/dist/esm/switch.js +140 -0
- package/dist/esm/table.js +872 -0
- package/dist/esm/tabs.js +253 -0
- package/dist/esm/tag.js +59 -0
- package/dist/esm/taginput.js +293 -0
- package/dist/esm/timepicker.js +71 -0
- package/dist/esm/toast.js +83 -0
- package/dist/esm/tooltip.js +13 -0
- package/dist/esm/upload.js +206 -0
- package/package.json +26 -4
- package/src/components/checkbox/Checkbox.vue +12 -4
- package/src/components/checkbox/CheckboxButton.vue +10 -2
- package/src/components/clockpicker/Clockpicker.vue +0 -5
- package/src/components/datepicker/Datepicker.spec.js +60 -0
- package/src/components/datepicker/Datepicker.vue +46 -19
- package/src/components/datepicker/DatepickerTable.spec.js +107 -2
- package/src/components/datepicker/DatepickerTable.vue +73 -4
- package/src/components/datepicker/DatepickerTableRow.spec.js +127 -17
- package/src/components/datepicker/DatepickerTableRow.vue +103 -4
- package/src/components/dialog/Dialog.vue +5 -3
- package/src/components/dialog/index.js +2 -2
- package/src/components/dropdown/Dropdown.vue +1 -4
- package/src/components/dropdown/DropdownItem.vue +7 -3
- package/src/components/field/Field.spec.js +18 -0
- package/src/components/field/Field.vue +21 -2
- package/src/components/index.js +6 -0
- package/src/components/input/Input.vue +2 -2
- package/src/components/loading/index.js +1 -1
- package/src/components/modal/index.js +1 -1
- package/src/components/navbar/NavBar.spec.js +76 -0
- package/src/components/navbar/Navbar.vue +127 -0
- package/src/components/navbar/NavbarBurger.vue +25 -0
- package/src/components/navbar/NavbarItem.vue +21 -0
- package/src/components/navbar/index.js +20 -0
- package/src/components/notification/index.js +1 -1
- package/src/components/pagination/Pagination.vue +28 -6
- package/src/components/progress/Progress.spec.js +77 -0
- package/src/components/progress/Progress.vue +108 -0
- package/src/components/progress/__snapshots__/Progress.spec.js.snap +7 -0
- package/src/components/progress/index.js +17 -0
- package/src/components/radio/Radio.spec.js +18 -1
- package/src/components/radio/Radio.vue +11 -5
- package/src/components/radio/RadioButton.spec.js +18 -1
- package/src/components/radio/RadioButton.vue +20 -8
- package/src/components/select/Select.spec.js +22 -1
- package/src/components/select/Select.vue +2 -1
- package/src/components/select/__snapshots__/Select.spec.js.snap +7 -0
- package/src/components/slider/Slider.spec.js +10 -0
- package/src/components/slider/Slider.vue +240 -0
- package/src/components/slider/SliderThumb.vue +188 -0
- package/src/components/slider/SliderTick.vue +43 -0
- package/src/components/slider/index.js +20 -0
- package/src/components/snackbar/index.js +2 -2
- package/src/components/steps/StepItem.vue +2 -3
- package/src/components/steps/Steps.vue +7 -5
- package/src/components/switch/Switch.spec.js +29 -0
- package/src/components/switch/Switch.vue +29 -5
- package/src/components/switch/__snapshots__/Switch.spec.js.snap +3 -0
- package/src/components/table/Table.vue +30 -8
- package/src/components/table/TableColumn.vue +2 -2
- package/src/components/tag/Tag.vue +4 -1
- package/src/components/taginput/Taginput.spec.js +10 -0
- package/src/components/taginput/Taginput.vue +8 -3
- package/src/components/toast/index.js +2 -2
- package/src/components/tooltip/Tooltip.vue +5 -5
- package/src/components/upload/Upload.vue +15 -8
- package/src/index.js +11 -4
- package/src/scss/buefy-build.scss +3 -3
- package/src/scss/buefy.scss +4 -0
- package/src/scss/components/_datepicker.scss +40 -1
- package/src/scss/components/_form.scss +52 -1
- package/src/scss/components/_progress.scss +45 -0
- package/src/scss/components/_radio.scss +14 -14
- package/src/scss/components/_slider.scss +138 -0
- package/src/scss/components/_steps.scss +4 -4
- package/src/scss/components/_switch.scss +54 -2
- package/src/scss/components/_taginput.scss +3 -0
- package/src/scss/components/_upload.scss +1 -3
- package/src/utils/SlotComponent.js +9 -2
- package/src/utils/TimepickerMixin.js +17 -6
- package/src/utils/config.js +4 -1
- package/src/utils/helpers.spec.js +67 -0
- package/src/utils/plugins.js +2 -1
- package/types/components.d.ts +3 -3
- package/types/index.d.ts +24 -11
- package/dist/components/index.js +0 -2
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { c as config } from './chunk-9e3207cc.js';
|
|
2
|
+
import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
|
|
3
|
+
|
|
4
|
+
//
|
|
5
|
+
var script = {
|
|
6
|
+
name: 'BTooltip',
|
|
7
|
+
props: {
|
|
8
|
+
active: {
|
|
9
|
+
type: Boolean,
|
|
10
|
+
default: true
|
|
11
|
+
},
|
|
12
|
+
type: String,
|
|
13
|
+
label: String,
|
|
14
|
+
position: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: 'is-top',
|
|
17
|
+
validator: function validator(value) {
|
|
18
|
+
return ['is-top', 'is-bottom', 'is-left', 'is-right'].indexOf(value) > -1;
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
always: Boolean,
|
|
22
|
+
animated: Boolean,
|
|
23
|
+
square: Boolean,
|
|
24
|
+
dashed: Boolean,
|
|
25
|
+
multilined: Boolean,
|
|
26
|
+
size: {
|
|
27
|
+
type: String,
|
|
28
|
+
default: 'is-medium'
|
|
29
|
+
},
|
|
30
|
+
delay: Number
|
|
31
|
+
},
|
|
32
|
+
computed: {
|
|
33
|
+
newType: function newType() {
|
|
34
|
+
return this.type || config.defaultTooltipType;
|
|
35
|
+
},
|
|
36
|
+
newAnimated: function newAnimated() {
|
|
37
|
+
return this.animated || config.defaultTooltipAnimated;
|
|
38
|
+
},
|
|
39
|
+
newDelay: function newDelay() {
|
|
40
|
+
return this.delay || config.defaultTooltipDelay;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
/* script */
|
|
46
|
+
const __vue_script__ = script;
|
|
47
|
+
|
|
48
|
+
/* template */
|
|
49
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{class:[_vm.newType, _vm.position, _vm.size, {
|
|
50
|
+
'b-tooltip': _vm.active,
|
|
51
|
+
'is-square': _vm.square,
|
|
52
|
+
'is-animated': _vm.newAnimated,
|
|
53
|
+
'is-always': _vm.always,
|
|
54
|
+
'is-multiline': _vm.multilined,
|
|
55
|
+
'is-dashed': _vm.dashed
|
|
56
|
+
}],style:({'transition-delay': (_vm.newDelay + "ms")}),attrs:{"data-label":_vm.label}},[_vm._t("default")],2)};
|
|
57
|
+
var __vue_staticRenderFns__ = [];
|
|
58
|
+
|
|
59
|
+
/* style */
|
|
60
|
+
const __vue_inject_styles__ = undefined;
|
|
61
|
+
/* scoped */
|
|
62
|
+
const __vue_scope_id__ = undefined;
|
|
63
|
+
/* module identifier */
|
|
64
|
+
const __vue_module_identifier__ = undefined;
|
|
65
|
+
/* functional template */
|
|
66
|
+
const __vue_is_functional_template__ = false;
|
|
67
|
+
/* style inject */
|
|
68
|
+
|
|
69
|
+
/* style inject SSR */
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
var Tooltip = __vue_normalize__(
|
|
74
|
+
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
75
|
+
__vue_inject_styles__,
|
|
76
|
+
__vue_script__,
|
|
77
|
+
__vue_scope_id__,
|
|
78
|
+
__vue_is_functional_template__,
|
|
79
|
+
__vue_module_identifier__,
|
|
80
|
+
undefined,
|
|
81
|
+
undefined
|
|
82
|
+
);
|
|
83
|
+
|
|
84
|
+
export { Tooltip as T };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { _ as _defineProperty } from './chunk-d6200087.js';
|
|
2
|
+
import { F as FormElementMixin } from './chunk-591ee4a2.js';
|
|
3
|
+
import { I as Icon } from './chunk-5d3bf82e.js';
|
|
4
|
+
import { _ as __vue_normalize__ } from './chunk-e8d90b72.js';
|
|
5
|
+
|
|
6
|
+
var script = {
|
|
7
|
+
name: 'BSelect',
|
|
8
|
+
components: _defineProperty({}, Icon.name, Icon),
|
|
9
|
+
mixins: [FormElementMixin],
|
|
10
|
+
inheritAttrs: false,
|
|
11
|
+
props: {
|
|
12
|
+
value: {
|
|
13
|
+
type: [String, Number, Boolean, Object, Array, Symbol, Function],
|
|
14
|
+
default: null
|
|
15
|
+
},
|
|
16
|
+
placeholder: String,
|
|
17
|
+
multiple: Boolean,
|
|
18
|
+
nativeSize: [String, Number]
|
|
19
|
+
},
|
|
20
|
+
data: function data() {
|
|
21
|
+
return {
|
|
22
|
+
selected: this.value,
|
|
23
|
+
_elementRef: 'select'
|
|
24
|
+
};
|
|
25
|
+
},
|
|
26
|
+
computed: {
|
|
27
|
+
computedValue: {
|
|
28
|
+
get: function get() {
|
|
29
|
+
return this.selected;
|
|
30
|
+
},
|
|
31
|
+
set: function set(value) {
|
|
32
|
+
this.selected = value;
|
|
33
|
+
this.$emit('input', value);
|
|
34
|
+
!this.isValid && this.checkHtml5Validity();
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
spanClasses: function spanClasses() {
|
|
38
|
+
return [this.size, this.statusType, {
|
|
39
|
+
'is-fullwidth': this.expanded,
|
|
40
|
+
'is-loading': this.loading,
|
|
41
|
+
'is-multiple': this.multiple,
|
|
42
|
+
'is-rounded': this.rounded,
|
|
43
|
+
'is-empty': this.selected === null
|
|
44
|
+
}];
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
watch: {
|
|
48
|
+
/**
|
|
49
|
+
* When v-model is changed:
|
|
50
|
+
* 1. Set the selected option.
|
|
51
|
+
* 2. If it's invalid, validate again.
|
|
52
|
+
*/
|
|
53
|
+
value: function value(_value) {
|
|
54
|
+
this.selected = _value;
|
|
55
|
+
!this.isValid && this.checkHtml5Validity();
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
/* script */
|
|
61
|
+
const __vue_script__ = script;
|
|
62
|
+
|
|
63
|
+
/* template */
|
|
64
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control",class:{ 'is-expanded': _vm.expanded, 'has-icons-left': _vm.icon }},[_c('span',{staticClass:"select",class:_vm.spanClasses},[_c('select',_vm._g(_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.computedValue),expression:"computedValue"}],ref:"select",attrs:{"multiple":_vm.multiple,"size":_vm.nativeSize},on:{"blur":function($event){_vm.$emit('blur', $event) && _vm.checkHtml5Validity();},"focus":function($event){_vm.$emit('focus', $event);},"change":function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.computedValue=$event.target.multiple ? $$selectedVal : $$selectedVal[0];}}},'select',_vm.$attrs,false),_vm.$listeners),[(_vm.placeholder)?[(_vm.computedValue == null)?_c('option',{attrs:{"disabled":"","hidden":""},domProps:{"value":null}},[_vm._v("\n "+_vm._s(_vm.placeholder)+"\n ")]):_vm._e()]:_vm._e(),_vm._v(" "),_vm._t("default")],2)]),_vm._v(" "),(_vm.icon)?_c('b-icon',{staticClass:"is-left",attrs:{"icon":_vm.icon,"pack":_vm.iconPack,"size":_vm.iconSize}}):_vm._e()],1)};
|
|
65
|
+
var __vue_staticRenderFns__ = [];
|
|
66
|
+
|
|
67
|
+
/* style */
|
|
68
|
+
const __vue_inject_styles__ = undefined;
|
|
69
|
+
/* scoped */
|
|
70
|
+
const __vue_scope_id__ = undefined;
|
|
71
|
+
/* module identifier */
|
|
72
|
+
const __vue_module_identifier__ = undefined;
|
|
73
|
+
/* functional template */
|
|
74
|
+
const __vue_is_functional_template__ = false;
|
|
75
|
+
/* style inject */
|
|
76
|
+
|
|
77
|
+
/* style inject SSR */
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
var Select = __vue_normalize__(
|
|
82
|
+
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
83
|
+
__vue_inject_styles__,
|
|
84
|
+
__vue_script__,
|
|
85
|
+
__vue_scope_id__,
|
|
86
|
+
__vue_is_functional_template__,
|
|
87
|
+
__vue_module_identifier__,
|
|
88
|
+
undefined,
|
|
89
|
+
undefined
|
|
90
|
+
);
|
|
91
|
+
|
|
92
|
+
export { Select as S };
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { _ as _defineProperty } from './chunk-d6200087.js';
|
|
2
|
+
import { I as Icon } from './chunk-5d3bf82e.js';
|
|
3
|
+
|
|
4
|
+
var MessageMixin = {
|
|
5
|
+
components: _defineProperty({}, Icon.name, Icon),
|
|
6
|
+
props: {
|
|
7
|
+
active: {
|
|
8
|
+
type: Boolean,
|
|
9
|
+
default: true
|
|
10
|
+
},
|
|
11
|
+
title: String,
|
|
12
|
+
closable: {
|
|
13
|
+
type: Boolean,
|
|
14
|
+
default: true
|
|
15
|
+
},
|
|
16
|
+
message: String,
|
|
17
|
+
type: String,
|
|
18
|
+
hasIcon: Boolean,
|
|
19
|
+
size: String,
|
|
20
|
+
iconPack: String,
|
|
21
|
+
iconSize: String,
|
|
22
|
+
autoClose: {
|
|
23
|
+
type: Boolean,
|
|
24
|
+
default: false
|
|
25
|
+
},
|
|
26
|
+
duration: {
|
|
27
|
+
type: Number,
|
|
28
|
+
default: 2000
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
data: function data() {
|
|
32
|
+
return {
|
|
33
|
+
isActive: this.active
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
watch: {
|
|
37
|
+
active: function active(value) {
|
|
38
|
+
this.isActive = value;
|
|
39
|
+
},
|
|
40
|
+
isActive: function isActive(value) {
|
|
41
|
+
if (value) {
|
|
42
|
+
this.setAutoClose();
|
|
43
|
+
} else {
|
|
44
|
+
if (this.timer) {
|
|
45
|
+
clearTimeout(this.timer);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
computed: {
|
|
51
|
+
/**
|
|
52
|
+
* Icon name (MDI) based on type.
|
|
53
|
+
*/
|
|
54
|
+
icon: function icon() {
|
|
55
|
+
switch (this.type) {
|
|
56
|
+
case 'is-info':
|
|
57
|
+
return 'information';
|
|
58
|
+
|
|
59
|
+
case 'is-success':
|
|
60
|
+
return 'check-circle';
|
|
61
|
+
|
|
62
|
+
case 'is-warning':
|
|
63
|
+
return 'alert';
|
|
64
|
+
|
|
65
|
+
case 'is-danger':
|
|
66
|
+
return 'alert-circle';
|
|
67
|
+
|
|
68
|
+
default:
|
|
69
|
+
return null;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
methods: {
|
|
74
|
+
/**
|
|
75
|
+
* Close the Message and emit events.
|
|
76
|
+
*/
|
|
77
|
+
close: function close() {
|
|
78
|
+
this.isActive = false;
|
|
79
|
+
this.$emit('close');
|
|
80
|
+
this.$emit('update:active', false);
|
|
81
|
+
},
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Set timer to auto close message
|
|
85
|
+
*/
|
|
86
|
+
setAutoClose: function setAutoClose() {
|
|
87
|
+
var _this = this;
|
|
88
|
+
|
|
89
|
+
if (this.autoClose) {
|
|
90
|
+
this.timer = setTimeout(function () {
|
|
91
|
+
if (_this.isActive) {
|
|
92
|
+
_this.close();
|
|
93
|
+
}
|
|
94
|
+
}, this.duration);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
mounted: function mounted() {
|
|
99
|
+
this.setAutoClose();
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
export { MessageMixin as M };
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import { r as removeElement } from './chunk-e5fce48f.js';
|
|
2
|
+
import { c as config } from './chunk-648b9aa4.js';
|
|
3
|
+
import { _ as __vue_normalize__ } from './chunk-e8d90b72.js';
|
|
4
|
+
|
|
5
|
+
//
|
|
6
|
+
var script = {
|
|
7
|
+
name: 'BModal',
|
|
8
|
+
props: {
|
|
9
|
+
active: Boolean,
|
|
10
|
+
component: [Object, Function],
|
|
11
|
+
content: String,
|
|
12
|
+
programmatic: Boolean,
|
|
13
|
+
props: Object,
|
|
14
|
+
events: Object,
|
|
15
|
+
width: {
|
|
16
|
+
type: [String, Number],
|
|
17
|
+
default: 960
|
|
18
|
+
},
|
|
19
|
+
hasModalCard: Boolean,
|
|
20
|
+
animation: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: 'zoom-out'
|
|
23
|
+
},
|
|
24
|
+
canCancel: {
|
|
25
|
+
type: [Array, Boolean],
|
|
26
|
+
default: function _default() {
|
|
27
|
+
return config.defaultModalCanCancel;
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
onCancel: {
|
|
31
|
+
type: Function,
|
|
32
|
+
default: function _default() {}
|
|
33
|
+
},
|
|
34
|
+
scroll: {
|
|
35
|
+
type: String,
|
|
36
|
+
default: function _default() {
|
|
37
|
+
return config.defaultModalScroll ? config.defaultModalScroll : 'clip';
|
|
38
|
+
},
|
|
39
|
+
validator: function validator(value) {
|
|
40
|
+
return ['clip', 'keep'].indexOf(value) >= 0;
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
fullScreen: Boolean,
|
|
44
|
+
customClass: String
|
|
45
|
+
},
|
|
46
|
+
data: function data() {
|
|
47
|
+
return {
|
|
48
|
+
isActive: this.active || false,
|
|
49
|
+
savedScrollTop: null,
|
|
50
|
+
newWidth: typeof this.width === 'number' ? this.width + 'px' : this.width
|
|
51
|
+
};
|
|
52
|
+
},
|
|
53
|
+
computed: {
|
|
54
|
+
cancelOptions: function cancelOptions() {
|
|
55
|
+
return typeof this.canCancel === 'boolean' ? this.canCancel ? config.defaultModalCanCancel : [] : this.canCancel;
|
|
56
|
+
},
|
|
57
|
+
showX: function showX() {
|
|
58
|
+
return this.cancelOptions.indexOf('x') >= 0;
|
|
59
|
+
},
|
|
60
|
+
customStyle: function customStyle() {
|
|
61
|
+
if (!this.fullScreen) {
|
|
62
|
+
return {
|
|
63
|
+
maxWidth: this.newWidth
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
return null;
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
watch: {
|
|
71
|
+
active: function active(value) {
|
|
72
|
+
this.isActive = value;
|
|
73
|
+
},
|
|
74
|
+
isActive: function isActive() {
|
|
75
|
+
this.handleScroll();
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
methods: {
|
|
79
|
+
handleScroll: function handleScroll() {
|
|
80
|
+
if (typeof window === 'undefined') return;
|
|
81
|
+
|
|
82
|
+
if (this.scroll === 'clip') {
|
|
83
|
+
if (this.isActive) {
|
|
84
|
+
document.documentElement.classList.add('is-clipped');
|
|
85
|
+
} else {
|
|
86
|
+
document.documentElement.classList.remove('is-clipped');
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
return;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
this.savedScrollTop = !this.savedScrollTop ? document.documentElement.scrollTop : this.savedScrollTop;
|
|
93
|
+
|
|
94
|
+
if (this.isActive) {
|
|
95
|
+
document.body.classList.add('is-noscroll');
|
|
96
|
+
} else {
|
|
97
|
+
document.body.classList.remove('is-noscroll');
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
if (this.isActive) {
|
|
101
|
+
document.body.style.top = "-".concat(this.savedScrollTop, "px");
|
|
102
|
+
return;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
document.documentElement.scrollTop = this.savedScrollTop;
|
|
106
|
+
document.body.style.top = null;
|
|
107
|
+
this.savedScrollTop = null;
|
|
108
|
+
},
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Close the Modal if canCancel and call the onCancel prop (function).
|
|
112
|
+
*/
|
|
113
|
+
cancel: function cancel(method) {
|
|
114
|
+
if (this.cancelOptions.indexOf(method) < 0) return;
|
|
115
|
+
this.onCancel.apply(null, arguments);
|
|
116
|
+
this.close();
|
|
117
|
+
},
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Call the onCancel prop (function).
|
|
121
|
+
* Emit events, and destroy modal if it's programmatic.
|
|
122
|
+
*/
|
|
123
|
+
close: function close() {
|
|
124
|
+
var _this = this;
|
|
125
|
+
|
|
126
|
+
this.$emit('close');
|
|
127
|
+
this.$emit('update:active', false); // Timeout for the animation complete before destroying
|
|
128
|
+
|
|
129
|
+
if (this.programmatic) {
|
|
130
|
+
this.isActive = false;
|
|
131
|
+
setTimeout(function () {
|
|
132
|
+
_this.$destroy();
|
|
133
|
+
|
|
134
|
+
removeElement(_this.$el);
|
|
135
|
+
}, 150);
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Keypress event that is bound to the document.
|
|
141
|
+
*/
|
|
142
|
+
keyPress: function keyPress(event) {
|
|
143
|
+
// Esc key
|
|
144
|
+
if (this.isActive && event.keyCode === 27) this.cancel('escape');
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
created: function created() {
|
|
148
|
+
if (typeof window !== 'undefined') {
|
|
149
|
+
document.addEventListener('keyup', this.keyPress);
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
beforeMount: function beforeMount() {
|
|
153
|
+
// Insert the Modal component in body tag
|
|
154
|
+
// only if it's programmatic
|
|
155
|
+
this.programmatic && document.body.appendChild(this.$el);
|
|
156
|
+
},
|
|
157
|
+
mounted: function mounted() {
|
|
158
|
+
if (this.programmatic) this.isActive = true;else if (this.isActive) this.handleScroll();
|
|
159
|
+
},
|
|
160
|
+
beforeDestroy: function beforeDestroy() {
|
|
161
|
+
if (typeof window !== 'undefined') {
|
|
162
|
+
document.removeEventListener('keyup', this.keyPress); // reset scroll
|
|
163
|
+
|
|
164
|
+
document.documentElement.classList.remove('is-clipped');
|
|
165
|
+
var savedScrollTop = !this.savedScrollTop ? document.documentElement.scrollTop : this.savedScrollTop;
|
|
166
|
+
document.body.classList.remove('is-noscroll');
|
|
167
|
+
document.documentElement.scrollTop = savedScrollTop;
|
|
168
|
+
document.body.style.top = null;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/* script */
|
|
174
|
+
const __vue_script__ = script;
|
|
175
|
+
|
|
176
|
+
/* template */
|
|
177
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":_vm.animation}},[(_vm.isActive)?_c('div',{staticClass:"modal is-active",class:[{'is-full-screen': _vm.fullScreen}, _vm.customClass]},[_c('div',{staticClass:"modal-background",on:{"click":function($event){_vm.cancel('outside');}}}),_vm._v(" "),_c('div',{staticClass:"animation-content",class:{ 'modal-content': !_vm.hasModalCard },style:(_vm.customStyle)},[(_vm.component)?_c(_vm.component,_vm._g(_vm._b({tag:"component",on:{"close":_vm.close}},'component',_vm.props,false),_vm.events)):(_vm.content)?_c('div',{domProps:{"innerHTML":_vm._s(_vm.content)}}):_vm._t("default")],2),_vm._v(" "),(_vm.showX)?_c('button',{staticClass:"modal-close is-large",attrs:{"type":"button"},on:{"click":function($event){_vm.cancel('x');}}}):_vm._e()]):_vm._e()])};
|
|
178
|
+
var __vue_staticRenderFns__ = [];
|
|
179
|
+
|
|
180
|
+
/* style */
|
|
181
|
+
const __vue_inject_styles__ = undefined;
|
|
182
|
+
/* scoped */
|
|
183
|
+
const __vue_scope_id__ = undefined;
|
|
184
|
+
/* module identifier */
|
|
185
|
+
const __vue_module_identifier__ = undefined;
|
|
186
|
+
/* functional template */
|
|
187
|
+
const __vue_is_functional_template__ = false;
|
|
188
|
+
/* style inject */
|
|
189
|
+
|
|
190
|
+
/* style inject SSR */
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
var Modal = __vue_normalize__(
|
|
195
|
+
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
196
|
+
__vue_inject_styles__,
|
|
197
|
+
__vue_script__,
|
|
198
|
+
__vue_scope_id__,
|
|
199
|
+
__vue_is_functional_template__,
|
|
200
|
+
__vue_module_identifier__,
|
|
201
|
+
undefined,
|
|
202
|
+
undefined
|
|
203
|
+
);
|
|
204
|
+
|
|
205
|
+
export { Modal as M };
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { _ as __vue_normalize__ } from './chunk-e8d90b72.js';
|
|
2
|
+
|
|
3
|
+
//
|
|
4
|
+
//
|
|
5
|
+
//
|
|
6
|
+
//
|
|
7
|
+
//
|
|
8
|
+
//
|
|
9
|
+
//
|
|
10
|
+
//
|
|
11
|
+
//
|
|
12
|
+
//
|
|
13
|
+
//
|
|
14
|
+
//
|
|
15
|
+
//
|
|
16
|
+
//
|
|
17
|
+
//
|
|
18
|
+
//
|
|
19
|
+
//
|
|
20
|
+
//
|
|
21
|
+
//
|
|
22
|
+
//
|
|
23
|
+
//
|
|
24
|
+
//
|
|
25
|
+
//
|
|
26
|
+
//
|
|
27
|
+
//
|
|
28
|
+
var script = {
|
|
29
|
+
name: 'BCheckbox',
|
|
30
|
+
props: {
|
|
31
|
+
value: [String, Number, Boolean, Function, Object, Array, Symbol],
|
|
32
|
+
nativeValue: [String, Number, Boolean, Function, Object, Array, Symbol],
|
|
33
|
+
indeterminate: Boolean,
|
|
34
|
+
type: String,
|
|
35
|
+
disabled: Boolean,
|
|
36
|
+
required: Boolean,
|
|
37
|
+
name: String,
|
|
38
|
+
size: String,
|
|
39
|
+
trueValue: {
|
|
40
|
+
type: [String, Number, Boolean, Function, Object, Array, Symbol],
|
|
41
|
+
default: true
|
|
42
|
+
},
|
|
43
|
+
falseValue: {
|
|
44
|
+
type: [String, Number, Boolean, Function, Object, Array, Symbol],
|
|
45
|
+
default: false
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
data: function data() {
|
|
49
|
+
return {
|
|
50
|
+
newValue: this.value
|
|
51
|
+
};
|
|
52
|
+
},
|
|
53
|
+
computed: {
|
|
54
|
+
computedValue: {
|
|
55
|
+
get: function get() {
|
|
56
|
+
return this.newValue;
|
|
57
|
+
},
|
|
58
|
+
set: function set(value) {
|
|
59
|
+
this.newValue = value;
|
|
60
|
+
this.$emit('input', value);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
watch: {
|
|
65
|
+
/**
|
|
66
|
+
* When v-model change, set internal value.
|
|
67
|
+
*/
|
|
68
|
+
value: function value(_value) {
|
|
69
|
+
this.newValue = _value;
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
methods: {
|
|
73
|
+
focus: function focus() {
|
|
74
|
+
// MacOS FireFox and Safari do not focus when clicked
|
|
75
|
+
this.$refs.input.focus();
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
/* script */
|
|
81
|
+
const __vue_script__ = script;
|
|
82
|
+
|
|
83
|
+
/* template */
|
|
84
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{ref:"label",staticClass:"b-checkbox checkbox",class:[_vm.size, { 'is-disabled': _vm.disabled }],attrs:{"disabled":_vm.disabled},on:{"click":_vm.focus,"keydown":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key)){ return null; }$event.preventDefault();_vm.$refs.label.click();}}},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.computedValue),expression:"computedValue"}],ref:"input",attrs:{"type":"checkbox","disabled":_vm.disabled,"required":_vm.required,"name":_vm.name,"true-value":_vm.trueValue,"false-value":_vm.falseValue},domProps:{"indeterminate":_vm.indeterminate,"value":_vm.nativeValue,"checked":Array.isArray(_vm.computedValue)?_vm._i(_vm.computedValue,_vm.nativeValue)>-1:_vm._q(_vm.computedValue,_vm.trueValue)},on:{"click":function($event){$event.stopPropagation();},"change":function($event){var $$a=_vm.computedValue,$$el=$event.target,$$c=$$el.checked?(_vm.trueValue):(_vm.falseValue);if(Array.isArray($$a)){var $$v=_vm.nativeValue,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.computedValue=$$a.concat([$$v]));}else{$$i>-1&&(_vm.computedValue=$$a.slice(0,$$i).concat($$a.slice($$i+1)));}}else{_vm.computedValue=$$c;}}}}),_vm._v(" "),_c('span',{staticClass:"check",class:_vm.type}),_vm._v(" "),_c('span',{staticClass:"control-label"},[_vm._t("default")],2)])};
|
|
85
|
+
var __vue_staticRenderFns__ = [];
|
|
86
|
+
|
|
87
|
+
/* style */
|
|
88
|
+
const __vue_inject_styles__ = undefined;
|
|
89
|
+
/* scoped */
|
|
90
|
+
const __vue_scope_id__ = undefined;
|
|
91
|
+
/* module identifier */
|
|
92
|
+
const __vue_module_identifier__ = undefined;
|
|
93
|
+
/* functional template */
|
|
94
|
+
const __vue_is_functional_template__ = false;
|
|
95
|
+
/* style inject */
|
|
96
|
+
|
|
97
|
+
/* style inject SSR */
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
var Checkbox = __vue_normalize__(
|
|
102
|
+
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
103
|
+
__vue_inject_styles__,
|
|
104
|
+
__vue_script__,
|
|
105
|
+
__vue_scope_id__,
|
|
106
|
+
__vue_is_functional_template__,
|
|
107
|
+
__vue_module_identifier__,
|
|
108
|
+
undefined,
|
|
109
|
+
undefined
|
|
110
|
+
);
|
|
111
|
+
|
|
112
|
+
export { Checkbox as C };
|