@adyen/bento-vue2 1.77.0 → 1.78.0

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 (65) hide show
  1. package/dist/@types/index.d.ts +137 -98
  2. package/dist/assets/accordion-item.css +1 -1
  3. package/dist/assets/action-bar.css +1 -1
  4. package/dist/assets/base-modal.css +1 -1
  5. package/dist/assets/button-actions.css +1 -1
  6. package/dist/assets/card.css +1 -1
  7. package/dist/assets/checkbox-group.css +1 -1
  8. package/dist/assets/data-grid.css +1 -1
  9. package/dist/assets/date-range-picker.css +1 -1
  10. package/dist/assets/dialog-page.css +1 -1
  11. package/dist/assets/file-uploader.css +1 -1
  12. package/dist/assets/filter-bar.css +1 -1
  13. package/dist/assets/index.css +1 -0
  14. package/dist/assets/inspector.css +1 -1
  15. package/dist/assets/modal-fullscreen.css +1 -1
  16. package/dist/assets/radio-group.css +1 -1
  17. package/dist/assets/selection-card-group.css +1 -1
  18. package/dist/assets/sidepanel.css +1 -1
  19. package/dist/checkbox.js +2 -2
  20. package/dist/chunks/checkbox-group.HqNbZx2y.js +141 -0
  21. package/dist/chunks/checkbox-group.HqNbZx2y.js.map +1 -0
  22. package/dist/chunks/{checkbox.itbBlXev.js → checkbox.CqF5Dank.js} +18 -18
  23. package/dist/chunks/{checkbox.itbBlXev.js.map → checkbox.CqF5Dank.js.map} +1 -1
  24. package/dist/chunks/{data-grid.B-kBw540.js → data-grid.BhwTkhfk.js} +508 -503
  25. package/dist/chunks/data-grid.BhwTkhfk.js.map +1 -0
  26. package/dist/chunks/date-range-picker.CmKA76Yu.js +898 -0
  27. package/dist/chunks/date-range-picker.CmKA76Yu.js.map +1 -0
  28. package/dist/chunks/date-range-picker.types.Ckt7zxGy.js +5 -0
  29. package/dist/chunks/date-range-picker.types.Ckt7zxGy.js.map +1 -0
  30. package/dist/chunks/es6.MoTTyETW.js.map +1 -1
  31. package/dist/chunks/{filter-bar.BLnSnOlj.js → filter-bar.Bj4LgjzJ.js} +5 -5
  32. package/dist/chunks/filter-bar.Bj4LgjzJ.js.map +1 -0
  33. package/dist/chunks/{header-with-views.C6Y7mAkq.js → header-with-views.D6JUlnEf.js} +2 -2
  34. package/dist/chunks/{header-with-views.C6Y7mAkq.js.map → header-with-views.D6JUlnEf.js.map} +1 -1
  35. package/dist/chunks/link.D8qpqg3W.js.map +1 -1
  36. package/dist/chunks/{radio-group.B8ukv-pw.js → radio-group.0JNwgkZa.js} +64 -63
  37. package/dist/chunks/radio-group.0JNwgkZa.js.map +1 -0
  38. package/dist/chunks/{rich-text-editor.DzH-Z5oi.js → rich-text-editor.NFLhgVJo.js} +2 -2
  39. package/dist/chunks/{rich-text-editor.DzH-Z5oi.js.map → rich-text-editor.NFLhgVJo.js.map} +1 -1
  40. package/dist/chunks/{selection-card-group.D4rcUyvV.js → selection-card-group.u-2Y_9o2.js} +97 -94
  41. package/dist/chunks/{selection-card-group.D4rcUyvV.js.map → selection-card-group.u-2Y_9o2.js.map} +1 -1
  42. package/dist/data-grid.js +1 -1
  43. package/dist/date-range-picker.js +5 -4
  44. package/dist/date-range-picker.js.map +1 -1
  45. package/dist/filter-bar.js +1 -1
  46. package/dist/header-with-views.js +1 -1
  47. package/dist/index.js +382 -357
  48. package/dist/index.js.map +1 -1
  49. package/dist/radio-group.js +1 -1
  50. package/dist/rich-text-editor.js +1 -1
  51. package/dist/selection-card.js +1 -1
  52. package/dist/styles/bento-dark.css +5 -0
  53. package/dist/styles/bento-light.css +5 -0
  54. package/dist/styles/bento.css +5 -0
  55. package/dist/styles/legacy.css +5 -0
  56. package/dist/styles/styleguide.css +5 -0
  57. package/dist/web-types.json +44 -16
  58. package/package.json +6 -6
  59. package/dist/chunks/checkbox-group.C3RH5Gcg.js +0 -152
  60. package/dist/chunks/checkbox-group.C3RH5Gcg.js.map +0 -1
  61. package/dist/chunks/data-grid.B-kBw540.js.map +0 -1
  62. package/dist/chunks/date-range-picker.BtPxkPN0.js +0 -942
  63. package/dist/chunks/date-range-picker.BtPxkPN0.js.map +0 -1
  64. package/dist/chunks/filter-bar.BLnSnOlj.js.map +0 -1
  65. package/dist/chunks/radio-group.B8ukv-pw.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as N, useSlots as de, useAttrs as et, computed as r, ref as O, watch as W, nextTick as Ee, toRef as H, onBeforeUpdate as pe, provide as Oe, reactive as tt, onMounted as Re } from "vue";
