buefy 0.9.12 → 0.9.13

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.
Files changed (208) hide show
  1. package/dist/buefy.css +1 -1
  2. package/dist/buefy.esm.js +106 -104
  3. package/dist/buefy.esm.min.js +2 -2
  4. package/dist/buefy.js +106 -104
  5. package/dist/buefy.min.css +1 -1
  6. package/dist/buefy.min.js +2 -2
  7. package/dist/cjs/autocomplete.js +4 -4
  8. package/dist/cjs/button.js +2 -2
  9. package/dist/cjs/carousel.js +5 -5
  10. package/dist/cjs/{chunk-47e1b22b.js → chunk-114191ae.js} +2 -2
  11. package/dist/cjs/{chunk-db3fa73a.js → chunk-2062216d.js} +1 -1
  12. package/dist/cjs/{chunk-d9a33552.js → chunk-2911aa4b.js} +45 -45
  13. package/dist/cjs/{chunk-de7a7f98.js → chunk-2ae50815.js} +3 -3
  14. package/dist/cjs/{chunk-01268607.js → chunk-2c7de785.js} +0 -0
  15. package/dist/cjs/{chunk-30d55827.js → chunk-30670fac.js} +2 -2
  16. package/dist/cjs/{chunk-c3495010.js → chunk-34949503.js} +0 -0
  17. package/dist/cjs/{chunk-2dc027c9.js → chunk-3cc5d9a6.js} +0 -0
  18. package/dist/cjs/{chunk-a14ca5bf.js → chunk-61023b09.js} +1 -1
  19. package/dist/cjs/{chunk-c5a552d4.js → chunk-6cb902f8.js} +0 -0
  20. package/dist/cjs/{chunk-7b13241d.js → chunk-7da0c017.js} +4 -2
  21. package/dist/cjs/{chunk-bd1feb6c.js → chunk-9e4cf4c5.js} +0 -0
  22. package/dist/cjs/{chunk-ea7e1e7e.js → chunk-a11294f9.js} +1 -1
  23. package/dist/cjs/{chunk-3aaecc36.js → chunk-c6fbc7b4.js} +1 -1
  24. package/dist/cjs/{chunk-dcf024d2.js → chunk-c7b2aa4b.js} +0 -0
  25. package/dist/cjs/{chunk-40697b2f.js → chunk-d0f8ea39.js} +6 -6
  26. package/dist/cjs/{chunk-c00639be.js → chunk-d120e215.js} +0 -0
  27. package/dist/cjs/{chunk-cb3ee6f4.js → chunk-d54e40f6.js} +0 -0
  28. package/dist/cjs/{chunk-adaa5792.js → chunk-f5106717.js} +2 -2
  29. package/dist/cjs/{chunk-66710d19.js → chunk-fe2f57ee.js} +1 -1
  30. package/dist/cjs/{chunk-344f6275.js → chunk-fefd7b77.js} +0 -0
  31. package/dist/cjs/clockpicker.js +7 -7
  32. package/dist/cjs/datepicker.js +8 -8
  33. package/dist/cjs/datetimepicker.js +10 -10
  34. package/dist/cjs/dialog.js +10 -10
  35. package/dist/cjs/dropdown.js +2 -2
  36. package/dist/cjs/field.js +1 -1
  37. package/dist/cjs/helpers.js +50 -50
  38. package/dist/cjs/icon.js +1 -1
  39. package/dist/cjs/image.js +1 -1
  40. package/dist/cjs/index.js +21 -21
  41. package/dist/cjs/input.js +3 -3
  42. package/dist/cjs/loading.js +1 -1
  43. package/dist/cjs/menu.js +1 -1
  44. package/dist/cjs/message.js +2 -2
  45. package/dist/cjs/modal.js +1 -1
  46. package/dist/cjs/notification.js +3 -3
  47. package/dist/cjs/numberinput.js +6 -6
  48. package/dist/cjs/pagination.js +2 -2
  49. package/dist/cjs/progress.js +1 -1
  50. package/dist/cjs/rate.js +1 -1
  51. package/dist/cjs/select.js +3 -3
  52. package/dist/cjs/slider.js +1 -1
  53. package/dist/cjs/snackbar.js +1 -1
  54. package/dist/cjs/steps.js +4 -4
  55. package/dist/cjs/table.js +7 -7
  56. package/dist/cjs/tabs.js +4 -4
  57. package/dist/cjs/taginput.js +4 -4
  58. package/dist/cjs/timepicker.js +9 -9
  59. package/dist/cjs/toast.js +1 -1
  60. package/dist/cjs/tooltip.js +1 -1
  61. package/dist/cjs/upload.js +1 -1
  62. package/dist/components/autocomplete/index.js +5 -5
  63. package/dist/components/autocomplete/index.min.js +1 -1
  64. package/dist/components/breadcrumb/index.js +1 -1
  65. package/dist/components/breadcrumb/index.min.js +1 -1
  66. package/dist/components/button/index.js +3 -3
  67. package/dist/components/button/index.min.js +1 -1
  68. package/dist/components/carousel/index.js +26 -26
  69. package/dist/components/carousel/index.min.js +1 -1
  70. package/dist/components/checkbox/index.js +1 -1
  71. package/dist/components/checkbox/index.min.js +1 -1
  72. package/dist/components/clockpicker/index.js +22 -20
  73. package/dist/components/clockpicker/index.min.js +2 -2
  74. package/dist/components/collapse/index.js +1 -1
  75. package/dist/components/collapse/index.min.js +1 -1
  76. package/dist/components/datepicker/index.js +71 -69
  77. package/dist/components/datepicker/index.min.js +2 -2
  78. package/dist/components/datetimepicker/index.js +71 -69
  79. package/dist/components/datetimepicker/index.min.js +2 -2
  80. package/dist/components/dialog/index.js +10 -10
  81. package/dist/components/dialog/index.min.js +1 -1
  82. package/dist/components/dropdown/index.js +6 -6
  83. package/dist/components/dropdown/index.min.js +1 -1
  84. package/dist/components/field/index.js +5 -3
  85. package/dist/components/field/index.min.js +2 -2
  86. package/dist/components/icon/index.js +3 -3
  87. package/dist/components/icon/index.min.js +1 -1
  88. package/dist/components/image/index.js +4 -4
  89. package/dist/components/image/index.min.js +1 -1
  90. package/dist/components/input/index.js +3 -3
  91. package/dist/components/input/index.min.js +1 -1
  92. package/dist/components/loading/index.js +3 -3
  93. package/dist/components/loading/index.min.js +1 -1
  94. package/dist/components/menu/index.js +3 -3
  95. package/dist/components/menu/index.min.js +1 -1
  96. package/dist/components/message/index.js +3 -3
  97. package/dist/components/message/index.min.js +1 -1
  98. package/dist/components/modal/index.js +3 -3
  99. package/dist/components/modal/index.min.js +1 -1
  100. package/dist/components/navbar/index.js +1 -1
  101. package/dist/components/navbar/index.min.js +1 -1
  102. package/dist/components/notification/index.js +3 -3
  103. package/dist/components/notification/index.min.js +1 -1
  104. package/dist/components/numberinput/index.js +6 -6
  105. package/dist/components/numberinput/index.min.js +1 -1
  106. package/dist/components/pagination/index.js +3 -3
  107. package/dist/components/pagination/index.min.js +1 -1
  108. package/dist/components/progress/index.js +6 -6
  109. package/dist/components/progress/index.min.js +1 -1
  110. package/dist/components/radio/index.js +1 -1
  111. package/dist/components/radio/index.min.js +1 -1
  112. package/dist/components/rate/index.js +3 -3
  113. package/dist/components/rate/index.min.js +1 -1
  114. package/dist/components/select/index.js +3 -3
  115. package/dist/components/select/index.min.js +1 -1
  116. package/dist/components/sidebar/index.js +1 -1
  117. package/dist/components/sidebar/index.min.js +1 -1
  118. package/dist/components/skeleton/index.js +1 -1
  119. package/dist/components/skeleton/index.min.js +1 -1
  120. package/dist/components/slider/index.js +7 -7
  121. package/dist/components/slider/index.min.js +1 -1
  122. package/dist/components/snackbar/index.js +3 -3
  123. package/dist/components/snackbar/index.min.js +1 -1
  124. package/dist/components/steps/index.js +14 -14
  125. package/dist/components/steps/index.min.js +1 -1
  126. package/dist/components/switch/index.js +1 -1
  127. package/dist/components/switch/index.min.js +1 -1
  128. package/dist/components/table/index.js +10 -10
  129. package/dist/components/table/index.min.js +1 -1
  130. package/dist/components/tabs/index.js +14 -14
  131. package/dist/components/tabs/index.min.js +1 -1
  132. package/dist/components/tag/index.js +1 -1
  133. package/dist/components/tag/index.min.js +1 -1
  134. package/dist/components/taginput/index.js +5 -5
  135. package/dist/components/taginput/index.min.js +1 -1
  136. package/dist/components/timepicker/index.js +22 -20
  137. package/dist/components/timepicker/index.min.js +2 -2
  138. package/dist/components/toast/index.js +3 -3
  139. package/dist/components/toast/index.min.js +1 -1
  140. package/dist/components/tooltip/index.js +1 -1
  141. package/dist/components/tooltip/index.min.js +1 -1
  142. package/dist/components/upload/index.js +1 -1
  143. package/dist/components/upload/index.min.js +1 -1
  144. package/dist/esm/autocomplete.js +5 -5
  145. package/dist/esm/button.js +3 -3
  146. package/dist/esm/carousel.js +5 -5
  147. package/dist/esm/{chunk-3dbb54cd.js → chunk-18e8b067.js} +1 -1
  148. package/dist/esm/{chunk-7d9db167.js → chunk-21fc0948.js} +6 -6
  149. package/dist/esm/{chunk-a146937d.js → chunk-22e9f916.js} +45 -45
  150. package/dist/esm/{chunk-18fcd4ac.js → chunk-29ca0df8.js} +0 -0
  151. package/dist/esm/{chunk-affd6df1.js → chunk-3773c62d.js} +0 -0
  152. package/dist/esm/{chunk-7ee6c15c.js → chunk-4b67a181.js} +1 -1
  153. package/dist/esm/{chunk-f97f6a90.js → chunk-6019fd7a.js} +2 -2
  154. package/dist/esm/{chunk-d9794c38.js → chunk-71a547bc.js} +0 -0
  155. package/dist/esm/{chunk-161dac72.js → chunk-75a5af93.js} +0 -0
  156. package/dist/esm/{chunk-4f046bae.js → chunk-799e084d.js} +0 -0
  157. package/dist/esm/{chunk-6b53dd42.js → chunk-83eb0d37.js} +2 -2
  158. package/dist/esm/{chunk-80ec133b.js → chunk-8d0f95b8.js} +3 -3
  159. package/dist/esm/{chunk-50188ced.js → chunk-9f7f7441.js} +0 -0
  160. package/dist/esm/{chunk-3098b0e9.js → chunk-ae8ab23a.js} +2 -2
  161. package/dist/esm/{chunk-0f30042f.js → chunk-b07e3182.js} +4 -2
  162. package/dist/esm/{chunk-a64bdef6.js → chunk-b0c0c6b0.js} +0 -0
  163. package/dist/esm/{chunk-cdfb7fda.js → chunk-c9c58d0c.js} +0 -0
  164. package/dist/esm/{chunk-f6b30428.js → chunk-d7f92d97.js} +1 -1
  165. package/dist/esm/{chunk-9957ac1a.js → chunk-d92f0cd9.js} +0 -0
  166. package/dist/esm/{chunk-72ad8d50.js → chunk-e7c9b2cb.js} +1 -1
  167. package/dist/esm/{chunk-8b279c1f.js → chunk-ece062a7.js} +1 -1
  168. package/dist/esm/clockpicker.js +7 -7
  169. package/dist/esm/datepicker.js +9 -9
  170. package/dist/esm/datetimepicker.js +10 -10
  171. package/dist/esm/dialog.js +10 -10
  172. package/dist/esm/dropdown.js +3 -3
  173. package/dist/esm/field.js +2 -2
  174. package/dist/esm/helpers.js +50 -50
  175. package/dist/esm/icon.js +2 -2
  176. package/dist/esm/image.js +2 -2
  177. package/dist/esm/index.js +21 -21
  178. package/dist/esm/input.js +4 -4
  179. package/dist/esm/loading.js +2 -2
  180. package/dist/esm/menu.js +1 -1
  181. package/dist/esm/message.js +2 -2
  182. package/dist/esm/modal.js +2 -2
  183. package/dist/esm/notification.js +3 -3
  184. package/dist/esm/numberinput.js +6 -6
  185. package/dist/esm/pagination.js +3 -3
  186. package/dist/esm/progress.js +1 -1
  187. package/dist/esm/rate.js +1 -1
  188. package/dist/esm/select.js +4 -4
  189. package/dist/esm/slider.js +1 -1
  190. package/dist/esm/snackbar.js +1 -1
  191. package/dist/esm/steps.js +4 -4
  192. package/dist/esm/table.js +7 -7
  193. package/dist/esm/tabs.js +4 -4
  194. package/dist/esm/taginput.js +4 -4
  195. package/dist/esm/timepicker.js +10 -10
  196. package/dist/esm/toast.js +1 -1
  197. package/dist/esm/tooltip.js +2 -2
  198. package/dist/esm/upload.js +1 -1
  199. package/package.json +171 -171
  200. package/src/components/breadcrumb/BreadcrumbItem.spec.js +25 -25
  201. package/src/components/carousel/CarouselList.vue +313 -313
  202. package/src/components/carousel/__snapshots__/CarouselList.spec.js.snap +156 -156
  203. package/src/components/datepicker/Datepicker.vue +843 -843
  204. package/src/components/dialog/Dialog.vue +256 -256
  205. package/src/components/field/Field.vue +3 -3
  206. package/src/components/image/Image.vue +309 -309
  207. package/src/components/numberinput/Numberinput.vue +309 -309
  208. package/src/utils/helpers.js +291 -291
