halo-fe 1.0.29 → 1.0.30

Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.js CHANGED
@@ -2403,12 +2403,12 @@ class dr {
2403
2403
  });
2404
2404
  n(this, "t_table", (i) => this.t(`_business.Ctl_Table.Title.${i}`));
2405
2405
  n(this, "t_field", (i, e) => {
2406
- let r = `_business.Ctl_Field.Label.${i}.${e}`;
2406
+ let r = `_business.Ctl_Table_Field.Label.${i}.${e}`;
2407
2407
  return this.t(r);
2408
2408
  });
2409
- n(this, "t_enum", (i, e) => this.t(`_business.Ctl_Option.Text.${i}.${e}`));
2410
- n(this, "t_field_placeholder", (i, e) => this.t("common.please_input") + this.t(`_business.Ctl_Field.Label.${i}.${e}`));
2411
- n(this, "t_field_choose_placeholder", (i, e) => this.t("common.please_choose") + this.t(`_business.Ctl_Field.Label.${i}.${e}`));
2409
+ n(this, "t_enum", (i, e) => this.t(`_business.Ctl_Enum_Option.Text.${i}.${e}`));
2410
+ n(this, "t_field_placeholder", (i, e) => this.t("common.please_input") + this.t(`_business.Ctl_Table_Field.Label.${i}.${e}`));
2411
+ n(this, "t_field_choose_placeholder", (i, e) => this.t("common.please_choose") + this.t(`_business.Ctl_Table_Field.Label.${i}.${e}`));
2412
2412
  n(this, "t_sys", (i) => this.t(`sys.${i}`));
2413
2413
  n(this, "t_title", () => this.t("sys.title"));
2414
2414
  //#endregion
@@ -0,0 +1,3 @@
1
+ declare class AppConstant {
2
+ }
3
+ export default AppConstant;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "halo-fe",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Halo front end sdk",
5
5
  "scripts": {
6
6
  "halo-fe:tsc": "vue-tsc",