2
- import { B as lt } from "./radio-group.B8ukv-pw.js";
2
+ import { B as lt } from "./radio-group.0JNwgkZa.js";
3
3
  import { u as Z } from "./index.B6WW_F-J.js";
4
4
  import { t as le } from "./truncate.BfIl_-71.js";
5
5
  import { u as at, d as xe, h as nt, I as ot, k as st, B as it } from "./button-actions.B81vY51z.js";
@@ -30,7 +30,7 @@ import { L as Ne } from "./listbox-option-tag.DkPz3wPc.js";
30
30
  import { B as mt } from "./payment-method.CcASYR3B.js";
31
31
  import { u as Ft } from "./use-country-items.B3Cd3Tdo.js";
32
32
  import { B as ht } from "./avatar.CeDqq2Z-.js";
33
- import { D as St, B as Bt, i as fe, b as Ct } from "./date-range-picker.BtPxkPN0.js";
33
+ import { D as St, B as Bt, i as fe, a as Ct } from "./date-range-picker.CmKA76Yu.js";
34
34
  import { g as Me } from "./differenceInMonths.C8FyCrav.js";
35
35
  import { D as De } from "./date-format.B8RU7D42.js";
36
36
  import { b as gt, f as ee, i as Dt } from "./calendar.Fm_dfQC5.js";
