jscrewit 3.1.0 → 3.3.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/Features.md +2 -0
- package/api-doc/interfaces/FeatureAll.md +32 -0
- package/api-doc/interfaces/FeatureConstructor.md +44 -0
- package/api-doc/type-aliases/ElementaryFeatureName.md +1 -1
- package/api-doc/type-aliases/PredefinedFeatureName.md +1 -1
- package/lib/feature-all.d.ts +24 -0
- package/lib/jscrewit.js +601 -338
- package/lib/jscrewit.min.js +2 -2
- package/package.json +2 -2
- package/ui/ui.js +1 -1
package/Features.md
CHANGED
|
@@ -82,6 +82,8 @@ This table lists features available in the most common engines.
|
|
|
82
82
|
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_INFINITY"><code>LOCALE_INFINITY</code></a> (Internet Explorer 11 on Windows 10)
|
|
83
83
|
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_BN"><code>LOCALE_NUMERALS_BN</code></a> (Internet Explorer 11 on Windows 10)
|
|
84
84
|
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_EXT"><code>LOCALE_NUMERALS_EXT</code></a> (Internet Explorer 11 on Windows 10)
|
|
85
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_IE11_WIN7"><code>LOCALE_NUMERALS_IE11_WIN7</code></a> (Internet Explorer 11 on Windows 7)
|
|
86
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_IE11_WIN7_8"><code>LOCALE_NUMERALS_IE11_WIN7_8</code></a> (Internet Explorer 11 on Windows 7 and on Windows 8)
|
|
85
87
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_FF_SRC"><code>NO_FF_SRC</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#IE_SRC"><code>IE_SRC</code></a>)
|
|
86
88
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_V8_SRC"><code>NO_V8_SRC</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#IE_SRC"><code>IE_SRC</code></a>)
|
|
87
89
|
<li><a href="api-doc/interfaces/FeatureAll.md#OBJECT_W_SELF"><code>OBJECT_W_SELF</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#WINDOW"><code>WINDOW</code></a>)
|
|
@@ -336,6 +336,14 @@ Features available in Internet Explorer 11 on Windows 10.
|
|
|
336
336
|
|
|
337
337
|
***
|
|
338
338
|
|
|
339
|
+
### IE\_11\_WIN\_7
|
|
340
|
+
|
|
341
|
+
> **IE\_11\_WIN\_7**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
342
|
+
|
|
343
|
+
Features available in Internet Explorer 11 on Windows 7.
|
|
344
|
+
|
|
345
|
+
***
|
|
346
|
+
|
|
339
347
|
### IE\_11\_WIN\_8
|
|
340
348
|
|
|
341
349
|
> **IE\_11\_WIN\_8**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
@@ -420,6 +428,30 @@ Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari,
|
|
|
420
428
|
|
|
421
429
|
***
|
|
422
430
|
|
|
431
|
+
### LOCALE\_NUMERALS\_IE11\_WIN7
|
|
432
|
+
|
|
433
|
+
> **LOCALE\_NUMERALS\_IE11\_WIN7**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
434
|
+
|
|
435
|
+
Localized number formatting exclusive to Internet Explorer 11 on Windows 7.
|
|
436
|
+
|
|
437
|
+
#### Remarks
|
|
438
|
+
|
|
439
|
+
Available in Internet Explorer 11 on Windows 7.
|
|
440
|
+
|
|
441
|
+
***
|
|
442
|
+
|
|
443
|
+
### LOCALE\_NUMERALS\_IE11\_WIN7\_8
|
|
444
|
+
|
|
445
|
+
> **LOCALE\_NUMERALS\_IE11\_WIN7\_8**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
446
|
+
|
|
447
|
+
Localized number formatting exclusive to Internet Explorer 11 on Windows 7 and 8.
|
|
448
|
+
|
|
449
|
+
#### Remarks
|
|
450
|
+
|
|
451
|
+
Available in Internet Explorer 11 on Windows 7 and on Windows 8.
|
|
452
|
+
|
|
453
|
+
***
|
|
454
|
+
|
|
423
455
|
### NAME
|
|
424
456
|
|
|
425
457
|
> **NAME**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -566,6 +566,18 @@ Features available in Internet Explorer 11 on Windows 10.
|
|
|
566
566
|
|
|
567
567
|
***
|
|
568
568
|
|
|
569
|
+
### IE\_11\_WIN\_7
|
|
570
|
+
|
|
571
|
+
> **IE\_11\_WIN\_7**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
572
|
+
|
|
573
|
+
Features available in Internet Explorer 11 on Windows 7.
|
|
574
|
+
|
|
575
|
+
#### Inherited from
|
|
576
|
+
|
|
577
|
+
[`FeatureAll`](FeatureAll.md).[`IE_11_WIN_7`](FeatureAll.md#ie_11_win_7)
|
|
578
|
+
|
|
579
|
+
***
|
|
580
|
+
|
|
569
581
|
### IE\_11\_WIN\_8
|
|
570
582
|
|
|
571
583
|
> **IE\_11\_WIN\_8**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
@@ -678,6 +690,38 @@ Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari,
|
|
|
678
690
|
|
|
679
691
|
***
|
|
680
692
|
|
|
693
|
+
### LOCALE\_NUMERALS\_IE11\_WIN7
|
|
694
|
+
|
|
695
|
+
> **LOCALE\_NUMERALS\_IE11\_WIN7**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
696
|
+
|
|
697
|
+
Localized number formatting exclusive to Internet Explorer 11 on Windows 7.
|
|
698
|
+
|
|
699
|
+
#### Remarks
|
|
700
|
+
|
|
701
|
+
Available in Internet Explorer 11 on Windows 7.
|
|
702
|
+
|
|
703
|
+
#### Inherited from
|
|
704
|
+
|
|
705
|
+
[`FeatureAll`](FeatureAll.md).[`LOCALE_NUMERALS_IE11_WIN7`](FeatureAll.md#locale_numerals_ie11_win7)
|
|
706
|
+
|
|
707
|
+
***
|
|
708
|
+
|
|
709
|
+
### LOCALE\_NUMERALS\_IE11\_WIN7\_8
|
|
710
|
+
|
|
711
|
+
> **LOCALE\_NUMERALS\_IE11\_WIN7\_8**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
712
|
+
|
|
713
|
+
Localized number formatting exclusive to Internet Explorer 11 on Windows 7 and 8.
|
|
714
|
+
|
|
715
|
+
#### Remarks
|
|
716
|
+
|
|
717
|
+
Available in Internet Explorer 11 on Windows 7 and on Windows 8.
|
|
718
|
+
|
|
719
|
+
#### Inherited from
|
|
720
|
+
|
|
721
|
+
[`FeatureAll`](FeatureAll.md).[`LOCALE_NUMERALS_IE11_WIN7_8`](FeatureAll.md#locale_numerals_ie11_win7_8)
|
|
722
|
+
|
|
723
|
+
***
|
|
724
|
+
|
|
681
725
|
### NAME
|
|
682
726
|
|
|
683
727
|
> **NAME**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
# Type Alias: ElementaryFeatureName
|
|
6
6
|
|
|
7
|
-
> **ElementaryFeatureName** = `"ARRAY_ITERATOR"` \| `"ARROW"` \| `"AT"` \| `"BARPROP"` \| `"CAPITAL_HTML"` \| `"CONSOLE"` \| `"DOCUMENT"` \| `"ESC_HTML_QUOT"` \| `"FF_SRC"` \| `"FLAT"` \| `"FROM_CODE_POINT"` \| `"FUNCTION_19_LF"` \| `"FUNCTION_22_LF"` \| `"IE_SRC"` \| `"INCR_CHAR"` \| `"ITERATOR_HELPER"` \| `"LOCALE_INFINITY"` \| `"LOCALE_NUMERALS_BN"` \| `"LOCALE_NUMERALS_EXT"` \| `"NAME"` \| `"NO_FF_SRC"` \| `"NO_IE_SRC"` \| `"NO_V8_SRC"` \| `"OBJECT_ARRAY_ENTRIES_CTOR"` \| `"OBJECT_W_SELF"` \| `"PLAIN_INTL"` \| `"REGEXP_STRING_ITERATOR"` \| `"RUSSIAN_INFINITY"` \| `"SELF"` \| `"SHORT_LOCALES"` \| `"STATUS"` \| `"V8_SRC"` \| `"WINDOW"`
|
|
7
|
+
> **ElementaryFeatureName** = `"ARRAY_ITERATOR"` \| `"ARROW"` \| `"AT"` \| `"BARPROP"` \| `"CAPITAL_HTML"` \| `"CONSOLE"` \| `"DOCUMENT"` \| `"ESC_HTML_QUOT"` \| `"FF_SRC"` \| `"FLAT"` \| `"FROM_CODE_POINT"` \| `"FUNCTION_19_LF"` \| `"FUNCTION_22_LF"` \| `"IE_SRC"` \| `"INCR_CHAR"` \| `"ITERATOR_HELPER"` \| `"LOCALE_INFINITY"` \| `"LOCALE_NUMERALS_BN"` \| `"LOCALE_NUMERALS_EXT"` \| `"LOCALE_NUMERALS_IE11_WIN7"` \| `"LOCALE_NUMERALS_IE11_WIN7_8"` \| `"NAME"` \| `"NO_FF_SRC"` \| `"NO_IE_SRC"` \| `"NO_V8_SRC"` \| `"OBJECT_ARRAY_ENTRIES_CTOR"` \| `"OBJECT_W_SELF"` \| `"PLAIN_INTL"` \| `"REGEXP_STRING_ITERATOR"` \| `"RUSSIAN_INFINITY"` \| `"SELF"` \| `"SHORT_LOCALES"` \| `"STATUS"` \| `"V8_SRC"` \| `"WINDOW"`
|
|
8
8
|
|
|
9
9
|
Name of an elementary feature.
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
# Type Alias: PredefinedFeatureName
|
|
6
6
|
|
|
7
|
-
> **PredefinedFeatureName** = [`ElementaryFeatureName`](ElementaryFeatureName.md) \| `"AUTO"` \| `"BROWSER"` \| `"CHROME_122"` \| `"COMPACT"` \| `"DEFAULT"` \| `"FF_131"` \| `"FF_134"` \| `"FF_90"` \| `"IE_11"` \| `"IE_11_WIN_10"` \| `"IE_11_WIN_8"` \| `"NODE_20"` \| `"NODE_22"` \| `"NODE_22_12"` \| `"SAFARI_17_4"` \| `"SAFARI_18_0"` \| `"SAFARI_18_4"`
|
|
7
|
+
> **PredefinedFeatureName** = [`ElementaryFeatureName`](ElementaryFeatureName.md) \| `"AUTO"` \| `"BROWSER"` \| `"CHROME_122"` \| `"COMPACT"` \| `"DEFAULT"` \| `"FF_131"` \| `"FF_134"` \| `"FF_90"` \| `"IE_11"` \| `"IE_11_WIN_10"` \| `"IE_11_WIN_7"` \| `"IE_11_WIN_8"` \| `"NODE_20"` \| `"NODE_22"` \| `"NODE_22_12"` \| `"SAFARI_17_4"` \| `"SAFARI_18_0"` \| `"SAFARI_18_4"`
|
|
8
8
|
|
|
9
9
|
Name of a predefined feature.
|
package/lib/feature-all.d.ts
CHANGED
|
@@ -236,6 +236,9 @@ export interface FeatureAll
|
|
|
236
236
|
/** Features available in Internet Explorer 11 on Windows 10. */
|
|
237
237
|
IE_11_WIN_10: PredefinedFeature;
|
|
238
238
|
|
|
239
|
+
/** Features available in Internet Explorer 11 on Windows 7. */
|
|
240
|
+
IE_11_WIN_7: PredefinedFeature;
|
|
241
|
+
|
|
239
242
|
/** Features available in Internet Explorer 11 on Windows 8. */
|
|
240
243
|
IE_11_WIN_8: PredefinedFeature;
|
|
241
244
|
|
|
@@ -297,6 +300,24 @@ export interface FeatureAll
|
|
|
297
300
|
*/
|
|
298
301
|
LOCALE_NUMERALS_EXT: ElementaryFeature;
|
|
299
302
|
|
|
303
|
+
/**
|
|
304
|
+
* Localized number formatting exclusive to Internet Explorer 11 on Windows 7.
|
|
305
|
+
*
|
|
306
|
+
* @remarks
|
|
307
|
+
*
|
|
308
|
+
* Available in Internet Explorer 11 on Windows 7.
|
|
309
|
+
*/
|
|
310
|
+
LOCALE_NUMERALS_IE11_WIN7: ElementaryFeature;
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Localized number formatting exclusive to Internet Explorer 11 on Windows 7 and 8.
|
|
314
|
+
*
|
|
315
|
+
* @remarks
|
|
316
|
+
*
|
|
317
|
+
* Available in Internet Explorer 11 on Windows 7 and on Windows 8.
|
|
318
|
+
*/
|
|
319
|
+
LOCALE_NUMERALS_IE11_WIN7_8: ElementaryFeature;
|
|
320
|
+
|
|
300
321
|
/**
|
|
301
322
|
* Existence of the name property for functions.
|
|
302
323
|
*
|
|
@@ -520,6 +541,8 @@ type ElementaryFeatureName =
|
|
|
520
541
|
| 'LOCALE_INFINITY'
|
|
521
542
|
| 'LOCALE_NUMERALS_BN'
|
|
522
543
|
| 'LOCALE_NUMERALS_EXT'
|
|
544
|
+
| 'LOCALE_NUMERALS_IE11_WIN7'
|
|
545
|
+
| 'LOCALE_NUMERALS_IE11_WIN7_8'
|
|
523
546
|
| 'NAME'
|
|
524
547
|
| 'NO_FF_SRC'
|
|
525
548
|
| 'NO_IE_SRC'
|
|
@@ -549,6 +572,7 @@ ElementaryFeatureName
|
|
|
549
572
|
| 'FF_90'
|
|
550
573
|
| 'IE_11'
|
|
551
574
|
| 'IE_11_WIN_10'
|
|
575
|
+
| 'IE_11_WIN_7'
|
|
552
576
|
| 'IE_11_WIN_8'
|
|
553
577
|
| 'NODE_20'
|
|
554
578
|
| 'NODE_22'
|