@byuhbll/components 7.3.0 → 7.3.1
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/fesm2022/byuhbll-components.mjs +29 -28
- package/fesm2022/byuhbll-components.mjs.map +1 -1
- package/index.d.ts +28 -28
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -411,34 +411,34 @@ declare const ADVANCED_SEARCH_OPTIONS: {
|
|
|
411
411
|
};
|
|
412
412
|
};
|
|
413
413
|
readonly languages: {
|
|
414
|
-
readonly
|
|
415
|
-
readonly
|
|
416
|
-
readonly
|
|
417
|
-
readonly
|
|
418
|
-
readonly
|
|
419
|
-
readonly
|
|
420
|
-
readonly
|
|
421
|
-
readonly
|
|
422
|
-
readonly
|
|
423
|
-
readonly
|
|
424
|
-
readonly
|
|
425
|
-
readonly
|
|
426
|
-
readonly
|
|
427
|
-
readonly
|
|
428
|
-
readonly
|
|
429
|
-
readonly
|
|
430
|
-
readonly
|
|
431
|
-
readonly
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
readonly
|
|
435
|
-
readonly
|
|
436
|
-
readonly
|
|
437
|
-
readonly
|
|
438
|
-
readonly
|
|
439
|
-
readonly
|
|
440
|
-
readonly
|
|
441
|
-
readonly
|
|
414
|
+
readonly English: "English";
|
|
415
|
+
readonly Arabic: "Arabic";
|
|
416
|
+
readonly Chinese: "Chinese";
|
|
417
|
+
readonly Czech: "Czech";
|
|
418
|
+
readonly Danish: "Danish";
|
|
419
|
+
readonly Dutch: "Dutch";
|
|
420
|
+
readonly Finnish: "Finnish";
|
|
421
|
+
readonly French: "French";
|
|
422
|
+
readonly German: "German";
|
|
423
|
+
readonly Greek: "Greek, Modern";
|
|
424
|
+
readonly Hebrew: "Hebrew";
|
|
425
|
+
readonly Hindi: "Hindi";
|
|
426
|
+
readonly Hungarian: "Hungarian";
|
|
427
|
+
readonly Icelandic: "Icelandic";
|
|
428
|
+
readonly Italian: "Italian";
|
|
429
|
+
readonly Japanese: "Japanese";
|
|
430
|
+
readonly Korean: "Korean";
|
|
431
|
+
readonly Latin: "Latin";
|
|
432
|
+
readonly Norwegian: "Norwegian";
|
|
433
|
+
readonly Polish: "Polish";
|
|
434
|
+
readonly Portuguese: "Portuguese";
|
|
435
|
+
readonly Punjabi: "Punjabi";
|
|
436
|
+
readonly Romanian: "Romanian";
|
|
437
|
+
readonly Russian: "Russian";
|
|
438
|
+
readonly Spanish: "Spanish";
|
|
439
|
+
readonly Swedish: "Swedish";
|
|
440
|
+
readonly Welsh: "Welsh";
|
|
441
|
+
readonly Yiddish: "Yiddish";
|
|
442
442
|
};
|
|
443
443
|
};
|
|
444
444
|
|