beeple-toolkit 1.0.56 → 1.0.57

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.
@@ -1,4 +1,4 @@
1
- import { createElementBlock as c, openBlock as l, createElementVNode as M, defineComponent as oe, computed as h, createCommentVNode as D, normalizeStyle as ve, createBlock as q, resolveDynamicComponent as aa, normalizeClass as ne, ref as k, toDisplayString as A, withCtx as X, renderSlot as Pe, Fragment as re, renderList as Ae, createVNode as W, useSlots as ga, watch as _e, nextTick as ke, onUnmounted as kt, Teleport as qe, Transition as dt, createTextVNode as rt, onMounted as ct, unref as De, withKeys as ze, withModifiers as ge, mergeProps as En, onBeforeUnmount as St, useId as ma, TransitionGroup as Vn, withDirectives as In, vShow as Ln, createSlots as na, createStaticVNode as An } from "vue";
1
+ import { openBlock as l, createElementBlock as c, createElementVNode as M, defineComponent as oe, computed as h, normalizeStyle as ve, createBlock as q, resolveDynamicComponent as aa, normalizeClass as ne, createCommentVNode as D, ref as k, toDisplayString as A, withCtx as X, renderSlot as Pe, Fragment as re, renderList as Ae, createVNode as W, useSlots as ga, watch as _e, nextTick as ke, onUnmounted as kt, Teleport as qe, Transition as dt, createTextVNode as rt, onMounted as ct, unref as De, withKeys as ze, withModifiers as ge, mergeProps as En, onBeforeUnmount as St, useId as ma, TransitionGroup as Vn, withDirectives as In, vShow as Ln, createSlots as na, createStaticVNode as An } from "vue";
2
2
  import { defineStore as Nn } from "pinia";
3
3
  const Rn = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -415,7 +415,7 @@ const Yn = { render: Fn }, la = {
415
415
  ]))
416
416
  ], 544));
417
417
  }
418
- }), rn = 6048e5, uo = 864e5, co = 6e4, mo = 36e5, fo = 1e3, Sa = Symbol.for("constructDateFrom");
418
+ }), rn = 6048e5, uo = 864e5, co = 6e4, mo = 36e5, fo = 1e3, Sa = /* @__PURE__ */ Symbol.for("constructDateFrom");
419
419
  function We(e, a) {
420
420
  return typeof e == "function" ? e(a) : e && typeof e == "object" && Sa in e ? e[Sa](a) : e instanceof Date ? new e.constructor(a) : new Date(a);
421
421
  }
@@ -8643,7 +8643,7 @@ const Rc = { class: "toolkit-datepicker__calendar-section" }, Hc = {
8643
8643
  }, null, 8, ["icon"])
8644
8644
  ], 42, ym));
8645
8645
  }
8646
- }), _m = ["aria-selected"], Wm = { class: "toolkit-dropdown__option-content" }, Sm = { class: "toolkit-dropdown__option-text" }, ta = /* @__PURE__ */ oe({
8646
+ }), _m = ["aria-selected", "aria-label"], Wm = { class: "toolkit-dropdown__option-content" }, Sm = { class: "toolkit-dropdown__option-text" }, ta = /* @__PURE__ */ oe({
8647
8647
  __name: "DropDownMenuItem",
8648
8648
  props: {
8649
8649
  option: {},
@@ -8659,7 +8659,8 @@ const Rc = { class: "toolkit-datepicker__calendar-section" }, Hc = {
8659
8659
  trailingIcon: {},
8660
8660
  trailingText: {},
8661
8661
  trailingTextColor: {},
8662
- color: {}
8662
+ color: {},
8663
+ ariaLabel: {}
8663
8664
  },
8664
8665
  emits: ["select", "checkboxChange"],
8665
8666
  setup(e) {
@@ -8673,7 +8674,8 @@ const Rc = { class: "toolkit-datepicker__calendar-section" }, Hc = {
8673
8674
  style: ve(e.color ? { "--toolkit-item-color": e.color } : void 0),
8674
8675
  onClick: t[2] || (t[2] = (n) => a.$emit("select", e.option)),
8675
8676
  role: "option",
8676
- "aria-selected": e.isSelected
8677
+ "aria-selected": e.isSelected,
8678
+ "aria-label": e.ariaLabel || void 0
8677
8679
  }, [
8678
8680
  M("div", Wm, [
8679
8681
  e.isMulti ? (l(), c("div", {
@@ -9873,7 +9875,7 @@ const Rc = { class: "toolkit-datepicker__calendar-section" }, Hc = {
9873
9875
  }), pf = { class: "toolkit-menu__content" }, bf = { class: "toolkit-dropdown__options" }, yf = {
9874
9876
  key: 0,
9875
9877
  class: "toolkit-menu__divider"
9876
- }, wf = ["href", "data-remote", "onClick"], Xv = /* @__PURE__ */ oe({
9878
+ }, wf = ["href", "data-remote", "aria-label", "onClick"], Xv = /* @__PURE__ */ oe({
9877
9879
  __name: "Menu",
9878
9880
  props: {
9879
9881
  items: {},
@@ -9959,6 +9961,7 @@ const Rc = { class: "toolkit-datepicker__calendar-section" }, Hc = {
9959
9961
  href: $.disabled ? void 0 : $.href,
9960
9962
  "data-remote": !$.disabled && $.dataRemote || void 0,
9961
9963
  class: "toolkit-menu__link",
9964
+ "aria-label": $.ariaLabel || void 0,
9962
9965
  onClick: (C) => $.disabled ? C.preventDefault() : v()
9963
9966
  }, [
9964
9967
  W(ta, {
@@ -9970,8 +9973,9 @@ const Rc = { class: "toolkit-datepicker__calendar-section" }, Hc = {
9970
9973
  isDisabled: $.disabled || !1,
9971
9974
  isClickable: !$.disabled,
9972
9975
  leadingIcon: $.icon,
9973
- color: $.color
9974
- }, null, 8, ["option", "label", "isDisabled", "isClickable", "leadingIcon", "color"])
9976
+ color: $.color,
9977
+ ariaLabel: $.ariaLabel
9978
+ }, null, 8, ["option", "label", "isDisabled", "isClickable", "leadingIcon", "color", "ariaLabel"])
9975
9979
  ], 8, wf)) : (l(), q(ta, {
9976
9980
  key: 1,
9977
9981
  option: $,
@@ -9983,8 +9987,9 @@ const Rc = { class: "toolkit-datepicker__calendar-section" }, Hc = {
9983
9987
  isClickable: !$.disabled,
9984
9988
  leadingIcon: $.icon,
9985
9989
  color: $.color,
9990
+ ariaLabel: $.ariaLabel,
9986
9991
  onSelect: (C) => p($)
9987
- }, null, 8, ["option", "label", "isDisabled", "isClickable", "leadingIcon", "color", "onSelect"]))
9992
+ }, null, 8, ["option", "label", "isDisabled", "isClickable", "leadingIcon", "color", "ariaLabel", "onSelect"]))
9988
9993
  ], 64))), 128))
9989
9994
  ], 64))), 128))
9990
9995
  ])