zartui 3.1.38 → 3.1.39

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/lib/zartui.cjs.js CHANGED
@@ -14486,6 +14486,9 @@ var stdin_default$B = vue.defineComponent({
14486
14486
  actionVisible.value = false;
14487
14487
  action.func && action.func();
14488
14488
  };
14489
+ useExpose({
14490
+ mediaPick
14491
+ });
14489
14492
  return () => {
14490
14493
  const title = props.showTitle && vue.createVNode("div", {
14491
14494
  "class": bem$t("title")
@@ -20627,7 +20630,7 @@ const Lazyload = {
20627
20630
  });
20628
20631
  }
20629
20632
  };
20630
- const version = "3.1.37";
20633
+ const version = "3.1.39";
20631
20634
  function install(app) {
20632
20635
  const components = [
20633
20636
  ActionSheet,
package/lib/zartui.es.js CHANGED
@@ -14484,6 +14484,9 @@ var stdin_default$B = defineComponent({
14484
14484
  actionVisible.value = false;
14485
14485
  action.func && action.func();
14486
14486
  };
14487
+ useExpose({
14488
+ mediaPick
14489
+ });
14487
14490
  return () => {
14488
14491
  const title = props.showTitle && createVNode("div", {
14489
14492
  "class": bem$t("title")
@@ -20625,7 +20628,7 @@ const Lazyload = {
20625
20628
  });
20626
20629
  }
20627
20630
  };
20628
- const version = "3.1.37";
20631
+ const version = "3.1.39";
20629
20632
  function install(app) {
20630
20633
  const components = [
20631
20634
  ActionSheet,
package/lib/zartui.js CHANGED
@@ -16262,6 +16262,9 @@
16262
16262
  actionVisible.value = false;
16263
16263
  action.func && action.func();
16264
16264
  };
16265
+ useExpose({
16266
+ mediaPick
16267
+ });
16265
16268
  return () => {
16266
16269
  const title = props.showTitle && vue.createVNode("div", {
16267
16270
  "class": bem$t("title")
@@ -24687,7 +24690,7 @@
24687
24690
  });
24688
24691
  }
24689
24692
  };
24690
- const version = "3.1.37";
24693
+ const version = "3.1.39";
24691
24694
  function install(app) {
24692
24695
  const components = [
24693
24696
  ActionSheet,