@@ -760,7 +760,7 @@ const qe = sl.exports, il = {
760
760
  var ul = function() {
761
761
  var l, n, o, s, c, u, d, _, F, b, g, h, x, T, U, $, D, S, L, P, I, C, k;
762
762
  var e = this, t = e._self._c;
763
- return e._self._setupProxy, t("bento-base-filter", { ref: "baseFilter", staticClass: "b-base-filter-date-range-filter", attrs: { "button-label": e.buttonLabel, "button-secondary-label": e.buttonSecondaryLabel, controlled: !e.onlySlot, disabled: e.disabled, "disable-apply-button": e.isApplyButtonDisabled, "disable-secondary-button": e.isSecondaryButtonDisabled, "default-value": e.defaultValue, field: e.field, label: e.label, "only-slot": e.onlySlot, "tooltip-position": (l = e.options) == null ? void 0 : l.tooltipPosition, "tooltip-text": (n = e.options) == null ? void 0 : n.tooltipText, "fit-content": "" }, on: { open: e.openFilter, clear: e.clearFilter, reset: e.resetFilter, cancel: e.onCancel } }, [e.onlySlot ? t("bento-date-range-picker", { attrs: { "allow-time-input": (o = e.options) == null ? void 0 : o.allowTimeInput, value: e.internalFilterValue, "first-day-of-week": (s = e.options) == null ? void 0 : s.firstDayOfWeek, "is-date-disabled": (c = e.options) == null ? void 0 : c.isDateDisabled, "number-of-months": (u = e.options) == null ? void 0 : u.numberOfMonths, "quick-select-ranges": (d = e.options) == null ? void 0 : d.quickSelectRanges, variant: (_ = e.options) == null ? void 0 : _.variant, disabled: e.disabled, granularities: (F = e.options) == null ? void 0 : F.granularities, "max-range": (b = e.options) == null ? void 0 : b.maxRange, min: (g = e.options) == null ? void 0 : g.min, max: (h = e.options) == null ? void 0 : h.max, "date-form-data": e.formData, "show-end-date-on-open": (x = e.options) == null ? void 0 : x.showEndDateOnOpen }, on: { input: e.onDateInputSelected } }) : [t("div", { staticClass: "b-date-range-filter" }, [t("date-range-picker-calendar", { attrs: { "allow-time-input": (T = e.options) == null ? void 0 : T.allowTimeInput, "first-day-of-week": (U = e.options) == null ? void 0 : U.firstDayOfWeek, "is-date-disabled": ($ = e.options) == null ? void 0 : $.isDateDisabled, granularities: (D = e.options) == null ? void 0 : D.granularities, "max-range": (S = e.options) == null ? void 0 : S.maxRange, min: (L = e.options) == null ? void 0 : L.min, max: (P = e.options) == null ? void 0 : P.max, "number-of-months": (I = e.options) == null ? void 0 : I.numberOfMonths, "quick-select-ranges": e.adjustedQuickSelectRanges, value: e.internalFilterValue, "date-form-data": e.formData, "show-end-date-on-open": (C = e.options) == null ? void 0 : C.showEndDateOnOpen, variant: (k = e.options) == null ? void 0 : k.variant }, on: { input: e.onDateSelected, "custom-range": e.onRangeSelectorInput, error: e.onDatePickerRangeError, "form-date": e.onDatePickerRangeFormDateInputUpdate, "start-date-selected": function(j) {
763
+ return e._self._setupProxy, t("bento-base-filter", { ref: "baseFilter", staticClass: "b-base-filter-date-range-filter", attrs: { "button-label": e.buttonLabel, "button-secondary-label": e.buttonSecondaryLabel, controlled: !e.onlySlot, disabled: e.disabled, "disable-apply-button": e.isApplyButtonDisabled, "disable-secondary-button": e.isSecondaryButtonDisabled, "default-value": e.defaultValue, field: e.field, label: e.label, "only-slot": e.onlySlot, "tooltip-position": (l = e.options) == null ? void 0 : l.tooltipPosition, "tooltip-text": (n = e.options) == null ? void 0 : n.tooltipText, "fit-content": "" }, on: { open: e.openFilter, clear: e.clearFilter, reset: e.resetFilter, cancel: e.onCancel } }, [e.onlySlot ? t("bento-date-range-picker", { attrs: { "allow-time-input": (o = e.options) == null ? void 0 : o.allowTimeInput, "model-value": e.internalFilterValue, "first-day-of-week": (s = e.options) == null ? void 0 : s.firstDayOfWeek, "is-date-disabled": (c = e.options) == null ? void 0 : c.isDateDisabled, "number-of-months": (u = e.options) == null ? void 0 : u.numberOfMonths, "quick-select-ranges": (d = e.options) == null ? void 0 : d.quickSelectRanges, variant: (_ = e.options) == null ? void 0 : _.variant, disabled: e.disabled, granularities: (F = e.options) == null ? void 0 : F.granularities, "max-range": (b = e.options) == null ? void 0 : b.maxRange, min: (g = e.options) == null ? void 0 : g.min, max: (h = e.options) == null ? void 0 : h.max, "date-form-data": e.formData, "show-end-date-on-open": (x = e.options) == null ? void 0 : x.showEndDateOnOpen }, on: { "update:model-value": e.onDateInputSelected } }) : [t("div", { staticClass: "b-date-range-filter" }, [t("date-range-picker-calendar", { attrs: { "allow-time-input": (T = e.options) == null ? void 0 : T.allowTimeInput, "first-day-of-week": (U = e.options) == null ? void 0 : U.firstDayOfWeek, "is-date-disabled": ($ = e.options) == null ? void 0 : $.isDateDisabled, granularities: (D = e.options) == null ? void 0 : D.granularities, "max-range": (S = e.options) == null ? void 0 : S.maxRange, min: (L = e.options) == null ? void 0 : L.min, max: (P = e.options) == null ? void 0 : P.max, "number-of-months": (I = e.options) == null ? void 0 : I.numberOfMonths, "quick-select-ranges": e.adjustedQuickSelectRanges, value: e.internalFilterValue, "date-form-data": e.formData, "show-end-date-on-open": (C = e.options) == null ? void 0 : C.showEndDateOnOpen, variant: (k = e.options) == null ? void 0 : k.variant }, on: { input: e.onDateSelected, "custom-range": e.onRangeSelectorInput, error: e.onDatePickerRangeError, "form-date": e.onDatePickerRangeFormDateInputUpdate, "start-date-selected": function(j) {
764
764
  e.isSelectingDate = !0;
765
765
  } }, scopedSlots: e._u([{ key: "title", fn: function() {
766
766
  return [t("bento-typography", { attrs: { strongest: "", variant: "body", el: "span" } }, [e._v(" " + e._s(e.label) + " ")])];
@@ -773,7 +773,7 @@ var ul = function() {
773
773
  cl,
774
774
  !1,
775
775
  null,
776
- "ea2bb0e0"
776
+ "9fb1aa27"
777
777
  );
778
778
  const Je = dl.exports, pl = {
779
779
  "en-US": {
@@ -2263,4 +2263,4 @@ export {
2263
2263
  te as c,
2264
2264
  G as d
2265
2265
  };
2266
- //# sourceMappingURL=filter-bar.BLnSnOlj.js.map
2266
+ //# sourceMappingURL=filter-bar.Bj4LgjzJ.js.map