@@ -1,13 +1,13 @@
1
1
  import { _ as _defineProperty, d as _toConsumableArray } from './chunk-2452e3d3.js';
2
2
  import { isDefined, getMonthNames, getWeekdayNames, isMobile, matchWithGroups } from './helpers.js';
3
3
  import { c as config } from './chunk-8ed29c41.js';
4
- import { F as FormElementMixin } from './chunk-161dac72.js';
5
- import { I as Icon } from './chunk-9957ac1a.js';
4
+ import { F as FormElementMixin } from './chunk-75a5af93.js';
5
+ import { I as Icon } from './chunk-d92f0cd9.js';
6
6
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
7
- import { I as Input } from './chunk-3098b0e9.js';
8
- import { D as Dropdown, a as DropdownItem } from './chunk-7ee6c15c.js';
9
- import { F as Field } from './chunk-0f30042f.js';
10
- import { S as Select } from './chunk-6b53dd42.js';
7
+ import { I as Input } from './chunk-ae8ab23a.js';
8
+ import { D as Dropdown, a as DropdownItem } from './chunk-4b67a181.js';
9
+ import { F as Field } from './chunk-b07e3182.js';
10
+ import { S as Select } from './chunk-83eb0d37.js';
11
11
 
12
12
  //
13
13
  //
