traitify-widgets 3.3.0 → 3.4.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "traitify-widgets",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Traitiy Widgets",
|
|
5
5
|
"repository": "github:traitify/traitify-widgets",
|
|
6
6
|
"main": "./build/traitify.js",
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"build/*"
|
|
9
9
|
],
|
|
10
10
|
"scripts": {
|
|
11
|
-
"build": "webpack --node-env
|
|
12
|
-
"build:compatibility": "webpack --env
|
|
11
|
+
"build": "webpack --define-process-env-node-env production --progress",
|
|
12
|
+
"build:compatibility": "webpack --define-process-env-node-env production --env platform=browser --progress",
|
|
13
13
|
"build:install": "npm i --package-lock-only && npm run build",
|
|
14
|
-
"dev": "webpack serve --env
|
|
15
|
-
"dev:secure": "webpack serve --env
|
|
14
|
+
"dev": "webpack serve --env platform=browser",
|
|
15
|
+
"dev:secure": "webpack serve --env platform=browser --server-type https",
|
|
16
16
|
"i18n:sync": "node build/scripts/i18n-sync.js",
|
|
17
|
-
"lint": "eslint scripts
|
|
17
|
+
"lint": "eslint {scripts,src,test}",
|
|
18
18
|
"lint:fix": "eslint {scripts,src,test} --fix",
|
|
19
19
|
"lint:watch": "esw -w {scripts,src,test} --color",
|
|
20
20
|
"prebuild": "mkdirp build",
|
|
@@ -35,26 +35,26 @@
|
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"author": "Traitify <support@traitify.com> (www.traitify.com)",
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@babel/cli": "^7.24.
|
|
39
|
-
"@babel/core": "^7.24.
|
|
40
|
-
"@babel/eslint-plugin": "^7.
|
|
41
|
-
"@babel/plugin-proposal-export-default-from": "^7.24.
|
|
42
|
-
"@babel/preset-env": "^7.24.
|
|
43
|
-
"@babel/register": "^7.
|
|
44
|
-
"@babel/runtime": "^7.24.
|
|
38
|
+
"@babel/cli": "^7.24.7",
|
|
39
|
+
"@babel/core": "^7.24.7",
|
|
40
|
+
"@babel/eslint-plugin": "^7.24.7",
|
|
41
|
+
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
|
42
|
+
"@babel/preset-env": "^7.24.7",
|
|
43
|
+
"@babel/register": "^7.24.6",
|
|
44
|
+
"@babel/runtime": "^7.24.7",
|
|
45
45
|
"autoprefixer": "^10.4.19",
|
|
46
46
|
"babel-jest": "^29.7.0",
|
|
47
47
|
"babel-loader": "^9.1.3",
|
|
48
48
|
"babel-plugin-jsx-pragmatic": "^1.0.2",
|
|
49
49
|
"babel-preset-airbnb": "^5.0.0",
|
|
50
|
-
"css-loader": "^
|
|
51
|
-
"csv-parse": "^5.5.
|
|
52
|
-
"csv-stringify": "^6.
|
|
50
|
+
"css-loader": "^7.1.2",
|
|
51
|
+
"csv-parse": "^5.5.6",
|
|
52
|
+
"csv-stringify": "^6.5.0",
|
|
53
53
|
"eslint": "^8.57.0",
|
|
54
|
-
"eslint-config-traitify": "^0.
|
|
54
|
+
"eslint-config-traitify": "^0.4.0",
|
|
55
55
|
"eslint-import-resolver-jest": "^3.0.2",
|
|
56
56
|
"eslint-plugin-import": "^2.29.1",
|
|
57
|
-
"eslint-plugin-jest": "^
|
|
57
|
+
"eslint-plugin-jest": "^28.6.0",
|
|
58
58
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
59
59
|
"eslint-plugin-react": "^7.34.1",
|
|
60
60
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
@@ -63,18 +63,18 @@
|
|
|
63
63
|
"identity-obj-proxy": "^3.0.0",
|
|
64
64
|
"jest": "^29.7.0",
|
|
65
65
|
"jest-environment-jsdom": "^29.7.0",
|
|
66
|
-
"mkdirp": "^
|
|
66
|
+
"mkdirp": "^3.0.1",
|
|
67
67
|
"postcss": "^8.2.15",
|
|
68
|
-
"postcss-loader": "^
|
|
69
|
-
"react": "^
|
|
70
|
-
"react-dom": "^
|
|
71
|
-
"react-test-renderer": "^
|
|
72
|
-
"sass": "^1.
|
|
73
|
-
"sass-loader": "^
|
|
74
|
-
"style-loader": "^
|
|
75
|
-
"webpack": "^5.
|
|
76
|
-
"webpack-cli": "^
|
|
77
|
-
"webpack-dev-server": "^
|
|
68
|
+
"postcss-loader": "^8.1.1",
|
|
69
|
+
"react": "^18.3.1",
|
|
70
|
+
"react-dom": "^18.3.1",
|
|
71
|
+
"react-test-renderer": "^18.3.1",
|
|
72
|
+
"sass": "^1.77.6",
|
|
73
|
+
"sass-loader": "^14.2.1",
|
|
74
|
+
"style-loader": "^4.0.0",
|
|
75
|
+
"webpack": "^5.92.1",
|
|
76
|
+
"webpack-cli": "^5.1.4",
|
|
77
|
+
"webpack-dev-server": "^5.0.4"
|
|
78
78
|
},
|
|
79
79
|
"devDependenciesNotes": {
|
|
80
80
|
"csv-parse": "used for script",
|
|
@@ -82,22 +82,21 @@
|
|
|
82
82
|
"postcss": "peer-dependency of postcss-loader"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@fortawesome/fontawesome-svg-core": "^6.2
|
|
86
|
-
"@fortawesome/free-solid-svg-icons": "^6.2
|
|
87
|
-
"apexcharts": "^3.
|
|
85
|
+
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
86
|
+
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
87
|
+
"apexcharts": "^3.49.2",
|
|
88
88
|
"color": "^4.2.3",
|
|
89
|
-
"core-js": "^3.
|
|
90
|
-
"
|
|
91
|
-
"markdown-to-jsx": "^7.1.7",
|
|
89
|
+
"core-js": "^3.37.1",
|
|
90
|
+
"markdown-to-jsx": "^7.4.7",
|
|
92
91
|
"prop-types": "^15.8.1",
|
|
93
|
-
"react-apexcharts": "^1.4.
|
|
92
|
+
"react-apexcharts": "^1.4.1",
|
|
94
93
|
"recoil": "^0.7.7",
|
|
95
|
-
"regenerator-runtime": "^0.
|
|
96
|
-
"uuid": "^
|
|
94
|
+
"regenerator-runtime": "^0.14.1",
|
|
95
|
+
"uuid": "^10.0.0"
|
|
97
96
|
},
|
|
98
97
|
"dependenciesNotes": {},
|
|
99
98
|
"peerDependencies": {
|
|
100
|
-
"react": ">=
|
|
101
|
-
"react-dom": ">=
|
|
99
|
+
"react": ">=18.0.0 || <19.0.0",
|
|
100
|
+
"react-dom": ">=18.0.0 || <19.0.0"
|
|
102
101
|
}
|
|
103
102
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scripts/i18n-sync.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,WAAY,GAAIH,GACG,iBAAZC,QACdA,QAAkB,SAAID,IAEtBD,EAAe,SAAIC,GACpB,CATD,CASGK,MAAM,I,qBCJTH,EAAOD,QALP,SAAyBK,EAAUC,GACjC,KAAMD,aAAoBC,GACxB,MAAM,IAAIC,UAAU,oCAExB,EACkCN,EAAOD,QAAQQ,YAAa,EAAMP,EAAOD,QAAiB,QAAIC,EAAOD,O,gBCLvG,IAAIS,EAAgB,EAAQ,KAC5B,SAASC,EAAkBC,EAAQC,GACjC,IAAK,IAAIC,EAAI,EAAGA,EAAID,EAAME,OAAQD,IAAK,CACrC,IAAIE,EAAaH,EAAMC,GACvBE,EAAWC,WAAaD,EAAWC,aAAc,EACjDD,EAAWE,cAAe,EACtB,UAAWF,IAAYA,EAAWG,UAAW,GACjDC,OAAOC,eAAeT,EAAQF,EAAcM,EAAWM,KAAMN,EAC/D,CACF,CASAd,EAAOD,QARP,SAAsBM,EAAagB,EAAYC,GAM7C,OALID,GAAYZ,EAAkBJ,EAAYkB,UAAWF,GACrDC,GAAab,EAAkBJ,EAAaiB,GAChDJ,OAAOC,eAAed,EAAa,YAAa,CAC9CY,UAAU,IAELZ,CACT,EAC+BL,EAAOD,QAAQQ,YAAa,EAAMP,EAAOD,QAAiB,QAAIC,EAAOD,O,gBClBpG,IAAIS,EAAgB,EAAQ,KAe5BR,EAAOD,QAdP,SAAyByB,EAAKJ,EAAKK,GAYjC,OAXAL,EAAMZ,EAAcY,MACTI,EACTN,OAAOC,eAAeK,EAAKJ,EAAK,CAC9BK,MAAOA,EACPV,YAAY,EACZC,cAAc,EACdC,UAAU,IAGZO,EAAIJ,GAAOK,EAEND,CACT,EACkCxB,EAAOD,QAAQQ,YAAa,EAAMP,EAAOD,QAAiB,QAAIC,EAAOD,O,gBCfvG,IAAI2B,EAAU,eAWd1B,EAAOD,QAVP,SAAqB4B,EAAGC,GACtB,GAAI,UAAYF,EAAQC,KAAOA,EAAG,OAAOA,EACzC,IAAIE,EAAIF,EAAEG,OAAOC,aACjB,QAAI,IAAWF,EAAG,CAChB,IAAIjB,EAAIiB,EAAEG,KAAKL,EAAGC,GAAK,WACvB,GAAI,UAAYF,EAAQd,GAAI,OAAOA,EACnC,MAAM,IAAIN,UAAU,+CACtB,CACA,OAAQ,WAAasB,EAAIK,OAASC,QAAQP,EAC5C,EAC8B3B,EAAOD,QAAQQ,YAAa,EAAMP,EAAOD,QAAiB,QAAIC,EAAOD,O,gBCXnG,IAAI2B,EAAU,eACVK,EAAc,EAAQ,KAK1B/B,EAAOD,QAJP,SAAuB4B,GACrB,IAAIf,EAAImB,EAAYJ,EAAG,UACvB,MAAO,UAAYD,EAAQd,GAAKA,EAAIA,EAAI,EAC1C,EACgCZ,EAAOD,QAAQQ,YAAa,EAAMP,EAAOD,QAAiB,QAAIC,EAAOD,O,UCNrG,SAAS2B,EAAQS,GAGf,OAAQnC,EAAOD,QAAU2B,EAAU,mBAAqBI,QAAU,iBAAmBA,OAAOM,SAAW,SAAUD,GAC/G,cAAcA,CAChB,EAAI,SAAUA,GACZ,OAAOA,GAAK,mBAAqBL,QAAUK,EAAEE,cAAgBP,QAAUK,IAAML,OAAOP,UAAY,gBAAkBY,CACpH,EAAGnC,EAAOD,QAAQQ,YAAa,EAAMP,EAAOD,QAAiB,QAAIC,EAAOD,QAAU2B,EAAQS,EAC5F,CACAnC,EAAOD,QAAU2B,EAAS1B,EAAOD,QAAQQ,YAAa,EAAMP,EAAOD,QAAiB,QAAIC,EAAOD,O,GCR3FuC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAa1C,QAGrB,IAAIC,EAASsC,EAAyBE,GAAY,CAGjDzC,QAAS,CAAC,GAOX,OAHA4C,EAAoBH,GAAUxC,EAAQA,EAAOD,QAASwC,GAG/CvC,EAAOD,OACf,CCrBAwC,EAAoBK,EAAK5C,IACxB,IAAI6C,EAAS7C,GAAUA,EAAOO,WAC7B,IAAOP,EAAiB,QACxB,IAAM,EAEP,OADAuC,EAAoBO,EAAED,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBO,EAAI,CAAC/C,EAASiD,KACjC,IAAI,IAAI5B,KAAO4B,EACXT,EAAoBJ,EAAEa,EAAY5B,KAASmB,EAAoBJ,EAAEpC,EAASqB,IAC5EF,OAAOC,eAAepB,EAASqB,EAAK,CAAEL,YAAY,EAAMkC,IAAKD,EAAW5B,IAE1E,ECNDmB,EAAoBJ,EAAI,CAACX,EAAK0B,IAAUhC,OAAOK,UAAU4B,eAAenB,KAAKR,EAAK0B,GCClFX,EAAoBX,EAAK7B,IACH,oBAAX+B,QAA0BA,OAAOsB,aAC1ClC,OAAOC,eAAepB,EAAS+B,OAAOsB,YAAa,CAAE3B,MAAO,WAE7DP,OAAOC,eAAepB,EAAS,aAAc,CAAE0B,OAAO,GAAO,E,qHCL9D,MAAM,EAA+B4B,QAAQ,W,0uBCG7C,IAAMC,EAAU,CACd,QAAS,CAACC,KAAM,UAChB,QAAS,CAACA,KAAM,gBAChB,QAAS,CAACA,KAAM,gBAChB,QAAS,CAACA,KAAM,qBAChB,QAAS,CAACA,KAAM,yBAChB,QAAS,CAACA,KAAM,WAChB,QAAS,CAACA,KAAM,qBAChB,QAAS,CAACA,KAAM,mBAChB,QAAS,CAACA,KAAM,UAChB,QAAS,CAACA,KAAM,UAChB,QAAS,CAACA,KAAM,cAChB,QAAS,CAACA,KAAM,WAChB,QAAS,CAACA,KAAM,YAChB,QAAS,CAACA,KAAM,UAChB,QAAS,CAACA,KAAM,SAChB,QAAS,CAACA,KAAM,aAChB,QAAS,CAACA,KAAM,uBAChB,QAAS,CAACA,KAAM,cAChB,QAAS,CAACA,KAAM,WAChB,QAAS,CAACA,KAAM,WAChB,QAAS,CAACA,KAAM,QAChB,QAAS,CAACA,KAAM,cAChB,QAAS,CAACA,KAAM,wBAChB,UAAW,CAACA,KAAM,0BAGdC,EAAY,SAACC,GAAM,OAAKC,KAAKF,UAAUC,EAAQ,KAAM,EAAE,EAACE,EAAA,IAAAC,QAGtB,SAAAC,EAAAC,GA+Bb,IAAAC,EAAA,KAAbC,EAAIF,EAAJE,KAAMC,EAAIH,EAAJG,KACVC,EAAS/D,KAAKmD,QAAQa,MAAK,SAAAC,GAAM,OAAKA,EAATJ,KAAmBK,gBAAkBL,EAAKK,aAAa,IAC1F,IAAIH,EAAU,OAAOI,QAAQC,IAAI,wBAADC,OAAyBR,EAAI,MAAAQ,OAAKhB,EAAUS,GAAK,MAEjF9D,KAAKsE,aAAaP,EAAOF,MAAMC,KAAOA,EACtC/C,OAAOwD,KAAKT,GAAMU,SAAQ,SAACvD,GAAG,OAAAwD,EAAAjB,EAAKI,EAAIc,GAAA7C,KAAJ+B,EAAqB,CAAC3C,IAAAA,EAAK8C,OAAAA,EAAQzC,MAAOwC,EAAK7C,IAAK,GACzF,CAAC,SAAAyD,EAAAC,GACqC,IAAAC,EAAA,KAArB3D,EAAG0D,EAAH1D,IAAK8C,EAAMY,EAANZ,OAAQzC,EAAKqD,EAALrD,MACtBuD,EAAc,CAAC5D,IAAAA,EAAK8C,OAAQA,EAAOF,KAAMvC,MAAAA,GAE/C,GAAoB,WAAjBC,IAAOD,GACR,OAAOP,OAAOwD,KAAKjD,GAAOkD,SAAQ,SAACM,GAAS,OAAAL,EAAAjB,EAC1CoB,EAAIF,GAAA7C,KAAJ+C,EAAqB,CAAC3D,IAAK,CAACA,EAAK6D,GAAWC,KAAK,KAAMhB,OAAAA,EAAQzC,MAAOA,EAAMwD,IAAW,IAI3F9E,KAAKsE,aAAaP,EAAOF,MAAMmB,KAAKC,KAAKJ,EAC3C,CAAC,SAAAK,EACUnB,GACLA,EAAOD,MAEXW,EAAAjB,EAAAxD,KAAImF,GAAAtD,KAAJ7B,KAAI,uBAAAqE,OAAmCN,EAAOF,KAAI,SAASE,EAAOD,KACpE,CACA,SAAAsB,IAEE,MAAO,CACL,QAAS,CACPC,IAAK,CACHC,OAAQ,uBAGZ,QAAS,CACPD,IAAK,CACHC,OAAQ,0BACRC,OAAQ,2BAEVC,OAAQ,CACNC,GAAI,SACJC,OAAQ,WAGZ,QAAS,CACPC,KAAM,CACJC,GAAI,CACF5F,KAAM,+BAGVqF,IAAK,CACHC,OAAQ,6BACRC,OAAQ,kCAEVC,OAAQ,CACNC,GAAI,KACJC,OAAQ,WAIhB,CAAC,SAAAG,EACa9B,GACZ,IAAM+B,EAAW,GAQjB,OANA9F,KAAK+F,WAAWf,KAAKR,SAAQ,SAACwB,GACzBjC,EAAOiB,KAAKhB,MAAK,SAACxC,GAAC,OAAKA,EAAEP,MAAQ+E,EAAO/E,GAAG,KAE/C6E,EAASb,KAAK,CAAChE,IAAK+E,EAAO/E,IAAKK,MAAO0E,EAAO1E,OAChD,IAEOwE,CACT,CAAC,SAAAG,EACelC,GACd,IAAM+B,EAAW,CAAC/B,OAA+B,IAAvBA,EAAOiB,KAAKtE,SAElCoF,EAAS/B,SACX+B,EAASvB,KAAIE,EAAAjB,EAAGxD,KAAI6F,GAAAhE,KAAJ7B,KAAmB+D,GACnC+B,EAASI,cAAazB,EAAAjB,EAAGxD,KAAImG,GAAAtE,KAAJ7B,KAA4B+D,GAEzB,IAAzB+B,EAASvB,KAAK7D,QAAkD,IAAlCoF,EAASI,cAAcxF,WAGvDoF,EAAS/B,QACVI,QAAQC,IAAI,mBAADC,OAAoBN,EAAOF,OAGrCiC,EAASvB,MAAQuB,EAASvB,KAAK7D,OAAS,IACzCyD,QAAQC,IAAI,oBAADC,OAAqBN,EAAOF,KAAI,MAC3CiC,EAASvB,KACNC,SAAQ,SAAC4B,GAAO,OAAKjC,QAAQC,IAAI,KAADC,OAAM+B,EAAQnF,IAAG,MAAAoD,OAAKhB,EAAU+C,EAAQ9E,QAAS,KAGnFwE,EAASI,eAAiBJ,EAASI,cAAcxF,OAAS,IAC3DyD,QAAQC,IAAI,6BAADC,OAA8BN,EAAOF,KAAI,MACpDiC,EAASI,cACN1B,SAAQ,SAAC4B,GAAO,OAAKjC,QAAQC,IAAI,KAADC,OAAM+B,EAAQnF,IAAG,MAAAoD,OAAK+B,EAAQC,QAAQtB,KAAK,OAAQ,KAGxFZ,QAAQC,IAAI,IACd,CAAC,SAAA+B,EACsBpC,GACrB,IAAM+B,EAAW,GAajB,OAXA9F,KAAK+F,WAAWG,cAAc1B,SAAQ,SAACwB,GACrC,IAAMnB,EAAcd,EAAOiB,KAAKhB,MAAK,SAACxC,GAAC,OAAKA,EAAEP,MAAQ+E,EAAO/E,GAAG,IAChE,GAAI4D,EAAJ,CAEA,IAAMyB,EAAUzB,EAAYvD,MAAMiF,MAAM,cAAgB,GAClDF,EAAUL,EAAOQ,OAAOC,QAAO,SAACnF,GAAK,OAAMgF,EAAQI,SAASpF,EAAM,IAClD,IAAnB+E,EAAQ3F,QAEXoF,EAASb,KAAK,CAAChE,IAAK+E,EAAO/E,IAAKoF,QAAAA,GANL,CAO7B,IAEOP,CACT,CAAC,SAAAX,EACUwB,EAAM3B,GACf4B,IAAAA,cAAiBD,EAAMtD,EAAU2B,GACnC,EAnJ2B,WAE3B,SAAA6B,I,QAAcC,IAAA,KAAAD,G,mHAAA,K,EAAArD,G,SACZxD,KAAKmD,QAAUpC,OAAOwD,KAAKpB,GAAS4D,KAAI,SAAC9F,GAAG,OAAA+F,EAAA,CAAOnD,KAAM5C,GAAQkC,EAAQlC,GAAI,IAC7EjB,KAAKsE,aAAetE,KAAKmD,QAAQ8D,QAAO,SAACF,EAAKhD,GAAM,OAAAiD,EAAAA,EAAA,GAC9CD,GAAG,GAAAG,IAAA,GAAGnD,EAAOF,KAAImD,EAAAA,EAAA,GAAOjD,GAAM,IAAEiB,KAAM,MAAE,GAC3C,CAAC,EACN,CAAC,OAAAmC,IAAAN,EAAA,EAAA5F,IAAA,aAAAK,MACD,WAAa,IAAA8F,EAAA,KACXrG,OAAOwD,KAAKvE,KAAKsE,cAAcE,SAAQ,SAACvD,GAAG,OAAAwD,EAAAjB,EAAK4D,EAAIlC,GAAArD,KAAJuF,EAAgBA,EAAK9C,aAAarD,GAAI,GACxF,GAAC,CAAAA,IAAA,aAAAK,MACD,WAAa,IAAA+F,EAAA,KACLrC,EAAIP,EAAAjB,EAAGxD,KAAIoF,GAAAvD,KAAJ7B,MAEbe,OAAOwD,KAAKS,GAAMR,SAAQ,SAACvD,GAAG,OAAAwD,EAAAjB,EAAK6D,EAAI3D,GAAA7B,KAAJwF,EAAgB,CAACxD,KAAM5C,EAAK6C,KAAMkB,EAAK/D,IAAK,GACjF,GAAC,CAAAA,IAAA,MAAAK,MACD,WACEtB,KAAKsH,aACLtH,KAAKuH,aACLvH,KAAKwH,UACP,GAAC,CAAAvG,IAAA,WAAAK,MACD,WAAW,IAAAmG,EAAA,KACTzH,KAAK+F,WAAa/F,KAAKsE,aAAa,SACpCtE,KAAK+F,WAAWG,cAAgBlG,KAAK+F,WAAWf,KAC7CyB,QAAO,SAAC5B,GAAW,MAAK,SAAS6C,KAAK7C,EAAYvD,MAAM,IACxDyF,KAAI,SAAClC,GAAW,MAAM,CACrB5D,IAAK4D,EAAY5D,IACjBuF,OAAQ3B,EAAYvD,MAAMiF,MAAM,aACjC,IAEHxF,OAAOwD,KAAKvE,KAAKsE,cAAcE,SAAQ,SAACvD,GAAG,OAAAwD,EAAAjB,EAAKiE,EAAIxB,GAAApE,KAAJ4F,EAAqBA,EAAKnD,aAAarD,GAAI,GAC7F,IAAC,EAAAA,IAAA,MAAAK,MA9BD,YAAe,IAAIuF,GAAWc,KAAO,IAAC,EADX,GC9BpBA,K","sources":["webpack://Traitify/webpack/universalModuleDefinition","webpack://Traitify/../node_modules/@babel/runtime/helpers/classCallCheck.js","webpack://Traitify/../node_modules/@babel/runtime/helpers/createClass.js","webpack://Traitify/../node_modules/@babel/runtime/helpers/defineProperty.js","webpack://Traitify/../node_modules/@babel/runtime/helpers/toPrimitive.js","webpack://Traitify/../node_modules/@babel/runtime/helpers/toPropertyKey.js","webpack://Traitify/../node_modules/@babel/runtime/helpers/typeof.js","webpack://Traitify/webpack/bootstrap","webpack://Traitify/webpack/runtime/compat get default export","webpack://Traitify/webpack/runtime/define property getters","webpack://Traitify/webpack/runtime/hasOwnProperty shorthand","webpack://Traitify/webpack/runtime/make namespace object","webpack://Traitify/external node-commonjs \"node:fs\"","webpack://Traitify/../scripts/lib/i18n-sync.js","webpack://Traitify/../scripts/i18n-sync.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"Traitify\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"Traitify\"] = factory();\n\telse\n\t\troot[\"Traitify\"] = factory();\n})(this, () => {\nreturn ","function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}\nmodule.exports = _classCallCheck, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var toPropertyKey = require(\"./toPropertyKey.js\");\nfunction _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);\n }\n}\nfunction _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n Object.defineProperty(Constructor, \"prototype\", {\n writable: false\n });\n return Constructor;\n}\nmodule.exports = _createClass, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var toPropertyKey = require(\"./toPropertyKey.js\");\nfunction _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}\nmodule.exports = _defineProperty, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nfunction toPrimitive(t, r) {\n if (\"object\" != _typeof(t) || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r || \"default\");\n if (\"object\" != _typeof(i)) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (\"string\" === r ? String : Number)(t);\n}\nmodule.exports = toPrimitive, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nvar toPrimitive = require(\"./toPrimitive.js\");\nfunction toPropertyKey(t) {\n var i = toPrimitive(t, \"string\");\n return \"symbol\" == _typeof(i) ? i : i + \"\";\n}\nmodule.exports = toPropertyKey, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return (module.exports = _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports), _typeof(o);\n}\nmodule.exports = _typeof, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"node:fs\");","/* eslint-disable no-console */\nimport fs from \"node:fs\";\n\nconst locales = {\n \"de-de\": {name: \"German\"},\n \"en-gb\": {name: \"English (GB)\"},\n \"en-us\": {name: \"English (US)\"},\n \"es-ec\": {name: \"Spanish (Ecuador)\"},\n \"es-pr\": {name: \"Spanish (Puerto Rico)\"},\n \"es-us\": {name: \"Spanish\"},\n \"fr-ca\": {name: \"French (Canadian)\"},\n \"fr-fr\": {name: \"French (France)\"},\n \"fr-us\": {name: \"French\"},\n \"ht-us\": {name: \"Creole\"},\n \"id-id\": {name: \"Indonesian\"},\n \"it-it\": {name: \"Italian\"},\n \"ja-jp\": {name: \"Japanese\"},\n \"ko-kr\": {name: \"Korean\"},\n \"nl-nl\": {name: \"Dutch\"},\n \"no-no\": {name: \"Norwegian\"},\n \"pt-br\": {name: \"Portuguese (Brazil)\"},\n \"pt-pt\": {name: \"Portuguese\"},\n \"ru-ru\": {name: \"Russian\"},\n \"sv-se\": {name: \"Swedish\"},\n \"th-th\": {name: \"Thai\"},\n \"vi-vn\": {name: \"Vietnamese\"},\n \"zh-cn\": {name: \"Chinese (Simplified)\"},\n \"zh-hant\": {name: \"Chinese (Traditional)\"}\n};\n\nconst stringify = (object) => JSON.stringify(object, null, 2);\n\nexport default class I18nSync {\n static run() { new I18nSync().run(); }\n constructor() {\n this.locales = Object.keys(locales).map((key) => ({code: key, ...locales[key]}));\n this.translations = this.locales.reduce((map, locale) => (\n {...map, [locale.code]: {...locale, data: []}}\n ), {});\n }\n buildFiles() {\n Object.keys(this.translations).forEach((key) => this.#buildFile(this.translations[key]));\n }\n importData() {\n const data = this.#fetchData();\n\n Object.keys(data).forEach((key) => this.#addLocale({code: key, tree: data[key]}));\n }\n run() {\n this.importData();\n this.buildFiles();\n this.validate();\n }\n validate() {\n this.validation = this.translations[\"en-us\"];\n this.validation.substitutions = this.validation.data\n .filter((translation) => /%{\\w*}/.test(translation.value))\n .map((translation) => ({\n key: translation.key,\n values: translation.value.match(/%\\{\\w*\\}/g)\n }));\n\n Object.keys(this.translations).forEach((key) => this.#validateLocale(this.translations[key]));\n }\n #addLocale({code, tree}) {\n const locale = this.locales.find(({code: key}) => key.toLowerCase() === code.toLowerCase());\n if(!locale) { return console.log(`Issue adding locale (${code}: ${stringify(tree)})`); }\n\n this.translations[locale.code].tree = tree;\n Object.keys(tree).forEach((key) => this.#addTranslation({key, locale, value: tree[key]}));\n }\n #addTranslation({key, locale, value}) {\n const translation = {key, locale: locale.code, value};\n\n if(typeof value === \"object\") {\n return Object.keys(value).forEach((nestedKey) => (\n this.#addTranslation({key: [key, nestedKey].join(\".\"), locale, value: value[nestedKey]})\n ));\n }\n\n this.translations[locale.code].data.push(translation);\n }\n #buildFile(locale) {\n if(!locale.tree) { return; }\n\n this.#writeFile(`./src/lib/i18n-data/${locale.code}.json`, locale.tree);\n }\n // TODO: Get locales from Xavier\n #fetchData() {\n return {\n \"es-pr\": {\n sub: {\n with_1: \"Yo estoy divertida\"\n }\n },\n \"es-us\": {\n sub: {\n with_1: \"%{name} estas divertida\",\n with_2: \"%{name} estas divertida\"\n },\n survey: {\n me: \"Yo Soy\",\n not_me: \"No Soy\"\n }\n },\n \"en-us\": {\n look: {\n at: {\n this: \"I'm missing\\n\\n from es-US\"\n }\n },\n sub: {\n with_1: \"%{name} is really exciting\",\n with_2: \"%{name} is really %{something}\"\n },\n survey: {\n me: \"Me\",\n not_me: \"Not Me\"\n }\n }\n };\n }\n #validateKeys(locale) {\n const warnings = [];\n\n this.validation.data.forEach((record) => {\n if(locale.data.find((t) => t.key === record.key)) { return; }\n\n warnings.push({key: record.key, value: record.value});\n });\n\n return warnings;\n }\n #validateLocale(locale) {\n const warnings = {locale: locale.data.length === 0};\n\n if(!warnings.locale) {\n warnings.keys = this.#validateKeys(locale);\n warnings.substitutions = this.#validateSubstitutions(locale);\n\n if(warnings.keys.length === 0 && warnings.substitutions.length === 0) { return; }\n }\n\n if(warnings.locale) {\n console.log(`Locale Missing: ${locale.code}`);\n }\n\n if(warnings.keys && warnings.keys.length > 0) {\n console.log(`Keys Missing for ${locale.code}:`);\n warnings.keys\n .forEach((warning) => console.log(` ${warning.key}: ${stringify(warning.value)}`));\n }\n\n if(warnings.substitutions && warnings.substitutions.length > 0) {\n console.log(`Substitutions Missing for ${locale.code}:`);\n warnings.substitutions\n .forEach((warning) => console.log(` ${warning.key}: ${warning.missing.join(\", \")}`));\n }\n\n console.log(\"\");\n }\n #validateSubstitutions(locale) {\n const warnings = [];\n\n this.validation.substitutions.forEach((record) => {\n const translation = locale.data.find((t) => t.key === record.key);\n if(!translation) { return; }\n\n const matches = translation.value.match(/%\\{\\w*\\}/g) || [];\n const missing = record.values.filter((value) => !matches.includes(value));\n if(missing.length === 0) { return; }\n\n warnings.push({key: record.key, missing});\n });\n\n return warnings;\n }\n #writeFile(file, data) {\n fs.writeFileSync(file, stringify(data));\n }\n}\n","import I18nSync from \"lib/i18n-sync\";\n\nI18nSync.run();\n"],"names":["root","factory","exports","module","define","amd","this","instance","Constructor","TypeError","__esModule","toPropertyKey","_defineProperties","target","props","i","length","descriptor","enumerable","configurable","writable","Object","defineProperty","key","protoProps","staticProps","prototype","obj","value","_typeof","t","r","e","Symbol","toPrimitive","call","String","Number","o","iterator","constructor","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","d","a","definition","get","prop","hasOwnProperty","toStringTag","require","locales","name","stringify","object","JSON","_I18nSync_brand","WeakSet","_addLocale","_ref","_this4","code","tree","locale","find","_ref2","toLowerCase","console","log","concat","translations","keys","forEach","_assertClassBrand","_addTranslation","_ref3","_this5","translation","nestedKey","join","data","push","_buildFile","_writeFile","_fetchData","sub","with_1","with_2","survey","me","not_me","look","at","_validateKeys","warnings","validation","record","_validateLocale","substitutions","_validateSubstitutions","warning","missing","matches","match","values","filter","includes","file","fs","I18nSync","_classCallCheck","map","_objectSpread","reduce","_defineProperty","_createClass","_this","_this2","importData","buildFiles","validate","_this3","test","run"],"sourceRoot":""}
|