@cv-tec/validations 0.3.6 → 0.3.8
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/labels/en.js
CHANGED
@@ -9,7 +9,7 @@ exports.en = {
|
|
9
9
|
profileName: 'Profile Title',
|
10
10
|
about: 'About Me',
|
11
11
|
coordinates: {
|
12
|
-
$label: 'Contact
|
12
|
+
$label: 'Contact',
|
13
13
|
address: 'Address',
|
14
14
|
phone: 'Phone',
|
15
15
|
email: 'Email',
|
@@ -30,7 +30,7 @@ exports.en = {
|
|
30
30
|
description: 'Description',
|
31
31
|
},
|
32
32
|
experiences: {
|
33
|
-
$label: '
|
33
|
+
$label: 'Experiences',
|
34
34
|
company: 'Company',
|
35
35
|
location: 'Location',
|
36
36
|
intervalDate: {
|
package/dist/labels/en.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/labels/en.ts"],"names":[],"mappings":";;;AAEa,QAAA,EAAE,GAAiB;IAC9B,YAAY,EAAE;QACZ,MAAM,EAAE,cAAc;QACtB,SAAS,EAAE,YAAY;QACvB,QAAQ,EAAE,WAAW;QACrB,WAAW,EAAE,eAAe;QAC5B,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE;YACX,MAAM,EAAE,
|
1
|
+
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/labels/en.ts"],"names":[],"mappings":";;;AAEa,QAAA,EAAE,GAAiB;IAC9B,YAAY,EAAE;QACZ,MAAM,EAAE,cAAc;QACtB,SAAS,EAAE,YAAY;QACvB,QAAQ,EAAE,WAAW;QACrB,WAAW,EAAE,eAAe;QAC5B,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE;YACX,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,OAAO;YACd,KAAK,EAAE,OAAO;YACd,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;SACjB;KACF;IACD,UAAU,EAAE;QACV,MAAM,EAAE,WAAW;QACnB,YAAY,EAAE;YACZ,KAAK,EAAE,YAAY;YACnB,GAAG,EAAE,UAAU;SAChB;QACD,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE,gBAAgB;QACxB,aAAa,EAAE,eAAe;QAC9B,QAAQ,EAAE,UAAU;QACpB,WAAW,EAAE,aAAa;KAC3B;IACD,WAAW,EAAE;QACX,MAAM,EAAE,aAAa;QACrB,OAAO,EAAE,SAAS;QAClB,QAAQ,EAAE,UAAU;QACpB,YAAY,EAAE;YACZ,KAAK,EAAE,YAAY;YACnB,GAAG,EAAE,UAAU;SAChB;QACD,WAAW,EAAE,aAAa;QAC1B,QAAQ,EAAE,UAAU;QACpB,WAAW,EAAE,cAAc;KAC5B;IACD,MAAM,EAAE;QACN,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,YAAY;QACvB,KAAK,EAAE,OAAO;KACf;IACD,SAAS,EAAE;QACT,MAAM,EAAE,WAAW;KACpB;IACD,UAAU,EAAE;QACV,MAAM,EAAE,YAAY;QACpB,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,UAAU;QACpB,KAAK,EAAE,OAAO;QACd,KAAK,EAAE,OAAO;QACd,QAAQ,EAAE,UAAU;KACrB;IACD,OAAO,EAAE;QACP,MAAM,EAAE,SAAS;QACjB,IAAI,EAAE,MAAM;QACZ,UAAU,EAAE,aAAa;KAC1B;CACF,CAAA"}
|
package/dist/labels/index.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
1
|
+
import { CvLabelsType } from './types';
|
2
|
+
export type Local = 'fr' | 'en';
|
3
|
+
export declare const localLabels: Record<Local, CvLabelsType>;
|
5
4
|
export * from './types';
|
6
5
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/labels/index.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/labels/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEtC,MAAM,MAAM,KAAK,GAAG,IAAI,GAAG,IAAI,CAAA;AAC/B,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,KAAK,EAAE,YAAY,CAGnD,CAAA;AACD,cAAc,SAAS,CAAA"}
|
package/dist/labels/index.js
CHANGED
@@ -14,10 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
exports.
|
17
|
+
exports.localLabels = void 0;
|
18
18
|
const en_1 = require("./en");
|
19
19
|
const fr_1 = require("./fr");
|
20
|
-
exports.
|
20
|
+
exports.localLabels = {
|
21
21
|
fr: fr_1.fr,
|
22
22
|
en: en_1.en,
|
23
23
|
};
|
package/dist/labels/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/labels/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6BAAyB;AACzB,6BAAyB;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/labels/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6BAAyB;AACzB,6BAAyB;AAIZ,QAAA,WAAW,GAAgC;IACtD,EAAE,EAAF,OAAE;IACF,EAAE,EAAF,OAAE;CACH,CAAA;AACD,0CAAuB"}
|