magtool 1.5.9 → 1.5.10

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/component.js CHANGED
@@ -3845,7 +3845,7 @@ ${k.value}` : `${k.value}`), m = g(() => r.value ? e.modelValue.join(e.sep) : e.
3845
3845
  name: n,
3846
3846
  data: l
3847
3847
  }), o.$message.success(window.$l("Download Mode"));
3848
- }, u = g(() => window.$getLang()), m = g(() => s.params.tableName), S = g(() => m.value ? `${window.$l(m.value)}_${window.$moment().format("YYYYMMDD_hhmmss")}` : ""), d = g(() => s.params.tableName + "_Column"), i = g(() => `${_.name}_${window.$moment().format("YYYYMMDD_hhmmss")}`), $ = g(() => {
3848
+ }, u = g(() => window.$getLang()), m = g(() => s.params.tableName), S = g(() => m.value ? `${window.$l(m.value)}_${window.$m().format("YYYYMMDD_hhmmss")}` : ""), d = g(() => s.params.tableName + "_Column"), i = g(() => `${_.name}_${window.$m().format("YYYYMMDD_hhmmss")}`), $ = g(() => {
3849
3849
  const l = {};
3850
3850
  return e.columns.forEach((n) => {
3851
3851
  l[n.prop] = n;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "magtool",
3
3
  "packageManager": "yarn@4.4.1",
4
- "version": "1.5.9",
4
+ "version": "1.5.10",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",