dev-dict 0.6.2 → 0.6.4
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/README.md +1 -2
- package/dist/dev-dict.min.js +1 -1
- package/dist/dev-dict.min.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +36 -33
- package/dist/index.js.map +1 -1
- package/package.json +11 -10
package/dist/index.d.ts
CHANGED
|
@@ -2381,6 +2381,9 @@ declare const TERM: {
|
|
|
2381
2381
|
}];
|
|
2382
2382
|
readonly links: {
|
|
2383
2383
|
readonly website: "https://react.dev";
|
|
2384
|
+
readonly npm: "https://www.npmjs.com/package/react";
|
|
2385
|
+
readonly github: "https://github.com/facebook/react";
|
|
2386
|
+
readonly wikipedia: "https://en.wikipedia.org/wiki/React_(software)";
|
|
2384
2387
|
};
|
|
2385
2388
|
readonly sources: {
|
|
2386
2389
|
readonly definition: {
|
package/dist/index.js
CHANGED
|
@@ -124,30 +124,30 @@ const e = {
|
|
|
124
124
|
[e.EN_GB]: e.EN_US,
|
|
125
125
|
[e.DE_DE]: "QA"
|
|
126
126
|
}
|
|
127
|
-
},
|
|
127
|
+
}, w = {
|
|
128
128
|
id: "testing",
|
|
129
129
|
name: {
|
|
130
130
|
[e.EN_US]: "Testing",
|
|
131
131
|
[e.EN_GB]: e.EN_US,
|
|
132
132
|
[e.DE_DE]: "Testing"
|
|
133
133
|
}
|
|
134
|
-
},
|
|
134
|
+
}, L = {
|
|
135
135
|
id: "ui_library",
|
|
136
136
|
name: {
|
|
137
137
|
[e.EN_US]: "UI Library",
|
|
138
138
|
[e.EN_GB]: e.EN_US,
|
|
139
139
|
[e.DE_DE]: "UI-Bibliothek"
|
|
140
140
|
}
|
|
141
|
-
},
|
|
141
|
+
}, wn = {
|
|
142
142
|
[b.id]: b,
|
|
143
143
|
[f.id]: f,
|
|
144
144
|
[y.id]: y,
|
|
145
145
|
[u.id]: u,
|
|
146
146
|
[k.id]: k,
|
|
147
147
|
[h.id]: h,
|
|
148
|
-
[
|
|
149
|
-
[
|
|
150
|
-
}, d = S({ obj:
|
|
148
|
+
[w.id]: w,
|
|
149
|
+
[L.id]: L
|
|
150
|
+
}, d = S({ obj: wn, keys: ["name"], useFallback: !1 }), D = {
|
|
151
151
|
id: "aes",
|
|
152
152
|
name: {
|
|
153
153
|
[e.EN_US]: "AES"
|
|
@@ -160,7 +160,7 @@ const e = {
|
|
|
160
160
|
},
|
|
161
161
|
type: [],
|
|
162
162
|
tags: []
|
|
163
|
-
},
|
|
163
|
+
}, A = {
|
|
164
164
|
id: "agile",
|
|
165
165
|
name: {
|
|
166
166
|
[e.EN_US]: "Agile"
|
|
@@ -318,7 +318,7 @@ const e = {
|
|
|
318
318
|
[e.EN_GB]: e.EN_US,
|
|
319
319
|
[e.DE_DE]: "Laufzeitumgebung"
|
|
320
320
|
}
|
|
321
|
-
},
|
|
321
|
+
}, Ln = {
|
|
322
322
|
[z.id]: z,
|
|
323
323
|
[F.id]: F,
|
|
324
324
|
[O.id]: O,
|
|
@@ -327,7 +327,7 @@ const e = {
|
|
|
327
327
|
[R.id]: R,
|
|
328
328
|
[J.id]: J,
|
|
329
329
|
[W.id]: W
|
|
330
|
-
}, l = S({ obj:
|
|
330
|
+
}, l = S({ obj: Ln, keys: ["name"], useFallback: !1 }), q = {
|
|
331
331
|
id: "aws",
|
|
332
332
|
name: {
|
|
333
333
|
[e.EN_US]: "AWS"
|
|
@@ -785,7 +785,7 @@ const e = {
|
|
|
785
785
|
},
|
|
786
786
|
type: [],
|
|
787
787
|
tags: []
|
|
788
|
-
},
|
|
788
|
+
}, we = {
|
|
789
789
|
id: "cvs",
|
|
790
790
|
name: {
|
|
791
791
|
[e.EN_US]: "CVS"
|
|
@@ -798,7 +798,7 @@ const e = {
|
|
|
798
798
|
},
|
|
799
799
|
type: [],
|
|
800
800
|
tags: []
|
|
801
|
-
},
|
|
801
|
+
}, Le = {
|
|
802
802
|
id: "cypress",
|
|
803
803
|
name: {
|
|
804
804
|
[e.EN_US]: "Cypress"
|
|
@@ -811,7 +811,7 @@ const e = {
|
|
|
811
811
|
},
|
|
812
812
|
type: [],
|
|
813
813
|
tags: []
|
|
814
|
-
},
|
|
814
|
+
}, De = {
|
|
815
815
|
id: "ddd",
|
|
816
816
|
name: {
|
|
817
817
|
[e.EN_US]: "DDD"
|
|
@@ -824,7 +824,7 @@ const e = {
|
|
|
824
824
|
},
|
|
825
825
|
type: [],
|
|
826
826
|
tags: []
|
|
827
|
-
},
|
|
827
|
+
}, Ae = {
|
|
828
828
|
id: "digital_ocean",
|
|
829
829
|
name: {
|
|
830
830
|
[e.EN_US]: "Digital Ocean"
|
|
@@ -1492,7 +1492,7 @@ const e = {
|
|
|
1492
1492
|
},
|
|
1493
1493
|
type: [],
|
|
1494
1494
|
tags: []
|
|
1495
|
-
},
|
|
1495
|
+
}, wi = {
|
|
1496
1496
|
id: "kanban",
|
|
1497
1497
|
name: {
|
|
1498
1498
|
[e.EN_US]: "Kanban"
|
|
@@ -1505,7 +1505,7 @@ const e = {
|
|
|
1505
1505
|
},
|
|
1506
1506
|
type: [],
|
|
1507
1507
|
tags: []
|
|
1508
|
-
},
|
|
1508
|
+
}, Li = {
|
|
1509
1509
|
id: "karma",
|
|
1510
1510
|
name: {
|
|
1511
1511
|
[e.EN_US]: "Karma"
|
|
@@ -1518,7 +1518,7 @@ const e = {
|
|
|
1518
1518
|
},
|
|
1519
1519
|
type: [],
|
|
1520
1520
|
tags: []
|
|
1521
|
-
},
|
|
1521
|
+
}, Di = {
|
|
1522
1522
|
id: "kubernetes",
|
|
1523
1523
|
name: {
|
|
1524
1524
|
[e.EN_US]: "Kubernetes"
|
|
@@ -1531,7 +1531,7 @@ const e = {
|
|
|
1531
1531
|
},
|
|
1532
1532
|
type: [],
|
|
1533
1533
|
tags: []
|
|
1534
|
-
},
|
|
1534
|
+
}, Ai = {
|
|
1535
1535
|
id: "laravel",
|
|
1536
1536
|
name: {
|
|
1537
1537
|
[e.EN_US]: "Laravel"
|
|
@@ -2137,7 +2137,10 @@ const e = {
|
|
|
2137
2137
|
type: [l.library],
|
|
2138
2138
|
tags: [d.frontend, d.backend, d.javascript, d.open_source, d.ui_library],
|
|
2139
2139
|
links: {
|
|
2140
|
-
website: "https://react.dev"
|
|
2140
|
+
website: "https://react.dev",
|
|
2141
|
+
npm: "https://www.npmjs.com/package/react",
|
|
2142
|
+
github: "https://github.com/facebook/react",
|
|
2143
|
+
wikipedia: "https://en.wikipedia.org/wiki/React_(software)"
|
|
2141
2144
|
},
|
|
2142
2145
|
sources: {
|
|
2143
2146
|
definition: hn.official_website
|
|
@@ -2207,7 +2210,7 @@ const e = {
|
|
|
2207
2210
|
},
|
|
2208
2211
|
type: [],
|
|
2209
2212
|
tags: []
|
|
2210
|
-
},
|
|
2213
|
+
}, wt = {
|
|
2211
2214
|
id: "resend",
|
|
2212
2215
|
name: {
|
|
2213
2216
|
[e.EN_US]: "Resend"
|
|
@@ -2220,7 +2223,7 @@ const e = {
|
|
|
2220
2223
|
},
|
|
2221
2224
|
type: [],
|
|
2222
2225
|
tags: []
|
|
2223
|
-
},
|
|
2226
|
+
}, Lt = {
|
|
2224
2227
|
id: "rest_api",
|
|
2225
2228
|
name: {
|
|
2226
2229
|
[e.EN_US]: "REST API"
|
|
@@ -2233,7 +2236,7 @@ const e = {
|
|
|
2233
2236
|
},
|
|
2234
2237
|
type: [],
|
|
2235
2238
|
tags: []
|
|
2236
|
-
},
|
|
2239
|
+
}, Dt = {
|
|
2237
2240
|
id: "rsync",
|
|
2238
2241
|
name: {
|
|
2239
2242
|
[e.EN_US]: "rsync"
|
|
@@ -2246,7 +2249,7 @@ const e = {
|
|
|
2246
2249
|
},
|
|
2247
2250
|
type: [],
|
|
2248
2251
|
tags: []
|
|
2249
|
-
},
|
|
2252
|
+
}, At = {
|
|
2250
2253
|
id: "sanity",
|
|
2251
2254
|
name: {
|
|
2252
2255
|
[e.EN_US]: "Sanity CMS"
|
|
@@ -2855,8 +2858,8 @@ const e = {
|
|
|
2855
2858
|
type: [],
|
|
2856
2859
|
tags: []
|
|
2857
2860
|
}, U = {
|
|
2861
|
+
[D.id]: D,
|
|
2858
2862
|
[A.id]: A,
|
|
2859
|
-
[w.id]: w,
|
|
2860
2863
|
[j.id]: j,
|
|
2861
2864
|
[v.id]: v,
|
|
2862
2865
|
[C.id]: C,
|
|
@@ -2899,10 +2902,10 @@ const e = {
|
|
|
2899
2902
|
[ue.id]: ue,
|
|
2900
2903
|
[ke.id]: ke,
|
|
2901
2904
|
[he.id]: he,
|
|
2905
|
+
[we.id]: we,
|
|
2902
2906
|
[Le.id]: Le,
|
|
2903
2907
|
[De.id]: De,
|
|
2904
2908
|
[Ae.id]: Ae,
|
|
2905
|
-
[we.id]: we,
|
|
2906
2909
|
[je.id]: je,
|
|
2907
2910
|
[ve.id]: ve,
|
|
2908
2911
|
[Ce.id]: Ce,
|
|
@@ -2953,10 +2956,10 @@ const e = {
|
|
|
2953
2956
|
[ui.id]: ui,
|
|
2954
2957
|
[ki.id]: ki,
|
|
2955
2958
|
[hi.id]: hi,
|
|
2959
|
+
[wi.id]: wi,
|
|
2956
2960
|
[Li.id]: Li,
|
|
2957
2961
|
[Di.id]: Di,
|
|
2958
2962
|
[Ai.id]: Ai,
|
|
2959
|
-
[wi.id]: wi,
|
|
2960
2963
|
[ji.id]: ji,
|
|
2961
2964
|
[vi.id]: vi,
|
|
2962
2965
|
[Ci.id]: Ci,
|
|
@@ -3007,10 +3010,10 @@ const e = {
|
|
|
3007
3010
|
[ut.id]: ut,
|
|
3008
3011
|
[kt.id]: kt,
|
|
3009
3012
|
[ht.id]: ht,
|
|
3013
|
+
[wt.id]: wt,
|
|
3010
3014
|
[Lt.id]: Lt,
|
|
3011
3015
|
[Dt.id]: Dt,
|
|
3012
3016
|
[At.id]: At,
|
|
3013
|
-
[wt.id]: wt,
|
|
3014
3017
|
[jt.id]: jt,
|
|
3015
3018
|
[vt.id]: vt,
|
|
3016
3019
|
[Ct.id]: Ct,
|
|
@@ -3062,7 +3065,7 @@ const s = {
|
|
|
3062
3065
|
DEFAULT_LOCALE: e.EN_US,
|
|
3063
3066
|
USE_FALLBACK: !0
|
|
3064
3067
|
};
|
|
3065
|
-
function
|
|
3068
|
+
function Dn({
|
|
3066
3069
|
id: t,
|
|
3067
3070
|
localized: n = !0,
|
|
3068
3071
|
locale: i = s.DEFAULT_LOCALE,
|
|
@@ -3084,7 +3087,7 @@ function Cn({
|
|
|
3084
3087
|
useFallback: i = s.USE_FALLBACK
|
|
3085
3088
|
} = {}) {
|
|
3086
3089
|
const a = S({ obj: U, keys: ["name", "label", "definition"], useFallback: i }), o = Object.values(a);
|
|
3087
|
-
return t ? o.map((_) =>
|
|
3090
|
+
return t ? o.map((_) => Dn({ id: _.id, locale: n, useFallback: i })) : o;
|
|
3088
3091
|
}
|
|
3089
3092
|
function Bn({
|
|
3090
3093
|
localized: t = !0,
|
|
@@ -3096,8 +3099,8 @@ function Bn({
|
|
|
3096
3099
|
return a;
|
|
3097
3100
|
const o = {};
|
|
3098
3101
|
for (const [_, E] of Object.entries(a)) {
|
|
3099
|
-
const
|
|
3100
|
-
o[_] =
|
|
3102
|
+
const An = Dn({ id: E.id, locale: n, useFallback: i });
|
|
3103
|
+
o[_] = An;
|
|
3101
3104
|
}
|
|
3102
3105
|
return o;
|
|
3103
3106
|
}
|
|
@@ -3106,7 +3109,7 @@ function Tn({
|
|
|
3106
3109
|
locale: n = s.DEFAULT_LOCALE,
|
|
3107
3110
|
useFallback: i = s.USE_FALLBACK
|
|
3108
3111
|
} = {}) {
|
|
3109
|
-
const a = S({ obj:
|
|
3112
|
+
const a = S({ obj: Ln, keys: ["name"], useFallback: i }), o = Object.values(a);
|
|
3110
3113
|
return t ? o.map((_) => kn({ term: _, locale: n, useFallback: i })) : o;
|
|
3111
3114
|
}
|
|
3112
3115
|
function Gn({
|
|
@@ -3114,13 +3117,13 @@ function Gn({
|
|
|
3114
3117
|
locale: n = s.DEFAULT_LOCALE,
|
|
3115
3118
|
useFallback: i = s.USE_FALLBACK
|
|
3116
3119
|
} = {}) {
|
|
3117
|
-
const a = S({ obj:
|
|
3120
|
+
const a = S({ obj: wn, keys: ["name"], useFallback: i }), o = Object.values(a);
|
|
3118
3121
|
return t ? o.map((_) => un({ tag: _, locale: n, useFallback: i })) : o;
|
|
3119
3122
|
}
|
|
3120
3123
|
export {
|
|
3121
3124
|
Bn as getDict,
|
|
3122
3125
|
Gn as getTags,
|
|
3123
|
-
|
|
3126
|
+
Dn as getTerm,
|
|
3124
3127
|
Cn as getTerms,
|
|
3125
3128
|
Tn as getTypes
|
|
3126
3129
|
};
|