@itrocks/framework 0.0.34 → 0.0.36

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.
@@ -21,6 +21,7 @@ const mysql_1 = require("@itrocks/mysql");
21
21
  const password_1 = require("@itrocks/password");
22
22
  const transformers_1 = require("@itrocks/password/transformers");
23
23
  const property_view_1 = require("@itrocks/property-view");
24
+ const property_view_2 = require("@itrocks/property-view");
24
25
  const rename_1 = require("@itrocks/rename");
25
26
  const rename_2 = require("@itrocks/rename");
26
27
  const required_1 = require("@itrocks/required");
@@ -55,6 +56,7 @@ function bind() {
55
56
  });
56
57
  (0, file_1.initFileTransformers)();
57
58
  (0, list_properties_1.initListProperties)();
59
+ (0, property_view_2.initOrderedProperties)();
58
60
  (0, mysql_1.mysqlDependsOn)({
59
61
  applyReadTransformer: async function (data, property, object) {
60
62
  const value = await (0, transformer_1.applyTransformer)(data[property], object, property, transformer_3.SQL, transformer_3.READ, data);
package/fr-FR.csv CHANGED
@@ -29,6 +29,7 @@ edit $1;modifier $1
29
29
  email;mail
30
30
  en;fr
31
31
  false;faux
32
+ file;fichier
32
33
  forgot password;mot de passe oublié
33
34
  global search;recherche globale
34
35
  home;accueil
package/package.json CHANGED
@@ -97,5 +97,5 @@
97
97
  "build:front": "tsc -p src/front/tsconfig.json && sed -i 's#../../##g' *.js *.d.ts"
98
98
  },
99
99
  "types": "./cjs/framework.d.ts",
100
- "version": "0.0.34"
100
+ "version": "0.0.36"
101
101
  }