@maxax/ui 1.1.13 → 1.1.14

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/index.mjs CHANGED
@@ -7450,7 +7450,8 @@ const BasicCheckboxGroup = /* @__PURE__ */ defineComponent({
7450
7450
  },
7451
7451
  setup(props, {
7452
7452
  emit,
7453
- slots
7453
+ slots,
7454
+ expose
7454
7455
  }) {
7455
7456
  const {
7456
7457
  b,
@@ -7611,6 +7612,12 @@ const BasicCheckboxGroup = /* @__PURE__ */ defineComponent({
7611
7612
  default: () => [_slot]
7612
7613
  });
7613
7614
  };
7615
+ async function reload(opt) {
7616
+ return await fetch2(opt);
7617
+ }
7618
+ expose({
7619
+ reload
7620
+ });
7614
7621
  return () => {
7615
7622
  var _a;
7616
7623
  return createVNode("span", {
@@ -8860,7 +8867,8 @@ const BasicRadioGroup = /* @__PURE__ */ defineComponent({
8860
8867
  name: "XBasicRadioGroup",
8861
8868
  props: basicRadioGroupProps,
8862
8869
  setup(props, {
8863
- slots
8870
+ slots,
8871
+ expose
8864
8872
  }) {
8865
8873
  const {
8866
8874
  b,
@@ -8982,6 +8990,12 @@ const BasicRadioGroup = /* @__PURE__ */ defineComponent({
8982
8990
  handleChange
8983
8991
  });
8984
8992
  createBasicRadioGroupContext(context);
8993
+ async function reload(opt) {
8994
+ return await fetch2(opt);
8995
+ }
8996
+ expose({
8997
+ reload
8998
+ });
8985
8999
  return () => {
8986
9000
  var _a;
8987
9001
  return createVNode("div", {