mali-ui-plus 1.1.73 → 1.1.74

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.
@@ -54768,8 +54768,9 @@ const MaliNotify = {
54768
54768
  const storeFormKey = 'Ml_FORM_STORE';
54769
54769
  const xForm = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)();
54770
54770
  const formId = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
54771
- if (config_0.getStoreId) {
54772
- return `${config_0.getStoreId({})}_${props.id}`;
54771
+ const getStoreKey = config_0.getFormStoreId || config_0.getStoreId;
54772
+ if (getStoreKey) {
54773
+ return `${getStoreKey({})}_${props.id || ''}`;
54773
54774
  }
54774
54775
  return `${props.id}`;
54775
54776
  });
@@ -63233,7 +63234,7 @@ function index_config(options) {
63233
63234
  return config_0;
63234
63235
  }
63235
63236
  const MaliUI = {
63236
- version: "1.1.72",
63237
+ version: "1.1.73",
63237
63238
  install: index_install,
63238
63239
  config: index_config,
63239
63240
  renderer: {
@@ -54778,8 +54778,9 @@ const MaliNotify = {
54778
54778
  const storeFormKey = 'Ml_FORM_STORE';
54779
54779
  const xForm = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)();
54780
54780
  const formId = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
54781
- if (config_0.getStoreId) {
54782
- return `${config_0.getStoreId({})}_${props.id}`;
54781
+ const getStoreKey = config_0.getFormStoreId || config_0.getStoreId;
54782
+ if (getStoreKey) {
54783
+ return `${getStoreKey({})}_${props.id || ''}`;
54783
54784
  }
54784
54785
  return `${props.id}`;
54785
54786
  });
@@ -63243,7 +63244,7 @@ function index_config(options) {
63243
63244
  return config_0;
63244
63245
  }
63245
63246
  const MaliUI = {
63246
- version: "1.1.72",
63247
+ version: "1.1.73",
63247
63248
  install: index_install,
63248
63249
  config: index_config,
63249
63250
  renderer: {