@@ -1467,9 +1467,9 @@ var script$3 = {
1467
1467
  });
1468
1468
  },
1469
1469
 
1470
- /*
1471
- * Returns an array of years for the year dropdown. If earliest/latest
1472
- * dates are set by props, range of years will fall within those dates.
1470
+ /*
1471
+ * Returns an array of years for the year dropdown. If earliest/latest
1472
+ * dates are set by props, range of years will fall within those dates.
1473
1473
  */
1474
1474
  listOfYears: function listOfYears() {
1475
1475
  var latestYear = this.focusedDateData.year + this.yearsRange[1];
@@ -1527,10 +1527,10 @@ var script$3 = {
1527
1527
  }
1528
1528
  },
1529
1529
  watch: {
1530
- /**
1531
- * When v-model is changed:
1532
- * 1. Update internal value.
1533
- * 2. If it's invalid, validate again.
1530
+ /**
1531
+ * When v-model is changed:
1532
+ * 1. Update internal value.
1533
+ * 2. If it's invalid, validate again.
1534
1534
  */
1535
1535
  value: function value(_value) {
1536
1536
  this.updateInternalState(_value);
@@ -1546,8 +1546,8 @@ var script$3 = {
1546
1546
  }
1547
1547
  },
1548
1548
 
1549
- /*
1550
- * Emit input event on month and/or year change
1549
+ /*
1550
+ * Emit input event on month and/or year change
1551
1551
  */
1552
1552
  'focusedDateData.month': function focusedDateDataMonth(value) {
1553
1553
  this.$emit('change-month', value);
@@ -1557,8 +1557,8 @@ var script$3 = {
1557
1557
  }
1558
1558
  },
1559
1559
  methods: {
1560
- /*
1561
- * Parse string into date
1560
+ /*
1561
+ * Parse string into date
1562
1562
  */
1563
1563
  onChange: function onChange(value) {
1564
1564
  var date = this.dateParser(value, this);
@@ -1575,8 +1575,8 @@ var script$3 = {
1575
1575
  }
1576
1576
  },
1577
1577
 
1578
- /*
1579
- * Format date into string
1578
+ /*
1579
+ * Format date into string
1580
1580
  */
1581
1581
  formatValue: function formatValue(value) {
1582
1582
  if (Array.isArray(value)) {
@@ -1589,9 +1589,9 @@ var script$3 = {
1589
1589
  return value && !isNaN(value) ? this.dateFormatter(value, this) : null;
1590
1590
  },
1591
1591
 
1592
- /*
1593
- * Either decrement month by 1 if not January or decrement year by 1
1594
- * and set month to 11 (December) or decrement year when 'month'
1592
+ /*
1593
+ * Either decrement month by 1 if not January or decrement year by 1
1594
+ * and set month to 11 (December) or decrement year when 'month'
1595
1595
  */
1596
1596
  prev: function prev() {
1597
1597
  if (this.disabled) return;
@@ -1608,9 +1608,9 @@ var script$3 = {
1608
1608
  }
1609
1609
  },
1610
1610
 
1611
- /*
1612
- * Either increment month by 1 if not December or increment year by 1
1613
- * and set month to 0 (January) or increment year when 'month'
1611
+ /*
1612
+ * Either increment month by 1 if not December or increment year by 1
1613
+ * and set month to 0 (January) or increment year when 'month'
1614
1614
  */
1615
1615
  next: function next() {
1616
1616
  if (this.disabled) return;
@@ -1630,8 +1630,8 @@ var script$3 = {
1630
1630
  return this.isTypeMonth ? this.formatYYYYMM(value) : this.formatYYYYMMDD(value);
1631
1631
  },
1632
1632
 
1633
- /*
1634
- * Format date into string 'YYYY-MM-DD'
1633
+ /*
1634
+ * Format date into string 'YYYY-MM-DD'
1635
1635
  */
1636
1636
  formatYYYYMMDD: function formatYYYYMMDD(value) {
1637
1637
  var date = new Date(value);
@@ -1646,8 +1646,8 @@ var script$3 = {
1646
1646
  return '';
1647
1647
  },
1648
1648
 
1649
- /*
1650
- * Format date into string 'YYYY-MM'
1649
+ /*
1650
+ * Format date into string 'YYYY-MM'
1651
1651
  */
1652
1652
  formatYYYYMM: function formatYYYYMM(value) {
1653
1653
  var date = new Date(value);
@@ -1661,8 +1661,8 @@ var script$3 = {
1661
1661
  return '';
1662
1662
  },
1663
1663
 
1664
- /*
1665
- * Parse date from string
1664
+ /*
1665
+ * Parse date from string
1666
1666
  */
1667
1667
  onChangeNativePicker: function onChangeNativePicker(event) {
1668
1668
  var date = event.target.value;
@@ -1693,8 +1693,8 @@ var script$3 = {
1693
1693
  this.dateSelected = value;
1694
1694
  },
1695
1695
 
1696
- /*
1697
- * Toggle datepicker
1696
+ /*
1697
+ * Toggle datepicker
1698
1698
  */
1699
1699
  togglePicker: function togglePicker(active) {
1700
1700
  if (this.$refs.dropdown) {
@@ -1708,8 +1708,8 @@ var script$3 = {
1708
1708
  }
1709
1709
  },
1710
1710
 
1711
- /*
1712
- * Call default onFocus method and show datepicker
1711
+ /*
1712
+ * Call default onFocus method and show datepicker
1713
1713
  */
1714
1714
  handleOnFocus: function handleOnFocus(event) {
1715
1715
  this.onFocus(event);
@@ -1719,8 +1719,8 @@ var script$3 = {
1719
1719
  }
1720
1720
  },
1721
1721
 
1722
- /*
1723
- * Toggle dropdown
1722
+ /*
1723
+ * Toggle dropdown
1724
1724
  */
1725
1725
  toggle: function toggle() {
1726
1726
  if (this.mobileNative && this.isMobile) {
@@ -1733,8 +1733,8 @@ var script$3 = {
1733
1733
  this.$refs.dropdown.toggle();
1734
1734
  },
1735
1735
 
1736
- /*
1737
- * Avoid dropdown toggle when is already visible
1736
+ /*
1737
+ * Avoid dropdown toggle when is already visible
1738
1738
  */
1739
1739
  onInputClick: function onInputClick(event) {
1740
1740
  if (this.$refs.dropdown.isActive) {
@@ -1742,8 +1742,8 @@ var script$3 = {
1742
1742
  }
1743
1743
  },
1744
1744
 
1745
- /**
1746
- * Keypress event that is bound to the document.
1745
+ /**
1746
+ * Keypress event that is bound to the document.
1747
1747
  */
1748
1748
  keyPress: function keyPress(_ref) {
1749
1749
  var key = _ref.key;
@@ -1753,15 +1753,15 @@ var script$3 = {
1753
1753
  }
1754
1754
  },
1755
1755
 
1756
- /**
1757
- * Emit 'blur' event on dropdown is not active (closed)
1756
+ /**
1757
+ * Emit 'blur' event on dropdown is not active (closed)
1758
1758
  */
1759
1759
  onActiveChange: function onActiveChange(value) {
1760
1760
  if (!value) {
1761
1761
  this.onBlur();
1762
1762
  }
1763
- /*
1764
- * Emit 'active-change' when on dropdown active state change
1763
+ /*
1764
+ * Emit 'active-change' when on dropdown active state change
1765
1765
  */
1766
1766
 
1767
1767
 
@@ -2,7 +2,7 @@ import { d as _toConsumableArray, b as _typeof } from './chunk-2452e3d3.js';
2
2
  import { toCssWidth, isCustomElement, createAbsoluteElement, removeElement } from './helpers.js';
3
3
  import { c as config } from './chunk-8ed29c41.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
- import { P as ProviderParentMixin, I as InjectedChildMixin } from './chunk-18fcd4ac.js';
5
+ import { P as ProviderParentMixin, I as InjectedChildMixin } from './chunk-29ca0df8.js';
6
6
  import { t as trapFocus } from './chunk-42f463e6.js';
7
7
 
8
8
  var DEFAULT_CLOSE_OPTIONS = ['escape', 'outside'];
@@ -1,8 +1,8 @@
1
1
  import { _ as _defineProperty, b as _typeof, d as _toConsumableArray } from './chunk-2452e3d3.js';
2
2
  import { getValueByPath, toCssWidth, isCustomElement, createAbsoluteElement, removeElement } from './helpers.js';
3
- import { F as FormElementMixin } from './chunk-161dac72.js';
3
+ import { F as FormElementMixin } from './chunk-75a5af93.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
- import { I as Input } from './chunk-3098b0e9.js';
5
+ import { I as Input } from './chunk-ae8ab23a.js';
6
6
 
7
7
  var script = {
8
8
  name: 'BAutocomplete',
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from './chunk-2452e3d3.js';
2
- import { F as FormElementMixin } from './chunk-161dac72.js';
3
- import { I as Icon } from './chunk-9957ac1a.js';
2
+ import { F as FormElementMixin } from './chunk-75a5af93.js';
3
+ import { I as Icon } from './chunk-d92f0cd9.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
 
6
6
  var script = {
@@ -1,8 +1,8 @@
1
1
  import { _ as _defineProperty } from './chunk-2452e3d3.js';
2
2
  import { bound } from './helpers.js';
3
- import { I as Icon } from './chunk-9957ac1a.js';
4
- import { P as ProviderParentMixin, S as Sorted, I as InjectedChildMixin, a as Sorted$1 } from './chunk-18fcd4ac.js';
5
- import { S as SlotComponent } from './chunk-a64bdef6.js';
3
+ import { I as Icon } from './chunk-d92f0cd9.js';
4
+ import { P as ProviderParentMixin, S as Sorted, I as InjectedChildMixin, a as Sorted$1 } from './chunk-29ca0df8.js';
5
+ import { S as SlotComponent } from './chunk-b0c0c6b0.js';
6
6
 
7
7
  var TabbedMixin = (function (cmp) {
8
8
  var _components;
@@ -1,7 +1,7 @@
1
1
  import { _ as _defineProperty } from './chunk-2452e3d3.js';
2
2
  import { c as config } from './chunk-8ed29c41.js';
3
- import { F as FormElementMixin } from './chunk-161dac72.js';
4
- import { I as Icon } from './chunk-9957ac1a.js';
3
+ import { F as FormElementMixin } from './chunk-75a5af93.js';
4
+ import { I as Icon } from './chunk-d92f0cd9.js';
5
5
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
6
6
 
7
7
  var script = {
@@ -247,7 +247,9 @@ var script$1 = {
247
247
  this.parent.newType = this.newType;
248
248
  }
249
249
 
250
- this.parent.newMessage = value;
250
+ if (!this.parent.message) {
251
+ this.parent.newMessage = value;
252
+ }
251
253
  }
252
254
  }
253
255
  },
@@ -290,7 +292,7 @@ var script$1 = {
290
292
  const __vue_script__$1 = script$1;
291
293
 
292
294
  /* template */
293
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"field",class:_vm.rootClasses},[(_vm.horizontal)?_c('div',{staticClass:"field-label",class:[_vm.customClass, _vm.fieldLabelSize]},[(_vm.hasLabel)?_c('label',{staticClass:"label",class:_vm.customClass,attrs:{"for":_vm.labelFor}},[(_vm.$slots.label)?_vm._t("label"):[_vm._v(_vm._s(_vm.label))]],2):_vm._e()]):[(_vm.hasLabel)?_c('label',{staticClass:"label",class:_vm.customClass,attrs:{"for":_vm.labelFor}},[(_vm.$slots.label)?_vm._t("label"):[_vm._v(_vm._s(_vm.label))]],2):_vm._e()],(_vm.horizontal)?_c('b-field-body',{attrs:{"message":_vm.newMessage ? _vm.formattedMessage : '',"type":_vm.newType}},[_vm._t("default")],2):(_vm.hasInnerField)?_c('div',{staticClass:"field-body"},[_c('b-field',{class:_vm.innerFieldClasses,attrs:{"addons":false,"type":_vm.newType,"message":_vm.newMessage}},[_vm._t("default")],2)],1):[_vm._t("default")],(_vm.hasMessage && !_vm.horizontal)?_c('p',{staticClass:"help",class:_vm.newType},[(_vm.$slots.message)?_vm._t("message"):[_vm._l((_vm.formattedMessage),function(mess,i){return [_vm._v(" "+_vm._s(mess)+" "),((i + 1) < _vm.formattedMessage.length)?_c('br',{key:i}):_vm._e()]})]],2):_vm._e()],2)};
295
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"field",class:_vm.rootClasses},[(_vm.horizontal)?_c('div',{staticClass:"field-label",class:[_vm.customClass, _vm.fieldLabelSize]},[(_vm.hasLabel)?_c('label',{staticClass:"label",class:_vm.customClass,attrs:{"for":_vm.labelFor}},[(_vm.$slots.label)?_vm._t("label"):[_vm._v(_vm._s(_vm.label))]],2):_vm._e()]):[(_vm.hasLabel)?_c('label',{staticClass:"label",class:_vm.customClass,attrs:{"for":_vm.labelFor}},[(_vm.$slots.label)?_vm._t("label"):[_vm._v(_vm._s(_vm.label))]],2):_vm._e()],(_vm.horizontal)?_c('b-field-body',{attrs:{"message":_vm.newMessage ? _vm.formattedMessage : '',"type":_vm.newType}},[_vm._t("default")],2):(_vm.hasInnerField)?_c('div',{staticClass:"field-body"},[_c('b-field',{class:_vm.innerFieldClasses,attrs:{"addons":false}},[_vm._t("default")],2)],1):[_vm._t("default")],(_vm.hasMessage && !_vm.horizontal)?_c('p',{staticClass:"help",class:_vm.newType},[(_vm.$slots.message)?_vm._t("message"):[_vm._l((_vm.formattedMessage),function(mess,i){return [_vm._v(" "+_vm._s(mess)+" "),((i + 1) < _vm.formattedMessage.length)?_c('br',{key:i}):_vm._e()]})]],2):_vm._e()],2)};
294
296
  var __vue_staticRenderFns__ = [];
295
297
 
296
298
  /* style */
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from './chunk-2452e3d3.js';
2
- import { I as Icon } from './chunk-9957ac1a.js';
2
+ import { I as Icon } from './chunk-d92f0cd9.js';
3
3
 
4
4
  var MessageMixin = {
5
5
  components: _defineProperty({}, Icon.name, Icon),
@@ -1,6 +1,6 @@
1
1
  import { _ as _defineProperty } from './chunk-2452e3d3.js';
2
2
  import { c as config } from './chunk-8ed29c41.js';
3
- import { I as Icon } from './chunk-9957ac1a.js';
3
+ import { I as Icon } from './chunk-d92f0cd9.js';
4
4
  import { _ as __vue_normalize__ } from './chunk-cca88db8.js';
5
5
 
6
6
  var script = {
@@ -1,6 +1,6 @@
1
1
  import { isMobile, matchWithGroups } from './helpers.js';
2
2
  import { c as config } from './chunk-8ed29c41.js';
3
- import { F as FormElementMixin } from './chunk-161dac72.js';
3
+ import { F as FormElementMixin } from './chunk-75a5af93.js';
4
4
 
5
5
  var AM = 'AM';
6
6
  var PM = 'PM';
@@ -1,15 +1,15 @@
1
1
  import { _ as _defineProperty } from './chunk-2452e3d3.js';
2
2
  import './helpers.js';
3
3
  import { c as config } from './chunk-8ed29c41.js';
4
- import './chunk-161dac72.js';
5
- import { I as Icon } from './chunk-9957ac1a.js';
4
+ import './chunk-75a5af93.js';
5
+ import { I as Icon } from './chunk-d92f0cd9.js';
6
6
  import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
7
- import { I as Input } from './chunk-3098b0e9.js';
8
- import './chunk-18fcd4ac.js';
9
- import { T as TimepickerMixin } from './chunk-8b279c1f.js';
7
+ import { I as Input } from './chunk-ae8ab23a.js';
8
+ import './chunk-29ca0df8.js';
9
+ import { T as TimepickerMixin } from './chunk-ece062a7.js';
10
10
  import './chunk-42f463e6.js';
11
- import { D as Dropdown, a as DropdownItem } from './chunk-7ee6c15c.js';
12
- import { F as Field } from './chunk-0f30042f.js';
11
+ import { D as Dropdown, a as DropdownItem } from './chunk-4b67a181.js';
12
+ import { F as Field } from './chunk-b07e3182.js';
13
13
 
14
14
  //
15
15
  //
@@ -1,17 +1,17 @@
1
1
  import './chunk-2452e3d3.js';
2
2
  import './helpers.js';
3
3
  import './chunk-8ed29c41.js';
4
- import './chunk-161dac72.js';
5
- import './chunk-9957ac1a.js';
4
+ import './chunk-75a5af93.js';
5
+ import './chunk-d92f0cd9.js';
6
6
  import { r as registerComponent, u as use } from './chunk-cca88db8.js';
7
- import './chunk-3098b0e9.js';
8
- import './chunk-18fcd4ac.js';
7
+ import './chunk-ae8ab23a.js';
8
+ import './chunk-29ca0df8.js';
9
9
  import './chunk-42f463e6.js';
10
- import './chunk-7ee6c15c.js';
11
- import './chunk-0f30042f.js';
12
- import './chunk-6b53dd42.js';
13
- import { D as Datepicker } from './chunk-a146937d.js';
14
- export { D as BDatepicker } from './chunk-a146937d.js';
10
+ import './chunk-4b67a181.js';
11
+ import './chunk-b07e3182.js';
12
+ import './chunk-83eb0d37.js';
13
+ import { D as Datepicker } from './chunk-22e9f916.js';
14
+ export { D as BDatepicker } from './chunk-22e9f916.js';
15
15
 
16
16
  var Plugin = {
17
17
  install: function install(Vue) {
@@ -1,18 +1,18 @@
1
1
  import { _ as _defineProperty } from './chunk-2452e3d3.js';
2
2
  import { isMobile, matchWithGroups } from './helpers.js';
3
3
  import { c as config } from './chunk-8ed29c41.js';
4
- import { F as FormElementMixin } from './chunk-161dac72.js';
5
- import './chunk-9957ac1a.js';
4
+ import { F as FormElementMixin } from './chunk-75a5af93.js';
5
+ import './chunk-d92f0cd9.js';
6
6
  import { _ as __vue_normalize__, r as registerComponent, u as use } from './chunk-cca88db8.js';
7
- import './chunk-3098b0e9.js';
8
- import './chunk-18fcd4ac.js';
9
- import './chunk-8b279c1f.js';
7
+ import './chunk-ae8ab23a.js';
8
+ import './chunk-29ca0df8.js';
9
+ import './chunk-ece062a7.js';
10
10
  import './chunk-42f463e6.js';
11
- import './chunk-7ee6c15c.js';
12
- import './chunk-0f30042f.js';
13
- import './chunk-6b53dd42.js';
14
- import { D as Datepicker } from './chunk-a146937d.js';
15
- import { T as Timepicker } from './chunk-7d9db167.js';
11
+ import './chunk-4b67a181.js';
12
+ import './chunk-b07e3182.js';
13
+ import './chunk-83eb0d37.js';
14
+ import { D as Datepicker } from './chunk-22e9f916.js';
15
+ import { T as Timepicker } from './chunk-21fc0948.js';
16
16
 
17
17
  var _components;
18
18
  var AM = 'AM';
@@ -1,11 +1,11 @@
1
1
  import { _ as _defineProperty } from './chunk-2452e3d3.js';
2
2
  import { removeElement, merge } from './helpers.js';
3
3
  import { c as config, V as VueInstance } from './chunk-8ed29c41.js';
4
- import { I as Icon } from './chunk-9957ac1a.js';
4
+ import { I as Icon } from './chunk-d92f0cd9.js';
5
5
  import { _ as __vue_normalize__, r as registerComponent, a as registerComponentProgrammatic, u as use } from './chunk-cca88db8.js';
6
- import { B as Button } from './chunk-72ad8d50.js';
6
+ import { B as Button } from './chunk-e7c9b2cb.js';
7
7
  import { t as trapFocus } from './chunk-42f463e6.js';
8
- import { M as Modal } from './chunk-50188ced.js';
8
+ import { M as Modal } from './chunk-9f7f7441.js';
9
9
 
10
10
  var _components;
11
11
  var script = {
@@ -94,8 +94,8 @@ var script = {
94
94
  }];
95
95
  },
96
96
 
97
- /**
98
- * Icon name (MDI) based on the type.
97
+ /**
98
+ * Icon name (MDI) based on the type.
99
99
  */
100
100
  iconByType: function iconByType() {
101
101
  switch (this.type) {
@@ -120,9 +120,9 @@ var script = {
120
120
  }
121
121
  },
122
122
  methods: {
123
- /**
124
- * If it's a prompt Dialog, validate the input.
125
- * Call the onConfirm prop (function) and close the Dialog.
123
+ /**
124
+ * If it's a prompt Dialog, validate the input.
125
+ * Call the onConfirm prop (function) and close the Dialog.
126
126
  */
127
127
  confirm: function confirm() {
128
128
  var _this = this;
@@ -144,8 +144,8 @@ var script = {
144
144
  if (this.closeOnConfirm) this.close();
145
145
  },
146
146
 
147
- /**
148
- * Close the Dialog.
147
+ /**
148
+ * Close the Dialog.
149
149
  */
150
150
  close: function close() {
151
151
  var _this2 = this;
@@ -2,10 +2,10 @@ import './chunk-2452e3d3.js';
2
2
  import './helpers.js';
3
3
  import './chunk-8ed29c41.js';
4
4
  import { r as registerComponent, u as use } from './chunk-cca88db8.js';
5
- import './chunk-18fcd4ac.js';
5
+ import './chunk-29ca0df8.js';
6
6
  import './chunk-42f463e6.js';
7
- import { D as Dropdown, a as DropdownItem } from './chunk-7ee6c15c.js';
8
- export { D as BDropdown, a as BDropdownItem } from './chunk-7ee6c15c.js';
7
+ import { D as Dropdown, a as DropdownItem } from './chunk-4b67a181.js';
8
+ export { D as BDropdown, a as BDropdownItem } from './chunk-4b67a181.js';
9
9
 
10
10
  var Plugin = {
11
11
  install: function install(Vue) {
package/dist/esm/field.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import './chunk-2452e3d3.js';
2
2
  import './chunk-8ed29c41.js';
3
3
  import { r as registerComponent, u as use } from './chunk-cca88db8.js';
4
- import { F as Field } from './chunk-0f30042f.js';
5
- export { F as BField } from './chunk-0f30042f.js';
4
+ import { F as Field } from './chunk-b07e3182.js';
5
+ export { F as BField } from './chunk-b07e3182.js';
6
6
 
7
7
  var Plugin = {
8
8
  install: function install(Vue) {