isdata-customer-sdk 0.1.99 → 0.1.100

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.
@@ -33087,6 +33087,8 @@ const dify_extractFilenameFromUrl = url => {
33087
33087
  return "downloaded_file"; // URL 解析失败时的默认文件名
33088
33088
  }
33089
33089
  };
33090
+ ;// external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
33091
+ var external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
33090
33092
  ;// ./src/api/smardaten_i18n/table_i18n.js
33091
33093
 
33092
33094
  const check = element => {
@@ -33326,6 +33328,7 @@ const catalog_i18n_check = element => {
33326
33328
 
33327
33329
 
33328
33330
 
33331
+
33329
33332
  const getLanguages = async appID => {
33330
33333
  let queryData = {
33331
33334
  param: {
@@ -33592,7 +33595,7 @@ const applyTranslation = async element => {
33592
33595
  const translation = i18n(placeholderKey, appID, lang);
33593
33596
  newValue = newValue.replace(fullMatch, translation);
33594
33597
  }
33595
- nextTick(() => {
33598
+ (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.nextTick)(() => {
33596
33599
  // 更新元素的innerHTML
33597
33600
  element.innerHTML = newValue;
33598
33601
  });